Search Results xtr_settlement_categories
Overview
The XTR_SETTLEMENT_CATEGORIES table is a core reference data object within the Oracle E-Business Suite Treasury (XTR) module. It functions as a master repository for defining and maintaining settlement categories, which are logical groupings used to organize and classify settlement actions for financial transactions. In the context of treasury operations, settlement refers to the final process of exchanging payment for a security or financial instrument. This table provides a controlled list of categories, enabling systematic configuration of settlement defaults, streamlined processing, and enhanced reporting for treasury deals, payments, and receipts across versions 12.1.1 and 12.2.2.
Key Information Stored
While the provided metadata does not list specific columns, the structure and purpose of the table can be inferred. The primary column is SETTLEMENT_CATEGORY, which serves as the unique identifier (Primary Key: XTR_SETTLEMENT_CATEGORIES_PK) for each category code. Typical data stored would include user-defined codes representing different settlement methods or channels, such as 'SWIFT', 'CHIPS', 'FEDWIRE', 'LOCAL', or 'MANUAL'. The table likely contains descriptive columns, such as a name or description field (e.g., SETTLEMENT_CATEGORY_NAME), to provide clear meaning for each code. It acts as a validation table, ensuring that settlement categories referenced elsewhere in the application are consistent and predefined.
Common Use Cases and Queries
The primary use case is the setup and maintenance of settlement options during treasury system implementation. Treasury administrators populate this table with the organization's valid settlement channels. These categories are then assigned as defaults to counter-parties (as shown in the foreign key relationships), automating the settlement instruction for deals. A common reporting need is to list all configured categories for audit or setup verification. A typical query would be:
- SELECT settlement_category, description FROM xtr_settlement_categories ORDER BY 1;
Another critical use is in transaction reports, where joining this table allows settlement method descriptions to be displayed alongside deal information, providing clarity on the payment or receipt mechanism for each transaction.
Related Objects
The XTR_SETTLEMENT_CATEGORIES table is centrally referenced by other key treasury tables to enforce data integrity and drive business logic. As per the documented foreign keys:
- XTR_PARTY_DEFAULTS: The SETTLEMENT_DEFAULT_CATEGORY column in this table references XTR_SETTLEMENT_CATEGORIES to define the default settlement method for a counter-party.
- XTR_PARTY_INFO: Similarly, the SETTLEMENT_DEFAULT_CATEGORY column here also references this table, establishing the standard settlement category for a treasury party.
These relationships ensure that settlement processing defaults are always set to a valid, pre-defined category, maintaining consistency across the treasury application.
-
Table: XTR_SETTLEMENT_CATEGORIES
12.1.1
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_SETTLEMENT_CATEGORIES, object_name:XTR_SETTLEMENT_CATEGORIES, status:VALID, product: XTR - Treasury , description: Settlement categories used for organizing settlement actions , implementation_dba_data: XTR.XTR_SETTLEMENT_CATEGORIES ,
-
Table: XTR_SETTLEMENT_CATEGORIES
12.2.2
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_SETTLEMENT_CATEGORIES, object_name:XTR_SETTLEMENT_CATEGORIES, status:VALID, product: XTR - Treasury , description: Settlement categories used for organizing settlement actions , implementation_dba_data: XTR.XTR_SETTLEMENT_CATEGORIES ,
-
View: XTR_SETTLEMENT_CATEGORIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_SETTLEMENT_CATEGORIES_V, object_name:XTR_SETTLEMENT_CATEGORIES_V, status:VALID, product: XTR - Treasury , implementation_dba_data: APPS.XTR_SETTLEMENT_CATEGORIES_V ,
-
View: XTR_SETTLEMENT_CATEGORIES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_SETTLEMENT_CATEGORIES_V, object_name:XTR_SETTLEMENT_CATEGORIES_V, status:VALID, product: XTR - Treasury , implementation_dba_data: APPS.XTR_SETTLEMENT_CATEGORIES_V ,
-
Table: XTR_PARTY_INFO
12.1.1
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_PARTY_INFO, object_name:XTR_PARTY_INFO, status:VALID, product: XTR - Treasury , description: Created from Entity XTR PARTY by ORACLE on 06-MAY-93 , implementation_dba_data: XTR.XTR_PARTY_INFO ,
-
Table: XTR_PARTY_DEFAULTS
12.1.1
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_PARTY_DEFAULTS, object_name:XTR_PARTY_DEFAULTS, status:VALID, product: XTR - Treasury , description: Counterparty default settlement information , implementation_dba_data: XTR.XTR_PARTY_DEFAULTS ,
-
Table: XTR_PARTY_DEFAULTS
12.2.2
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_PARTY_DEFAULTS, object_name:XTR_PARTY_DEFAULTS, status:VALID, product: XTR - Treasury , description: Counterparty default settlement information , implementation_dba_data: XTR.XTR_PARTY_DEFAULTS ,
-
Table: XTR_PARTY_INFO
12.2.2
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_PARTY_INFO, object_name:XTR_PARTY_INFO, status:VALID, product: XTR - Treasury , description: Created from Entity XTR PARTY by ORACLE on 06-MAY-93 , implementation_dba_data: XTR.XTR_PARTY_INFO ,