[Home] [Help]
[Dependency Information]
| Object Name: | IGS_EN_ELGB_OVR_UOO |
|---|---|
| Object Type: | TABLE |
| Owner: | IGS |
| FND Design Data: | IGS.IGS_EN_ELGB_OVR_UOO
|
| Subobject Name: | |
| Status: | VALID |
This table is used to capture the Unit and Unit section Details of the overridden Enrollment Eligibility Unit Steps.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IGS_EN_ELGB_OVR_UOO_PK | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
ELGB_OVR_STEP_UOO_ID
|
| IGS_EN_ELGB_OVR_UOO_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
ELGB_OVR_STEP_ID
UNIT_CD
VERSION_NUMBER
UOO_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ELGB_OVR_STEP_UOO_ID | NUMBER | (15) | Yes | Sequence generated Primary key of the table. |
| ELGB_OVR_STEP_ID | NUMBER | (15) | Yes | Unique Identifier of the Override Step for which the Unit details are captured in this table. |
| UNIT_CD | VARCHAR2 | (10) | Yes | Unit code. |
| VERSION_NUMBER | NUMBER | (3) | Yes | Version Number of the Unit. |
| UOO_ID | NUMBER | (7) | Yes | Unique identifier of the Unit Offering. |
| STEP_OVERRIDE_LIMIT | NUMBER | (6) | The column is used to capture the Override Credit point for the Variable Credit points or for Unit Validation Steps. | |
| 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 ELGB_OVR_STEP_UOO_ID
, ELGB_OVR_STEP_ID
, UNIT_CD
, VERSION_NUMBER
, UOO_ID
, STEP_OVERRIDE_LIMIT
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM IGS.IGS_EN_ELGB_OVR_UOO;
IGS.IGS_EN_ELGB_OVR_UOO does not reference any database object
IGS.IGS_EN_ELGB_OVR_UOO is referenced by following:
APPS
IGS_EN_ELGB_OVR_UOO
|
|
|
|