EGP_ITEM_CAT_ASSIGNMENTS
This table contains information of items assigned to a Catalog and its category.
Details
-
Schema: FUSION
-
Object owner: EGP
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
| Name | Columns |
|---|---|
|
EGP_ITEM_CAT_ASSIGNMENTS_PK |
INVENTORY_ITEM_ID, ORGANIZATION_ID, CATEGORY_SET_ID, CATEGORY_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| INVENTORY_ITEM_ID | NUMBER | 18 | Yes | Unique identifier for an item. This represents the ItemId for which this assignment is created. | |
| ITEM_CATEGORY_ASSIGNMENT_ID | NUMBER | 18 | Yes | This is the primary key for the table EGP_ITEM_CAT_ASSIGNMENTS | |
| ORGANIZATION_ID | NUMBER | 18 | Yes | A organizing unit in the internal or external structure of your enterprise. Organization structures provide the framework for performing legal reporting, financial control, and management reporting. | |
| CATEGORY_SET_ID | NUMBER | 18 | Yes | Collection of items grouped into categories. | |
| CATEGORY_ID | NUMBER | 18 | Yes | Category belonging to the Item Catalog. | |
| 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. | |
| 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. | |
| 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_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. | ||
| SEQUENCE_NUMBER | NUMBER | 9 | Attribute value that controls the order the categories that are associated to the catalog are displayed in | ||
| PROGRAM_NAME | VARCHAR2 | 30 | Identifies the concurrent program | ||
| PROGRAM_APP_NAME | VARCHAR2 | 50 | Identifies the Application name spawning the Concurrent Request | ||
| 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. | ||
| ALT_ITEM_CAT_CODE | VARCHAR2 | 40 | Deprecated column. Not in use by applciation. | ||
| START_DATE | DATE | The start date for the data grant for a category. | |||
| END_DATE | DATE | The end date for the data grant for a category. |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| EGP_ITEM_CAT_ASSIGNMENTS | egp_system_items_b | INVENTORY_ITEM_ID, ORGANIZATION_ID |
| egp_item_categories_interface | egp_item_cat_assignments | INVENTORY_ITEM_ID, ORGANIZATION_ID, CATEGORY_SET_ID, CATEGORY_ID |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| EGP_ITEM_CAT_ASSIGNMENTS_N1 | Non Unique | Default | CATEGORY_SET_ID, CATEGORY_ID, ORGANIZATION_ID |
| EGP_ITEM_CAT_ASSIGNMENTS_N2 | Non Unique | Default | LAST_UPDATE_DATE, INVENTORY_ITEM_ID, ORGANIZATION_ID |
| EGP_ITEM_CAT_ASSIGNMENTS_N3 | Non Unique | Default | REQUEST_ID |
| EGP_ITEM_CAT_ASSIGNMENTS_PK | Unique | Default | INVENTORY_ITEM_ID, ORGANIZATION_ID, CATEGORY_SET_ID, CATEGORY_ID |
| EGP_ITEM_CAT_ASSIGNMENTS_U2 | Unique | Default | ITEM_CATEGORY_ASSIGNMENT_ID |