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


TABLE: ICX.ICX_REQ_CART_ERRORS

Object Details
Object Name: ICX_REQ_CART_ERRORS
Object Type: TABLE
Owner: ICX
FND Design Data: TableICX.ICX_REQ_CART_ERRORS
Subobject Name:
Status: VALID


ICX_REQ_CART_ERRORS stores a log of all errors that may occur during
transactions. This table contains information about the requisition
header, requisition line, and the distribution number along with the
error text and user information.
.


Storage Details
Tablespace: TablespaceAPPS_TS_ARCHIVE
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
ICX_REQ_CART_ERRORS_U1 NORMAL UNIQUE TablespaceAPPS_TS_ARCHIVE ColumnCART_ID
ColumnERROR_ID
Columns
Name Datatype Length Mandatory Comments
ERROR_ID NUMBER
Yes Error unique identifier
CART_ID NUMBER
Yes Requisition header unique identifier
CART_LINE_ID NUMBER

Requisition line unique identifier
DISTRIBUTION_NUM NUMBER

Distribution number
LAST_UPDATED_BY NUMBER

Standard Who column
LAST_UPDATE_DATE DATE

Standard Who column
LAST_UPDATE_LOGIN NUMBER

Standard Who column
CREATION_DATE DATE

Standard Who column
CREATED_BY NUMBER

Standard Who column
ERROR_TEXT VARCHAR2 (240)
Error text
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT ERROR_ID
,      CART_ID
,      CART_LINE_ID
,      DISTRIBUTION_NUM
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      CREATION_DATE
,      CREATED_BY
,      ERROR_TEXT
FROM ICX.ICX_REQ_CART_ERRORS;

Dependencies

[top of page]

ICX.ICX_REQ_CART_ERRORS does not reference any database object

ICX.ICX_REQ_CART_ERRORS is referenced by following:

SchemaAPPS
SynonymICX_REQ_CART_ERRORS