[Home] [Help]
[Dependency Information]
Object Name: | IGF_SL_CLCHRS_DTLS_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
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.
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 |
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;
APPS.IGF_SL_CLCHRS_DTLS_V is not referenced by any database object
|
|
|