POS_SUPPLIER_MAPPINGS table holds the mapping between the AP_SUPPLIERS.VENDOR_ID and HZ_PARTIES.PARTY_ID. This is useful in case of two vendors effectively belong to the same HZ_PARTY Record.
Showing posts with label TCA. Show all posts
Showing posts with label TCA. Show all posts
Friday, January 14, 2022
IBY_EXTERNAL_PAYEES_ALL
This table captures Payment related details of the Supplier. For Example: The Supplier's remittance advice, the default Payment method Code for this supplier or the bank charges in case of SWIFT payments, etc. This information can be setup at Supplier Level or Supplier Site Level.
SELECT iepa.*
FROM iby_external_payees_all iepa
WHERE iepa.payee_party_id = 123456
HZ_ORGANIZATION_PROFILES
This table captures additional Supplier information.
Examples are like credit scoring details of Supplier or the No. of Employees working in Supplier Organization.
SELECT hop.*
FROM hz_organization_profiles hop
WHERE hop.party_id = 123456
HZ_PARTY_USG_ASSIGNMENTS
This table stores the Party Usages, for example, party_id of the type SUPPLIER.
SELECT party_id
,party_usg_assignment_id
,party_usage_code
FROM hz_party_usg_assignments
WHERE party_id = 123456;
Subscribe to:
Posts (Atom)
APEX$TASK_PK
APEX$TASK_PK is a substitution string holding the primary key value of the system of records
-
The XDOLoader utility is a Java-based command line program to load template (RTF, PDF, and XSL-FO), XML, and XSD files to the XML Publis...
-
SELECT aca.check_number ,aia.invoice_id ,aia.invoice_num ,aia.invoice_amount ,distribution_line_number ,aida.accrual_p...
-
Serial_number_control_code column contains values as 1,2,5 &6 in mtl_system_items_b table. Inorder to find meaning for this values r...