[Home] [Help]
[Dependency Information]
Object Name: | IGSFV_PERSON_HOLD_EFFECTS |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
A Business Intelligence System view
This entity describes the effects which are imposed on a person (or one or their courses) as part on a hold. e.g. course exclusion, suppression of transcript.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
PERSON_ID | NUMBER | (15) | Yes | The identification number of the person who has had one or more hold effects imposed upon them. |
HOLD_TYPE | VARCHAR2 | (10) | Yes | Code of an institution-defined hold type incorporating one or more system hold effect types |
HOLD_EFFECTIVE_START_DATE | DATE | Yes | Describes the date the hold on a person becomes effective | |
SYSTEM_HOLD_EFFECT_TYPE | VARCHAR2 | (10) | Yes | System-defined hold effect applied to a person. |
HOLD_EFCT_EFFECTIVE_START_DATE | DATE | Yes | Date a system hold effect type applied as a default effect becomes effective for a person | |
SEQUENCE_NUMBER | NUMBER | (7) | Yes | Describes a unique number for referencing person hold effect |
EXPIRY_DATE | DATE | Date a system hold effect type applied to a person expires. If no date is entered, the exclusion remains current. | ||
RESTRICTED_ENROLMENT_LOAD | NUMBER | (6) | The minimum or maximum number of credit points the student's enrolment is restricted to as a result of the application of a hold effect. The restriction operates as a warning which is displayed if the student's enrolment would breach the nominated number of credit points. | |
PROGRAM_CODE | VARCHAR2 | (6) | The student's program code that is the subject of a system hold effect type applied as a result of an institution defined hold type | |
RESTRICTED_ATTENDANCE_TYPE | VARCHAR2 | (2) | The attendance type a student is restricted to in a particular program as a result of the application of a hold effect. The restriction operates as a warning that is displayed if thestudent's enrolment would breach the nominated attendance type. | |
PERSON_NUMBER | VARCHAR2 | (30) | Yes | The identification number of the person who has had one or more hold effects imposed upon them. |
HOLD_TYPE_DESCRIPTION | VARCHAR2 | (60) | Yes | Description of an institution-defined hold type incorporating one or more system hold effect types |
_LA:SYS_HOLD_EFFECT_TYP_DESC | CHAR | (71) | Description of system-defined hold effect applied to a person or one of their programs as part of a hold | |
RESTRICTED_ATTENDANCE_TYP_DESC | VARCHAR2 | (60) | Description of the attendance type a student is restricted to in a particular program as a result of the application of a hold effect. The restriction operates as a warning that is displayed if thestudent's enrolment would breach the nominated attendance type. | |
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 |
Cut, paste (and edit) the following text to query this object:
SELECT PERSON_ID
, HOLD_TYPE
, HOLD_EFFECTIVE_START_DATE
, SYSTEM_HOLD_EFFECT_TYPE
, HOLD_EFCT_EFFECTIVE_START_DATE
, SEQUENCE_NUMBER
, EXPIRY_DATE
, RESTRICTED_ENROLMENT_LOAD
, PROGRAM_CODE
, RESTRICTED_ATTENDANCE_TYPE
, PERSON_NUMBER
, HOLD_TYPE_DESCRIPTION
, _LA:SYS_HOLD_EFFECT_TYP_DESC
, RESTRICTED_ATTENDANCE_TYP_DESC
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
FROM APPS.IGSFV_PERSON_HOLD_EFFECTS;
APPS.IGSFV_PERSON_HOLD_EFFECTS is not referenced by any database object
|
|
|