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


TABLE: XLA.XLA_ANALYTICAL_HDRS_B

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

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
XLA_ANALYTICAL_HDRS_B_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnAMB_CONTEXT_CODE
ColumnANALYTICAL_CRITERION_CODE
ColumnANALYTICAL_CRITERION_TYPE_CODE
ColumnZD_EDITION_NAME
Columns
Name Datatype Length Mandatory Comments
AMB_CONTEXT_CODE VARCHAR2 (30) Yes Accounting methods builder context.
APPLICATION_ID NUMBER (15)
Internal Id of the application
ANALYTICAL_CRITERION_CODE VARCHAR2 (30) Yes Analytical Criterion code
ANALYTICAL_CRITERION_TYPE_CODE VARCHAR2 (1) Yes Analytical Criterion type code. Values are:User: the analytical criterion is defined by the user.System: the analytical criterion is defined by the product team and is made available as a seeded data.
BALANCING_FLAG VARCHAR2 (1) Yes Y: balances are maintained for this Analytical CriterionN: balances are not maintained for this Analytical Criterion
DISPLAY_ORDER NUMBER
Yes Dispaly order of the analytical criteria for reports and inquiry forms.
ENABLED_FLAG VARCHAR2 (1) Yes Y: the analytical criterion is enabled and can be attached to a product accounting definition.N: : the analytical criterion is not enabled and cannot be attached to a product accounting definition.
YEAR_END_CARRY_FORWARD_CODE VARCHAR2 (30)
If balancing_flag = 'Y' it must have one of the following values, otherwise it must be null: A: The analytical criterion balances are always carried forward to the next fiscal year.N: The analytical criterion balances are never carried forward to the next fiscal year.B: The analytical criterion balances are conditionally carried forward to the next fiscal year, depending on the account type.
DISPLAY_IN_INQUIRIES_FLAG VARCHAR2 (1) Yes Y: the journal entry lines associated to this analytical criterion are candidates to be displayed in the inquiries N: the journal entry lines associated to this analytical criterion will not be displayed in the inquiries
CRITERION_VALUE_CODE VARCHAR2 (30) Yes INTERNAL KEY: for this analytical criterion, the value stored is the internal key of the source. MEANING: for this analytical criterion, the value stored is the translated meaning of the source (the source is associated to a lookup code or value set).
UPDATED_FLAG VARCHAR2 (1)
Indicate if the application accounting definition is updated since last exported
VERSION_NUM NUMBER

Version number generated automatically at the time of export
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_LOGIN NUMBER (15)
Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID).
LAST_UPDATED_BY NUMBER (15) Yes Standard who column - user who last updated 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.
ZD_EDITION_NAME VARCHAR2 (30) Yes
Query Text

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


SELECT AMB_CONTEXT_CODE
,      APPLICATION_ID
,      ANALYTICAL_CRITERION_CODE
,      ANALYTICAL_CRITERION_TYPE_CODE
,      BALANCING_FLAG
,      DISPLAY_ORDER
,      ENABLED_FLAG
,      YEAR_END_CARRY_FORWARD_CODE
,      DISPLAY_IN_INQUIRIES_FLAG
,      CRITERION_VALUE_CODE
,      UPDATED_FLAG
,      VERSION_NUM
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      ZD_EDITION_NAME
FROM XLA.XLA_ANALYTICAL_HDRS_B;

Dependencies

[top of page]

XLA.XLA_ANALYTICAL_HDRS_B does not reference any database object

XLA.XLA_ANALYTICAL_HDRS_B is referenced by following:

SchemaXLA
ViewXLA_ANALYTICAL_HDRS_B#