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


VIEW: APPS.IGSBV_ADM_PRG_APPL_UNIT

Object Details
Object Name: IGSBV_ADM_PRG_APPL_UNIT
Object Type: VIEW
Owner: APPS
FND Design Data: ViewIGS.IGSBV_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.
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_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_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
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_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.
ADMISSION_UNIT_OUTCOME_STATUS VARCHAR2 (10) Yes Describes the outcome status of the admission program application instance unit
ASSESSMENT_TRACKING_ID NUMBER (9)
Describes the tracking ID of an application that has been forwarded for assessment
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
SUPERIOR_UNIT_CODE VARCHAR2 (10)
Describes the superior unit code of the unit version being offered
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
,      APPLICATION_SEQUENCE_NUMBER
,      UNIT_CODE
,      UNIT_VERSION_NUMBER
,      ADMISSION_CALENDAR_TYPE
,      ADMISSION_CI_SEQUENCE_NUMBER
,      LOCATION_CODE
,      UNIT_CLASS
,      UNIT_MODE
,      ADMISSION_UNIT_OUTCOME_STATUS
,      ASSESSMENT_TRACKING_ID
,      RULE_WAIVED_DATE
,      RULE_WAIVED_PERSON_ID
,      SUPERIOR_UNIT_CODE
,      SUPERIOR_UNIT_VERSION_NUMBER
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
FROM APPS.IGSBV_ADM_PRG_APPL_UNIT;

Dependencies

[top of page]

APPS.IGSBV_ADM_PRG_APPL_UNIT references the following:

SchemaAPPS
SynonymHZ_PARTIES
SynonymHZ_PERSON_PROFILES
SynonymIGS_AD_PS_APLINSTUNT_ALL

APPS.IGSBV_ADM_PRG_APPL_UNIT is not referenced by any database object