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


VIEW: APPS.IGF_AP_ATTEND_MAP

Object Details
Object Name: IGF_AP_ATTEND_MAP
Object Type: VIEW
Owner: APPS
FND Design Data: ViewIGF.IGF_AP_ATTEND_MAP
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.


Stores the mapping from Attendance Types, which are user-defined in OSS to the Attendance Types(enrollment status of Pell Grants/FFELP Loans/Application Processing) which is used in Financial Aid


[View Source]

Columns
Name Datatype Length Mandatory Comments
ROW_ID ROWID (10)
Row ID
ATM_ID NUMBER (15) Yes
ATTENDANCE_TYPE VARCHAR2 (30) Yes
PELL_ATT_CODE VARCHAR2 (30)
CL_ATT_CODE VARCHAR2 (30)
AP_ATT_CODE VARCHAR2 (30)
ORG_ID NUMBER (15)
CREATED_BY NUMBER (15) Yes
CREATION_DATE DATE
Yes
LAST_UPDATED_BY NUMBER (15) Yes
LAST_UPDATE_DATE DATE
Yes
LAST_UPDATE_LOGIN NUMBER (15)
CAL_TYPE VARCHAR2 (10)
Indicates the code for the award year calender type, used within the operating unit
SEQUENCE_NUMBER NUMBER (6)
Indicates a unique identifier for the award year calender instance
Query Text

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


SELECT ROW_ID
,      ATM_ID
,      ATTENDANCE_TYPE
,      PELL_ATT_CODE
,      CL_ATT_CODE
,      AP_ATT_CODE
,      ORG_ID
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      CAL_TYPE
,      SEQUENCE_NUMBER
FROM APPS.IGF_AP_ATTEND_MAP;

Dependencies

[top of page]

APPS.IGF_AP_ATTEND_MAP references the following:

SchemaAPPS
SynonymIGF_AP_ATTEND_MAP_ALL
APPS.IGF_AP_ATTEND_MAP is referenced by following:

SchemaAPPS
Package BodyIGF_AP_ATTEND_MAP_PKG - show dependent code
ViewIGF_AP_ATTEND_MAP_V
Package BodyIGF_AW_PACKAGING - show dependent code
Package BodyIGF_GR_GEN - show dependent code
Package BodyIGF_GR_PELL_CALC - show dependent code
PL/SQL PackageIGF_GR_PELL_CALC - show dependent code