[Home] [Help]
[Dependency Information]
Object Name: | XLA_TPM_WORKING_HDRS_T |
---|---|
Object Type: | TABLE |
Owner: | XLA |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
This table stores the journal header identifiers to be processed when creating accounting for the third party merge event.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
MERGE_EVENT_ID | NUMBER | (15) | Yes | This is the third party merge event id. |
AE_HEADER_ID | NUMBER | (15) | Yes | This is the ae header id for journal entry to be processed. |
REQUEST_ID | NUMBER | (15) | Yes | Concurrent Program who column - concurrent request id of the program that last updated this row (foreign key to FND_CONCURRENT_REQUESTS.REQUEST_ID). |
PROCESS_TYPE_FLAG | VARCHAR2 | (1) | Yes | This flag indicates the different process that will be applied to the journal entry. |
Cut, paste (and edit) the following text to query this object:
SELECT MERGE_EVENT_ID
, AE_HEADER_ID
, REQUEST_ID
, PROCESS_TYPE_FLAG
FROM XLA.XLA_TPM_WORKING_HDRS_T;
XLA.XLA_TPM_WORKING_HDRS_T does not reference any database object
XLA.XLA_TPM_WORKING_HDRS_T is referenced by following:
|
|
|