[Home] [Help]
[Dependency Information]
| Object Name: | EGO_UCCNET_BASELINES |
|---|---|
| Object Type: | TABLE |
| Owner: | EGO |
| FND Design Data: | EGO.EGO_UCCNET_BASELINES
|
| Subobject Name: | |
| Status: | VALID |
This table records snapshots of the last set of UCC registration attributes; it is used to determine if a current registration action is a Correct or a Change
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| EGO_UCCNET_BASELINES_U1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
INVENTORY_ITEM_ID
ORGANIZATION_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| INVENTORY_ITEM_ID | NUMBER | Yes | Inventory item identifier.Foreign key to MTL_SYSTEM_ITEMS_B | |
| ORGANIZATION_ID | NUMBER | Yes | Organization identifier.Foreign key to MTL_SYSTEM_ITEMS_B | |
| EVENT_ID_REF | NUMBER | Yes | Foreign key to EGO_UCCNET_EVENTS (event_row_id) | |
| GTIN | VARCHAR2 | (14) | Yes | Global Trade Item Number: a globally unique identifier for this item, generated according to EAN/UCC standards |
| GLN_OF_INFORMATION_PROVIDER | VARCHAR2 | (13) | Yes | Global Location Number (a globally unique identifier, generated according to EAN/UCC standards) for the party that is sending this registration message |
| CLASSIFICATION_CATEGORY_CODE | VARCHAR2 | (80) | Yes | A code that identifies the Universal Descriptor Exchange classification category to which this item belongs |
| GLN_OF_BRAND_OWNER | VARCHAR2 | (13) | Yes | Global Location Number (a globally unique identifier, generated according to EAN/UCC standards) for the party that owns the brand name of the item |
| PACK | NUMBER | Yes | Quantity of Next Lower Level Trade Item | |
| TRADE_ITEM_UNIT_DESCRIPTOR | VARCHAR2 | (30) | Yes | Trade Item Unit Descriptor: a code indicating the level in the packaging hierarchy (e.g., Each, Case, Pallet, etc.) |
| BRAND_NAME | VARCHAR2 | (35) | Yes | Brand name of the item |
| HEIGHT | NUMBER | Yes | Height of the item (as defined by shelf orientation) | |
| WIDTH | NUMBER | Yes | Width of the item (as defined by shelf orientation) | |
| DEPTH | NUMBER | Yes | Depth of the item (as defined by shelf orientation) | |
| LINEAR_UOM | VARCHAR2 | (3) | Yes | Units in which height, width and depth are measured (e.g., Meters, Inches, etc.) |
| CREATED_BY | NUMBER | Yes | One of the five standard "WHO" columns | |
| CREATION_DATE | DATE | Yes | One of the five standard "WHO" columns | |
| LAST_UPDATED_BY | NUMBER | Yes | One of the five standard "WHO" columns | |
| LAST_UPDATE_DATE | DATE | Yes | One of the five standard "WHO" columns | |
| LAST_UPDATE_LOGIN | NUMBER | One of the five standard "WHO" columns | ||
| REVISION_ID | NUMBER | Item Revision Id.Foreign key to MTL_ITEM_REVISIONS_B | ||
| EANUCC_TYPE | VARCHAR2 | (2) | Previous EAN/UCC classification scheme to which this item belongs | |
| EANUCC_CODE | VARCHAR2 | (20) | Identifier of this item according to previous EAN/UCC classification scheme | |
| NET_WEIGHT | NUMBER | Unit weight of this item | ||
| GROSS_WEIGHT | NUMBER | Weight of this item, including packaging | ||
| WEIGHT_UOM | VARCHAR2 | (3) | Units in which weight is measured (e.g., Kilograms, Ounces, etc.) | |
| NET_CONTENT | NUMBER | Net content of the item | ||
| NET_CONTENT_UOM | VARCHAR2 | (3) | Units in which net content is measured (e.g., Liters, Pounds, etc.) | |
| VOLUME | NUMBER | Volume of the item | ||
| VOLUME_UOM | VARCHAR2 | (3) | Units in which volume is measured (e.g., Milliliters, Pints, etc.) | |
| GPC_CODE | VARCHAR2 | (28) | Global Product Classification Code | |
| CANCELED_DATE | DATE | Canceled Date | ||
| DISCONTINUED_DATE | DATE | Discontinued Date |
Cut, paste (and edit) the following text to query this object:
SELECT INVENTORY_ITEM_ID
, ORGANIZATION_ID
, EVENT_ID_REF
, GTIN
, GLN_OF_INFORMATION_PROVIDER
, CLASSIFICATION_CATEGORY_CODE
, GLN_OF_BRAND_OWNER
, PACK
, TRADE_ITEM_UNIT_DESCRIPTOR
, BRAND_NAME
, HEIGHT
, WIDTH
, DEPTH
, LINEAR_UOM
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, REVISION_ID
, EANUCC_TYPE
, EANUCC_CODE
, NET_WEIGHT
, GROSS_WEIGHT
, WEIGHT_UOM
, NET_CONTENT
, NET_CONTENT_UOM
, VOLUME
, VOLUME_UOM
, GPC_CODE
, CANCELED_DATE
, DISCONTINUED_DATE
FROM EGO.EGO_UCCNET_BASELINES;
EGO.EGO_UCCNET_BASELINES does not reference any database object
EGO.EGO_UCCNET_BASELINES is referenced by following:
APPS
EGO_UCCNET_BASELINES
|
|
|
|