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


TABLE: FV.FV_IPAC_IMPORT_ERRORS

Object Details
Object Name: FV_IPAC_IMPORT_ERRORS
Object Type: TABLE
Owner: FV
FND Design Data: TableFV.FV_IPAC_IMPORT_ERRORS
Subobject Name:
Status: VALID


Table used to store IPAC import errors.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
FV_IPAC_IMPORT_ERRORS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnIPAC_IMPORT_ID
Columns
Name Datatype Length Mandatory Comments
IPAC_IMPORT_ID NUMBER

IPAC import identifier
ERROR_CODE VARCHAR2 (50)
Error code
ERROR_DESC VARCHAR2 (1024)
Error description
Query Text

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


SELECT IPAC_IMPORT_ID
,      ERROR_CODE
,      ERROR_DESC
FROM FV.FV_IPAC_IMPORT_ERRORS;

Dependencies

[top of page]

FV.FV_IPAC_IMPORT_ERRORS does not reference any database object

FV.FV_IPAC_IMPORT_ERRORS is referenced by following:

SchemaFV
ViewFV_IPAC_IMPORT_ERRORS#