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


VIEW: APPS.IGS_PR_ORG_STAT_REF_V

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

View Type

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


Defines which unit reference codes are included or excluded for a user defined organizational unit statistics type


[View Source]

Columns
Name Datatype Length Mandatory Comments
ROW_ID ROWID (10)
rowid
STAT_TYPE VARCHAR2 (50) Yes Statistic Type
ORG_UNIT_CD VARCHAR2 (30) Yes Organizational Unit Code
UNIT_REF_CD VARCHAR2 (50) Yes Unit Reference Code Which are to be included or excluded form calculation of the statistics type
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
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
,      ORG_UNIT_CD
,      UNIT_REF_CD
,      DESCRIPTION
,      INCLUDE_OR_EXCLUDE
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM APPS.IGS_PR_ORG_STAT_REF_V;

Dependencies

[top of page]

APPS.IGS_PR_ORG_STAT_REF_V references the following:

SchemaAPPS
SynonymIGS_GE_REF_CD
ViewIGS_GE_REF_CD_TYPE
SynonymIGS_PR_ORG_STAT_REF

APPS.IGS_PR_ORG_STAT_REF_V is not referenced by any database object