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


VIEW: APPS.IGSFV_ADM_PRG_APPL_UNIT

Object Details
Object Name: IGSFV_ADM_PRG_APPL_UNIT
Object Type: VIEW
Owner: APPS
FND Design Data: ViewIGS.IGSFV_ADM_PRG_APPL_UNIT
Subobject Name:
Status: VALID

View Type

A Business Intelligence System view

[View Source]

Columns
Name Datatype Length Mandatory Comments
PERSON_ID NUMBER (15) Yes Person identifier and foreign key to HZ_PARTIES. This is a sequence generated value.
PERSON_NUMBER VARCHAR2 (30) Yes Unique identification number for this party
PERSON_NAME VARCHAR2 (450)
The combination of title, first, middle, last, and suffix names.
ADMISSION_APPLICATION_NUMBER NUMBER (2) Yes Uniquely identifies an admission application for a person.
NOMINATED_PROGRAM_CODE VARCHAR2 (6) Yes Describes the program code of the program offering instance that the person is applying for admission to.
NOMINATED_PROGRAM_TITLE VARCHAR2 (90) Yes Title or full name of the program.
APPLICATION_SEQUENCE_NUMBER NUMBER (6) Yes Unique identifier of an admission program application. The unique identifier is required to allow for preferences on location code, attendance mode, attendance type and unit set code.
UNIT_CODE VARCHAR2 (10) Yes Describes the unit code of the unit offering pattern to that the person is applying for admission
UNIT_TITLE VARCHAR2 (90) Yes Title of the unit.
UNIT_VERSION_NUMBER NUMBER (3) Yes Describes the unit version number of the unit offering pattern to that the person is applying for admission
ADMISSION_CALENDAR_DESC VARCHAR2 (30)
Description for the Calendar Instance
ADMISSION_CALENDAR_TYPE VARCHAR2 (10)
Describes the teaching calendar type of the unit offering pattern to that the person is applying for admission
ADMISSION_CI_SEQUENCE_NUMBER NUMBER (6)
Describes the teaching calendar sequence number of the unit offering pattern to that the person is applying for admission
LOCATION_CODE VARCHAR2 (10)
Describes the location code of the unit within the admission program application instance
LOCATION_DESC VARCHAR2 (60)
The description of a physical location owned or used by an institution. Each location has a location type, such as Campus, that defines its use in the system.
UNIT_CLASS VARCHAR2 (10)
Describes the unit class of the unit within the admission program application instance. Only one of unit class or unit mode may be nominated.
UNIT_CLASS_DESC VARCHAR2 (60)
Describes the institution-defined unit of the class
UNIT_MODE VARCHAR2 (10)
Describes the unit mode of the unit within the admission program application instance. Only one of unit class or unit mode may be nominated.
UNIT_MODE_DESC VARCHAR2 (60)
Describes the institution-defined of a unit mode of delivery. For example, On-campus, Off-campus.
ADMISSION_UNIT_OUTCOME_STATUS VARCHAR2 (10) Yes Describes the outcome status of the admission program application instance unit
ADM_UNIT_OUTCOME_STATUS_DESC VARCHAR2 (60) Yes Explanation of the admission unit outcome status
ASSESSMENT_TRACKING_ID NUMBER (9)
Describes the tracking ID of an application that has been forwarded for assessment
ASSESSMENT_TRACKING_STATUS VARCHAR2 (10)
An institution-defined tracking status used to define the current state of a tracking item. Institution-defined tracking statuses map onto system defined tracking statuses that are recognized by system functionality.
ASSESSMENT_TRACKING_TYPE VARCHAR2 (10)
The name of an institution-defined tracking type, used to assist in identifying items being tracked. Each tracking type is mapped to a system tracking type, either explicit or undefined, to enable specific functionality. For example, special consideration application, advanced standing application, review of outcome application.
RULE_WAIVED_DATE DATE

Describes the date on which a failed rule applying to the offered unit was waived.
RULE_WAIVED_PERSON_ID NUMBER (15)
Describes the person who waived the unit rule applicable to the offered unit
RULE_WAIVED_PERSON_NUMBER VARCHAR2 (30)
Unique identification number for this party
RULE_WAIVED_PERSON_NAME VARCHAR2 (450)
The combination of title, first, middle, last, and suffix names.
SUPERIOR_UNIT_CODE VARCHAR2 (10)
Describes the superior unit code of the unit version being offered
SUPERIOR_UNIT_TITLE VARCHAR2 (90)
Title of the unit.
SUPERIOR_UNIT_VERSION_NUMBER NUMBER (3)
Describes the superior unit version number of the unit version being offered
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
Query Text

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


SELECT PERSON_ID
,      PERSON_NUMBER
,      PERSON_NAME
,      ADMISSION_APPLICATION_NUMBER
,      NOMINATED_PROGRAM_CODE
,      NOMINATED_PROGRAM_TITLE
,      APPLICATION_SEQUENCE_NUMBER
,      UNIT_CODE
,      UNIT_TITLE
,      UNIT_VERSION_NUMBER
,      ADMISSION_CALENDAR_DESC
,      ADMISSION_CALENDAR_TYPE
,      ADMISSION_CI_SEQUENCE_NUMBER
,      LOCATION_CODE
,      LOCATION_DESC
,      UNIT_CLASS
,      UNIT_CLASS_DESC
,      UNIT_MODE
,      UNIT_MODE_DESC
,      ADMISSION_UNIT_OUTCOME_STATUS
,      ADM_UNIT_OUTCOME_STATUS_DESC
,      ASSESSMENT_TRACKING_ID
,      ASSESSMENT_TRACKING_STATUS
,      ASSESSMENT_TRACKING_TYPE
,      RULE_WAIVED_DATE
,      RULE_WAIVED_PERSON_ID
,      RULE_WAIVED_PERSON_NUMBER
,      RULE_WAIVED_PERSON_NAME
,      SUPERIOR_UNIT_CODE
,      SUPERIOR_UNIT_TITLE
,      SUPERIOR_UNIT_VERSION_NUMBER
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
FROM APPS.IGSFV_ADM_PRG_APPL_UNIT;

Dependencies

[top of page]

APPS.IGSFV_ADM_PRG_APPL_UNIT references the following:

SchemaAPPS
SynonymHZ_PARTIES
SynonymHZ_PERSON_PROFILES
SynonymIGS_AD_LOCATION_ALL
SynonymIGS_AD_PS_APLINSTUNT_ALL
SynonymIGS_AD_PS_APPL_INST_ALL
SynonymIGS_AD_UNIT_OU_STAT
SynonymIGS_AS_UNIT_CLASS_ALL
SynonymIGS_AS_UNIT_MODE
SynonymIGS_CA_INST_ALL
SynonymIGS_PS_UNIT_VER_ALL
SynonymIGS_PS_VER_ALL
SynonymIGS_TR_ITEM_ALL

APPS.IGSFV_ADM_PRG_APPL_UNIT is not referenced by any database object