[Home] [Help]
[Dependency Information]
Object Name: | IGS_PS_AWD_HNR_BASE |
---|---|
Object Type: | TABLE |
Owner: | IGS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
Defines the basis on what the honors level of the student is to be derived. The definition will include the unit level and the weightage that is to be given to a particular unit level mark to arrive at the honors level of a student in a given program attempt.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
IGS_PS_AWD_HNR_BASE_PK | NORMAL | NONUNIQUE |
![]() |
![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
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. | |
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. | |
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. |
Cut, paste (and edit) the following text to query this object:
SELECT AWD_HNR_BASIS_ID
, AWARD_CD
, UNIT_LEVEL
, WEIGHTED_AVERAGE
, STAT_TYPE
, S_STAT_ELEMENT
, TIMEFRAME
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM IGS.IGS_PS_AWD_HNR_BASE;
IGS.IGS_PS_AWD_HNR_BASE does not reference any database object
IGS.IGS_PS_AWD_HNR_BASE is referenced by following:
|
|
|