[Home] [Help]
[Dependency Information]
| Object Name: | IGF_AW_FISAP_SECTION_II_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | IGF.IGF_AW_FISAP_SECTION_II_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 |
|---|---|---|---|---|
| ROW_ID | ROWID | (10) | ROWID of the Base table | |
| CATEGORY_ID | NUMBER | (15) | Identifies a unique combination of Award Year ,FISAP Section, Dependency Status, Class Standing | |
| FISAP_SECTION | VARCHAR2 | (30) | Identifies the section for which the FISAP Reporting would be done SECTIONII, SECTIONVI | |
| DEPEND_STAT | VARCHAR2 | (30) | Identifies the dependency status of the student Dependent Independent | |
| CLASS_STANDING | VARCHAR2 | (30) | Identifies the career level of the student for the FISAP Reporting Under Graduate With Degree, Under Graduate Without Degree, Graduate Professional, Under Graduate | |
| CI_CAL_TYPE | VARCHAR2 | (10) | Award year Identifier | |
| CI_SEQUENCE_NUMBER | NUMBER | (6) | Award year Identifier | |
| MINVALUE | NUMBER | Low Income Level Range of the FISAP Income Levels | ||
| MAXVALUE | NUMBER | High Income Level Range of the FISAP Income Levels | ||
| STUDENT_COUNT | NUMBER | Determines the count of students for a specific class standing , award year, dependency status | ||
| AUTO_EFC | CHAR | (1) | Flag identifying whether the Auto EFC is set for the student or no |
Cut, paste (and edit) the following text to query this object:
SELECT ROW_ID
, CATEGORY_ID
, FISAP_SECTION
, DEPEND_STAT
, CLASS_STANDING
, CI_CAL_TYPE
, CI_SEQUENCE_NUMBER
, MINVALUE
, MAXVALUE
, STUDENT_COUNT
, AUTO_EFC
FROM APPS.IGF_AW_FISAP_SECTION_II_V;
APPS
IGF_AW_FISAP_REPSET
IGF_AW_FI_INC_LEVEL
IGF_AW_GEN_002
- show dependent code
APPS.IGF_AW_FISAP_SECTION_II_V is not referenced by any database object
|
|
|
|