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


TABLE: IGS.IGS_PS_AWARD

Object Details
Object Name: IGS_PS_AWARD
Object Type: TABLE
Owner: IGS
FND Design Data: TableIGS.IGS_PS_AWARD
Subobject Name:
Status: VALID


IGS_PS_AWARD describes the award to students on completion of the program. The allowance has been made for zero to many awards per program.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IGS_PS_AWARD_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnCOURSE_CD
ColumnVERSION_NUMBER
ColumnAWARD_CD
IGS_PS_AWARD_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnAWARD_CD
Columns
Name Datatype Length Mandatory Comments
COURSE_CD VARCHAR2 (6) Yes Describes the program code for that the award is being specified.
VERSION_NUMBER NUMBER (3) Yes Describes the version number of the program for that the award is being specified.
AWARD_CD VARCHAR2 (10) Yes Unique identifier for the award.
AWARD_TITLE VARCHAR2 (90)
No longer Used
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
DEFAULT_IND VARCHAR2 (1)
Indicates the default Award for the program.
CLOSED_IND VARCHAR2 (1)
Closed Indicator, indicates the program award is closed or not. Once the program award is closed then corresponding program award is not displayed in LOV of forms and not considered for processing.
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT COURSE_CD
,      VERSION_NUMBER
,      AWARD_CD
,      AWARD_TITLE
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      DEFAULT_IND
,      CLOSED_IND
FROM IGS.IGS_PS_AWARD;

Dependencies

[top of page]

IGS.IGS_PS_AWARD does not reference any database object

IGS.IGS_PS_AWARD is referenced by following:

SchemaAPPS
SynonymIGS_PS_AWARD