POR_ITEMS_CTX_DTLS_TLP

Stores the details of the context of items added during the shopping and create requisition process.

Details

  • Schema: FUSION

  • Object owner: POR

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

POR_ITEMS_CTX_DTLS_TLP_PK

ITEM_CTX_HEADER_ID, SEQUENCE

Columns

Name Datatype Length Precision Not-null Comments
ITEM_CTX_HEADER_ID NUMBER 18 Yes ITEM_CTX_HEADER_ID
SEQUENCE NUMBER Yes SEQUENCE
CTX_DESC VARCHAR2 1000 CTX_DESC
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
SOURCE_OBJECT_TYPE VARCHAR2 30 To identify the type of source object for this index.
SOURCE_OBJECT_ID NUMBER 18 To identify source object line for this index.

Foreign Keys

Table Foreign Table Foreign Key Column
POR_ITEMS_CTX_DTLS_TLP por_items_ctx_hdrs_tlp ITEM_CTX_HEADER_ID

Indexes

Index Uniqueness Tablespace Columns
POR_ITEMS_CTX_DTLS_TLP_U1 Unique Default ITEM_CTX_HEADER_ID, SEQUENCE
POR_ITEMS_CTX_DTLS_TLP_N1 Non Unique Default SOURCE_OBJECT_ID, SOURCE_OBJECT_TYPE