[Home] [Help]
[Dependency Information]
| Object Name: | IGS_AD_ADM_UT_STT_LD |
|---|---|
| Object Type: | TABLE |
| Owner: | IGS |
| FND Design Data: | IGS.IGS_AD_ADM_UT_STT_LD
|
| Subobject Name: | |
| Status: | VALID |
IGS_AD_ADM_UT_STT_LD describes load calendar type relationship to administrative unit status to determine load incurred.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IGS_AD_ADM_UT_STT_LD_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
ADMINISTRATIVE_UNIT_STATUS
CAL_TYPE
CI_SEQUENCE_NUMBER
TEACH_CAL_TYPE
|
| IGS_AD_ADM_UT_STT_LD_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
CAL_TYPE
CI_SEQUENCE_NUMBER
TEACH_CAL_TYPE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ADMINISTRATIVE_UNIT_STATUS | VARCHAR2 | (10) | Yes | An administrative unit status AUS associated with the specified load calendar instance or teaching calendar combination. An AUS is assigned to a unit attempt when it is discontinued, that adds further definition to the unit attempt status. The AUS assigned is dependent on the discontinuation date. The link between AUS and load calendar instance or teaching period is used to define the applicable set of AUSs and whether or not load is incurred when each AUS is assigned to a unit attempt. The latter is achieved via the load incurred indicator. |
| CAL_TYPE | VARCHAR2 | (10) | Yes | Describes the load calendar type relating to an administrative unit status to determine load incurred. |
| CI_SEQUENCE_NUMBER | NUMBER | (6) | Yes | Uniquely identifies the calendar instance |
| TEACH_CAL_TYPE | VARCHAR2 | (10) | Yes | Describes the available teaching calendar types for that, in combination with load period, load may be incurred. |
| LOAD_INCURRED_IND | VARCHAR2 | (1) | Yes | Specifies whether or not load is incurred when the administrative unit status is assigned to a discontinued student unit attempt in the specified load calendar instance or teaching period combination. Setting the checkbox ticked causes the incurrence of load. |
| 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 ADMINISTRATIVE_UNIT_STATUS
, CAL_TYPE
, CI_SEQUENCE_NUMBER
, TEACH_CAL_TYPE
, LOAD_INCURRED_IND
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM IGS.IGS_AD_ADM_UT_STT_LD;
IGS.IGS_AD_ADM_UT_STT_LD does not reference any database object
IGS.IGS_AD_ADM_UT_STT_LD is referenced by following:
APPS
IGS_AD_ADM_UT_STT_LD
|
|
|
|