[Home] [Help]
[Dependency Information]
Object Name: | XLA_TB_USER_TRANS_VIEWS |
---|---|
Object Type: | TABLE |
Owner: | XLA |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
This serves as the link between report definitions and user transaction identifiers. Data manager populates data in this table. In the Open Account Balances Listing, the query to generate XML is dynamically built based on the user transaction information stored in this table.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
XLA_TB_USER_TRANS_VIEWS_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
DEFINITION_CODE | VARCHAR2 | (30) | Yes | Definition code for the Open Account Balances Listing definition |
APPLICATION_ID | NUMBER | (15) | Yes | Application identifier of the event. |
EVENT_CLASS_CODE | VARCHAR2 | (30) | Yes | Event class code |
REPORTING_VIEW_NAME | VARCHAR2 | (30) | Yes | Reporting view name |
SELECT_STRING | VARCHAR2 | (4000) | Yes | Selected column names for reporting views |
FROM_STRING | VARCHAR2 | (4000) | Yes | From clause for reporting views |
WHERE_STRING | VARCHAR2 | (4000) | Yes | Join conditions between xla_transaction_entities and reporting views |
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). | |
REQUEST_ID | NUMBER | (15) | Concurrent Program who column - concurrent request id of the program that last updated this row (foreign key to FND_CONCURRENT_REQUESTS.REQUEST_ID). | |
PROGRAM_APPLICATION_ID | NUMBER | (15) | Concurrent Program who column - application id of the program that last updated this row (foreign key to FND_APPLICATION.APPLICATION_ID). | |
PROGRAM_ID | NUMBER | (15) | Concurrent Program who column - program id of the program that last updated this row (foreign key to FND_CONCURRENT_PROGRAM.CONCURRENT_PROGRAM_ID). | |
PROGRAM_UPDATE_DATE | DATE | Concurrent Program who column - date when a program last updated this row). |
Cut, paste (and edit) the following text to query this object:
SELECT DEFINITION_CODE
, APPLICATION_ID
, EVENT_CLASS_CODE
, REPORTING_VIEW_NAME
, SELECT_STRING
, FROM_STRING
, WHERE_STRING
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, REQUEST_ID
, PROGRAM_APPLICATION_ID
, PROGRAM_ID
, PROGRAM_UPDATE_DATE
FROM XLA.XLA_TB_USER_TRANS_VIEWS;
XLA.XLA_TB_USER_TRANS_VIEWS does not reference any database object
XLA.XLA_TB_USER_TRANS_VIEWS is referenced by following:
|
|
|