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


VIEW: APPS.IGS_AD_CAL_CONF_PERDADM_V

Object Details
Object Name: IGS_AD_CAL_CONF_PERDADM_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewIGS.IGS_AD_CAL_CONF_PERDADM_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
ADM_CAL_TYPE VARCHAR2 (10) Yes The calendar type of the calendar instance in which the unit is offered. Units can only be offered in instances of calendar types that are categorised as TEACHING calendars. Examples include SEM - 1 (semester 1 teaching period), SEM - 2 (semester 2 teaching period) and SUM (summer teaching period).
ADM_CI_SEQUENCE_NUMBER NUMBER (6) Yes The unique identifier for the calendar instance.
ADMISSION_CAT VARCHAR2 (10) Yes
DT_ALIAS VARCHAR2 (10) Yes The name of an event (not an actual date value). In this circumstance, date aliases with a calendar category of ADMISSION are used to establish dates for the receipt of admisson applications, a late application date and an offer response date. The dates aliases apply to the context admission category within a particular admission period. Category dates can be over-ridden for particular courses.
ALIAS_VAL DATE

This field describes the date value in the admission period for the date alias.
DESCRIPTION VARCHAR2 (60) Yes
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 ADM_CAL_TYPE
,      ADM_CI_SEQUENCE_NUMBER
,      ADMISSION_CAT
,      DT_ALIAS
,      ALIAS_VAL
,      DESCRIPTION
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM APPS.IGS_AD_CAL_CONF_PERDADM_V;

Dependencies

[top of page]

APPS.IGS_AD_CAL_CONF_PERDADM_V references the following:

SchemaAPPS
SynonymIGS_AD_CAL_CONF
SynonymIGS_AD_PECRS_OFOP_DT
SynonymIGS_AD_PERD_AD_CAT
SynonymIGS_CA_DA
ViewIGS_CA_DA_INST_V
PL/SQL PackageIGS_CA_GEN_001 - show dependent code
PL/SQL PackageIGS_CA_GEN_002 - show dependent code

APPS.IGS_AD_CAL_CONF_PERDADM_V is not referenced by any database object