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


VIEW: APPS.IGF_AW_TARGET_GRP

Object Details
Object Name: IGF_AW_TARGET_GRP
Object Type: VIEW
Owner: APPS
FND Design Data: ViewIGF.IGF_AW_TARGET_GRP
Subobject Name:
Status: VALID

View Type

A multi-org view which will retrive data for your current operating unit and ignore data in other operating units.

[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
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
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
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
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
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
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
ORG_ID NUMBER (15)
TGRP_ID NUMBER (15) Yes
CAL_TYPE VARCHAR2 (10) Yes
SEQUENCE_NUMBER NUMBER (6) Yes
MAX_GIFT_AMT NUMBER (12)
MAX_GIFT_PERCT NUMBER (12)
MAX_GIFT_PERCT_FACT VARCHAR2 (30)
MAX_SCHLRSHP_PERCT NUMBER (12)
MAX_SCHLRSHP_PERCT_FACT VARCHAR2 (30)
MAX_SCHLRSHP_AMT NUMBER (12)
ADPLANS_ID NUMBER

Foreign Key to Award Distribution Plan Table
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
,      MAX_LOAN_AMT
,      MAX_LOAN_PERCT
,      MAX_LOAN_PERCT_FACT
,      MAX_WORK_AMT
,      MAX_WORK_PERCT
,      MAX_WORK_PERCT_FACT
,      MAX_SHELP_AMT
,      MAX_SHELP_PERCT
,      MAX_SHELP_PERCT_FACT
,      MAX_GAP_AMT
,      MAX_GAP_PERCT
,      MAX_GAP_PERCT_FACT
,      USE_FIXED_COSTS
,      MAX_AID_PKG
,      RULE_ORDER
,      S_RULE_CALL_CD
,      RUL_SEQUENCE_NUMBER
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      ORG_ID
,      TGRP_ID
,      CAL_TYPE
,      SEQUENCE_NUMBER
,      MAX_GIFT_AMT
,      MAX_GIFT_PERCT
,      MAX_GIFT_PERCT_FACT
,      MAX_SCHLRSHP_PERCT
,      MAX_SCHLRSHP_PERCT_FACT
,      MAX_SCHLRSHP_AMT
,      ADPLANS_ID
FROM APPS.IGF_AW_TARGET_GRP;

Dependencies

[top of page]

APPS.IGF_AW_TARGET_GRP references the following:

SchemaAPPS
SynonymIGF_AW_TARGET_GRP_ALL
APPS.IGF_AW_TARGET_GRP is referenced by following:

SchemaAPPS
Package BodyIGF_AW_GEN_003 - show dependent code
Package BodyIGF_AW_GEN_005 - show dependent code
Package BodyIGF_AW_PACKAGING - show dependent code
Package BodyIGF_AW_RULE - show dependent code
PL/SQL PackageIGF_AW_RULE - show dependent code
Package BodyIGF_AW_TARGET_GRP_PKG - show dependent code
ViewIGF_AW_TARGET_GRP_V