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


TABLE: DPP.DPP_XLA_LINES

Object Details
Object Name: DPP_XLA_LINES
Object Type: TABLE
Owner: DPP
FND Design Data: TableDPP.DPP_XLA_LINES
Subobject Name:
Status: VALID


This table will be used to store transaction extract lines information.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
DPP_XLA_LINES_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnTRANSACTION_HEADER_ID
ColumnTRANSACTION_LINE_ID
ColumnBASE_TRANSACTION_HEADER_ID
ColumnBASE_TRANSACTION_LINE_ID
Columns
Name Datatype Length Mandatory Comments
TRANSACTION_HEADER_ID NUMBER
Yes This will store the Price Protection Transaction Header ID
TRANSACTION_LINE_ID NUMBER
Yes This will store the Price Protection transaction line ID.
BASE_TRANSACTION_HEADER_ID NUMBER
Yes This will store the trade management claim header ID for claims settlement and the price protection execution process detail ID for cost update
BASE_TRANSACTION_LINE_ID NUMBER
Yes This will store the trade management claim line ID (for claim settlement) or transaction ID (for cost update)
TRANSACTION_SUB_TYPE VARCHAR2 (20)
Transaction Sub TypeThis column is applicable only for Cost Update. This will store one of two values: PRICE_INCREASE, PRICE_DECREASE
CREATION_DATE DATE
Yes Standard WHO Column
CREATED_BY NUMBER
Yes Standard WHO Column
LAST_UPDATE_DATE DATE
Yes Standard WHO Column
LAST_UPDATED_BY NUMBER
Yes Standard WHO Column
LAST_UPDATE_LOGIN NUMBER

Standard WHO Column
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT TRANSACTION_HEADER_ID
,      TRANSACTION_LINE_ID
,      BASE_TRANSACTION_HEADER_ID
,      BASE_TRANSACTION_LINE_ID
,      TRANSACTION_SUB_TYPE
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
FROM DPP.DPP_XLA_LINES;

Dependencies

[top of page]

DPP.DPP_XLA_LINES does not reference any database object

DPP.DPP_XLA_LINES is referenced by following:

SchemaAPPS
SynonymDPP_XLA_LINES