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


VIEW: APPS.IGS_EN_ELGB_OVR_UOO_V

Object Details
Object Name: IGS_EN_ELGB_OVR_UOO_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewIGS.IGS_EN_ELGB_OVR_UOO_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
ROW_ID ROWID (10)
Row ID of the base table.
ELGB_OVR_STEP_ID NUMBER (15) Yes Unique Identifier of the Override Step for which the Unit details are captured in this table.
ELGB_OVR_STEP_UOO_ID NUMBER (15) Yes Sequence generated Primary key of the table.
UNIT_CD VARCHAR2 (10) Yes Unit code.
VERSION_NUMBER NUMBER (3) Yes Version Number of the Unit.
TITLE VARCHAR2 (90) Yes Title of the Unit
UOO_ID NUMBER (7) Yes Unique identifier of the Unit Offering.
US_CAL_TYPE VARCHAR2 (10)
Teaching Calendar Type of the Unit section.
US_CI_SEQUENCE_NUMBER NUMBER (6)
Teaching Calendar Type sequence Number of the Unit section.
US_CI_START_DT DATE

Teach Calendar start date
US_CI_END_DT DATE

Teach Calendar end date
US_ALTERNATE_CODE VARCHAR2 (10)
Teach Calendar Alternate Code.
US_LOCATION_CD VARCHAR2 (10)
Location Code of Unit offering
US_UNIT_CLASS VARCHAR2 (10)
Unit class of Unit offering
STEP_OVERRIDE_LIMIT NUMBER (6)
The column is used to capture the Override Credit point for the Variable Credit points or for Unit Validation Steps.
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
,      ELGB_OVR_STEP_ID
,      ELGB_OVR_STEP_UOO_ID
,      UNIT_CD
,      VERSION_NUMBER
,      TITLE
,      UOO_ID
,      US_CAL_TYPE
,      US_CI_SEQUENCE_NUMBER
,      US_CI_START_DT
,      US_CI_END_DT
,      US_ALTERNATE_CODE
,      US_LOCATION_CD
,      US_UNIT_CLASS
,      STEP_OVERRIDE_LIMIT
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM APPS.IGS_EN_ELGB_OVR_UOO_V;

Dependencies

[top of page]

APPS.IGS_EN_ELGB_OVR_UOO_V references the following:

SchemaAPPS
ViewIGS_CA_INST
SynonymIGS_EN_ELGB_OVR_UOO
ViewIGS_PS_UNIT_OFR_OPT
ViewIGS_PS_UNIT_VER

APPS.IGS_EN_ELGB_OVR_UOO_V is not referenced by any database object