POR_PUBLIC_LIST_LINES

This table stores the line details for the Public Lists.

Details

  • Schema: FUSION

  • Object owner: POR

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

POR_PUBLIC_LIST_LINES_PK

PUBLIC_LIST_LINE_ID

Columns

Name Datatype Length Precision Not-null Comments
PUBLIC_LIST_LINE_ID NUMBER 18 Yes Auto generated sequence number used as primary key.
PUBLIC_LIST_HEADER_ID NUMBER 18 Yes Forign key to PUBLIIC_LIST _HEADER_ID of POR_PUBLIC_LIST_HEADERS_ALL_B.
LINE_NUMBER NUMBER Public list line number.
SUGGESTED_QUANTITY NUMBER Suggested quantity for the public list line.
PO_LINE_ID NUMBER 18 Foreign key to PO_LINE_ID of PO_LINES_ALL.
INV_ORG_ID NUMBER 18 Foreign key to EGP_SYSTEM_ITEMS_VL.
ITEM_ID NUMBER 18 Foreign key to EGP_SYSTEM_ITEMS_VL.
OBJECT_VERSION_NUMBER NUMBER 9 Yes Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.
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.
INDEX_SYNC_OPERATION_CODE VARCHAR2 20 Used to identify that this public shopping list line has been updated or newly added and index for this line needs to be synchronized
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
JOB_DEFINITION_NAME VARCHAR2 100 Enterprise Service Scheduler: indicates the name of the job that created or last updated the row.
JOB_DEFINITION_PACKAGE VARCHAR2 900 Enterprise Service Scheduler: indicates the package name of the job that created or last updated the row.

Indexes

Index Uniqueness Tablespace Columns
POR_PUBLIC_LIST_LINES_N1 Non Unique Default ITEM_ID, INV_ORG_ID
POR_PUBLIC_LIST_LINES_N2 Non Unique Default PUBLIC_LIST_HEADER_ID, ITEM_ID, PO_LINE_ID
POR_PUBLIC_LIST_LINES_U1 Unique Default PUBLIC_LIST_LINE_ID
POR_PUBLIC_LIST_LINES_N3 Non Unique Default INDEX_SYNC_OPERATION_CODE