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


VIEW: APPS.IGSBV_USEC_GRADING_SCHEMAS

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

View Type

A Business Intelligence System view


This is the base view, which describes the grading schemas related to unit sections.


[View Source]

Columns
Name Datatype Length Mandatory Comments
UNIT_SECTION_GRADING_SCHEMA_ID NUMBER (10) Yes Unique identifier for the grading schemas related to the unit sections.
UNIT_SECTION_ID NUMBER (7) Yes Unique identifier for a unit section.
GRADING_SCHEMA_CODE VARCHAR2 (10) Yes Grading schema code for the unit section.
GRD_SCHM_VERSION_NUMBER NUMBER (3) Yes Grading schema version number.
DEFAULT_GRAD_SCHEMA_INDICATOR VARCHAR2 (1) Yes Indication of default grading schema.
GRADING_SCHEMA_DESCRIPTION VARCHAR2 (60) Yes Description of the grading schema.
UNIT_CODE VARCHAR2 (10) Yes The unique identifier of the unit being offered.
VERSION_NUMBER NUMBER (3) Yes The Version Number of the unit being offered.
CALENDAR_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 calendars categorized as TEACHING calendars.
CAL_INST_SEQUENCE_NUMBER NUMBER (6) Yes The unique identifier for the calendar instance.
LOCATION_CODE VARCHAR2 (10) Yes The institution-defined location code, typically of a campus, at which a unit offering option is offered.
UNIT_CLASS VARCHAR2 (10) Yes The institution-defined code that defines a unit class.
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.
Query Text

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


SELECT UNIT_SECTION_GRADING_SCHEMA_ID
,      UNIT_SECTION_ID
,      GRADING_SCHEMA_CODE
,      GRD_SCHM_VERSION_NUMBER
,      DEFAULT_GRAD_SCHEMA_INDICATOR
,      GRADING_SCHEMA_DESCRIPTION
,      UNIT_CODE
,      VERSION_NUMBER
,      CALENDAR_TYPE
,      CAL_INST_SEQUENCE_NUMBER
,      LOCATION_CODE
,      UNIT_CLASS
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
FROM APPS.IGSBV_USEC_GRADING_SCHEMAS;

Dependencies

[top of page]

APPS.IGSBV_USEC_GRADING_SCHEMAS references the following:

SchemaAPPS
SynonymIGS_AS_GRD_SCHEMA
SynonymIGS_PS_UNIT_OFR_OPT_ALL
SynonymIGS_PS_USEC_GRD_SCHM

APPS.IGSBV_USEC_GRADING_SCHEMAS is not referenced by any database object