[Home] [Help]
[Dependency Information]
| Object Name: | IGS_AD_SBMPS_FN_ITTT |
|---|---|
| Object Type: | TABLE |
| Owner: | IGS |
| FND Design Data: | IGS.IGS_AD_SBMPS_FN_ITTT
|
| Subobject Name: | |
| Status: | VALID |
IGS_AD_SBMPS_FN_ITTT holds intake target types and associated targets for submission period program version funding source.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IGS_AD_SBMPS_FN_ITTT_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
SUBMISSION_YR
SUBMISSION_NUMBER
COURSE_CD
CRV_VERSION_NUMBER
FUNDING_SOURCE
SEQUENCE_NUMBER
INTAKE_TARGET_TYPE
|
| IGS_AD_SBMPS_FN_ITTT_N2 | 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. |
| COURSE_CD | VARCHAR2 | (6) | Yes | Describes the program code of the submission period target |
| CRV_VERSION_NUMBER | NUMBER | (3) | Yes | Describes the program code version number of the submission period target |
| FUNDING_SOURCE | VARCHAR2 | (10) | Yes | Describes the institution-defined funding source for the submission period program version target |
| PRIORITY_OF_TARGET | NUMBER | (2) | Defines the order in which targets are to be met | |
| SEQUENCE_NUMBER | NUMBER | (10) | Yes | A unique identifier to cater for submission period targets against the program version funding source that are further broken down by location, attendance mode, attendance type. |
| INTAKE_TARGET_TYPE | VARCHAR2 | (10) | Yes | Describes the type of intake target required, for example, Commencing |
| TARGET | NUMBER | (8) | Yes | 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. Once a legitimate value is entered here the value recorded under target is defaulted as the minimum. | |
| OVERRIDE_S_AMOUNT_TYPE | VARCHAR2 | (30) | Allows an override of the amount type of the target. If the target is typically measured, for example, in Persons, then the intake target type will define this. | |
| ACTUAL_ENROLMENT | NUMBER | (8) | Actual enrollment. This is 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 |
Cut, paste (and edit) the following text to query this object:
SELECT SUBMISSION_YR
, SUBMISSION_NUMBER
, COURSE_CD
, CRV_VERSION_NUMBER
, FUNDING_SOURCE
, PRIORITY_OF_TARGET
, SEQUENCE_NUMBER
, 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
FROM IGS.IGS_AD_SBMPS_FN_ITTT;
IGS.IGS_AD_SBMPS_FN_ITTT does not reference any database object
IGS.IGS_AD_SBMPS_FN_ITTT is referenced by following:
APPS
IGS_AD_SBMPS_FN_ITTT
|
|
|
|