Search Results xtr_bond_issues
Overview
The XTR_BOND_ISSUES table is a core data repository within the Oracle E-Business Suite (EBS) Treasury (XTR) module, specifically for versions 12.1.1 and 12.2.2. It serves as the master table for storing definitive information about bond issuances. In treasury operations, a bond issue represents a distinct debt instrument offering. This table acts as the central reference point for all subsequent transactions, coupon calculations, and lifecycle events associated with a specific bond. Its primary role is to maintain the static, defining characteristics of a bond issue, enabling the system to accurately process related cash flows, valuations, and risk management activities.
Key Information Stored
While the provided metadata does not list specific columns, the table's description and primary key structure indicate the nature of its data. The primary key is BOND_ISSUE_CODE, which uniquely identifies each bond issuance record. Based on standard treasury data models, this table typically stores attributes that define the bond's terms. Common columns would include, but are not limited to, the issuer name, issue date, maturity date, face value, coupon rate, coupon frequency, day count convention, and the bond's currency. It holds the foundational contract terms that are referenced throughout the bond's lifecycle in the system.
Common Use Cases and Queries
This table is central to treasury reporting and operational processes. A primary use case is the generation of bond portfolios and holdings reports, where details from XTR_BOND_ISSUES are joined with transactional tables like XTR_DEALS. It is also critical for calculating upcoming coupon payments and maturity proceeds. Common queries involve listing all active bond issues or retrieving the terms of a specific issue for valuation models. A sample SQL pattern to retrieve basic bond information might be:
- SELECT bond_issue_code, issuer, issue_date, maturity_date, coupon_rate FROM xtr_bond_issues WHERE SYSDATE BETWEEN issue_date AND maturity_date;
This table is essential for audit trails, providing the definitive source of terms against which all transactional activity is validated.
Related Objects
As documented in the foreign key relationships, XTR_BOND_ISSUES is a parent table to several key transactional and scheduling tables within the XTR schema. The XTR_DEALS table references it via the BOND_ISSUE column, linking individual treasury deals to the specific bond issue they involve. The XTR_BOND_COUPON_DATES table is a child, storing the detailed schedule of coupon payment dates calculated based on the terms in XTR_BOND_ISSUES. Similarly, XTR_CALL_DETAILS is a child table, managing any call or put option features associated with the bond issue. These relationships underscore its role as the master source for bond definitional data, ensuring referential integrity across the Treasury module.
-
Table: XTR_BOND_ISSUES
12.1.1
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_BOND_ISSUES, object_name:XTR_BOND_ISSUES, status:VALID, product: XTR - Treasury , description: Bond issues information , implementation_dba_data: XTR.XTR_BOND_ISSUES ,
-
Table: XTR_BOND_ISSUES
12.2.2
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_BOND_ISSUES, object_name:XTR_BOND_ISSUES, status:VALID, product: XTR - Treasury , description: Bond issues information , implementation_dba_data: XTR.XTR_BOND_ISSUES ,
-
APPS.XTR_ACCRUAL_PROCESS_P dependencies on XTR_BOND_ISSUES
12.1.1
-
APPS.XTR_FPS3_P dependencies on XTR_BOND_ISSUES
12.1.1
-
APPS.XTR_RESET_BOND_RATE dependencies on XTR_BOND_ISSUES
12.2.2
-
APPS.XTR_MM_COVERS dependencies on XTR_BOND_ISSUES
12.2.2
-
APPS.XTR_MM_COVERS dependencies on XTR_BOND_ISSUES
12.1.1
-
APPS.XTR_CALC_P dependencies on XTR_BOND_ISSUES
12.2.2
-
APPS.QRM_PA_CALCULATION_P dependencies on XTR_BOND_ISSUES
12.2.2
-
APPS.XTR_MAINTAIN_DDA_P dependencies on XTR_BOND_ISSUES
12.1.1
-
APPS.XTR_ACCRUAL_PROCESS_P dependencies on XTR_BOND_ISSUES
12.2.2
-
APPS.XTR_MM_COVERS dependencies on XTR_BOND_ISSUES
12.2.2
-
APPS.XTR_COF_P dependencies on XTR_BOND_ISSUES
12.1.1
-
APPS.XTR_REVAL_PROCESS_P dependencies on XTR_BOND_ISSUES
12.1.1
-
APPS.QRM_PA_CALCULATION_P dependencies on XTR_BOND_ISSUES
12.1.1
-
APPS.XTR_FPS3_P dependencies on XTR_BOND_ISSUES
12.2.2
-
APPS.XTR_COF_P dependencies on XTR_BOND_ISSUES
12.2.2
-
APPS.XTR_REVAL_PROCESS_P dependencies on XTR_BOND_ISSUES
12.2.2
-
APPS.XTR_MAINTAIN_DDA_P dependencies on XTR_BOND_ISSUES
12.2.2
-
APPS.XTR_RESET_BOND_RATE dependencies on XTR_BOND_ISSUES
12.1.1
-
APPS.XTR_MM_COVERS dependencies on XTR_BOND_ISSUES
12.1.1
-
APPS.XTR_CALC_P dependencies on XTR_BOND_ISSUES
12.1.1
-
VIEW: APPS.XTR_BOND_ISSUES_DFV
12.2.2
-
APPS.XTR_MM_COVERS dependencies on XTR_BOND_COUPON_DATES
12.1.1
-
VIEW: APPS.XTR_BOND_ISSUES_DFV
12.1.1
-
APPS.XTR_MM_COVERS dependencies on XTR_BOND_COUPON_DATES
12.2.2
-
SYNONYM: APPS.XTR_BOND_ISSUES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:XTR_BOND_ISSUES, status:VALID,
-
VIEW: APPS.XTR_BOND_ISSUES_V
12.2.2
-
SYNONYM: APPS.XTR_BOND_ISSUES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:XTR_BOND_ISSUES, status:VALID,
-
VIEW: APPS.XTR_BOND_ISSUES_V
12.1.1
-
VIEW: XTR.XTR_BOND_ISSUES#
12.2.2
owner:XTR, object_type:VIEW, object_name:XTR_BOND_ISSUES#, status:VALID,
-
Table: XTR_BOND_COUPON_DATES
12.2.2
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_BOND_COUPON_DATES, object_name:XTR_BOND_COUPON_DATES, status:VALID, product: XTR - Treasury , description: Coupon dates for bond issues , implementation_dba_data: XTR.XTR_BOND_COUPON_DATES ,
-
Table: XTR_BOND_COUPON_DATES
12.1.1
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_BOND_COUPON_DATES, object_name:XTR_BOND_COUPON_DATES, status:VALID, product: XTR - Treasury , description: Coupon dates for bond issues , implementation_dba_data: XTR.XTR_BOND_COUPON_DATES ,
-
APPS.XTR_RESET_BOND_RATE dependencies on FND_DATE
12.1.1
-
APPS.XTR_RESET_BOND_RATE dependencies on FND_DATE
12.2.2
-
TRIGGER: APPS.XTR_AU_BOND_ISSUES_T
12.2.2
owner:APPS, object_type:TRIGGER, object_name:XTR_AU_BOND_ISSUES_T, status:VALID,
-
APPS.XTR_MM_COVERS SQL Statements
12.2.2
-
Table: XTR_CALL_DETAILS
12.1.1
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_CALL_DETAILS, object_name:XTR_CALL_DETAILS, status:VALID, product: XTR - Treasury , description: This table is used for storing call informaion of callable bond issues , implementation_dba_data: XTR.XTR_CALL_DETAILS ,
-
Table: XTR_CALL_DETAILS
12.2.2
owner:XTR, object_type:TABLE, fnd_design_data:XTR.XTR_CALL_DETAILS, object_name:XTR_CALL_DETAILS, status:VALID, product: XTR - Treasury , description: This table is used for storing call informaion of callable bond issues , implementation_dba_data: XTR.XTR_CALL_DETAILS ,
-
APPS.XTR_COF_P dependencies on XTR_DEALS
12.1.1
-
APPS.XTR_COF_P dependencies on XTR_DEALS
12.2.2
-
TRIGGER: APPS.XTR_AU_DEALS_T
12.1.1
owner:APPS, object_type:TRIGGER, object_name:XTR_AU_DEALS_T, status:VALID,
-
TRIGGER: APPS.XTR_AI_DEALS_T
12.1.1
owner:APPS, object_type:TRIGGER, object_name:XTR_AI_DEALS_T, status:VALID,
-
VIEW: XTR.XTR_BOND_ISSUES#
12.2.2
-
VIEW: APPS.XTR_BOND_ISSUES_DFV
12.1.1
owner:APPS, object_type:VIEW, object_name:XTR_BOND_ISSUES_DFV, status:VALID,
-
PACKAGE: APPS.XTR_FPS3_P
12.2.2
owner:APPS, object_type:PACKAGE, object_name:XTR_FPS3_P, status:VALID,
-
PACKAGE: APPS.XTR_FPS3_P
12.1.1
owner:APPS, object_type:PACKAGE, object_name:XTR_FPS3_P, status:VALID,
-
PACKAGE BODY: APPS.XTR_MAINTAIN_DDA_P
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:XTR_MAINTAIN_DDA_P, status:VALID,
-
PACKAGE BODY: APPS.XTR_MAINTAIN_DDA_P
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:XTR_MAINTAIN_DDA_P, status:VALID,
-
TRIGGER: APPS.XTR_AU_BOND_ISSUES_T
12.1.1
owner:APPS, object_type:TRIGGER, object_name:XTR_AU_BOND_ISSUES_T, status:VALID,