EGP_ITEM_PRESENCE_IND_ADDL

EGP_ITEM_PRESENCE_IND_ADDL stores presence of item data associated with quality objects such as Problem Report and Corrective Action.

Details

  • Schema: FUSION

  • Object owner: EGP

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

EGP_ITEM_PRESENCE_IND_ADDL_PK

CHILD_PRESENCE_IND_ID

Columns

Name Datatype Length Precision Not-null Comments
CHILD_PRESENCE_IND_ID NUMBER 18 Yes A unique identifier which indicated child presence id.
INVENTORY_ITEM_ID NUMBER 18 Yes Attribute indicating the unique identifier of the item.
ORGANIZATION_ID NUMBER 18 Yes A organizing unit in the internal or external structure of your enterprise. Organization structures provide the framework for performing legal reporting, financial control, and management reporting.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
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_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
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.
QUALITY_ISSUE_FLAG VARCHAR2 1 Attribute indicating the presence of a Problem Report or Corrective Action for an item.
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.

Indexes

Index Uniqueness Tablespace Columns
EGP_ITEM_PRESENCE_IND_ADDL_N1 Non Unique Default REQUEST_ID
EGP_ITEM_PRESENCE_IND_ADDL_U1 Unique Default CHILD_PRESENCE_IND_ID
EGP_ITEM_PRESENCE_IND_ADDL_U2 Unique Default INVENTORY_ITEM_ID, ORGANIZATION_ID