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


VIEW: APPS.IGS_OR_INST_STATS_V

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

View Type

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


Describes Institution Statistic Details


[View Source]

Columns
Name Datatype Length Mandatory Comments
ROW_ID ROWID (10)
Row Identifier
INST_STAT_ID NUMBER (15) Yes Institution Statistic Identifier. Primary Key for this table
PARTY_ID NUMBER (15) Yes Statistic Type Identifier
STATISTICS_TYPE VARCHAR2 (30) Yes Type for the statistics
STAT_TYPE_DESC VARCHAR2 (80) Yes Description for the Statistics type
LAST_UPDATED_BY NUMBER (15) Yes Standard Who column
LAST_UPDATE_DATE DATE
Yes Standard Who column
CREATED_BY NUMBER (15) Yes Standard Who column
CREATION_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
,      INST_STAT_ID
,      PARTY_ID
,      STATISTICS_TYPE
,      STAT_TYPE_DESC
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATE_LOGIN
FROM APPS.IGS_OR_INST_STATS_V;

Dependencies

[top of page]

APPS.IGS_OR_INST_STATS_V references the following:

SchemaAPPS
ViewIGS_LOOKUP_VALUES
SynonymIGS_OR_INST_STATS

APPS.IGS_OR_INST_STATS_V is not referenced by any database object