[Home] [Help]
[Dependency Information]
| Object Name: | XLA_TRANSFER_LOGS |
|---|---|
| Object Type: | TABLE |
| Owner: | XLA |
| FND Design Data: | XLA.XLA_TRANSFER_LOGS
|
| 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_TRANSFER_LOGS_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
GROUP_ID
LEDGER_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| GROUP_ID | NUMBER | (15) | Yes | Interface group identifying column |
| LEDGER_ID | NUMBER | (15) | Yes | Ledger internal identifier |
| APPLICATION_ID | NUMBER | (15) | Yes | Internal id of the application |
| GLLEZL_REQUEST_ID | NUMBER | (15) | Journal Import request identifier | |
| PARENT_GROUP_ID | NUMBER | (15) | Yes | Interface group identifier of the ledger for which the transfer request was submitted. If the transfer request is submitted for a primary ledger then it is the group identifier of the primary ledger journal import request. If the transfer request is submitted for a secondary ledger then it is the group identifier of the secondary ledger journal import request. |
| TRANSFER_STATUS_CODE | VARCHAR2 | (30) | Yes | Transfer to GL status code. The possible values are 'I' - Incomplete. |
| 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). | |
| PROGRAM_UPDATE_DATE | DATE | Concurrent Program who column - date when a program last updated this row). | ||
| 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). | |
| 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). |
Cut, paste (and edit) the following text to query this object:
SELECT GROUP_ID
, LEDGER_ID
, APPLICATION_ID
, GLLEZL_REQUEST_ID
, PARENT_GROUP_ID
, TRANSFER_STATUS_CODE
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, PROGRAM_UPDATE_DATE
, PROGRAM_APPLICATION_ID
, PROGRAM_ID
, REQUEST_ID
FROM XLA.XLA_TRANSFER_LOGS;
XLA.XLA_TRANSFER_LOGS does not reference any database object
XLA.XLA_TRANSFER_LOGS is referenced by following:
XLA
XLA_TRANSFER_LOGS#
|
|
|
|