[Home] [Help]
[Dependency Information]
| Object Name: | XLA_STAGING_COMPONENTS_H |
|---|---|
| Object Type: | TABLE |
| Owner: | XLA |
| FND Design Data: | XLA.XLA_STAGING_COMPONENTS_H
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| XLA_STAGING_COMPONENTS_H_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
STAGING_AMB_CONTEXT_CODE
COMPONENT_TYPE_CODE
COMPONENT_OWNER_CODE
COMPONENT_CODE
VERSION_NUM
ZD_EDITION_NAME
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| STAGING_AMB_CONTEXT_CODE | VARCHAR2 | (30) | Yes | AMB context code of the staging area |
| COMPONENT_TYPE_CODE | VARCHAR2 | (30) | Yes | AMB component type code. It can be:AADANALYTICAL_CRITERIONMAPPING_SET |
| 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 original version number of the component | |
| APPLICATION_ID | NUMBER | Internal identifier of the application. Applicable only if the component type is AAD. | ||
| VERSION_COMMENT | VARCHAR2 | (240) | Comment entered when the application accounting definition is exported. Applicable only if the COMPONENT_TYPE is 'AAD'. | |
| LEAPFROG_FLAG | VARCHAR2 | (1) | Indicates if the application accounting definition is a leapfrog. Applicable only if the COMPONENT_TYPE is 'AAD'. Possible values are Y or N. | |
| 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). | ||
| PRODUCT_RULE_VERSION | VARCHAR2 | (30) | Application accounting definition version | |
| ZD_EDITION_NAME | VARCHAR2 | (30) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT STAGING_AMB_CONTEXT_CODE
, COMPONENT_TYPE_CODE
, COMPONENT_OWNER_CODE
, COMPONENT_CODE
, VERSION_NUM
, BASE_VERSION_NUM
, APPLICATION_ID
, VERSION_COMMENT
, LEAPFROG_FLAG
, 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
, PRODUCT_RULE_VERSION
, ZD_EDITION_NAME
FROM XLA.XLA_STAGING_COMPONENTS_H;
XLA.XLA_STAGING_COMPONENTS_H does not reference any database object
XLA.XLA_STAGING_COMPONENTS_H is referenced by following:
XLA
XLA_STAGING_COMPONENTS_H#
|
|
|
|