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


VIEW: APPS.IGS_PS_AWD_HNR_BASE_V

Object Details
Object Name: IGS_PS_AWD_HNR_BASE_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewIGS.IGS_PS_AWD_HNR_BASE_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)
Row ID of the base table IGS_PS_AWD_HNR_BASE.
AWD_HNR_BASIS_ID NUMBER
Yes Sequence Generated Primary key of the table.
AWARD_CD VARCHAR2 (10) Yes Award Code that the Honors Basis is related to.
UNIT_LEVEL VARCHAR2 (4)
Unit Level Code for deriving at the honors level in Program Centric installation.
UNIT_LEVEL_DESC VARCHAR2 (60)
Unit level description.
WEIGHTED_AVERAGE NUMBER (4)
Weighted Average for the Unit Level.
STAT_TYPE VARCHAR2 (50)
The statistic type for honors basis (Career Centric)
S_STAT_ELEMENT VARCHAR2 (50)
Statistics element that will be used to calculate the statistics value.
S_STAT_ELE_MEANING VARCHAR2 (80)
Statistics type element meaning.
TIMEFRAME VARCHAR2 (30)
Time frame that will be used for arriving at the statistics value. Default is 'CUMULATIVE'.
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
,      AWD_HNR_BASIS_ID
,      AWARD_CD
,      UNIT_LEVEL
,      UNIT_LEVEL_DESC
,      WEIGHTED_AVERAGE
,      STAT_TYPE
,      S_STAT_ELEMENT
,      S_STAT_ELE_MEANING
,      TIMEFRAME
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM APPS.IGS_PS_AWD_HNR_BASE_V;

Dependencies

[top of page]

APPS.IGS_PS_AWD_HNR_BASE_V references the following:

SchemaAPPS
ViewIGS_LOOKUP_VALUES
SynonymIGS_PS_AWD_HNR_BASE
SynonymIGS_PS_UNIT_LEVEL_ALL

APPS.IGS_PS_AWD_HNR_BASE_V is not referenced by any database object