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


VIEW: APPS.IGF_GR_PELL_COA_RNG_V

Object Details
Object Name: IGF_GR_PELL_COA_RNG_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewIGF.IGF_GR_PELL_COA_RNG_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)
Database rowid for igf_gr_pell_coa_rng table
CI_ALTERNATE_CODE VARCHAR2 (10)
Indicates the alternate short reference code for identifying a award year calendar instance
ENROLLMENT_STAT VARCHAR2 (30) Yes Enrollment status code of the student
ENRL_STAT_DESC VARCHAR2 (4000)
Long name for enrollment status code of the student
CI_CAL_TYPE VARCHAR2 (10) Yes Indicates the code for the award year calender type, used within the operating unit
CI_SEQUENCE_NUMBER NUMBER (6) Yes Indicates a unique identifier for the award year calender instance
CI_START_DT DATE
Yes Indicates the award year start date
CI_END_DT DATE
Yes Indicates the award year end date
COA_START NUMBER (12) Yes Start range of the cost of attendance values
COA_END NUMBER (12) Yes End range of the cost of attendance values
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
Query Text

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


SELECT ROW_ID
,      CI_ALTERNATE_CODE
,      ENROLLMENT_STAT
,      ENRL_STAT_DESC
,      CI_CAL_TYPE
,      CI_SEQUENCE_NUMBER
,      CI_START_DT
,      CI_END_DT
,      COA_START
,      COA_END
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM APPS.IGF_GR_PELL_COA_RNG_V;

Dependencies

[top of page]

APPS.IGF_GR_PELL_COA_RNG_V references the following:

SchemaAPPS
PL/SQL PackageIGF_AW_GEN - show dependent code
ViewIGF_GR_PELL_COA_RNG
ViewIGS_CA_INST

APPS.IGF_GR_PELL_COA_RNG_V is not referenced by any database object