[Home] [Help]
[Dependency Information]
| Object Name: | IGS_EN_UNIT_SET_COURSE_TYPE_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | IGS.IGS_EN_UNIT_SET_COURSE_TYPE_V
|
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
IGS_EN_UNIT_SET_COURSE_TYPE_V maps the unit set program type to the corresponding unit set program
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| COURSE_TYPE | VARCHAR2 | (10) | Describes the program type that the unit set is restricted to | |
| UNIT_SET_CD | VARCHAR2 | (10) | Describes the unit set code that is restricted | |
| VERSION_NUMBER | NUMBER | (3) | Describes the unit set version number that is restricted | |
| CREATED_BY | NUMBER | (15) | Standard Who column | |
| CREATION_DATE | DATE | Standard Who column | ||
| LAST_UPDATED_BY | NUMBER | (15) | Standard Who column | |
| LAST_UPDATE_DATE | DATE | Standard Who column | ||
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard Who column |
Cut, paste (and edit) the following text to query this object:
SELECT COURSE_TYPE
, UNIT_SET_CD
, VERSION_NUMBER
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM APPS.IGS_EN_UNIT_SET_COURSE_TYPE_V;
APPS
IGS_EN_UNITSETPSTYPE
IGS_EN_UNIT_SET
IGS_PS_TYPE
APPS
IGS_PS_VAL_COUS
- show dependent code
|
|
|
|