CZ_SS_STRUCTURE_COMPONENTS
CZ_SS_STRUCTURE_COMPONENTS stores item structure component data imported from PIM.
Details
-
Schema: FUSION
-
Object owner: CZ
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
| Name | Columns |
|---|---|
|
CZ_SS_STRUCTURE_COMPONENT_PK |
COMPONENT_SEQUENCE_ID, PK2_VALUE, PRODUCTION_FLAG |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| COMPONENT_SEQUENCE_ID | NUMBER | 18 | Yes | COMPONENT_SEQUENCE_ID | |
| PRODUCTION_FLAG | VARCHAR2 | 1 | Yes | PRODUCTION_FLAG | |
| PK1_VALUE | NUMBER | 18 | Yes | COMPONENT_ITEM_ID | |
| PK2_VALUE | NUMBER | 18 | Yes | COMPONENT_ORGANIZATION_ID | |
| BOM_ITEM_TYPE | NUMBER | Yes | COMPONENT_ITEM_TYPE | ||
| COMPONENT_QUANTITY | NUMBER | COMPONENT_QUANTITY | |||
| LOW_QUANTITY | NUMBER | LOW_QUANTITY | |||
| HIGH_QUANTITY | NUMBER | HIGH_QUANTITY | |||
| OPTIONAL | NUMBER | OPTIONAL | |||
| MUTUALLY_EXCLUSIVE_OPTIONS | NUMBER | MUTUALLY_EXCLUSIVE_OPTIONS | |||
| SHOW_IN_SALES | NUMBER | Attribute signifying if the item component can be shown in sales summary. | |||
| EFFECTIVITY_DATE | DATE | Yes | EFFECTIVITY_DATE | ||
| DISABLE_DATE | DATE | DISABLE_DATE | |||
| ITEM_NUM | NUMBER | SEQUENCE_NUMBER | |||
| INSTANTIATION_TYPE | VARCHAR2 | 30 | INSTANTIATION_TYPE | ||
| PARENT_PK1_VALUE | NUMBER | 18 | Yes | STRUCTURE_ITEM_ID | |
| PARENT_PK2_VALUE | NUMBER | 18 | Yes | STRUCTURE_ORGANIZATION_ID | |
| PARENT_BOM_ITEM_TYPE | NUMBER | Yes | STRUCTURE_ITEM_TYPE | ||
| 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 effectivity_date. | |||
| DELETED_FLAG | NUMBER | Yes | DELETED_FLAG | ||
| UI_TIMESTAMP_ADD | TIMESTAMP | Timestamp populated by snapshot import or refresh when a component is added. | |||
| UI_TIMESTAMP_REMOVE | TIMESTAMP | Timestamp populated by snapshot import or refresh when a component is removed. | |||
| UI_TIMESTAMP_CHANGETYPE | TIMESTAMP | Timestamp populated by snapshot import or refresh when the instantiability_code of a component is modified. | |||
| UI_TIMESTAMP_REORDER | TIMESTAMP | Timestamp populated by snapshot import or refresh when a component is reordered (seq_nbr changes). | |||
| 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. |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| CZ_SS_STRUCTURE_COMPONENTS_N1 | Non Unique | Default | PARENT_PK1_VALUE, PARENT_PK2_VALUE |
| CZ_SS_STRUCTURE_COMPONENTS_N2 | Non Unique | Default | DELETED_FLAG, PRODUCTION_FLAG, PK1_VALUE, PK2_VALUE |
| CZ_SS_STRUCTURE_COMPONENTS_U1 | Unique | Default | COMPONENT_SEQUENCE_ID, PK2_VALUE, PRODUCTION_FLAG |