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


TABLE: XLA.XLA_AMB_COMPONENTS_H

Object Details
Object Name: XLA_AMB_COMPONENTS_H
Object Type: TABLE
Owner: XLA
FND Design Data: TableXLA.XLA_AMB_COMPONENTS_H
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_AMB_COMPONENTS_H_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnCOMPONENT_TYPE_CODE
ColumnCOMPONENT_OWNER_CODE
ColumnCOMPONENT_CODE
ColumnAPPLICATION_ID
ColumnVERSION_NUM
Columns
Name Datatype Length Mandatory Comments
COMPONENT_TYPE_CODE VARCHAR2 (30) Yes Component type code
COMPONENT_OWNER_CODE VARCHAR2 (30) Yes Component owner code. Possible value includes:S - Oracle C - CustomerX - For journal entry setups that have no owner, e.g. mapping set, use 'X'.
COMPONENT_CODE VARCHAR2 (30) Yes Component code
VERSION_NUM NUMBER
Yes Version number of the component
BASE_VERSION_NUM NUMBER
Yes The base version number of the Component
OBJECT_VERSION_NUMBER NUMBER
Yes Standard WHO column
CREATION_DATE DATE
Yes Standard who column - date when this row was created.
CREATED_BY NUMBER
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
Yes Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
LAST_UPDATE_LOGIN NUMBER
Yes Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID).
PROGRAM_UPDATE_DATE DATE

Concurrent Program who column - date when a program last updated this row).
PROGRAM_APPLICATION_ID NUMBER

Concurrent Program who column - application id of the program that last updated this row (foreign key to FND_APPLICATION.APPLICATION_ID).
PROGRAM_ID NUMBER

Concurrent Program who column - program id of the program that last updated this row (foreign key to FND_CONCURRENT_PROGRAM.CONCURRENT_PROGRAM_ID).
REQUEST_ID NUMBER

Concurrent Program who column - concurrent request id of the program that last updated this row (foreign key to FND_CONCURRENT_REQUESTS.REQUEST_ID).
LEAPFROG_FLAG VARCHAR2 (1) Yes Indicate if the application accounting definition is a result of leapfrogging
APPLICATION_ID NUMBER (15) Yes Application internal identifier
Query Text

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


SELECT COMPONENT_TYPE_CODE
,      COMPONENT_OWNER_CODE
,      COMPONENT_CODE
,      VERSION_NUM
,      BASE_VERSION_NUM
,      OBJECT_VERSION_NUMBER
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      PROGRAM_UPDATE_DATE
,      PROGRAM_APPLICATION_ID
,      PROGRAM_ID
,      REQUEST_ID
,      LEAPFROG_FLAG
,      APPLICATION_ID
FROM XLA.XLA_AMB_COMPONENTS_H;

Dependencies

[top of page]

XLA.XLA_AMB_COMPONENTS_H does not reference any database object

XLA.XLA_AMB_COMPONENTS_H is referenced by following:

SchemaAPPS
SynonymXLA_AMB_COMPONENTS_H