[Home] [Help]
[Dependency Information]
| Object Name: | ENI_ITEM_STAR_VALID_ERR |
|---|---|
| Object Type: | TABLE |
| Owner: | ENI |
| Subobject Name: | |
| Status: | VALID |
This table stores the inventory_item_id + organization_id along with the error message for items that have failed validations when the item dimension was loaded.
| Tablespace: | APPS_TS_INTERFACE |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| INVENTORY_ITEM_ID | NUMBER | Internal ID of items | ||
| ORGANIZATION_ID | NUMBER | Internal ID of organizations | ||
| ITEM_NAME | VARCHAR2 | (240) | Item number / name | |
| ERROR_MESSAGE | VARCHAR2 | (240) | Detailed error message | |
| CATEGORY_SET_ID | NUMBER | Internal ID of category sets |
Cut, paste (and edit) the following text to query this object:
SELECT INVENTORY_ITEM_ID
, ORGANIZATION_ID
, ITEM_NAME
, ERROR_MESSAGE
, CATEGORY_SET_ID
FROM ENI.ENI_ITEM_STAR_VALID_ERR;
ENI.ENI_ITEM_STAR_VALID_ERR does not reference any database object
ENI.ENI_ITEM_STAR_VALID_ERR is referenced by following:
ENI
ENI_ITEM_STAR_VALID_ERR#
|
|
|
|