[Home] [Help]
[Dependency Information]
| Object Name: | IGS_PS_ANL_LOAD_U_LN |
|---|---|
| Object Type: | TABLE |
| Owner: | IGS |
| FND Design Data: | IGS.IGS_PS_ANL_LOAD_U_LN
|
| Subobject Name: | |
| Status: | VALID |
This entity describes a unit, which is linked to an annual load figure for the purposes of calculating its EFTSU. For example, a unit may be linked to the load for the first year of the program.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IGS_PS_ANL_LOAD_U_LN_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
COURSE_CD
CRV_VERSION_NUMBER
YR_NUM
EFFECTIVE_START_DT
UNIT_CD
UV_VERSION_NUMBER
|
| IGS_PS_ANL_LOAD_U_LN_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
UNIT_CD
UV_VERSION_NUMBER
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| COURSE_CD | VARCHAR2 | (6) | Yes | Program for that the annual load figure is being specified. |
| CRV_VERSION_NUMBER | NUMBER | (3) | Yes | Version of the program for which the annual load figure is being specified. |
| YR_NUM | NUMBER | (3) | Yes | The year to which the annual load figure applies. For example 1,2,3,4. |
| EFFECTIVE_START_DT | DATE | Yes | Date from that the annual load unit link becomes effective. | |
| UNIT_CD | VARCHAR2 | (10) | Yes | Unique identifier of the unit being linked to the annual load figure. |
| UV_VERSION_NUMBER | NUMBER | (3) | Yes | Version number of the unit that is being linked to the annual load figure. |
| CREATION_DATE | DATE | Yes | Standard Who column | |
| CREATED_BY | NUMBER | (15) | 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 COURSE_CD
, CRV_VERSION_NUMBER
, YR_NUM
, EFFECTIVE_START_DT
, UNIT_CD
, UV_VERSION_NUMBER
, CREATION_DATE
, CREATED_BY
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM IGS.IGS_PS_ANL_LOAD_U_LN;
IGS.IGS_PS_ANL_LOAD_U_LN does not reference any database object
IGS.IGS_PS_ANL_LOAD_U_LN is referenced by following:
APPS
IGS_PS_ANL_LOAD_U_LN
|
|
|
|