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


VIEW: APPS.IGF_SL_CLCHRS_DTLS_V

Object Details
Object Name: IGF_SL_CLCHRS_DTLS_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewIGF.IGF_SL_CLCHRS_DTLS_V
Subobject Name:
Status: VALID

View Type

A supplementary view used to simplify forms coding.

Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.

[View Source]

Columns
Name Datatype Length Mandatory Comments
ROW_ID ROWID (10)
Row ID
CLCHGRSP_ID NUMBER
Yes Sequence generated primary key
CLRP1_ID NUMBER
Yes Foreign key to the @1 Response Table
RECORD_CODE VARCHAR2 (30) Yes Record Code, this would be constant @6 for Change Send Response Records
SEND_RECORD_TXT VARCHAR2 (1000)
Original Transaction submitted via the Change Transaction Send File. This field is returned as it is in the Change Transaction Response Record
ERROR_MESSAGE_1_CODE VARCHAR2 (30)
A 3-digit code indicating the first error that occurred while processing the change transaction.
ERROR_MESSAGE_2_CODE VARCHAR2 (30)
A 3-digit code indicating the first error that occurred while processing the change transaction.
ERROR_MESSAGE_3_CODE VARCHAR2 (30)
A 3-digit code indicating the first error that occurred while processing the change transaction
ERROR_MESSAGE_4_CODE VARCHAR2 (30)
A 3-digit code indicating the first error that occurred while processing the change transaction
ERROR_MESSAGE_5_CODE VARCHAR2 (30)
A 3-digit code indicating the first error that occurred while processing the change transaction
RECORD_PROCESS_CODE VARCHAR2 (30)
Internal Record Process Code
RECORD_PROCESS_DESC VARCHAR2 (4000)
Internal Record Process Code Description
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 Program
PROGRAM_APPLICATION_ID NUMBER (15)
Standard Who column for Concurrent Program
PROGRAM_ID NUMBER (15)
Standard Who column for Concurrent Program
PROGRAM_UPDATE_DATE DATE

Standard Who column for Concurrent Program
Query Text

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


SELECT ROW_ID
,      CLCHGRSP_ID
,      CLRP1_ID
,      RECORD_CODE
,      SEND_RECORD_TXT
,      ERROR_MESSAGE_1_CODE
,      ERROR_MESSAGE_2_CODE
,      ERROR_MESSAGE_3_CODE
,      ERROR_MESSAGE_4_CODE
,      ERROR_MESSAGE_5_CODE
,      RECORD_PROCESS_CODE
,      RECORD_PROCESS_DESC
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      REQUEST_ID
,      PROGRAM_APPLICATION_ID
,      PROGRAM_ID
,      PROGRAM_UPDATE_DATE
FROM APPS.IGF_SL_CLCHRS_DTLS_V;

Dependencies

[top of page]

APPS.IGF_SL_CLCHRS_DTLS_V references the following:

SchemaAPPS
PL/SQL PackageIGF_AW_GEN - show dependent code
SynonymIGF_SL_CLCHRS_DTLS

APPS.IGF_SL_CLCHRS_DTLS_V is not referenced by any database object