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


VIEW: APPS.IGS_PR_INST_STA_REF_V

Object Details
Object Name: IGS_PR_INST_STA_REF_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewIGS.IGS_PR_INST_STA_REF_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 define the details of what a particular user defined institution statistic type includes and is used for.


[View Source]

Columns
Name Datatype Length Mandatory Comments
ROW_ID ROWID (10)
rowid
STAT_TYPE VARCHAR2 (50) Yes Statistic Type
UNIT_REF_CD VARCHAR2 (90) Yes Unit reference Code which are to be included or excluded from calculations.
DESCRIPTION VARCHAR2 (60) Yes Description of Reference Code
INCLUDE_OR_EXCLUDE VARCHAR2 (20) Yes Indicates whether to include or exclude units associated with Reference codes from calculation of Credit points, GPA
REFERENCE_CD_TYPE VARCHAR2 (30) Yes Reference Code Type
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
,      STAT_TYPE
,      UNIT_REF_CD
,      DESCRIPTION
,      INCLUDE_OR_EXCLUDE
,      REFERENCE_CD_TYPE
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM APPS.IGS_PR_INST_STA_REF_V;

Dependencies

[top of page]

APPS.IGS_PR_INST_STA_REF_V references the following:

SchemaAPPS
SynonymIGS_GE_REF_CD
ViewIGS_GE_REF_CD_TYPE
SynonymIGS_PR_INST_STA_REF

APPS.IGS_PR_INST_STA_REF_V is not referenced by any database object