DBA Data[Home] [Help] [Dependency Information]


TABLE: XLA.XLA_TPM_WORKING_HDRS_T

Object Details
Object Name: XLA_TPM_WORKING_HDRS_T
Object Type: TABLE
Owner: XLA
FND Design Data: TableXLA.XLA_TPM_WORKING_HDRS_T
Subobject Name:
Status: VALID


This table stores the journal header identifiers to be processed when creating accounting for the third party merge event.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Columns
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.
Query Text

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;

Dependencies

[top of page]

XLA.XLA_TPM_WORKING_HDRS_T does not reference any database object

XLA.XLA_TPM_WORKING_HDRS_T is referenced by following:

SchemaAPPS
SynonymXLA_TPM_WORKING_HDRS_T