Search Results ap_pbatch_set_lines_all
Overview
The AP_PBATCH_SET_LINES_ALL table is a core data object within the Oracle E-Business Suite Payables (AP) module. It stores the detailed configuration for individual payment batch sets, which are logical groupings used to organize and process payments. Each record in this table represents a specific line within a payment batch set, defining the precise payment parameters, such as the bank account and check stock to be used, for a subset of invoices. This table is essential for the automated and controlled execution of payment runs, enabling payables administrators to segregate payments by criteria like payment method, bank, or currency. Its multi-org structure, indicated by the "_ALL" suffix, allows it to hold data for multiple operating units.
Key Information Stored
The table's primary purpose is to link a batch set with its execution parameters. The most critical columns, as indicated by the provided metadata, include the primary and foreign keys that establish these relationships. The BATCH_SET_LINE_ID is the unique primary key identifier for each line. The BATCH_SET_ID is a foreign key linking the line to its parent header in the AP_PBATCH_SETS_ALL table. The BANK_ACCOUNT_ID specifies the exact bank account from which payments for this line will be made, and the CHECK_STOCK_ID identifies the physical check stock or payment format to be used. While not explicitly listed in the brief metadata, typical columns would also include payment method, currency, and potentially selection criteria references to control which invoices are paid under this batch set line.
Common Use Cases and Queries
This table is central to payment batch execution and troubleshooting. A common operational query involves listing all configured lines for a specific batch set to verify setup before submission. For example:
SELECT batch_set_line_id, bank_account_id, check_stock_id FROM ap_pbatch_set_lines_all WHERE batch_set_id = :p_batch_set_id ORDER BY batch_set_line_id;
During payment issue resolution, one might join this table to invoice payment tables to trace which batch set line was responsible for generating a specific payment. Reporting use cases include analyzing payment processing by bank account or generating an audit trail of all batch set configurations over time. The table is also critical for the "View Payment Batch Set Lines" standard Oracle Payables form.
Related Objects
As per the foreign key metadata, AP_PBATCH_SET_LINES_ALL has direct, integral relationships with several key Payables tables:
- AP_PBATCH_SETS_ALL: The parent table. Each line must belong to a single batch set header.
- AP_BANK_ACCOUNTS_ALL: Provides the bank account details used for payments on the line.
- AP_CHECK_STOCKS_ALL: Defines the check stock or payment format (e.g., laser check template) used.
- AP_INV_SELECTION_CRITERIA_ALL: Has a foreign key reference (BATCH_SET_LINE_ID) to this table, indicating that invoice selection criteria can be defined at the individual batch set line level to filter which invoices are paid.
-
Table: AP_PBATCH_SET_LINES_ALL
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_PBATCH_SET_LINES_ALL, object_name:AP_PBATCH_SET_LINES_ALL, status:VALID, product: AP - Payables , description: Payment batch set lines , implementation_dba_data: AP.AP_PBATCH_SET_LINES_ALL ,
-
Table: AP_PBATCH_SET_LINES_ALL
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_PBATCH_SET_LINES_ALL, object_name:AP_PBATCH_SET_LINES_ALL, status:VALID, product: AP - Payables , description: Payment batch set lines , implementation_dba_data: AP.AP_PBATCH_SET_LINES_ALL ,
-
SYNONYM: APPS.AP_PBATCH_SET_LINES_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AP_PBATCH_SET_LINES_ALL, status:VALID,
-
VIEW: APPS.AP_PBATCH_SET_LINES_ALL_DFV
12.1.1
-
VIEW: APPS.AP_PBATCH_SET_LINES_ALL_DFV
12.2.2
-
VIEW: AP.AP_PBATCH_SET_LINES_ALL#
12.2.2
owner:AP, object_type:VIEW, object_name:AP_PBATCH_SET_LINES_ALL#, status:VALID,
-
SYNONYM: APPS.AP_PBATCH_SET_LINES_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AP_PBATCH_SET_LINES_ALL, status:VALID,
-
Table: AP_PBATCH_SETS_ALL
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_PBATCH_SETS_ALL, object_name:AP_PBATCH_SETS_ALL, status:VALID, product: AP - Payables , description: Payment batch sets , implementation_dba_data: AP.AP_PBATCH_SETS_ALL ,
-
SYNONYM: APPS.AP_PBATCH_SET_LINES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AP_PBATCH_SET_LINES, status:VALID,
-
VIEW: AP.AP_PBATCH_SET_LINES_ALL#
12.2.2
-
Table: AP_CHECK_STOCKS_ALL
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_CHECK_STOCKS_ALL, object_name:AP_CHECK_STOCKS_ALL, status:VALID, product: AP - Payables , description: No Longer Used , implementation_dba_data: AP.AP_CHECK_STOCKS_ALL ,
-
Table: AP_CHECK_STOCKS_ALL
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_CHECK_STOCKS_ALL, object_name:AP_CHECK_STOCKS_ALL, status:VALID, product: AP - Payables , description: No Longer Used , implementation_dba_data: AP.AP_CHECK_STOCKS_ALL ,
-
Table: AP_PBATCH_SETS_ALL
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_PBATCH_SETS_ALL, object_name:AP_PBATCH_SETS_ALL, status:VALID, product: AP - Payables , description: Payment batch sets , implementation_dba_data: AP.AP_PBATCH_SETS_ALL ,
-
Table: AP_INV_SELECTION_CRITERIA_ALL
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_INV_SELECTION_CRITERIA_ALL, object_name:AP_INV_SELECTION_CRITERIA_ALL, status:VALID, product: AP - Payables , description: Payment batch invoice selection criteria , implementation_dba_data: AP.AP_INV_SELECTION_CRITERIA_ALL ,
-
SYNONYM: APPS.AP_PBATCH_SET_LINES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AP_PBATCH_SET_LINES, status:VALID,
-
TABLE: AP.AP_PBATCH_SET_LINES_ALL
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_PBATCH_SET_LINES_ALL, object_name:AP_PBATCH_SET_LINES_ALL, status:VALID,
-
VIEW: APPS.AP_PBATCH_SET_LINES_ALL_DFV
12.2.2
owner:APPS, object_type:VIEW, object_name:AP_PBATCH_SET_LINES_ALL_DFV, status:VALID,
-
VIEW: APPS.AP_PBATCH_SET_LINES_ALL_DFV
12.1.1
owner:APPS, object_type:VIEW, object_name:AP_PBATCH_SET_LINES_ALL_DFV, status:VALID,
-
Table: AP_INV_SELECTION_CRITERIA_ALL
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_INV_SELECTION_CRITERIA_ALL, object_name:AP_INV_SELECTION_CRITERIA_ALL, status:VALID, product: AP - Payables , description: Payment batch invoice selection criteria , implementation_dba_data: AP.AP_INV_SELECTION_CRITERIA_ALL ,
-
TABLE: AP.AP_PBATCH_SET_LINES_ALL
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_PBATCH_SET_LINES_ALL, object_name:AP_PBATCH_SET_LINES_ALL, status:VALID,
-
Table: AP_BANK_ACCOUNTS_ALL
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_BANK_ACCOUNTS_ALL, object_name:AP_BANK_ACCOUNTS_ALL, status:VALID, product: AP - Payables , implementation_dba_data: AP.AP_BANK_ACCOUNTS_ALL ,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
Table: AP_BANK_ACCOUNTS_ALL
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_BANK_ACCOUNTS_ALL, object_name:AP_BANK_ACCOUNTS_ALL, status:VALID, product: AP - Payables , implementation_dba_data: AP.AP_BANK_ACCOUNTS_ALL ,
-
TABLE: AP.AP_PBATCH_SETS_ALL
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_PBATCH_SETS_ALL, object_name:AP_PBATCH_SETS_ALL, status:VALID,
-
TABLE: AP.AP_PBATCH_SETS_ALL
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_PBATCH_SETS_ALL, object_name:AP_PBATCH_SETS_ALL, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
eTRM - SQLAP Tables and Views
12.2.2
description: Set Distribution Table. ,
-
eTRM - SQLAP Tables and Views
12.1.1
description: Set Distribution Table. ,
-
PACKAGE BODY: APPS.AD_MORG
12.1.1
-
PACKAGE BODY: APPS.AD_MORG
12.2.2
-
eTRM - SQLAP Tables and Views
12.2.2
description: Set Distribution Table. ,
-
eTRM - SQLAP Tables and Views
12.1.1
description: Set Distribution Table. ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1