Search Results ar_payments_interface_all
Overview
The AR_PAYMENTS_INTERFACE_ALL table is a critical staging table within Oracle E-Business Suite Receivables (AR) module, specifically for the Lockbox processing feature. Its primary role is to temporarily hold payment information imported from a bank's lockbox transmission before the data is validated and posted to the core Receivables tables. This table acts as an intermediary data store, allowing for the review and correction of imported payment records—such as receipts, invoices, and customer details—prior to their formal creation in the system. Its ALL suffix indicates it is a multi-organization enabled table, storing data partitioned by the ORG_ID column.
Key Information Stored
The table stores raw, unvalidated payment data from a bank file. Key columns, as indicated by its foreign key relationships, include TRANSMISSION_RECORD_ID (the primary key), TRANSMISSION_REQUEST_ID (linking to the parent transmission in AR_TRANSMISSIONS_ALL), and RECEIPT_METHOD_ID. It holds customer-centric data via CUSTOMER_ID and CUSTOMER_SITE_USE_ID, and banking details via CUSTOMER_BANK_ACCOUNT_ID. Other typical columns, inferred from standard lockbox interface logic, would include fields for payment amount (AMOUNT), payment date (PAYMENT_DATE), invoice number applied (INVOICE_NUM), and status/error columns (e.g., STATUS, ERROR_MESSAGE) to track the validation outcome of each interface record.
Common Use Cases and Queries
The primary use case is troubleshooting and managing the lockbox import process. Common activities include querying for records that failed validation, identifying unprocessed transmissions, and manually correcting data before resubmitting the interface for processing. A typical query would select records for a specific transmission or receipt method that are in an error status.
- Sample Query for Error Records: SELECT * FROM AR_PAYMENTS_INTERFACE_ALL WHERE STATUS = 'ERROR' AND TRANSMISSION_REQUEST_ID = &request_id AND ORG_ID = &org_id;
- Data Correction: Before running the "Lockbox Validation" program, users or support personnel may directly update fields in this table, such as correcting a CUSTOMER_ID or INVOICE_NUM, based on error reports.
- Reporting: Ad-hoc queries to report on the volume and total value of payments imported via lockbox for a given period, prior to their formal posting.
Related Objects
As per the provided metadata, AR_PAYMENTS_INTERFACE_ALL has direct foreign key relationships with several core tables, defining its integration points:
- AR_TRANSMISSIONS_ALL: The parent table for the lockbox transmission request.
- AR_RECEIPT_METHODS: Defines the lockbox receipt method used for the import.
- HZ_CUST_ACCOUNTS & HZ_CUST_SITE_USES_ALL: Reference the TCA (Trading Community Architecture) customer and site data.
- IBY_EXT_BANK_ACCOUNTS: References the customer's bank account details from the Payments module.
Process-wise, the table is populated by the "Lockbox Import" program and is the source for the "Lockbox Validation" and "Lockbox Posting" programs, which ultimately create records in AR_CASH_RECEIPTS_ALL and AR_RECEIVABLE_APPLICATIONS_ALL.
-
Table: AR_PAYMENTS_INTERFACE_ALL
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_PAYMENTS_INTERFACE_ALL, object_name:AR_PAYMENTS_INTERFACE_ALL, status:VALID, product: AR - Receivables , description: Imported Lockbox information that was not validated , implementation_dba_data: AR.AR_PAYMENTS_INTERFACE_ALL ,
-
Table: AR_PAYMENTS_INTERFACE_ALL
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_PAYMENTS_INTERFACE_ALL, object_name:AR_PAYMENTS_INTERFACE_ALL, status:VALID, product: AR - Receivables , description: Imported Lockbox information that was not validated , implementation_dba_data: AR.AR_PAYMENTS_INTERFACE_ALL ,
-
APPS.OKL_LCKBX_CSH_APP_PVT dependencies on AR_PAYMENTS_INTERFACE_ALL
12.1.1
-
APPS.ARP_LOCKBOX_HOOK_PVT dependencies on AR_PAYMENTS_INTERFACE_ALL
12.1.1
-
APPS.ARP_LOCKBOX_HOOK_PVT dependencies on AR_PAYMENTS_INTERFACE_ALL
12.1.1
-
APPS.OKL_AUTO_CASH_APPL_RULES_PVT dependencies on AR_PAYMENTS_INTERFACE_ALL
12.2.2
-
APPS.ARP_PROCESS_LOCKBOX dependencies on AR_PAYMENTS_INTERFACE_ALL
12.2.2
-
APPS.ARP_LOCKBOX_HOOK_PVT dependencies on AR_PAYMENTS_INTERFACE_ALL
12.2.2
-
APPS.ARP_LOCKBOX_HOOK_PVT dependencies on AR_PAYMENTS_INTERFACE_ALL
12.2.2
-
APPS.ARP_PROCESS_LOCKBOX dependencies on AR_PAYMENTS_INTERFACE_ALL
12.1.1
-
APPS.OKL_AUTO_CASH_APPL_RULES_PVT dependencies on AR_PAYMENTS_INTERFACE_ALL
12.1.1
-
APPS.OKL_LCKBX_CSH_APP_PVT dependencies on AR_PAYMENTS_INTERFACE_ALL
12.2.2
-
APPS.ARP_LOCKBOX_HOOK_PVT dependencies on AR_PAYMENTS_INTERFACE
12.2.2
-
APPS.ARP_LOCKBOX_HOOK_PVT dependencies on AR_PAYMENTS_INTERFACE
12.1.1
-
APPS.ARP_LOCKBOX_HOOK_PVT SQL Statements
12.2.2
-
SYNONYM: APPS.AR_PAYMENTS_INTERFACE_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AR_PAYMENTS_INTERFACE_ALL, status:VALID,
-
VIEW: APPS.AR_PAYMENTS_INTERFACE_ALL1_DFV
12.2.2
-
VIEW: APPS.AR_PAYMENTS_INTERFACE_ALL1_DFV
12.1.1
-
VIEW: APPS.AR_PAYMENTS_INTERFACE_ALL_DFV
12.1.1
-
VIEW: APPS.AR_PAYMENTS_INTERFACE_ALL_DFV
12.2.2
-
APPS.ARP_LOCKBOX_HOOK_PVT SQL Statements
12.1.1
-
SYNONYM: APPS.AR_PAYMENTS_INTERFACE_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AR_PAYMENTS_INTERFACE_ALL, status:VALID,
-
APPS.ARP_LOCKBOX_HOOK_PVT dependencies on AR_TRANSMISSIONS_ALL
12.1.1
-
APPS.ARP_LOCKBOX_HOOK_PVT dependencies on AR_TRANS_RECORD_FORMATS
12.1.1
-
APPS.ARP_LOCKBOX_HOOK_PVT dependencies on AR_TRANS_RECORD_FORMATS
12.2.2
-
APPS.OKL_LCKBX_CSH_APP_PVT SQL Statements
12.1.1
-
APPS.ARP_LOCKBOX_HOOK_PVT dependencies on AR_TRANSMISSIONS
12.1.1
-
APPS.OKL_LCKBX_CSH_APP_PVT SQL Statements
12.2.2
-
APPS.ARP_LOCKBOX_HOOK_PVT dependencies on AR_TRANSMISSIONS_ALL
12.2.2
-
APPS.ARP_PROCESS_LOCKBOX dependencies on AR_TRANS_FIELD_FORMATS
12.1.1
-
APPS.ARP_PROCESS_LOCKBOX dependencies on AR_TRANS_FIELD_FORMATS
12.2.2
-
Table: IBY_EXT_BANK_ACCOUNTS
12.1.1
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_EXT_BANK_ACCOUNTS, object_name:IBY_EXT_BANK_ACCOUNTS, status:VALID, product: IBY - Payments , implementation_dba_data: IBY.IBY_EXT_BANK_ACCOUNTS ,
-
Table: AR_TRANSMISSIONS_ALL
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_TRANSMISSIONS_ALL, object_name:AR_TRANSMISSIONS_ALL, status:VALID, product: AR - Receivables , description: Lockbox transmission information , implementation_dba_data: AR.AR_TRANSMISSIONS_ALL ,
-
APPS.OKL_LCKBX_CSH_APP_PVT dependencies on AR_PAYMENTS_INTERFACE
12.2.2
-
PACKAGE: APPS.ARP_LOCKBOX_HOOK_PVT
12.2.2
owner:APPS, object_type:PACKAGE, object_name:ARP_LOCKBOX_HOOK_PVT, status:VALID,
-
APPS.OKL_LCKBX_CSH_APP_PVT dependencies on AR_PAYMENTS_INTERFACE
12.1.1
-
APPS.ARP_PROCESS_LOCKBOX dependencies on AR_TRANS_RECORD_FORMATS
12.2.2
-
APPS.ARP_PROCESS_LOCKBOX dependencies on AR_TRANSMISSIONS
12.1.1
-
APPS.ARP_PROCESS_LOCKBOX dependencies on AR_TRANSMISSIONS_ALL
12.1.1
-
APPS.ARP_PROCESS_LOCKBOX dependencies on AR_TRANSMISSIONS_ALL
12.2.2
-
APPS.ARP_PROCESS_LOCKBOX dependencies on AR_TRANS_RECORD_FORMATS
12.1.1
-
VIEW: APPS.AR_PAYMENTS_INTERFACE_ALL_DFV
12.1.1
owner:APPS, object_type:VIEW, object_name:AR_PAYMENTS_INTERFACE_ALL_DFV, status:VALID,
-
Table: AR_RECEIPT_METHODS
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_RECEIPT_METHODS, object_name:AR_RECEIPT_METHODS, status:VALID, product: AR - Receivables , description: Information about payment methods , implementation_dba_data: AR.AR_RECEIPT_METHODS ,
-
VIEW: APPS.AR_PAYMENTS_INTERFACE_ALL_DFV
12.2.2
owner:APPS, object_type:VIEW, object_name:AR_PAYMENTS_INTERFACE_ALL_DFV, status:VALID,
-
Table: AR_TRANSMISSIONS_ALL
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_TRANSMISSIONS_ALL, object_name:AR_TRANSMISSIONS_ALL, status:VALID, product: AR - Receivables , description: Lockbox transmission information , implementation_dba_data: AR.AR_TRANSMISSIONS_ALL ,
-
PACKAGE: APPS.ARP_LOCKBOX_HOOK_PVT
12.1.1
owner:APPS, object_type:PACKAGE, object_name:ARP_LOCKBOX_HOOK_PVT, status:VALID,
-
APPS.ARP_PROCESS_LOCKBOX dependencies on AR_TRANSMISSIONS
12.2.2
-
SYNONYM: APPS.AR_PAYMENTS_INTERFACE
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AR_PAYMENTS_INTERFACE, status:VALID,
-
Table: IBY_EXT_BANK_ACCOUNTS
12.2.2
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_EXT_BANK_ACCOUNTS, object_name:IBY_EXT_BANK_ACCOUNTS, status:VALID, product: IBY - Payments , description: "This table contains records of the external bank accounts entered manually. This table corresponds to the Banking details page of supplier or customer. This table contains bank, branch, masking, encryption details of the external bank acc , implementation_dba_data: IBY.IBY_EXT_BANK_ACCOUNTS ,
-
VIEW: APPS.AR_PAYMENTS_INTERFACE_ALL1_DFV
12.2.2
owner:APPS, object_type:VIEW, object_name:AR_PAYMENTS_INTERFACE_ALL1_DFV, status:VALID,