Search Results xtr_payment_schedule
Overview
The XTR_PAYMENT_SCHEDULE table is a core reference data object within the Oracle E-Business Suite Treasury (XTR) module, specifically for versions 12.1.1 and 12.2.2. It functions as a master repository for defining and storing valid payment schedule templates applicable to retail term money deals. These deals are financial instruments where a principal amount is placed or borrowed for a fixed term, with a predefined schedule for interest payments and principal repayment. The table's primary role is to enforce data integrity and provide a centralized definition of payment frequencies (e.g., monthly, quarterly, bullet) and structures, which are then linked to individual treasury deals. This ensures standardization and consistency in cash flow calculations and payment processing across all term money transactions.
Key Information Stored
The table's structure is defined by a composite primary key, which uniquely identifies each valid payment schedule. The key columns are DEAL_SUBTYPE, PRODUCT_TYPE, and PAYMENT_SCHEDULE_CODE. These columns work in conjunction to categorize the financial product and specify the exact schedule code applicable. While the provided metadata does not list all columns, the table typically stores descriptive information about the schedule, such as a name or description for the PAYMENT_SCHEDULE_CODE. It may also contain attributes defining the calculation basis (e.g., actual/360, 30/360) and timing rules for payments. The table's design ensures that a payment schedule is explicitly valid for a specific combination of deal subtype and product type, providing granular control over deal configuration.
Common Use Cases and Queries
The primary use case is the validation and defaulting of payment terms during the entry of a new retail term money deal in the XTR module. When a user creates a deal, the application references this table to present a valid list of payment schedules based on the selected DEAL_SUBTYPE and PRODUCT_TYPE. For reporting and operational analysis, common queries involve joining this table to the transactional deal table. A fundamental SQL pattern is to retrieve all deals using a specific payment schedule:
- SELECT d.deal_number, d.start_date, p.payment_schedule_code FROM xtr_deals d, xtr_payment_schedule p WHERE d.deal_subtype = p.deal_subtype AND d.product_type = p.product_type AND d.payment_schedule_code = p.payment_schedule_code AND p.payment_schedule_code = 'QUARTERLY';
Administrators may also query the table to audit or maintain the list of available schedule codes for various products.
Related Objects
The most critical relationship for the XTR_PAYMENT_SCHEDULE table is its parent-child link with the XTR_DEALS table. As documented, a foreign key constraint exists where the columns XTR_DEALS.DEAL_SUBTYPE, XTR_DEALS.PRODUCT_TYPE, and XTR_DEALS.PAYMENT_SCHEDULE_CODE reference the primary key of XTR_PAYMENT_SCHEDULE. This enforces referential integrity, ensuring every deal's payment schedule is defined in the master schedule table. The table is also intrinsically related to the cash flow engine and interest calculation routines within the XTR module, which consume the schedule definitions to generate projected payment amounts and dates. While not explicitly listed, other reference tables for product types (XTR_PRODUCT_TYPES) and deal subtypes likely provide the context for the code values used in this table's key columns.
-
Table: XTR_PAYMENT_SCHEDULE
12.2.2
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_PAYMENT_SCHEDULE, object_name:XTR_PAYMENT_SCHEDULE, status:VALID, product: XTR - Treasury , description: Payment schedule information for retail term money deals , implementation_dba_data: XTR.XTR_PAYMENT_SCHEDULE ,
-
Table: XTR_PAYMENT_SCHEDULE
12.1.1
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_PAYMENT_SCHEDULE, object_name:XTR_PAYMENT_SCHEDULE, status:VALID, product: XTR - Treasury , description: Payment schedule information for retail term money deals , implementation_dba_data: XTR.XTR_PAYMENT_SCHEDULE ,
-
APPS.XTR_CALCULATION_P dependencies on XTR_PAYMENT_SCHEDULE
12.2.2
-
APPS.XTR_CALCULATION_P dependencies on XTR_PAYMENT_SCHEDULE
12.1.1
-
SYNONYM: APPS.XTR_PAYMENT_SCHEDULE
12.2.2
owner:APPS, object_type:SYNONYM, object_name:XTR_PAYMENT_SCHEDULE, status:VALID,
-
VIEW: APPS.XTR_PAYMENT_SCHEDULE_V
12.2.2
-
SYNONYM: APPS.XTR_PAYMENT_SCHEDULE
12.1.1
owner:APPS, object_type:SYNONYM, object_name:XTR_PAYMENT_SCHEDULE, status:VALID,
-
VIEW: XTR.XTR_PAYMENT_SCHEDULE#
12.2.2
owner:XTR, object_type:VIEW, object_name:XTR_PAYMENT_SCHEDULE#, status:VALID,
-
VIEW: APPS.XTR_PAYMENT_SCHEDULE_V
12.1.1
-
VIEW: XTR.XTR_PAYMENT_SCHEDULE#
12.2.2
-
APPS.XTR_CALCULATION_P SQL Statements
12.1.1
-
APPS.XTR_CALCULATION_P SQL Statements
12.2.2
-
PACKAGE BODY: APPS.XTR_CALCULATION_P
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:XTR_CALCULATION_P, status:VALID,
-
View: XTR_PAYMENT_SCHEDULE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_PAYMENT_SCHEDULE_V, object_name:XTR_PAYMENT_SCHEDULE_V, status:VALID, product: XTR - Treasury , implementation_dba_data: APPS.XTR_PAYMENT_SCHEDULE_V ,
-
View: XTR_PAYMENT_SCHEDULE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_PAYMENT_SCHEDULE_V, object_name:XTR_PAYMENT_SCHEDULE_V, status:VALID, product: XTR - Treasury , implementation_dba_data: APPS.XTR_PAYMENT_SCHEDULE_V ,
-
TABLE: XTR.XTR_PAYMENT_SCHEDULE
12.1.1
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_PAYMENT_SCHEDULE, object_name:XTR_PAYMENT_SCHEDULE, status:VALID,
-
PACKAGE BODY: APPS.XTR_CALCULATION_P
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:XTR_CALCULATION_P, status:VALID,
-
TABLE: XTR.XTR_PAYMENT_SCHEDULE
12.2.2
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_PAYMENT_SCHEDULE, object_name:XTR_PAYMENT_SCHEDULE, status:VALID,
-
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 ,
-
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: APPS.XTR_PAYMENT_SCHEDULE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_PAYMENT_SCHEDULE_V, object_name:XTR_PAYMENT_SCHEDULE_V, status:VALID,
-
VIEW: APPS.XTR_PAYMENT_SCHEDULE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_PAYMENT_SCHEDULE_V, object_name:XTR_PAYMENT_SCHEDULE_V, status:VALID,
-
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.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.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 FND Design Data
12.2.2
-
PACKAGE BODY: APPS.XTR_CALCULATION_P
12.1.1
-
PACKAGE BODY: APPS.XTR_CALCULATION_P
12.2.2
-
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 ,
-
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
-
12.1.1 DBA Data
12.1.1