POR_BROWSE_NORMALIZED_TREES
This table contains the normalized hierarchical structure for browsing category hierarchy stored in POR_BROWSE_TREES.
Details
-
Schema: FUSION
-
Object owner: POR
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
POR_BROWSE_NORMALIZED_TREES_PK |
CHILD_CATEGORY_ID, PARENT_CATEGORY_ID, TYPE |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| PARENT_CATEGORY_ID | NUMBER | 18 | Yes | PARENT_CATEGORY_ID | |
| CHILD_CATEGORY_ID | NUMBER | 18 | Yes | CHILD_CATEGORY_ID | |
| PURCHASING_CAT_FLAG | VARCHAR2 | 1 | Yes | PURCHASING_CAT_FLAG | |
| TYPE | VARCHAR2 | 30 | Yes | TYPE | |
| 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. | ||
| 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. |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| POR_BROWSE_NORMALIZED_TREES | por_browse_categories_b | PARENT_CATEGORY_ID |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| POR_BROWSE_NORMALIZED_TREES_U1 | Unique | Default | CHILD_CATEGORY_ID, PARENT_CATEGORY_ID, TYPE |
| POR_BROWSE_NORMAL_TREES_N1 | Non Unique | Default | PARENT_CATEGORY_ID, TYPE, PURCHASING_CAT_FLAG |