[Home] [Help]
[Dependency Information]
| Object Name: | IGS_EN_UNITSETPSTYPE |
|---|---|
| Object Type: | TABLE |
| Owner: | IGS |
| FND Design Data: | IGS.IGS_EN_UNITSETPSTYPE
|
| Subobject Name: | |
| Status: | VALID |
IGS_EN_UNITSETPSTYPE describes the program type restrictions on a unit set. It will restrict the program versions that the unit set can be linked to. If no records have been created for a unit set, no restrictions will be applied.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IGS_EN_UNITSETPSTYPE_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
UNIT_SET_CD
VERSION_NUMBER
COURSE_TYPE
|
| IGS_EN_UNITSETPSTYPE_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
COURSE_TYPE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| UNIT_SET_CD | VARCHAR2 | (10) | Yes | Describes the unit set code that is restricted |
| VERSION_NUMBER | NUMBER | (3) | Yes | Describes the unit set version number that is restricted |
| COURSE_TYPE | VARCHAR2 | (10) | Yes | Describes the program type to that the unit set is restricted. |
| 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 UNIT_SET_CD
, VERSION_NUMBER
, COURSE_TYPE
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM IGS.IGS_EN_UNITSETPSTYPE;
IGS.IGS_EN_UNITSETPSTYPE does not reference any database object
IGS.IGS_EN_UNITSETPSTYPE is referenced by following:
APPS
IGS_EN_UNITSETPSTYPE
|
|
|
|