0% found this document useful (0 votes)
387 views4 pages

All Functional Modules Interface & Base Tables - Oracle Apps

This document describes the tables used for managing payables and purchasing in an ERP system. It includes tables for invoices, payments, terms, checks and more for payables. For purchasing it includes tables for requisitions, purchase orders, receipts, vendors and the relationships between these tables. It also describes interface tables and error tables used for loading data and tracking errors.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
387 views4 pages

All Functional Modules Interface & Base Tables - Oracle Apps

This document describes the tables used for managing payables and purchasing in an ERP system. It includes tables for invoices, payments, terms, checks and more for payables. For purchasing it includes tables for requisitions, purchase orders, receipts, vendors and the relationships between these tables. It also describes interface tables and error tables used for loading data and tracking errors.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 4

Payables

AP tables:

AP_AE_HEADERS_ALL
AP_AE_LINES_ALL
AP_INVOICES_ALL
AP_INVOICE_DISTRIBUTIONS_ALL
AP_INVOICE_PAYMENTS_ALL
AP_PAYMENT_SCHEDULES_ALL
AP_TERMS
AP_HOLDS_ALL
AP_CHECKS_ALL
AP_BANK_ACCOUNTS_ALL
AP_BANK_BRANCHES

AP Interface Tables:

AP_INVOICES_INTERFACE
AP_INVOICE_LINES_INTERFACE

Error Tables:

AP_INVOICE_REJECTIONS

AP Join Conditions:

Relation between AP and PO:

AP_INVOICE_DISTRIBUTIONS_ALL-----------------------------------PO_DISTRIBUTIONS_ALL
|
PO_DISTRIBUTION_ID
Purchasing

PO Tables:

PO_REQUISITION_HEADERS_ALL
PO_REQUISITION_LINES_ALL
PO_REQ_DISTRIBUTIONS_ALL
PO_HEADERS_ALL
PO_LINES_ALL
PO_LINE_LOCATIONS_ALL
PO_DISTRIBUTIONS_ALL
PO_RELEASES_ALL
PO_VENDORS
PO_VENDOR_SITES_ALL
PO_VENDOR_CONTACTS
RCV_SHIPMENT_HEADERS
RCV_SHIPMENT_LINES
RCV_TRANSACTIONS

Interface Tables:

PO_REQUISITION_INTERFACE_ALL
PO_REQ_DIST_INTERFACE_ALL
PO_HEADERS_INTERFACE
PO_LINES_INTERFACE
PO_DISTRIBUTIONS_INTERFACE
AP_SUPPLIERS_INT
AP_SUPPLIER_SITES_INT
AP_SUP_SITE_CONTACT_INT
RCV_HEADERS_INTERFACE
RCV_TRANSACTIONS_INTERFACE

Error Table:

PO_INTERFACE_ERRORS
PO_REQUISITION_HEADERS_ALL
|
| REQUISITION_HEADER_ID
|
PO_REQUISITION_LINES_ALL
|
| REQUISITION_LINE_ID
|
PO_REQ_DISTRIBUTIONS_ALL
|
PO_HEADERS_ALL |
| |
| PO_HEADER_ID |
| |
PO_LINES_ALL |
| |
| PO_LINE_ID |
| |
PO_LINE_LOCATIONS_ALL |
| |
| LINE_LOCATION_ID |
| |
PO_DISTRIBUTIONS_ALL -----------------------------| DISTRIBUTION_ID = REQ_DISTRIBUTION_ID

PO_HEADERS_ALL
|
| VENDOR_ID
|
PO_VENDORS
|
|VENDOR_ID
|
PO_VENDOR_SITES_ALL
|
|VENDOR_SITE_ID
|
PO_VENDOR_CONTACTS

RCV_SHIPMENT_HEADERS
|
|SHIPMENT_HEADER_ID
|
RCV_SHIPMENT_LINES
|
|SHIPMENT_LINE_ID
|
RCV_TRANSACTIONS
PO_RELEASES_ALL------------------------------------------------------PO_HEADERS_ALL
|
PO_HEADER_ID

RCV_SHIPMENT_LINES----------------------------------------------------PO_DISTRIBUTIONS_ALL
|
PO_DISTRIBUTION_ID

PO_RELEASES_ALL-----------------------------------------------------------RCV_SHIPMENT_LINES
|
PO_RELEASE_ID
PO_RELEASES_ALL-----------------------------------------------------------RCV_TRANSACTIONS
|
PO_RELEASE_ID

Relation between PO and Inv:

PO_LINES_ALL -----------------------------------------------------------------MTL_SYSTEM_ITEMS_B
|
ITEM_ID = INVENTORY_ITEM_ID

You might also like