Supplier Interface error table in oracle apps
In this post , We are going to discuss about Supplier Interface error table in oracle apps. In supplier interface error table , we can find out the supplier rejected records and the rejected reasons during supplier import. In Oracle apps , we don't have the supplier interface error tables separately but we can find out the details about supplier rejected records itself in the main supplier interface tables. We can directly find out the supplier interface error details in the supplier interface tables. Here below we will provide you more detail about Supplier Interface error table in oracle apps.
Supplier Interface error table in oracle apps |
2 Important Supplier Interface tables having error details
1.ap_suppliers_int
2.ap_supplier_sites_int
To find out the Supplier Header Interface error records in Oracle Apps
There are two Important Columns in the ap_suppliers_int interface table which helps to find out the supplier interface error records in oracle apps.
1.REJECT_CODE
2.STATUS
Here below is the sql query which helps to extract the Supplier header interface error or rejected records.
where status='REJECTED'
To find out the Supplier Site Interface error records in Oracle Apps
There are two Important Columns in the ap_supplier_sites_int interface table which helps to find out the supplier interface error records in oracle apps.
1.REJECT_CODE
2.STATUS
Here below is the sql query which helps to extract the Supplier sites interface error or rejected records.
where status='REJECTED'
Supplier Interface error table in oracle apps |
0 comments:
Post a Comment