EGI_CONFIRMATION_GTINS
Unique identifier of the confirmation sent out for this inbound item.
Details
-
Schema: FUSION
-
Object owner: EGI
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
EGI_NOTIFICATION_GTINS_PK |
GTIN_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| GTIN_ID | NUMBER | 18 | Yes | Unique Identifier of the GTIN records received as part of CIN | |
| TRADE_ITEM_DESCRIPTOR | VARCHAR2 | 35 | Name of the pack type associated with the GTIN. | ||
| INVENTORY_ITEM_ID | NUMBER | 18 | Attribute indicating the unique identifier of the item. | ||
| GTIN_NUMBER | VARCHAR2 | 255 | Yes | Global Trade Identification Number of the inbound items. | |
| TARGET_MARKET | VARCHAR2 | 120 | Yes | Target market of the inbound items. Typically represnets an organization in PIM | |
| GLOBAL_LOCATION_NUMBER | VARCHAR2 | 13 | Yes | Global Location Number of the inbound item. | |
| CATEGORY_NAME | VARCHAR2 | 120 | Category Name of the Items received | ||
| CONFIRMATION_ID | NUMBER | 18 | Yes | Unique identifier of the confirmation sent out for this inbound item. | |
| PRIMARY_UOM_CODE | VARCHAR2 | 25 | The principal unit of measure in which the quantity of an item is managed. | ||
| 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. | ||
| PARENT_GTIN_ID | NUMBER | 18 | Attribute indicating the parent's GTIN number of the nibound GTIN | ||
| ORGANIZATION_ID | NUMBER | 18 | 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. | ||
| GTIN_DESCRIPTION | VARCHAR2 | 240 | Unique description associated with the GTIN. |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| EGI_CONFIRMATION_GTINS | egi_confirmations | CONFIRMATION_ID |
| egi_confirmation_gtin_errors | egi_confirmation_gtins | GTIN_ID |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| EGI_CONFIRMATION_GTINS_N1 | Non Unique | Default | GTIN_NUMBER, CATEGORY_NAME |
| EGI_CONFIRMATION_GTINS_N2 | Non Unique | Default | GLOBAL_LOCATION_NUMBER, TARGET_MARKET |
| EGI_CONFIRMATION_GTINS_N3 | Non Unique | Default | CONFIRMATION_ID |
| EGI_CONFIRMATION_GTINS_U1 | Unique | Default | GTIN_ID |