[Home] [Help]
[Dependency Information]
| Object Name: | IGS_AD_SBMAO_FN_AMTT |
|---|---|
| Object Type: | TABLE |
| Owner: | IGS |
| FND Design Data: | IGS.IGS_AD_SBMAO_FN_AMTT
|
| Subobject Name: | |
| Status: | VALID |
IGS_AD_SBMAO_FN_AMTT describes submission period academic organizational unit targets set by planning for a particular funding source and attendance mode.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IGS_AD_SBMAO_FN_AMTT_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
SUBMISSION_YR
SUBMISSION_NUMBER
ORG_UNIT_CD
OU_START_DT
FUNDING_SOURCE
ATTENDANCE_MODE
INTAKE_TARGET_TYPE
|
| IGS_AD_SBMAO_FN_AMTT_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
ATTENDANCE_MODE
|
| IGS_AD_SBMAO_FN_AMTT_N3 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
ORG_UNIT_CD
OU_START_DT
|
| IGS_AD_SBMAO_FN_AMTT_N4 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
FUNDING_SOURCE
|
| IGS_AD_SBMAO_FN_AMTT_N5 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
INTAKE_TARGET_TYPE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| SUBMISSION_YR | NUMBER | (4) | Yes | The Higher Education Student Data Collection |
| SUBMISSION_NUMBER | NUMBER | (1) | Yes | The Higher Education Student Data Collection submission number 1,2 or 3 for target collection. |
| FUNDING_SOURCE | VARCHAR2 | (10) | Yes | Describes the funding source for the submission period organizational unit attendance mode target |
| ATTENDANCE_MODE | VARCHAR2 | (2) | Yes | Describes the attendance mode for the submission period organizational unit funding source target |
| INTAKE_TARGET_TYPE | VARCHAR2 | (10) | Yes | Describes the type of student target required |
| TARGET | NUMBER | (8) | Yes | Student intake target. If maximum target exists, then this defines the minimum. The amount type of the target is defined by intake target type definition or can be overridden. |
| MAX_TARGET | NUMBER | (8) | Shows the maximum target figure | |
| OVERRIDE_S_AMOUNT_TYPE | VARCHAR2 | (30) | Allows an override of the amount type of the target. If the target is typically measured as, for example, persons, then the intake target type will define this. The override allows this to be changed to, for example, EFTSU for an individual setting of target. | |
| ACTUAL_ENROLMENT | NUMBER | (8) | Included so that historical enrollment actual figures can be retained | |
| ACTUAL_ENR_EFFECTIVE_DT | DATE | Contains the date and time when the actual enrollment figures were calculated | ||
| 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 | |
| ORG_UNIT_CD | VARCHAR2 | (30) | Yes | Describes the organizational unit code for the submission period funding source attendance mode target |
| OU_START_DT | DATE | Yes | Describes the organizational unit start date for the submission period funding source attendance mode target |
Cut, paste (and edit) the following text to query this object:
SELECT SUBMISSION_YR
, SUBMISSION_NUMBER
, FUNDING_SOURCE
, ATTENDANCE_MODE
, INTAKE_TARGET_TYPE
, TARGET
, MAX_TARGET
, OVERRIDE_S_AMOUNT_TYPE
, ACTUAL_ENROLMENT
, ACTUAL_ENR_EFFECTIVE_DT
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, ORG_UNIT_CD
, OU_START_DT
FROM IGS.IGS_AD_SBMAO_FN_AMTT;
IGS.IGS_AD_SBMAO_FN_AMTT does not reference any database object
IGS.IGS_AD_SBMAO_FN_AMTT is referenced by following:
APPS
IGS_AD_SBMAO_FN_AMTT
|
|
|
|