DBA Data[Home] [Help] [Dependency Information]


TABLE: ENI.ENI_ITEM_STAR_VALID_ERR

Object Details
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.


Storage Details
Tablespace: TablespaceAPPS_TS_INTERFACE
PCT Free: 10
PCT Used:
Columns
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
Query Text

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;

Dependencies

[top of page]

ENI.ENI_ITEM_STAR_VALID_ERR does not reference any database object

ENI.ENI_ITEM_STAR_VALID_ERR is referenced by following:

SchemaAPPS
SynonymENI_ITEM_STAR_VALID_ERR