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


VIEW: APPS.IGS_PE_PERSON_PREFS_ADM_V

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

View Type

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


Admission columns on the person_prefs table. Incorporates alternate codes and CI start and end dates for both calendars


[View Source]

Columns
Name Datatype Length Mandatory Comments
PERSON_ID NUMBER (15) Yes The ID that uniquely identifies a person
ADM_ACAD_CAL_TYPE VARCHAR2 (10)
Describes the last academic calendar type used through the direct ddmissions process
ADM_ACAD_CI_SEQUENCE_NUMBER NUMBER (6)
Describes the sequence number of the last academic calendar instance used through the direct admissions process
ADM_ACAD_ALTERNATE_CODE VARCHAR2 (10)
The alternate short reference code for identifying a teaching or academic calendar instance. This code is used for mass keying of enrollments and unit or program offerings.
ADM_ACAD_CI_START_DT DATE

The date from that a calendar instance becomes effective. For example, the calendar instance semester 1 1999 can commence on 1/3/1999.
ADM_ACAD_CI_END_DT DATE

The date from that a calendar instance is no longer effective. For example, the calendar instance semester 1 1999 can end on 11/6/1999.
ADM_ADM_CAL_TYPE VARCHAR2 (10)
Describes the last admission calendar type used through the direct admissions process
ADM_ADM_CI_SEQUENCE_NUMBER NUMBER (6)
Describes the sequence number of the last admission calendar instance used through the direct admissions process
ADM_ADM_ALTERNATE_CODE VARCHAR2 (10)
The alternate short reference code for identifying a teaching or academic calendar instance. This code is used for mass keying of enrolments and unit or program offerings
ADM_ADM_CI_START_DT DATE

The date from that a calendar instance becomes effective. Forexample, the calendar instance semester 1 1999 can commence on 1/3/1999.
ADM_ADM_CI_END_DT DATE

The date from that a calendar instance is no longer effective. For example, the calendar instance semester 1 1999 can end on 11/6/1999.
ADM_ADMISSION_CAT VARCHAR2 (10)
Describes the last admission category used through the direct admissions process
ADM_S_ADMISSION_PROCESS_TYPE VARCHAR2 (10)
Describes the last system admission process type used through the direct admissions process
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
Query Text

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


SELECT PERSON_ID
,      ADM_ACAD_CAL_TYPE
,      ADM_ACAD_CI_SEQUENCE_NUMBER
,      ADM_ACAD_ALTERNATE_CODE
,      ADM_ACAD_CI_START_DT
,      ADM_ACAD_CI_END_DT
,      ADM_ADM_CAL_TYPE
,      ADM_ADM_CI_SEQUENCE_NUMBER
,      ADM_ADM_ALTERNATE_CODE
,      ADM_ADM_CI_START_DT
,      ADM_ADM_CI_END_DT
,      ADM_ADMISSION_CAT
,      ADM_S_ADMISSION_PROCESS_TYPE
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM APPS.IGS_PE_PERSON_PREFS_ADM_V;

Dependencies

[top of page]

APPS.IGS_PE_PERSON_PREFS_ADM_V references the following:

SchemaAPPS
PL/SQL PackageIGS_CA_GEN_001 - show dependent code
ViewIGS_CA_INST
SynonymIGS_CA_INST_REL
ViewIGS_PE_PERS_PREFS

APPS.IGS_PE_PERSON_PREFS_ADM_V is not referenced by any database object