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


VIEW: APPS.IGF_AW_FISAP_REPSET_V

Object Details
Object Name: IGF_AW_FISAP_REPSET_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewIGF.IGF_AW_FISAP_REPSET_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)
ROWID of the Base table
CATEGORY_ID NUMBER (15) Yes Identifies a unique combination of Award Year ,FISAP Section, Dependency Status, Class Standing
FISAP_SECTION VARCHAR2 (30) Yes Identifies the section for which the FISAP Reporting would be done SECTIONII, SECTIONVI
DEPEND_STAT VARCHAR2 (30) Yes Identifies the dependency status of the student Dependent Independent
DEPEND_STAT_DESC VARCHAR2 (4000)
Dependency Status description
CLASS_STANDING VARCHAR2 (30) Yes Identifies the career level of the student for the FISAP Reporting Under Graduate With Degree, Under Graduate Without Degree, Graduate Professional, Under Graduate
CLASS_STAND_DESC VARCHAR2 (4000)
Class Standing Description
CI_CAL_TYPE VARCHAR2 (10) Yes Calendar type
CI_SEQUENCE_NUMBER NUMBER (6) Yes Award year identifier
CI_ALTERNATE_CODE VARCHAR2 (10)
Award year identifier
CI_START_DT DATE
Yes Start Date
CI_END_DT DATE
Yes End Date
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
,      CATEGORY_ID
,      FISAP_SECTION
,      DEPEND_STAT
,      DEPEND_STAT_DESC
,      CLASS_STANDING
,      CLASS_STAND_DESC
,      CI_CAL_TYPE
,      CI_SEQUENCE_NUMBER
,      CI_ALTERNATE_CODE
,      CI_START_DT
,      CI_END_DT
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM APPS.IGF_AW_FISAP_REPSET_V;

Dependencies

[top of page]

APPS.IGF_AW_FISAP_REPSET_V references the following:

SchemaAPPS
SynonymIGF_AW_FISAP_REPSET
PL/SQL PackageIGF_AW_GEN - show dependent code
ViewIGS_CA_INST

APPS.IGF_AW_FISAP_REPSET_V is not referenced by any database object