Table of Account Receivables in oracle R12
The Accounts Receivable (AR) module in Oracle R12 involves several tables that store data related to customer transactions, invoices, receipts, and more. Here's an overview of some key tables in the Oracle R12 Accounts Receivable module: Key Tables in Oracle R12 Accounts Receivable: RA_CUSTOMERS Purpose: Stores customer information. Key Columns: CUSTOMER_ID , CUSTOMER_NAME , STATUS , CUSTOMER_NUMBER RA_CUSTOMER_TRX_ALL Purpose: Stores invoice headers for all transactions such as invoices, credit memos, debit memos, etc. Key Columns: CUSTOMER_TRX_ID , TRX_NUMBER , TRX_DATE , BILL_TO_CUSTOMER_ID , STATUS RA_CUSTOMER_TRX_LINES_ALL Purpose: Stores the line-level details of transactions recorded in RA_CUSTOMER_TRX_ALL . Key Columns: CUSTOMER_TRX_LINE_ID , CUSTOMER_TRX_ID , LINE_NUMBER , DESCRIPTION , LINE_TYPE AR_RECEIVABLE_APPLICATIONS_ALL Purpose: Stores information about the application of receipts to invoices and other transactions. Key Columns: APPLICATION_ID , CASH_RECEIP...