Search Results ap_currency_group
Overview
The AP_CURRENCY_GROUP table is a core data object within the Oracle E-Business Suite Payables (AP) module, specifically for releases 12.1.1 and 12.2.2. It serves as a configuration and runtime table that defines the set of payment currencies associated with either a Payment Process Request Template or a specific Payment Process Request (Check Run). This table is fundamental to the Payment Process Manager, which automates the creation of payments. By storing permitted currency groupings, it enables organizations to process payments in multiple currencies from a single, controlled template or request, ensuring that payment batches adhere to predefined financial and operational rules.
Key Information Stored
The table's primary function is to link a currency group identifier to either a template or a payment process request. While the full column list is not detailed in the provided metadata, the structure can be inferred from the primary and foreign key relationships. The critical columns include CURRENCY_GROUP_ID, which serves as the primary key for the table. The TEMPLATE_ID column is a foreign key linking to the AP_PAYMENT_TEMPLATES table, identifying the template that owns this currency group. The CHECKRUN_ID column is a foreign key linking to the AP_INV_SELECTION_CRITERIA_ALL table, associating the currency group with a specific Payment Process Request. Additional columns, typical for such a table, would store the actual currency code (e.g., CURRENCY_CODE) and potentially sequence or control information.
Common Use Cases and Queries
The primary use case is configuring and auditing multi-currency payment setups. An accounts payable manager can query which currencies are enabled for a specific payment template to validate setup before submission. During troubleshooting, a support analyst might trace the currencies used in a completed payment batch. Common SQL patterns include joining to related template or request tables. For example, to list all currencies for a specific template named 'US_DISBURSEMENTS':
- SELECT acg.currency_code, apt.template_name FROM ap_currency_group acg, ap_payment_templates apt WHERE acg.template_id = apt.template_id AND apt.template_name = 'US_DISBURSEMENTS';
Another critical query identifies the currency configuration for a specific payment process request ID to understand the payment batch's scope.
Related Objects
The AP_CURRENCY_GROUP table has integral relationships with other key Payables tables, as defined by its foreign keys. Its primary relationship is with AP_PAYMENT_TEMPLATES via the TEMPLATE_ID column, which stores the master definition of reusable payment processing rules. It also links to AP_INV_SELECTION_CRITERIA_ALL via the CHECKRUN_ID column; this table holds the specific parameters and runtime data for an individual Payment Process Request. The table AP_CURRENCY_GROUP is central to the payment setup workflow, sitting between the template definition and the execution of a payment batch. Direct programmatic interaction is typically managed through the Payment Process Manager's standard user interface and underlying APIs rather than direct DML.
-
Table: AP_CURRENCY_GROUP
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_CURRENCY_GROUP, object_name:AP_CURRENCY_GROUP, status:VALID, product: AP - Payables , description: Payment currencies for the Payment Process Request Template or the Payment Process Request. , implementation_dba_data: AP.AP_CURRENCY_GROUP ,
-
Table: AP_CURRENCY_GROUP
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_CURRENCY_GROUP, object_name:AP_CURRENCY_GROUP, status:VALID, product: AP - Payables , description: Payment currencies for the Payment Process Request Template or the Payment Process Request. , implementation_dba_data: AP.AP_CURRENCY_GROUP ,
-
APPS.AP_PAYMENT_UTIL_PKG dependencies on AP_CURRENCY_GROUP
12.2.2
-
APPS.AP_PAYMENT_UTIL_PKG dependencies on AP_CURRENCY_GROUP
12.1.1
-
APPS.AP_AUTOSELECT_PKG dependencies on AP_CURRENCY_GROUP
12.2.2
-
APPS.AP_AUTOSELECT_PKG dependencies on AP_CURRENCY_GROUP
12.1.1
-
VIEW: AP.AP_CURRENCY_GROUP#
12.2.2
owner:AP, object_type:VIEW, object_name:AP_CURRENCY_GROUP#, status:VALID,
-
SYNONYM: APPS.AP_CURRENCY_GROUP
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AP_CURRENCY_GROUP, status:VALID,
-
VIEW: AP.AP_CURRENCY_GROUP#
12.2.2
-
SYNONYM: APPS.AP_CURRENCY_GROUP
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AP_CURRENCY_GROUP, status:VALID,
-
APPS.AP_AUTOSELECT_PKG dependencies on AP_PAY_GROUP
12.1.1
-
Table: AP_PAYMENT_TEMPLATES
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_PAYMENT_TEMPLATES, object_name:AP_PAYMENT_TEMPLATES, status:VALID, product: AP - Payables , description: User Defined Payment Process Request Templates , implementation_dba_data: AP.AP_PAYMENT_TEMPLATES ,
-
Table: AP_PAYMENT_TEMPLATES
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_PAYMENT_TEMPLATES, object_name:AP_PAYMENT_TEMPLATES, status:VALID, product: AP - Payables , description: User Defined Payment Process Request Templates , implementation_dba_data: AP.AP_PAYMENT_TEMPLATES ,
-
APPS.AP_AUTOSELECT_PKG dependencies on AP_OU_GROUP
12.2.2
-
APPS.AP_AUTOSELECT_PKG dependencies on AP_OU_GROUP
12.1.1
-
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 ,
-
TABLE: AP.AP_CURRENCY_GROUP
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_CURRENCY_GROUP, object_name:AP_CURRENCY_GROUP, status:VALID,
-
TABLE: AP.AP_CURRENCY_GROUP
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_CURRENCY_GROUP, object_name:AP_CURRENCY_GROUP, status:VALID,
-
PACKAGE BODY: APPS.AP_PAYMENT_UTIL_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AP_PAYMENT_UTIL_PKG, status:VALID,
-
APPS.AP_PAYMENT_UTIL_PKG dependencies on IBY_FD_USER_API_PUB
12.2.2
-
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 ,
-
PACKAGE BODY: APPS.AP_AUTOSELECT_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AP_AUTOSELECT_PKG, status:VALID,
-
APPS.AP_PAYMENT_UTIL_PKG dependencies on IBY_FD_USER_API_PUB
12.1.1
-
PACKAGE BODY: APPS.AP_PAYMENT_UTIL_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AP_PAYMENT_UTIL_PKG, status:VALID,
-
APPS.AP_AUTOSELECT_PKG dependencies on DBMS_XMLGEN
12.2.2
-
APPS.AP_AUTOSELECT_PKG dependencies on DBMS_XMLGEN
12.1.1
-
APPS.AP_AUTOSELECT_PKG dependencies on AP_PAYMENT_TEMPLATES
12.1.1
-
PACKAGE BODY: APPS.AP_AUTOSELECT_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AP_AUTOSELECT_PKG, status:VALID,
-
APPS.AP_AUTOSELECT_PKG dependencies on AP_PAYMENT_TEMPLATES
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
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
-
APPS.AP_PAYMENT_UTIL_PKG SQL Statements
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
APPS.AP_PAYMENT_UTIL_PKG SQL Statements
12.2.2
-
APPS.AP_AUTOSELECT_PKG dependencies on FND_FILE
12.1.1
-
APPS.AP_AUTOSELECT_PKG SQL Statements
12.2.2
-
APPS.AP_AUTOSELECT_PKG SQL Statements
12.1.1
-
APPS.AP_AUTOSELECT_PKG dependencies on FND_FILE
12.2.2
-
PACKAGE BODY: APPS.AP_PAYMENT_UTIL_PKG
12.1.1
-
PACKAGE BODY: APPS.AP_AUTOSELECT_PKG
12.1.1
-
PACKAGE BODY: APPS.AP_AUTOSELECT_PKG
12.2.2
-
PACKAGE BODY: APPS.AP_PAYMENT_UTIL_PKG
12.2.2
-
eTRM - SQLAP Tables and Views
12.2.2
description: Set Distribution Table. ,