CZ_SS_ITEMS_B

This table contains item snapshots.

Details

  • Schema: FUSION

  • Object owner: CZ

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

CZ_SS_ITEMS_B_PK

INVENTORY_ITEM_ID, ORGANIZATION_ID, PRODUCTION_FLAG, VERSION_START_DATE

Columns

Name Datatype Length Precision Not-null Comments
INVENTORY_ITEM_ID NUMBER 18 Yes INVENTORY_ITEM_ID
ORGANIZATION_ID NUMBER 18 Yes ORGANIZATION_ID
PRODUCTION_FLAG VARCHAR2 1 Yes PRODUCTION_FLAG
VERSION_START_DATE DATE Yes VERSION_START_DATE
ITEM_NUMBER VARCHAR2 300 Yes ITEM_NAME
BOM_ITEM_TYPE NUMBER Yes BOM_ITEM_TYPE
ITEM_CATALOG_GROUP_ID NUMBER 18 Yes ITEM_CLASS_ID
VERSION_END_DATE DATE VERSION_END_DATE
PRIMARY_UOM_CODE VARCHAR2 3 PRIMARY_UOM_CODE
INDIVISIBLE_FLAG VARCHAR2 1 INDIVISIBLE_FLAG
ELIGIBILITY_COMPATIBILITY_RULE VARCHAR2 1 ELIGIBILITY_COMPATIBILITY_RULE
SERIAL_NUMBER_CONTROL_CODE NUMBER SERIAL_NUMBER_CONTROL_CODE
COMMS_NL_TRACKABLE_FLAG VARCHAR2 1 TRACKABLE FLAG
REPLENISH_TO_ORDER_FLAG VARCHAR2 1 Assemble to order flag
INVENTORY_ITEM_STATUS_CODE VARCHAR2 10 This column contains the value of EGP_SYSTEM_ITEMS_B. INVENTORY_ITEM_STATUS_CODE
EFFECTIVITY_CHANGE_DATE DATE This field will contain the date at which the production snapshot behavior will change upon snapshot release. The field will be null if the snapshot behavior changes at version_start_date.
DELETED_FLAG NUMBER Yes DELETED_FLAG
SALES_PRODUCT_TYPE VARCHAR2 30 In Product Management this attribute indicates classification of an item or product for sales processes.
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.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update 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.

Foreign Keys

Table Foreign Table Foreign Key Column
cz_ss_items_tl cz_ss_items_b INVENTORY_ITEM_ID, ORGANIZATION_ID, PRODUCTION_FLAG, VERSION_START_DATE

Indexes

Index Uniqueness Tablespace Columns
CZ_SS_ITEMS_B_N1 Non Unique Default UPPER("ITEM_NUMBER")
CZ_SS_ITEMS_B_N2 Non Unique Default ITEM_CATALOG_GROUP_ID
CZ_SS_ITEMS_B_U1 Unique Default INVENTORY_ITEM_ID, ORGANIZATION_ID, PRODUCTION_FLAG, VERSION_START_DATE