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


VIEW: APPS.IGF_AW_LOOKUPS_VIEW

Object Details
Object Name: IGF_AW_LOOKUPS_VIEW
Object Type: VIEW
Owner: APPS
FND Design Data: ViewIGF.IGF_AW_LOOKUPS_VIEW
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
SYS_AWARD_YEAR VARCHAR2 (30)
Stores the system award year to which the Financial aid award year, ISIR batch year and Profile year map
CAL_TYPE VARCHAR2 (10) Yes Award Calendar Type
SEQUENCE_NUMBER NUMBER (15) Yes Award Calendar Sequence Number
LOOKUP_TYPE VARCHAR2 (30) Yes QuickCode lookup type
LOOKUP_CODE VARCHAR2 (30) Yes QuickCode code
MEANING VARCHAR2 (80) Yes QuickCode meaning
DESCRIPTION VARCHAR2 (240)
Description
ENABLED_FLAG VARCHAR2 (1) Yes Enabled flag
Query Text

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


SELECT SYS_AWARD_YEAR
,      CAL_TYPE
,      SEQUENCE_NUMBER
,      LOOKUP_TYPE
,      LOOKUP_CODE
,      MEANING
,      DESCRIPTION
,      ENABLED_FLAG
FROM APPS.IGF_AW_LOOKUPS_VIEW;

Dependencies

[top of page]

APPS.IGF_AW_LOOKUPS_VIEW references the following:

SchemaAPPS
SynonymFND_LOOKUP_VALUES
SynonymIGF_AP_BATCH_AW_MAP_ALL
SynonymIGF_AW_LKUP_OVD_DET
APPS.IGF_AW_LOOKUPS_VIEW is referenced by following:

SchemaAPPS
Package BodyIGF_AP_GEN - show dependent code
Package BodyIGF_AP_LI_ISIR_IMP_PROC - show dependent code
Package BodyIGF_AP_LI_PROF_IMP_PROC - show dependent code
Package BodyIGF_SL_CL_CHG_FILE - show dependent code
Package BodyIGF_SL_CL_LI_IMP_PKG - show dependent code