Search Results xtr_counterparty_limits
Overview
The XTR_COUNTERPARTY_LIMITS table is a core data object within the Oracle E-Business Suite Treasury (XTR) module for versions 12.1.1 and 12.2.2. It serves as the central repository for defining and tracking credit and risk exposure limits assigned to counterparties. The table's primary role is to enforce risk management policies by storing the authorized limit amounts and the current utilization against those limits for specific counterparties, as defined by a company within the treasury system. This data is critical for ensuring that new financial transactions do not exceed pre-established risk thresholds, thereby supporting compliance and financial control.
Key Information Stored
The table's structure is defined by its composite primary key, which uniquely identifies a limit record through the combination of COMPANY_CODE, CPARTY_CODE, and LIMIT_CODE. This design allows a single counterparty to have multiple types of limits (e.g., different products or currencies). While the specific column list is not detailed in the provided metadata, the description confirms the table holds both limit and utilization amounts. Typical columns in such a structure would include fields for the limit currency, the total approved limit value, the current utilized amount, the available balance, effective dates, and status indicators. The foreign key relationships indicate it also stores data to differentiate between direct counterparty limits and risk party limits.
Common Use Cases and Queries
The primary use case is real-time limit checking during deal entry in the XTR module. Before booking a transaction, the system queries this table to validate sufficient available limit. Common reporting and monitoring queries include identifying counterparties with high utilization percentages or breached limits. A typical SQL pattern retrieves the current limit status for analysis:
SELECT company_code, cparty_code, limit_code, limit_amount, utilized_amount, (limit_amount - utilized_amount) AS available_amount FROM xtr_counterparty_limits WHERE company_code = '&COMPANY';
Another critical query involves joining with the XTR_DEALS table to analyze utilization by specific deal types or to reconcile limit consumption.
Related Objects
As per the documented foreign keys, the XTR_COUNTERPARTY_LIMITS table has a direct and integral relationship with core transaction tables. The XTR_DEALS table references it twice: once for the deal's primary counterparty limit (CPARTY_CODE, LIMIT_CODE) and once for the risk party limit (RISKPARTY_CODE, RISKPARTY_LIMIT_CODE). This allows a single deal to consume limits from two different parties if applicable. The XTR_ROLLOVER_TRANSACTIONS table also references it, ensuring rollovers of existing deals continue to respect the original counterparty limits. These relationships ensure that all treasury transactions are governed by the centralized limit definitions stored in this table.
-
Table: XTR_COUNTERPARTY_LIMITS
12.2.2
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_COUNTERPARTY_LIMITS, object_name:XTR_COUNTERPARTY_LIMITS, status:VALID, product: XTR - Treasury , description: Counterparty limits information including limit and utilization amounts , implementation_dba_data: XTR.XTR_COUNTERPARTY_LIMITS ,
-
Table: XTR_COUNTERPARTY_LIMITS
12.1.1
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_COUNTERPARTY_LIMITS, object_name:XTR_COUNTERPARTY_LIMITS, status:VALID, product: XTR - Treasury , description: Counterparty limits information including limit and utilization amounts , implementation_dba_data: XTR.XTR_COUNTERPARTY_LIMITS ,
-
APPS.XTR_ACCOUNT_BAL_MAINT_P dependencies on XTR_COUNTERPARTY_LIMITS
12.2.2
-
APPS.XTR_WRAPPER_API_P dependencies on XTR_COUNTERPARTY_LIMITS
12.1.1
-
APPS.XTR_LIMITS_P dependencies on XTR_COUNTERPARTY_LIMITS
12.1.1
-
APPS.XTR_FPS1_P dependencies on XTR_COUNTERPARTY_LIMITS
12.1.1
-
APPS.XTR_WRAPPER_API_P dependencies on XTR_COUNTERPARTY_LIMITS
12.2.2
-
APPS.XTR_ACCOUNT_BAL_MAINT_P dependencies on XTR_COUNTERPARTY_LIMITS
12.1.1
-
APPS.XTR_LIMITS_P dependencies on XTR_COUNTERPARTY_LIMITS
12.2.2
-
APPS.XTR_FPS1_P dependencies on XTR_COUNTERPARTY_LIMITS
12.2.2
-
APPS.XTR_WRAPPER_API_P dependencies on XTR_LIMIT_TYPES
12.1.1
-
APPS.XTR_LIMITS_P dependencies on XTR_PARTIES_V
12.1.1
-
APPS.XTR_LIMITS_P dependencies on XTR_PARTIES_V
12.2.2
-
APPS.XTR_ACCOUNT_BAL_MAINT_P dependencies on XTR_LIMIT_TYPES
12.1.1
-
APPS.XTR_ACCOUNT_BAL_MAINT_P dependencies on XTR_LIMIT_TYPES
12.2.2
-
APPS.XTR_WRAPPER_API_P dependencies on XTR_LIMIT_TYPES
12.2.2
-
SYNONYM: APPS.XTR_COUNTERPARTY_LIMITS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:XTR_COUNTERPARTY_LIMITS, status:VALID,
-
SYNONYM: APPS.XTR_COUNTERPARTY_LIMITS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:XTR_COUNTERPARTY_LIMITS, status:VALID,
-
VIEW: XTR.XTR_COUNTERPARTY_LIMITS#
12.2.2
owner:XTR, object_type:VIEW, object_name:XTR_COUNTERPARTY_LIMITS#, status:VALID,
-
VIEW: APPS.XTR_COUNTERPARTY_LIMITS_V
12.2.2
-
VIEW: APPS.XTR_COUNTERPARTY_LIMITS_V
12.1.1
-
Table: XTR_DEALS
12.1.1
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_DEALS, object_name:XTR_DEALS, status:VALID, product: XTR - Treasury , description: Information for all financial instrument deals except exposure transactions , implementation_dba_data: XTR.XTR_DEALS ,
-
VIEW: XTR.XTR_COUNTERPARTY_LIMITS#
12.2.2
-
Table: XTR_DEALS
12.2.2
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_DEALS, object_name:XTR_DEALS, status:VALID, product: XTR - Treasury , description: Information for all financial instrument deals except exposure transactions , implementation_dba_data: XTR.XTR_DEALS ,
-
TRIGGER: APPS.XTR_AU_COUNTERPARTY_LIMITS_T
12.2.2
owner:APPS, object_type:TRIGGER, object_name:XTR_AU_COUNTERPARTY_LIMITS_T, status:VALID,
-
View: XTR_MOST_EFFICIENT_LIMIT_USE_V
12.1.1
product: XTR - Treasury , implementation_dba_data: Not implemented in this database ,
-
TABLE: XTR.XTR_COUNTERPARTY_LIMITS
12.2.2
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_COUNTERPARTY_LIMITS, object_name:XTR_COUNTERPARTY_LIMITS, status:VALID,
-
TRIGGER: APPS.XTR_AU_COUNTERPARTY_LIMITS_T
12.1.1
owner:APPS, object_type:TRIGGER, object_name:XTR_AU_COUNTERPARTY_LIMITS_T, status:VALID,
-
TABLE: XTR.XTR_COUNTERPARTY_LIMITS
12.1.1
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_COUNTERPARTY_LIMITS, object_name:XTR_COUNTERPARTY_LIMITS, status:VALID,
-
Table: XTR_ROLLOVER_TRANSACTIONS
12.2.2
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_ROLLOVER_TRANSACTIONS, object_name:XTR_ROLLOVER_TRANSACTIONS, status:VALID, product: XTR - Treasury , description: Information about transactions in bond, interest rate swap, negotiable instrument, short term money, retail term money, and wholesale term money deals , implementation_dba_data: XTR.XTR_ROLLOVER_TRANSACTIONS ,
-
TRIGGER: APPS.XTR_AD_MIRROR_DDA_LIMIT_ROW_T
12.1.1
owner:APPS, object_type:TRIGGER, object_name:XTR_AD_MIRROR_DDA_LIMIT_ROW_T, status:VALID,
-
VIEW: APPS.XTR_LIMIT_OVERVIEW_V
12.1.1
-
VIEW: APPS.XTR_LIMIT_OVERVIEW_V
12.2.2
-
TRIGGER: APPS.XTR_AI_MIRROR_DDA_TMP_T
12.2.2
owner:APPS, object_type:TRIGGER, object_name:XTR_AI_MIRROR_DDA_TMP_T, status:VALID,
-
TRIGGER: APPS.XTR_AI_MIRROR_DDA_LIMIT_ROW_T
12.2.2
owner:APPS, object_type:TRIGGER, object_name:XTR_AI_MIRROR_DDA_LIMIT_ROW_T, status:VALID,
-
TRIGGER: APPS.XTR_AD_MIRROR_DDA_LIMIT_ROW_T
12.2.2
owner:APPS, object_type:TRIGGER, object_name:XTR_AD_MIRROR_DDA_LIMIT_ROW_T, status:VALID,
-
TRIGGER: APPS.XTR_AI_MIRROR_DDA_LIMIT_ROW_T
12.1.1
owner:APPS, object_type:TRIGGER, object_name:XTR_AI_MIRROR_DDA_LIMIT_ROW_T, status:VALID,
-
TRIGGER: APPS.XTR_AU_MIRROR_DDA_LIMIT_ROW_T
12.1.1
owner:APPS, object_type:TRIGGER, object_name:XTR_AU_MIRROR_DDA_LIMIT_ROW_T, status:VALID,
-
TRIGGER: APPS.XTR_AI_MIRROR_DDA_TMP_T
12.1.1
owner:APPS, object_type:TRIGGER, object_name:XTR_AI_MIRROR_DDA_TMP_T, status:VALID,
-
TRIGGER: APPS.XTR_AU_MIRROR_DDA_LIMIT_ROW_T
12.2.2
owner:APPS, object_type:TRIGGER, object_name:XTR_AU_MIRROR_DDA_LIMIT_ROW_T, status:VALID,
-
APPS.XTR_LIMITS_P dependencies on XTR_MASTER_CURRENCIES
12.2.2
-
PACKAGE BODY: APPS.XTR_FPS1_P
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:XTR_FPS1_P, status:VALID,
-
APPS.XTR_LIMITS_P dependencies on XTR_MASTER_CURRENCIES
12.1.1
-
PACKAGE BODY: APPS.XTR_FPS1_P
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:XTR_FPS1_P, status:VALID,
-
View: XTR_LIMIT_OVERVIEW_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_LIMIT_OVERVIEW_V, object_name:XTR_LIMIT_OVERVIEW_V, status:VALID, product: XTR - Treasury , description: XTR_LIMIT_OVERVIEW_V shows a subset of columns from counterparty, sovereign, global, currency, group and settlement limits. , implementation_dba_data: APPS.XTR_LIMIT_OVERVIEW_V ,
-
PACKAGE BODY: APPS.XTR_LIMITS_P
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:XTR_LIMITS_P, status:VALID,
-
View: XTR_MOST_EFFICIENT_LIMIT_USE_V
12.2.2
product: XTR - Treasury , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.XTR_ACCOUNT_BAL_MAINT_P
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:XTR_ACCOUNT_BAL_MAINT_P, status:VALID,
-
PACKAGE BODY: APPS.XTR_LIMITS_P
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:XTR_LIMITS_P, status:VALID,
-
PACKAGE BODY: APPS.XTR_ACCOUNT_BAL_MAINT_P
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:XTR_ACCOUNT_BAL_MAINT_P, status:VALID,