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


TABLE: CSD.CSD_TEMP_ERRORS

Object Details
Object Name: CSD_TEMP_ERRORS
Object Type: TABLE
Owner: CSD
FND Design Data: TableCSD.CSD_TEMP_ERRORS
Subobject Name:
Status: VALID


This is a temporary table for the data fix script


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Columns
Name Datatype Length Mandatory Comments
RCV_TRANSACTION_ID NUMBER
Yes It stores the foreign key refeernce to rcv_transactions table
REPAIR_LINE_ID NUMBER
Yes It stores the foreign key refeernce to csd_repairs table
ERROR_MESSAGE VARCHAR2 (2000)
The error message for the record
Query Text

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


SELECT RCV_TRANSACTION_ID
,      REPAIR_LINE_ID
,      ERROR_MESSAGE
FROM CSD.CSD_TEMP_ERRORS;

Dependencies

[top of page]

CSD.CSD_TEMP_ERRORS does not reference any database object

CSD.CSD_TEMP_ERRORS is referenced by following:

SchemaAPPS
SynonymCSD_TEMP_ERRORS