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


TABLE: IGF.IGF_SL_EDIT_REPORT_ALL

Object Details
Object Name: IGF_SL_EDIT_REPORT_ALL
Object Type: TABLE
Owner: IGF
FND Design Data: TableIGF.IGF_SL_EDIT_REPORT_ALL
Subobject Name:
Status: VALID


IGF_SL_EDIT_REPORT_ALL shows the edit report. Errors indicated in the response file, which have to be shown on the edit report, may occur in five areas: Direct Loan validation, Direct Loan Origination acknowledgment, Direct Loan change response, CommonLine loan validation process, or CommonLine loan application response file.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IGF_SL_EDIT_REPORT_ALL_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnEDTR_ID
IGF_SL_EDIT_REPORT_ALL_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnLOAN_NUMBER
Columns
Name Datatype Length Mandatory Comments
EDTR_ID NUMBER (15) Yes Identifier for edit records
LOAN_NUMBER VARCHAR2 (30) Yes Indicates loan identification number for loan, for which errors have occurred
ORIG_CHG_CODE VARCHAR2 (30) Yes Indicates origination change code. Values are edits while sending or originating loan, edits from loan origination response file, edits while processing loan changes, or edits from loan change response file.
SL_ERROR_TYPE VARCHAR2 (30) Yes Indicates type code indicating location of occurrance of error
SL_ERROR_CODE VARCHAR2 (30) Yes Indicates reject codes from loan origination center or external processor
FIELD_NAME VARCHAR2 (30)
Indicates field name for which error occurred
FIELD_VALUE VARCHAR2 (4000)
Indicates value contained in field
CREATED_BY NUMBER (15) Yes Standard Who column
CREATION_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who column
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who column
REQUEST_ID NUMBER (15)
Standard Who column for concurrent programs
PROGRAM_APPLICATION_ID NUMBER (15)
Standard Who column for concurrent programs
PROGRAM_ID NUMBER (15)
Standard Who column for concurrent programs
PROGRAM_UPDATE_DATE DATE

Standard Who column for concurrent programs
ORG_ID NUMBER (15)
Operating unit identifier
Query Text

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


SELECT EDTR_ID
,      LOAN_NUMBER
,      ORIG_CHG_CODE
,      SL_ERROR_TYPE
,      SL_ERROR_CODE
,      FIELD_NAME
,      FIELD_VALUE
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      REQUEST_ID
,      PROGRAM_APPLICATION_ID
,      PROGRAM_ID
,      PROGRAM_UPDATE_DATE
,      ORG_ID
FROM IGF.IGF_SL_EDIT_REPORT_ALL;

Dependencies

[top of page]

IGF.IGF_SL_EDIT_REPORT_ALL does not reference any database object

IGF.IGF_SL_EDIT_REPORT_ALL is referenced by following:

SchemaAPPS
SynonymIGF_SL_EDIT_REPORT_ALL