[Home] [Help]
[Dependency Information]
| Object Name: | IGF_AP_RW_UNMATCH_REC_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | IGF.IGF_AP_RW_UNMATCH_REC_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 |
|---|---|---|---|---|
| AWARD_YEAR | VARCHAR2 | (10) | Alternate short reference code for identifying a calendar instance. | |
| RECORD_TYPE | VARCHAR2 | (10) | Holds the records type like ISIR and PROFILE | |
| CI_SEQUENCE_NUMBER | NUMBER | (15) | Indicates unique identifier for award year calendar instance | |
| CI_CAL_TYPE | VARCHAR2 | (10) | Indicates code for award year calendar type. Used within operating unit. |
Cut, paste (and edit) the following text to query this object:
SELECT AWARD_YEAR
, RECORD_TYPE
, CI_SEQUENCE_NUMBER
, CI_CAL_TYPE
FROM APPS.IGF_AP_RW_UNMATCH_REC_V;
APPS
IGF_AP_REVIEW_DET_V
IGS_CA_INST
APPS.IGF_AP_RW_UNMATCH_REC_V is not referenced by any database object
|
|
|
|