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


VIEW: APPS.IGF_AW_TARGET_GRP_V

Object Details
Object Name: IGF_AW_TARGET_GRP_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewIGF.IGF_AW_TARGET_GRP_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 target group
GROUP_CD VARCHAR2 (30) Yes A unique code that identifies the group policy
DESCRIPTION VARCHAR2 (80) Yes Long name for group code
ACTIVE VARCHAR2 (30) Yes Indicator that specifies if the group code is active or not. Setting the checkbox to inactive prevents use of the group code in new or modified records.
MAX_GRANT_AMT NUMBER (12)
Stores the value of the maximum aid that can be given per student
MAX_GRANT_PERCT NUMBER (12)
Stores the percentage value for the maximum aid that a student can get through grants
MAX_GRANT_PERCT_FACT VARCHAR2 (30)
The factor against which maximum percentage amount is calculated
GRANT_PERCT_MEANING VARCHAR2 (4000)
Description of the factor against which maximum percentage amount is calculated
MAX_LOAN_AMT NUMBER (12)
Stores the value of the maximum loan that can be given per student
MAX_LOAN_PERCT NUMBER (12)
Stores the percentage value for the maximum aid that a student can get through loans
MAX_LOAN_PERCT_FACT VARCHAR2 (30)
The factor against which maximum percentage amount is calculated
LOAN_PERCT_MEANING VARCHAR2 (4000)
Dsc ription of the factor against which maximum percentage amount is calculated
MAX_WORK_AMT NUMBER (12)
Stores the value of the maximum aid that can be given per student
MAX_WORK_PERCT NUMBER (12)
Stores the percentage value for the maximum aid that a student can get through work study program
MAX_WORK_PERCT_FACT VARCHAR2 (30)
The factor against which maximum percentage amount is calculated
WORK_PERCT_MEANING VARCHAR2 (4000)
Description of the factor against which maximum percentage amount is calculated
MAX_SHELP_AMT NUMBER (12)
Stores the value of the maximum aid that can be given per student
MAX_SHELP_PERCT NUMBER (12)
Stores the percentage value for the maximum aid that a student can get through self help
MAX_SHELP_PERCT_FACT VARCHAR2 (30)
The factor against which maximum percentage amount is calculated
SHELP_PERCT_MEANING VARCHAR2 (4000)
Describes the factor against which maximum percentage amount is calculated
MAX_GAP_AMT NUMBER (12)
An initial amount that is added to EFC to decrease all students need
MAX_GAP_PERCT NUMBER (12)
Stores the percentage value for the gap amount
MAX_GAP_PERCT_FACT VARCHAR2 (30)
The factor against which gap percentage amount is calculated
GAP_PERCT_MEANING VARCHAR2 (4000)
The factor against which gap percentage amount is calculated
USE_FIXED_COSTS VARCHAR2 (30)
Indicates whether to use fixed cost items for packaging
MAX_AID_PKG NUMBER (12)
Maximum aid that can be packaged for a single student
RULE_ORDER VARCHAR2 (0)
Rule order for a rule type defined for the specific group code
S_RULE_CALL_CD VARCHAR2 (0)
Unique identifier for rule call
RUL_SEQUENCE_NUMBER VARCHAR2 (0)
Rule sequence number
RUD_SEQUENCE_NUMBER VARCHAR2 (0)
Rule desription sequence number
S_RETURN_TYPE VARCHAR2 (0)
Rule return type
RULE_DESCRIPTION VARCHAR2 (0)
Description for rule
RULE_TEXT VARCHAR2 (0)
Rule text defied for a rule
RUG_SEQUENCE_NUMBER VARCHAR2 (0)
Rule group sequence number
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
TGRP_ID NUMBER (15) Yes
CAL_TYPE VARCHAR2 (10) Yes
SEQUENCE_NUMBER NUMBER (6) Yes
ALTERNATE_CODE VARCHAR2 (10)
START_DT DATE
Yes
END_DT DATE
Yes
MAX_GIFT_AMT NUMBER (12)
MAX_GIFT_PERCT NUMBER (12)
MAX_GIFT_PERCT_FACT VARCHAR2 (30)
GIFT_PERCT_MEANING VARCHAR2 (4000)
MAX_SCHLRSHP_AMT NUMBER (12)
MAX_SCHLRSHP_PERCT NUMBER (12)
MAX_SCHLRSHP_PERCT_FACT VARCHAR2 (30)
SCHLRSHP_PERCT_MEANING VARCHAR2 (4000)
ADPLANS_ID NUMBER

Foreign Key to Award Distribution Plan Table
AWD_DIST_PLAN_CD VARCHAR2 (30)
Award Distribution Plan Code
AWD_DIST_PLAN_CD_DESC VARCHAR2 (80)
Award Distribution Plan Description
DIST_PLAN_METHOD_CODE VARCHAR2 (30)
Award Distribution Plan Method Code
Query Text

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


SELECT ROW_ID
,      GROUP_CD
,      DESCRIPTION
,      ACTIVE
,      MAX_GRANT_AMT
,      MAX_GRANT_PERCT
,      MAX_GRANT_PERCT_FACT
,      GRANT_PERCT_MEANING
,      MAX_LOAN_AMT
,      MAX_LOAN_PERCT
,      MAX_LOAN_PERCT_FACT
,      LOAN_PERCT_MEANING
,      MAX_WORK_AMT
,      MAX_WORK_PERCT
,      MAX_WORK_PERCT_FACT
,      WORK_PERCT_MEANING
,      MAX_SHELP_AMT
,      MAX_SHELP_PERCT
,      MAX_SHELP_PERCT_FACT
,      SHELP_PERCT_MEANING
,      MAX_GAP_AMT
,      MAX_GAP_PERCT
,      MAX_GAP_PERCT_FACT
,      GAP_PERCT_MEANING
,      USE_FIXED_COSTS
,      MAX_AID_PKG
,      RULE_ORDER
,      S_RULE_CALL_CD
,      RUL_SEQUENCE_NUMBER
,      RUD_SEQUENCE_NUMBER
,      S_RETURN_TYPE
,      RULE_DESCRIPTION
,      RULE_TEXT
,      RUG_SEQUENCE_NUMBER
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      TGRP_ID
,      CAL_TYPE
,      SEQUENCE_NUMBER
,      ALTERNATE_CODE
,      START_DT
,      END_DT
,      MAX_GIFT_AMT
,      MAX_GIFT_PERCT
,      MAX_GIFT_PERCT_FACT
,      GIFT_PERCT_MEANING
,      MAX_SCHLRSHP_AMT
,      MAX_SCHLRSHP_PERCT
,      MAX_SCHLRSHP_PERCT_FACT
,      SCHLRSHP_PERCT_MEANING
,      ADPLANS_ID
,      AWD_DIST_PLAN_CD
,      AWD_DIST_PLAN_CD_DESC
,      DIST_PLAN_METHOD_CODE
FROM APPS.IGF_AW_TARGET_GRP_V;

Dependencies

[top of page]

APPS.IGF_AW_TARGET_GRP_V references the following:

SchemaAPPS
SynonymIGF_AW_AWD_DIST_PLANS
PL/SQL PackageIGF_AW_GEN - show dependent code
ViewIGF_AW_TARGET_GRP
ViewIGS_CA_INST

APPS.IGF_AW_TARGET_GRP_V is not referenced by any database object