DBA Data[Home] [Help] [Dependency Information]


TABLE: XLA.XLA_TB_DEFN_DETAILS

Object Details
Object Name: XLA_TB_DEFN_DETAILS
Object Type: TABLE
Owner: XLA
FND Design Data: TableXLA.XLA_TB_DEFN_DETAILS
Subobject Name:
Status: VALID


This table contains detail information about the Open Account Balances Listing report definitions. The information here specifies the GL account (CCID) or segment values that will be tracked for reporting by the Open Account Balances Listing report. The records in this table are child records
to the XLA_TB_DEFINITIONS_B table. There is one row in this table for every GL account or range of segment values defined in the Create Open Account Balances Listing Report Definition page.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
XLA_TB_DEFN_DETAILS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnDEFINITION_DETAIL_ID
XLA_TB_DEFN_DETAILS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnDEFINITION_CODE
ColumnFLEXFIELD_SEGMENT_CODE
ColumnSEGMENT_VALUE_FROM
XLA_TB_DEFN_DETAILS_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnDEFINITION_CODE
ColumnCODE_COMBINATION_ID
Columns
Name Datatype Length Mandatory Comments
DEFINITION_DETAIL_ID NUMBER (15) Yes Definition Details Identifier
OBJECT_VERSION_NUMBER NUMBER
Yes Object version number
DEFINITION_CODE VARCHAR2 (30) Yes Definition code for the Open Account Balances Listing definition.
FLEXFIELD_SEGMENT_CODE VARCHAR2 (30)
This column stores the name of the segment whose values will be tracked for reporting. If null, then the definition is defined by a CCID.
SEGMENT_VALUE_FROM VARCHAR2 (25)
Low value for the segment corresponding to the value in the FLEXFIELD_SEGMENT_CODE column.
SEGMENT_VALUE_TO VARCHAR2 (25)
High value for the segment corresponding to the value in the FLEXFIELD_SEGMENT_CODE column.
CODE_COMBINATION_ID NUMBER (15)
The CCID that will be reported by this report definition. Must be null if XLA_TB_DEFINITIONS.DEFINED_BY_CODE is ''SEGMENT''.
CREATION_DATE DATE
Yes Standard who column - date when this row was created.
CREATED_BY NUMBER (15) Yes Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
LAST_UPDATE_DATE DATE
Yes Standard Who column - date when a user last updated this row.
LAST_UPDATED_BY NUMBER (15) Yes Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
LAST_UPDATE_LOGIN NUMBER (15)
Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID).
OWNER_CODE VARCHAR2 (30)
Identifies the owner of the report detail row for the purpose of preventing removal of that row from the definition.
BALANCE_DATE DATE

Date the balance is effective
BALANCE_AMOUNT NUMBER

The balance forward for the account as of the balance date.
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT DEFINITION_DETAIL_ID
,      OBJECT_VERSION_NUMBER
,      DEFINITION_CODE
,      FLEXFIELD_SEGMENT_CODE
,      SEGMENT_VALUE_FROM
,      SEGMENT_VALUE_TO
,      CODE_COMBINATION_ID
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      OWNER_CODE
,      BALANCE_DATE
,      BALANCE_AMOUNT
FROM XLA.XLA_TB_DEFN_DETAILS;

Dependencies

[top of page]

XLA.XLA_TB_DEFN_DETAILS does not reference any database object

XLA.XLA_TB_DEFN_DETAILS is referenced by following:

SchemaAPPS
SynonymXLA_TB_DEFN_DETAILS