[Home] [Help]
[Dependency Information]
| Object Name: | XLA_REFERENCE_OBJECTS |
|---|---|
| Object Type: | TABLE |
| Owner: | XLA |
| FND Design Data: | XLA.XLA_REFERENCE_OBJECTS
|
| Subobject Name: | |
| Status: | VALID |
This table stores reference objects associated with transaction objects of event classes.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| XLA_REFERENCE_OBJECTS_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
APPLICATION_ID
ENTITY_CODE
EVENT_CLASS_CODE
OBJECT_NAME
REFERENCE_OBJECT_APPL_ID
REFERENCE_OBJECT_NAME
ZD_EDITION_NAME
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| APPLICATION_ID | NUMBER | (15) | Yes | Application Id |
| ENTITY_CODE | VARCHAR2 | (30) | Yes | Entity code |
| EVENT_CLASS_CODE | VARCHAR2 | (30) | Yes | Event class code |
| OBJECT_NAME | VARCHAR2 | (30) | Yes | Table or View name |
| REFERENCE_OBJECT_APPL_ID | NUMBER | (15) | Yes | Reference object application Id |
| REFERENCE_OBJECT_NAME | VARCHAR2 | (30) | Yes | Reference object name |
| ALWAYS_POPULATED_FLAG | VARCHAR2 | (1) | Yes | Indicates if the extract object will always return a row for the extract header and all extract lines. The possible values are (Y)-The extract object will return a row for all extract lines. (N)- The extract object need not always return rows. |
| JOIN_CONDITION | VARCHAR2 | (2000) | Yes | Join condition |
| 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). | |
| LINKED_TO_REF_OBJ_APPL_ID | NUMBER | (15) | Linked to Reference Object Application Id | |
| LINKED_TO_REF_OBJ_NAME | VARCHAR2 | (30) | Linked to Reference Object Name | |
| ZD_EDITION_NAME | VARCHAR2 | (30) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT APPLICATION_ID
, ENTITY_CODE
, EVENT_CLASS_CODE
, OBJECT_NAME
, REFERENCE_OBJECT_APPL_ID
, REFERENCE_OBJECT_NAME
, ALWAYS_POPULATED_FLAG
, JOIN_CONDITION
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, LINKED_TO_REF_OBJ_APPL_ID
, LINKED_TO_REF_OBJ_NAME
, ZD_EDITION_NAME
FROM XLA.XLA_REFERENCE_OBJECTS;
XLA.XLA_REFERENCE_OBJECTS does not reference any database object
XLA.XLA_REFERENCE_OBJECTS is referenced by following:
XLA
XLA_REFERENCE_OBJECTS#
|
|
|
|