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


VIEW: APPS.IGS_AD_PS_APLINSTUNT_V

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

View Type

A public view which may be useful for custom reporting or other data
requirements.


Describes admission program unit applications, or admission non-award unit applications.


[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 Person indentifier
ADMISSION_APPL_NUMBER NUMBER (2) Yes Uniquely identifies an admission application for a person
NOMINATED_COURSE_CD VARCHAR2 (6) Yes Nominated program code
ACAI_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_CD VARCHAR2 (10) Yes Describes the unit code of the unit offering pattern that the person is applying for admission to
UV_VERSION_NUMBER NUMBER (3) Yes Describes the unit version number of the unit offering pattern that the person is applying for admission to
CAL_TYPE VARCHAR2 (10)
Describes the teaching calendar type of the unit offering
CI_SEQUENCE_NUMBER NUMBER (6)
Describes the teaching calendar sequence number of the unit offering pattern that the person is applying for admission to
LOCATION_CD 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 can be nominated.
UNIT_MODE VARCHAR2 (10)
Describes the unit class of the unit within the admission program application instance. Only one of unit class or unit mode can be nominated.
ADM_UNIT_OUTCOME_STATUS VARCHAR2 (10) Yes Describes the outcome status of the admission program application instance unit
ASS_TRACKING_ID NUMBER (9)
Describes the tracking ID of an application that has been forwarded for assessment
RULE_WAIVED_DT DATE

Describes the date that 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
SUP_UNIT_CD VARCHAR2 (10)
Describes the superior unit code of the unit version being offered
SUP_UV_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
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who column
REQUEST_ID NUMBER (15)
Request identifier of last concurrent program to update this record
PROGRAM_APPLICATION_ID NUMBER (15)
Application identifier of last concurrent program to update this record
PROGRAM_ID NUMBER (15)
Program identifier of last concurrent program to update this record
PROGRAM_UPDATE_DATE DATE

Last update date of this record by a concurrent program
ADM_PS_APPL_INST_UNIT_ID NUMBER
Yes The value of this column will uniquely identify the record
Query Text

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


SELECT PERSON_ID
,      PERSON_NUMBER
,      ADMISSION_APPL_NUMBER
,      NOMINATED_COURSE_CD
,      ACAI_SEQUENCE_NUMBER
,      UNIT_CD
,      UV_VERSION_NUMBER
,      CAL_TYPE
,      CI_SEQUENCE_NUMBER
,      LOCATION_CD
,      UNIT_CLASS
,      UNIT_MODE
,      ADM_UNIT_OUTCOME_STATUS
,      ASS_TRACKING_ID
,      RULE_WAIVED_DT
,      RULE_WAIVED_PERSON_ID
,      SUP_UNIT_CD
,      SUP_UV_VERSION_NUMBER
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      REQUEST_ID
,      PROGRAM_APPLICATION_ID
,      PROGRAM_ID
,      PROGRAM_UPDATE_DATE
,      ADM_PS_APPL_INST_UNIT_ID
FROM APPS.IGS_AD_PS_APLINSTUNT_V;

Dependencies

[top of page]

APPS.IGS_AD_PS_APLINSTUNT_V references the following:

SchemaAPPS
ViewIGS_AD_PS_APLINSTUNT
ViewIGS_PE_PERSON_BASE_V

APPS.IGS_AD_PS_APLINSTUNT_V is not referenced by any database object