[Home] [Help]
[Dependency Information]
| Object Name: | IGS_EN_OR_UNIT_WLST_PRF_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | IGS.IGS_EN_OR_UNIT_WLST_PRF_V
|
| Subobject Name: | |
| Status: | VALID |
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ROW_ID | ROWID | (10) | ||
| ORG_UNIT_WLST_PRF_ID | NUMBER | This field describes the unique number that represents the unit waitlist preference identifier. | ||
| ORG_UNIT_WLST_PRI_ID | NUMBER | This field describes the unique number that represents the unit waitlist priority identifier. | ||
| PREFERENCE_ORDER | NUMBER | (6) | A number which represents an order in which preferences have to be listed. | |
| PREFERENCE_CODE | VARCHAR2 | (30) | A unique identifier that represents a preference. | |
| PREFERENCE_VERSION | VARCHAR2 | (3) | This field represents the version associated to each preference. For example if a preference is chosen on a unit attempt, the version of the unit a student wishes to enrol is described here. | |
| DESCRIPTION | VARCHAR2 | (360) | This field describes the organization code. | |
| 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 ROW_ID
, ORG_UNIT_WLST_PRF_ID
, ORG_UNIT_WLST_PRI_ID
, PREFERENCE_ORDER
, PREFERENCE_CODE
, PREFERENCE_VERSION
, DESCRIPTION
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM APPS.IGS_EN_OR_UNIT_WLST_PRF_V;
APPS
IGS_EN_ORUN_WLST_PRF
IGS_EN_ORUN_WLST_PRI
IGS_EN_UNIT_SET
IGS_OR_UNIT
IGS_PS_STAGE_TYPE
IGS_PS_VER
APPS.IGS_EN_OR_UNIT_WLST_PRF_V is not referenced by any database object
|
|
|
|