Search Results header_currency_code
Overview
APPS.XTR_INTRADAY_STATEMENTS_V is a supplementary view owned by the APPS schema within the Oracle Treasury (ETRM) module of Oracle E-Business Suite. It is classified as a VALID database object in both 12.1.1 and 12.2.2, and its FND Design Data registration is XTR.XTR_INTRADAY_STATEMENTS_V. The view exposes bank intraday statement information — header-level control totals combined with line-level transaction detail — in a single denormalized structure. Its documented purpose is to simplify forms coding within Oracle Applications, presenting joined statement header and line attributes so that Treasury bank statement entry and reconciliation forms can retrieve header control information alongside individual statement lines without issuing multiple queries.
The metadata carries the standard Oracle restriction applicable to internal Treasury objects: Oracle Corporation does not support access to Oracle applications data using this object except from standard Oracle Applications programs, and the view may change dramatically in subsequent minor or major releases. It should therefore be treated strictly as a read-only reporting and diagnostics object.
Underlying Base Objects
The documented referenced base objects are CE_INTRA_STMT_HDRS_LINES_V (a view), FND_GLOBAL (a package), and the synonyms XTR_BANK_ACCOUNTS, XTR_COMPANY_AUTHORITIES, and XTR_DEALER_CODES. The central dependency is CE_INTRA_STMT_HDRS_LINES_V, which supplies the intraday statement header and line records sourced from the Cash Management (CE) intraday statement tables. XTR_BANK_ACCOUNTS provides the bank account definition, enabling resolution of BANK_ACCOUNT_ID to a Treasury bank account. XTR_COMPANY_AUTHORITIES and XTR_DEALER_CODES supply organizational and dealer-level authorization context. FND_GLOBAL is invoked to apply the runtime security context — notably the current user, login, and responsibility-based access filtering — so that rows returned respect the Treasury company and bank account authorities of the session.
Key Columns
- STATEMENT_HEADER_ID / STATEMENT_LINE_ID — Primary identifiers linking header and line records.
- BANK_ACCOUNT_ID — Treasury bank account associated with the statement.
- STATEMENT_NUMBER, STATEMENT_DATE, GL_DATE, TRX_DATE — Statement identification and accounting/transaction dates.
- CONTROL_BEGIN_BALANCE, CONTROL_TOTAL_DR, CONTROL_TOTAL_CR, CONTROL_END_BALANCE — Header control totals used for reconciliation.
- HEADER_CURRENCY_CODE — Currency of the statement.
- AMOUNT and SIGNED_AMOUNT — Line transaction amount; SIGNED_AMOUNT applies the debit/credit sign convention so that debits and credits reconcile arithmetically against control totals.
- LINE_NUMBER, TRX_TYPE — Line sequence and transaction classification.
- STATEMENT_COMPLETE_FLAG, AUTO_LOADED_FLAG — Status flags for statement completion and automated loading.
- CASHFLOW_BALANCE, INT_CALC_BALANCE — Calculated balances supporting cash position reporting.
- HEADER_ATTRIBUTE1..15, HEADER_ATTRIBUTE_CATEGORY — Descriptive flexfield columns.
Common Use Cases and Queries
Typical usage includes intraday cash position reporting, reconciliation of statement lines to control totals, and diagnostics of auto-loaded statements. A sample query returning signed line amounts for a bank account is:
SELECT statement_number, line_number, trx_date, trx_type, amount, signed_amount FROM apps.xtr_intraday_statements_v WHERE bank_account_id = :p_bank_account_id ORDER BY statement_number, line_number;
Because Oracle does not support direct querying, such SQL should be confined to controlled reporting environments, and consumers should expect column changes across releases.
-
VIEW: APPS.XTR_INTRADAY_STATEMENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_INTRADAY_STATEMENTS_V, object_name:XTR_INTRADAY_STATEMENTS_V, status:VALID,
-
VIEW: APPS.XTR_INTRADAY_STATEMENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_INTRADAY_STATEMENTS_V, object_name:XTR_INTRADAY_STATEMENTS_V, status:VALID,
-
View: CE_INTRA_STMT_HDRS_LINES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_INTRA_STMT_HDRS_LINES_V, object_name:CE_INTRA_STMT_HDRS_LINES_V, status:VALID, product: CE - Cash Management , description: The CE_INTRA_STMT_HDRS_LINES_V view contains intra-day bank statement headers and lines information. This view is used in cash positioning. , implementation_dba_data: APPS.CE_INTRA_STMT_HDRS_LINES_V ,
-
View: CE_INTRA_STMT_HDRS_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_INTRA_STMT_HDRS_LINES_V, object_name:CE_INTRA_STMT_HDRS_LINES_V, status:VALID, product: CE - Cash Management , description: The CE_INTRA_STMT_HDRS_LINES_V view contains intra-day bank statement headers and lines information. This view is used in cash positioning. , implementation_dba_data: APPS.CE_INTRA_STMT_HDRS_LINES_V ,
-
VIEW: APPS.CE_INTRA_STMT_HDRS_LINES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_INTRA_STMT_HDRS_LINES_V, object_name:CE_INTRA_STMT_HDRS_LINES_V, status:VALID,
-
View: XTR_INTRADAY_STATEMENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_INTRADAY_STATEMENTS_V, object_name:XTR_INTRADAY_STATEMENTS_V, status:VALID, product: XTR - Treasury , description: view joins the cash management view CE_INTRA_STMT_HDRS_LINES_V with treasury table XTR_BANK_ACCOUNTS and thus provides CE, XTR details , implementation_dba_data: APPS.XTR_INTRADAY_STATEMENTS_V ,
-
View: XTR_INTRADAY_STATEMENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_INTRADAY_STATEMENTS_V, object_name:XTR_INTRADAY_STATEMENTS_V, status:VALID, product: XTR - Treasury , description: view joins the cash management view CE_INTRA_STMT_HDRS_LINES_V with treasury table XTR_BANK_ACCOUNTS and thus provides CE, XTR details , implementation_dba_data: APPS.XTR_INTRADAY_STATEMENTS_V ,
-
VIEW: APPS.CE_INTRA_STMT_HDRS_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_INTRA_STMT_HDRS_LINES_V, object_name:CE_INTRA_STMT_HDRS_LINES_V, status:VALID,
-
APPS.ARP_INSERT_LINE_COVER SQL Statements
12.2.2
-
APPS.ARP_INSERT_LINE_COVER SQL Statements
12.1.1
-
PACKAGE BODY: APPS.ARP_INSERT_LINE_COVER
12.1.1
-
PACKAGE BODY: APPS.ARP_INSERT_LINE_COVER
12.2.2
-
APPS.ARP_INSERT_LINE_COVER dependencies on ARP_UTIL
12.1.1
-
APPS.ARP_INSERT_LINE_COVER dependencies on ARP_UTIL
12.2.2
-
eTRM - CE Tables and Views
12.2.2
description: This table stores the error or warning messages from ZBA deal creation process ,
-
eTRM - CE Tables and Views
12.1.1
description: This table stores the error or warning messages from ZBA deal creation process ,
-
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 ,