[Home] [Help]
[Dependency Information]
| Object Name: | IGS_AD_SBMAO_FN_CTTT |
|---|---|
| Object Type: | TABLE |
| Owner: | IGS |
| FND Design Data: | IGS.IGS_AD_SBMAO_FN_CTTT
|
| Subobject Name: | |
| Status: | VALID |
IGS_AD_SBMAO_FN_CTTT describes submission period academic organizational unit
targets set by planning for a particular funding source and program type group.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IGS_AD_SBMAO_FN_CTTT_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
SUBMISSION_YR
SUBMISSION_NUMBER
ORG_UNIT_CD
OU_START_DT
FUNDING_SOURCE
COURSE_TYPE_GROUP_CD
INTAKE_TARGET_TYPE
|
| IGS_AD_SBMAO_FN_CTTT_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
COURSE_TYPE_GROUP_CD
|
| IGS_AD_SBMAO_FN_CTTT_N3 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
ORG_UNIT_CD
OU_START_DT
|
| IGS_AD_SBMAO_FN_CTTT_N4 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
INTAKE_TARGET_TYPE
|
| IGS_AD_SBMAO_FN_CTTT_N5 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
FUNDING_SOURCE
|
| 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. |
| ORG_UNIT_CD | VARCHAR2 | (30) | Yes | Describes the organizational unit code for the submission period funding source program type group target |
| OU_START_DT | DATE | Yes | Describes the organizational unit start date for the submission period funding source program type group target | |
| FUNDING_SOURCE | VARCHAR2 | (10) | Yes | Describes the funding source for the submission period organizational unit program type group target |
| 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 | |
| INTAKE_TARGET_TYPE | VARCHAR2 | (10) | Yes | Describes the type of student target required |
| COURSE_TYPE_GROUP_CD | VARCHAR2 | (10) | Yes | Describes the program type group code for the submission period organizational unit funding source target |
Cut, paste (and edit) the following text to query this object:
SELECT SUBMISSION_YR
, SUBMISSION_NUMBER
, ORG_UNIT_CD
, OU_START_DT
, FUNDING_SOURCE
, 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
, INTAKE_TARGET_TYPE
, COURSE_TYPE_GROUP_CD
FROM IGS.IGS_AD_SBMAO_FN_CTTT;
IGS.IGS_AD_SBMAO_FN_CTTT does not reference any database object
IGS.IGS_AD_SBMAO_FN_CTTT is referenced by following:
APPS
IGS_AD_SBMAO_FN_CTTT
|
|
|
|