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


VIEW: APPS.IGS_AS_APPR_GRD_SCH_V

Object Details
Object Name: IGS_AS_APPR_GRD_SCH_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewIGS.IGS_AS_APPR_GRD_SCH_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)
Rowid
UNIT_CD VARCHAR2 (10) Yes The unit to which the approved grading schema for an assessment type is attached.
VERSION_NUMBER NUMBER (3) Yes The unit version to which the approved grading schema for an assessment type is attached.
ASSESSMENT_TYPE VARCHAR2 (10) Yes The assessment type for the unit having approved grading schemas.
GRADING_SCHEMA_CD VARCHAR2 (10) Yes Grading Schema for the assessment type . These can be only of the system type assessment item
GS_VERSION_NUMBER NUMBER (3) Yes Grading Schema version for the assessment type . These can be only of the system type assessment item
GRADING_SCHEMA_DESC VARCHAR2 (60) Yes Description for Grading Schema
DEFAULT_IND VARCHAR2 (1) Yes To indicate that the grading schema is to be defaulted for assessment type when assessment types are linked with unit offering
CLOSED_IND VARCHAR2 (1) Yes The approved grading Schema is available for use or not.
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
,      UNIT_CD
,      VERSION_NUMBER
,      ASSESSMENT_TYPE
,      GRADING_SCHEMA_CD
,      GS_VERSION_NUMBER
,      GRADING_SCHEMA_DESC
,      DEFAULT_IND
,      CLOSED_IND
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM APPS.IGS_AS_APPR_GRD_SCH_V;

Dependencies

[top of page]

APPS.IGS_AS_APPR_GRD_SCH_V references the following:

SchemaAPPS
SynonymIGS_AS_APPR_GRD_SCH
SynonymIGS_AS_GRD_SCHEMA

APPS.IGS_AS_APPR_GRD_SCH_V is not referenced by any database object