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


VIEW: APPS.IGS_PE_PERSON_PREFS_ENQ_V

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

View Type

A supplementary view used to simplify forms coding.

Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.

[View Source]

Columns
Name Datatype Length Mandatory Comments
PERSON_ID NUMBER (15) Yes The ID that uniquely identifies a person.
ENQ_ACAD_CAL_TYPE VARCHAR2 (10)
This field describes the last Academic Calendar type used through the Direct Admissions process.
ENQ_ACAD_CI_SEQUENCE_NUMBER NUMBER (6)
This field describes the sequence number of the last Academic Calendar instance used through the Direct Admissions process.
ENQ_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 enrolments and unit/course offerings.
ENQ_ACAD_CI_START_DT DATE

The date from which a calendar instance becomes effective. For example, the calendar instance Semester 1 1999 may commence on 1/3/1999.
ENQ_ACAD_CI_END_DT DATE

The date from which a calendar instance is no longer effective. For example, the calendar instance Semester 1 1999 may end on 11/6/1999.
ENQ_ADM_CAL_TYPE VARCHAR2 (10)
This field describes the last Admission Calendar type used through the Direct Admissions process.
ENQ_ADM_CI_SEQUENCE_NUMBER NUMBER (6)
This field describes the sequence number of the last Admission Calendar instance used through the Direct Admissions process.
ENQ_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/course offerings.
ENQ_ADM_CI_START_DT DATE

The date from which a calendar instance becomes effective. For example, the calendar instance Semester 1 1999 may commence on 1/3/1999.
ENQ_ADM_CI_END_DT DATE

The date from which a calendar instance is no longer effective. For example, the calendar instance Semester 1 1999 may end on 11/6/1999.
CREATED_BY NUMBER (15) Yes
CREATION_DATE DATE
Yes
LAST_UPDATED_BY NUMBER (15) Yes
LAST_UPDATE_DATE DATE
Yes
LAST_UPDATE_LOGIN NUMBER (15)
Query Text

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


SELECT PERSON_ID
,      ENQ_ACAD_CAL_TYPE
,      ENQ_ACAD_CI_SEQUENCE_NUMBER
,      ENQ_ACAD_ALTERNATE_CODE
,      ENQ_ACAD_CI_START_DT
,      ENQ_ACAD_CI_END_DT
,      ENQ_ADM_CAL_TYPE
,      ENQ_ADM_CI_SEQUENCE_NUMBER
,      ENQ_ADM_ALTERNATE_CODE
,      ENQ_ADM_CI_START_DT
,      ENQ_ADM_CI_END_DT
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM APPS.IGS_PE_PERSON_PREFS_ENQ_V;

Dependencies

[top of page]

APPS.IGS_PE_PERSON_PREFS_ENQ_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_ENQ_V is referenced by following:

SchemaAPPS
Package BodyIGS_AD_GEN_006 - show dependent code