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


VIEW: APPS.IGF_AW_CAREER_MAP

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


This entity will retrieve the records for mapping between Program Type and Class Standing.


[View Source]

Columns
Name Datatype Length Mandatory Comments
ROW_ID ROWID (10)
ROWID of the Base table
CAREER_LEVEL_ID NUMBER (15) Yes Unique Identifier for mapping between Program Type and Class Standing
PROGRAM_TYPE VARCHAR2 (10) Yes Program Type for a Program as defined in Student System
CLASS_STANDING VARCHAR2 (30) Yes Financial Aid Class Standing. Seeded data in Lookups
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)
Organization ID
Query Text

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


SELECT ROW_ID
,      CAREER_LEVEL_ID
,      PROGRAM_TYPE
,      CLASS_STANDING
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      ORG_ID
FROM APPS.IGF_AW_CAREER_MAP;

Dependencies

[top of page]

APPS.IGF_AW_CAREER_MAP references the following:

SchemaAPPS
SynonymIGF_AW_CAREER_MAP_ALL
APPS.IGF_AW_CAREER_MAP is referenced by following:

SchemaAPPS
ViewIGF_AW_CAREER_MAP_V