[Home] [Help]
[Dependency Information]
| Object Name: | IGS_PS_DEGREES |
|---|---|
| Object Type: | TABLE |
| Owner: | IGS |
| FND Design Data: | IGS.IGS_PS_DEGREES
|
| Subobject Name: | |
| Status: | VALID |
IGS_PS_DEGREES describes the various degrees offered by the university.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IGS_PS_DEGREES_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
DEGREE_CD
|
| 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. |
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;
IGS.IGS_PS_DEGREES does not reference any database object
IGS.IGS_PS_DEGREES is referenced by following:
APPS
IGS_PS_DEGREES
|
|
|
|