POR_ITEM_CAT_PARENT_LEVELS

This table stores the column flattened representation of purchasing categories stored in POR_BROWSE_TREES table.

Details

  • Schema: FUSION

  • Object owner: POR

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

POR_ITEM_CAT_PARENT_LEVEL_PK

TYPE, PURCHASING_CAT_ID

Columns

Name Datatype Length Precision Not-null Comments
PURCHASING_CAT_ID NUMBER 18 Yes PURCHASING_CAT_ID
TYPE VARCHAR2 32 Yes TYPE
NODE_LEVEL NUMBER 9 Yes NODE LEVEL
LEVEL1_CAT_ID NUMBER 18 LEVEL1_CAT_ID
LEVEL2_CAT_ID NUMBER 18 LEVEL2_CAT_ID
LEVEL3_CAT_ID NUMBER 18 LEVEL3_CAT_ID
LEVEL4_CAT_ID NUMBER 18 LEVEL4_CAT_ID
LEVEL5_CAT_ID NUMBER 18 LEVEL5_CAT_ID
LEVEL6_CAT_ID NUMBER 18 LEVEL6_CAT_ID
LEVEL7_CAT_ID NUMBER 18 LEVEL7_CAT_ID
LEVEL8_CAT_ID NUMBER 18 LEVEL8_CAT_ID
LEVEL9_CAT_ID NUMBER 18 LEVEL9_CAT_ID
LEVEL10_CAT_ID NUMBER 18 LEVEL10_CAT_ID
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.
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_ITEM_CAT_PARENTS_U1 Unique Default TYPE, PURCHASING_CAT_ID
POR_ITEM_CAT_PARENT_LEVELS_N1 Non Unique Default LEVEL1_CAT_ID, TYPE
POR_ITEM_CAT_PARENT_LEVELS_N10 Non Unique Default LEVEL10_CAT_ID, TYPE
POR_ITEM_CAT_PARENT_LEVELS_N2 Non Unique Default LEVEL2_CAT_ID, TYPE
POR_ITEM_CAT_PARENT_LEVELS_N3 Non Unique Default LEVEL3_CAT_ID, TYPE
POR_ITEM_CAT_PARENT_LEVELS_N4 Non Unique Default LEVEL4_CAT_ID, TYPE
POR_ITEM_CAT_PARENT_LEVELS_N5 Non Unique Default LEVEL5_CAT_ID, TYPE
POR_ITEM_CAT_PARENT_LEVELS_N6 Non Unique Default LEVEL6_CAT_ID, TYPE
POR_ITEM_CAT_PARENT_LEVELS_N7 Non Unique Default LEVEL7_CAT_ID, TYPE
POR_ITEM_CAT_PARENT_LEVELS_N8 Non Unique Default LEVEL8_CAT_ID, TYPE
POR_ITEM_CAT_PARENT_LEVELS_N9 Non Unique Default LEVEL9_CAT_ID, TYPE