CZ_SS_TRANS_ITEM_EFF_B

This is the base table for storing snapshots of translatable item UDAs and values.

Details

  • Schema: FUSION

  • Object owner: CZ

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

CZ_SS_TRANS_ITEM_EFF_B_PK

INVENTORY_ITEM_ID, ORGANIZATION_ID, ATTRIBUTE_GROUP_CODE, ATTRIBUTE_CODE, START_DATE, PRODUCTION_FLAG

Columns

Name Datatype Length Precision Not-null Comments
INVENTORY_ITEM_ID NUMBER 18 Yes Inventory item identifier.
ORGANIZATION_ID NUMBER 18 Yes Organization identifier.
ATTRIBUTE_GROUP_CODE VARCHAR2 80 Yes Code that identifies the UDA attribute group.
ATTRIBUTE_CODE VARCHAR2 30 Yes Code that identifies the UDA within the attribute group.
START_DATE DATE Yes Date at which the attribute definition becomes effective.
PRODUCTION_FLAG VARCHAR2 1 Yes Standard snapshot column, indicates that the record is production if the value is 'Y', development if the value is 'N'.
END_DATE DATE Date at which the attribute definition is no longer effective.
DELETED_FLAG NUMBER 18 Yes This flag logically indicates the deletion of the associated attribute row in PIM. A Non-Zero value represents deleted state and 0 represents not-deleted state.
EFFECTIVITY_CHANGE_DATE DATE This field contains the date at which the production snapshot behavior will change upon snapshot release. This column is always populated for development snapshots.
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_trans_item_eff_tl cz_ss_trans_item_eff_b INVENTORY_ITEM_ID, ORGANIZATION_ID, ATTRIBUTE_GROUP_CODE, ATTRIBUTE_CODE, START_DATE, PRODUCTION_FLAG

Indexes

Index Uniqueness Tablespace Columns
CZ_SS_TRANS_ITEM_EFF_B_U1 Unique Default INVENTORY_ITEM_ID, ORGANIZATION_ID, ATTRIBUTE_GROUP_CODE, ATTRIBUTE_CODE, START_DATE, PRODUCTION_FLAG