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


VIEW: APPS.IGS_EN_CONFIG_ENR_CP_V

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

View Type

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


This view is used to capture the enrollment credit point overrides for a given load calendar.


[View Source]

Columns
Name Datatype Length Mandatory Comments
ROW_ID ROWID (10)
Row Id
COURSE_CD VARCHAR2 (6) Yes The Course Code
VERSION_NUMBER NUMBER (3) Yes The Version Number of a Course
CAL_TYPE VARCHAR2 (10) Yes The Load Calendar Type of a Program
DESCRIPTION VARCHAR2 (60) Yes Description
MIN_CP_PER_TERM NUMBER (6)
The minimum Credit Points per Load Calendar for a given Program.
MAX_CP_PER_TERM NUMBER (6)
The Maximum Credit Points per Load Calendar for a given Program.
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 ROW_ID
,      COURSE_CD
,      VERSION_NUMBER
,      CAL_TYPE
,      DESCRIPTION
,      MIN_CP_PER_TERM
,      MAX_CP_PER_TERM
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM APPS.IGS_EN_CONFIG_ENR_CP_V;

Dependencies

[top of page]

APPS.IGS_EN_CONFIG_ENR_CP_V references the following:

SchemaAPPS
SynonymIGS_CA_TYPE
SynonymIGS_EN_CONFIG_ENR_CP

APPS.IGS_EN_CONFIG_ENR_CP_V is not referenced by any database object