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


VIEW: APPS.IGS_PR_STA_TYPE_ELE_V

Object Details
Object Name: IGS_PR_STA_TYPE_ELE_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewIGS.IGS_PR_STA_TYPE_ELE_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 to define the system statistic elements which relate to a particular user defined statistic type. one statistic type can have multiple elements.


[View Source]

Columns
Name Datatype Length Mandatory Comments
ROW_ID ROWID (10)
rowid
STAT_TYPE VARCHAR2 (50) Yes Statistic Type
S_STAT_ELEMENT VARCHAR2 (50) Yes System Statistic Element
S_STAT_ELE_MEANING VARCHAR2 (80) Yes Description of the element
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
,      S_STAT_ELEMENT
,      S_STAT_ELE_MEANING
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM APPS.IGS_PR_STA_TYPE_ELE_V;

Dependencies

[top of page]

APPS.IGS_PR_STA_TYPE_ELE_V references the following:

SchemaAPPS
ViewIGS_LOOKUPS_VIEW
SynonymIGS_PR_STA_TYPE_ELE

APPS.IGS_PR_STA_TYPE_ELE_V is not referenced by any database object