Search Results xtr_source_types
Overview
The XTR_SOURCE_TYPES table is a core reference data object within the Oracle E-Business Suite Treasury (XTR) module. It functions as a master repository for classifying and identifying the internal Oracle E-Business Suite applications that are integrated with the system's derivative and hedge accounting capabilities. This table is foundational for establishing the source system context for hedge policies and relationships, ensuring that treasury accounting activities are correctly mapped and processed according to their originating application. Its role is critical for maintaining data integrity and auditability across the integrated financial landscape of Oracle EBS.
Key Information Stored
While the provided metadata does not list specific column details beyond the primary key, the table's structure is designed to catalog distinct source applications. The primary identifier, SOURCE_TYPE_ID, is a unique key that categorizes each integrated source system, such as Payables, Receivables, or General Ledger. Other typical columns in such a reference table would include a code (e.g., SOURCE_TYPE_CODE) and a descriptive name (e.g., DESCRIPTION) for the source application. Additional columns may track status (e.g., ENABLED_FLAG), creation date, and last update date to manage the reference data's lifecycle. The SOURCE_TYPE_ID serves as the critical link to subordinate tables in the hedge accounting process.
Common Use Cases and Queries
The primary use case for the XTR_SOURCE_TYPES table is to support the setup and validation of hedge accounting definitions. When a treasury manager defines a new hedge policy or relationship, they must specify the source application from which the hedged item originates. This table provides the valid list of choices. Common queries involve listing all enabled source types for use in a list of values (LOV) or reporting on hedge activities grouped by their source application. A typical SQL pattern to retrieve all active source types would be:
SELECT source_type_id, source_type_code, description FROM xtr.xtr_source_types WHERE enabled_flag = 'Y' ORDER BY source_type_code;
Another frequent query joins this table to related hedge tables for comprehensive reporting:
SELECT h.hedge_number, s.description AS source_application
FROM xtr_hedge_policies h,
xtr_source_types s
WHERE h.source_type_id = s.source_type_id;
Related Objects
The XTR_SOURCE_TYPES table is a parent table with defined foreign key relationships to two key hedge accounting entities, as documented in the provided metadata:
- XTR_HEDGE_POLICIES: The SOURCE_TYPE_ID column in XTR_HEDGE_POLICIES references XTR_SOURCE_TYPES.SOURCE_TYPE_ID. This links each hedge accounting policy to its designated source application.
- XTR_HEDGE_RELATIONSHIPS: The SOURCE_TYPE_ID column in XTR_HEDGE_RELATIONSHIPS references XTR_SOURCE_TYPES.SOURCE_TYPE_ID. This links individual hedge relationships to their source application, ensuring proper accounting treatment.
These relationships enforce referential integrity, guaranteeing that any hedge policy or relationship recorded in the system is associated with a valid, pre-defined source application from the XTR_SOURCE_TYPES master table.
-
Table: XTR_SOURCE_TYPES
12.2.2
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_SOURCE_TYPES, object_name:XTR_SOURCE_TYPES, status:VALID, product: XTR - Treasury , description: This table stores information related to the internal Oracle e-business applications to use for derivative and hedge accounting. , implementation_dba_data: XTR.XTR_SOURCE_TYPES ,
-
Table: XTR_SOURCE_TYPES
12.1.1
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_SOURCE_TYPES, object_name:XTR_SOURCE_TYPES, status:VALID, product: XTR - Treasury , description: This table stores information related to the internal Oracle e-business applications to use for derivative and hedge accounting. , implementation_dba_data: XTR.XTR_SOURCE_TYPES ,
-
APPS.XTR_HEDGE_PROCESS_P dependencies on XTR_SOURCE_TYPES
12.1.1
-
APPS.XTR_HEDGE_PROCESS_P dependencies on XTR_SOURCE_TYPES
12.2.2
-
SYNONYM: APPS.XTR_SOURCE_TYPES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:XTR_SOURCE_TYPES, status:VALID,
-
VIEW: XTR.XTR_SOURCE_TYPES#
12.2.2
owner:XTR, object_type:VIEW, object_name:XTR_SOURCE_TYPES#, status:VALID,
-
SYNONYM: APPS.XTR_SOURCE_TYPES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:XTR_SOURCE_TYPES, status:VALID,
-
TRIGGER: APPS.XTR_SOURCE_TYPES+
12.2.2
owner:APPS, object_type:TRIGGER, object_name:XTR_SOURCE_TYPES+, status:VALID,
-
VIEW: APPS.XTR_HEDGE_POLICIES_V
12.2.2
-
VIEW: APPS.XTR_HEDGE_POLICIES_V
12.1.1
-
VIEW: XTR.XTR_SOURCE_TYPES#
12.2.2
-
TRIGGER: APPS.XTR_SOURCE_TYPES+
12.2.2
-
TABLE: XTR.XTR_SOURCE_TYPES
12.2.2
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_SOURCE_TYPES, object_name:XTR_SOURCE_TYPES, status:VALID,
-
View: XTR_HEDGE_POLICIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_HEDGE_POLICIES_V, object_name:XTR_HEDGE_POLICIES_V, status:VALID, product: XTR - Treasury , implementation_dba_data: APPS.XTR_HEDGE_POLICIES_V ,
-
View: XTR_HEDGE_POLICIES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_HEDGE_POLICIES_V, object_name:XTR_HEDGE_POLICIES_V, status:VALID, product: XTR - Treasury , implementation_dba_data: APPS.XTR_HEDGE_POLICIES_V ,
-
FUNCTION: APPS.XTR_SOURCE_TYPES=
12.2.2
-
12.2.2 DBA Data
12.2.2
-
TABLE: XTR.XTR_SOURCE_TYPES
12.1.1
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_SOURCE_TYPES, object_name:XTR_SOURCE_TYPES, status:VALID,
-
FUNCTION: APPS.XTR_SOURCE_TYPES=
12.2.2
owner:APPS, object_type:FUNCTION, object_name:XTR_SOURCE_TYPES=, status:VALID,
-
Table: XTR_HEDGE_POLICIES
12.1.1
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_HEDGE_POLICIES, object_name:XTR_HEDGE_POLICIES, status:VALID, product: XTR - Treasury , description: This table stores stores hedge policies as per FAS regulations.The policies define which hedge types can be used by each source. , implementation_dba_data: XTR.XTR_HEDGE_POLICIES ,
-
12.2.2 DBA Data
12.2.2
-
Table: XTR_HEDGE_RELATIONSHIPS
12.1.1
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_HEDGE_RELATIONSHIPS, object_name:XTR_HEDGE_RELATIONSHIPS, status:VALID, product: XTR - Treasury , description: This table stores hedge relationship information , implementation_dba_data: XTR.XTR_HEDGE_RELATIONSHIPS ,
-
Table: XTR_HEDGE_RELATIONSHIPS
12.2.2
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_HEDGE_RELATIONSHIPS, object_name:XTR_HEDGE_RELATIONSHIPS, status:VALID, product: XTR - Treasury , description: This table stores hedge relationship information , implementation_dba_data: XTR.XTR_HEDGE_RELATIONSHIPS ,
-
Table: XTR_HEDGE_POLICIES
12.2.2
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_HEDGE_POLICIES, object_name:XTR_HEDGE_POLICIES, status:VALID, product: XTR - Treasury , description: This table stores stores hedge policies as per FAS regulations.The policies define which hedge types can be used by each source. , implementation_dba_data: XTR.XTR_HEDGE_POLICIES ,
-
PACKAGE BODY: APPS.XTR_HEDGE_PROCESS_P
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:XTR_HEDGE_PROCESS_P, status:VALID,
-
PACKAGE BODY: APPS.XTR_HEDGE_PROCESS_P
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:XTR_HEDGE_PROCESS_P, status:VALID,
-
VIEW: APPS.XTR_HEDGE_POLICIES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_HEDGE_POLICIES_V, object_name:XTR_HEDGE_POLICIES_V, status:VALID,
-
VIEW: APPS.XTR_HEDGE_POLICIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_HEDGE_POLICIES_V, object_name:XTR_HEDGE_POLICIES_V, status:VALID,
-
12.1.1 FND Design 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
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
APPS.XTR_HEDGE_PROCESS_P dependencies on XTR_HEDGE_CRITERIA
12.1.1
-
APPS.XTR_HEDGE_PROCESS_P dependencies on XTR_HEDGE_CRITERIA
12.2.2
-
APPS.XTR_HEDGE_PROCESS_P SQL Statements
12.2.2
-
APPS.XTR_HEDGE_PROCESS_P SQL Statements
12.1.1
-
eTRM - XTR Tables and Views
12.2.2
description: Created on 29-OCT-96 ,
-
eTRM - XTR Tables and Views
12.1.1
description: Created on 29-OCT-96 ,
-
12.2.2 DBA Data
12.2.2
-
SYNONYM: PUBLIC.DATABASE_PROPERTIES
12.2.2
owner:PUBLIC, object_type:SYNONYM, object_name:DATABASE_PROPERTIES, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.XTR_HEDGE_PROCESS_P
12.1.1
-
PACKAGE BODY: APPS.XTR_HEDGE_PROCESS_P
12.2.2
-
PACKAGE: SYS.DBMS_STANDARD
12.2.2
owner:SYS, object_type:PACKAGE, object_name:DBMS_STANDARD, status:VALID,