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


TABLE: IGS.IGS_PS_DEGREES

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


IGS_PS_DEGREES describes the various degrees offered by the university.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IGS_PS_DEGREES_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnDEGREE_CD
Columns
Name Datatype Length Mandatory Comments
DEGREE_CD VARCHAR2 (10) Yes Unique identifier for a degree.
DESCRIPTION VARCHAR2 (80) Yes Institution-defined description for degrees.
CLOSED_IND VARCHAR2 (1) Yes Indicator that specifies if the credit point descriptor is open or closed. Setting the checkbox to closed prevents use of the credit point descriptor in new or modified records.
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
PROGRAM_TYPE VARCHAR2 (10)
Program Type associated to the Degree Code.
Query Text

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


SELECT DEGREE_CD
,      DESCRIPTION
,      CLOSED_IND
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      PROGRAM_TYPE
FROM IGS.IGS_PS_DEGREES;

Dependencies

[top of page]

IGS.IGS_PS_DEGREES does not reference any database object

IGS.IGS_PS_DEGREES is referenced by following:

SchemaAPPS
SynonymIGS_PS_DEGREES