[Home] [Help]
[Dependency Information]
| Object Name: | IGS_HE_EX_RN_FD_DTLS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | IGS.IGS_HE_EX_RN_FD_DTLS_V
|
| 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 |
|---|---|---|---|---|
| EXTRACT_RUN_ID | NUMBER | Yes | Sequence generated column used to uniquely identify the extract process | |
| FIELD_NUMBER | NUMBER | Yes | Indicates the Field Number after extraction process |
Cut, paste (and edit) the following text to query this object:
SELECT EXTRACT_RUN_ID
, FIELD_NUMBER
FROM APPS.IGS_HE_EX_RN_FD_DTLS_V;
APPS
IGS_HE_EXT_RUN_DTLS
IGS_HE_EX_RN_DAT_FD
IGS_HE_USR_RT_CL_FLD
APPS.IGS_HE_EX_RN_FD_DTLS_V is not referenced by any database object
|
|
|
|