[Home] [Help]
[Dependency Information]
| Object Name: | IGS_PE_PERSENC_EFFCT |
|---|---|
| Object Type: | TABLE |
| Owner: | IGS |
| FND Design Data: | IGS.IGS_PE_PERSENC_EFFCT
|
| Subobject Name: | |
| Status: | VALID |
IGS_PE_PERSENC_EFFCT describes the effects that are imposed on a person or on their program as part on an encumbrance, for example, program exclusion, suppression of transcript.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IGS_PE_PERSENC_EFFCT_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
PERSON_ID
ENCUMBRANCE_TYPE
PEN_START_DT
S_ENCMB_EFFECT_TYPE
PEE_START_DT
SEQUENCE_NUMBER
|
| IGS_PE_PERSENC_EFFCT_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
S_ENCMB_EFFECT_TYPE
|
| IGS_PE_PERSENC_EFFCT_N2 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
RESTRICTED_ATTENDANCE_TYPE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| 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 | |
| PERSON_ID | NUMBER | (15) | Yes | The identification number of the person who has had one or more hold effects imposed upon them. |
| ENCUMBRANCE_TYPE | VARCHAR2 | (10) | Yes | Code of an institution-defined hold type incorporating one or more system hold effect types |
| PEN_START_DT | DATE | Yes | Describes the date the hold on a person becomes effective | |
| S_ENCMB_EFFECT_TYPE | VARCHAR2 | (10) | Yes | System-defined hold effect applied to a person or one of their programs as part of a hold |
| PEE_START_DT | 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_DT | DATE | Date a system hold effect type applied to a person expires. If no date is entered, the exclusion remains current. | ||
| COURSE_CD | 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_ENROLMENT_CP | NUMBER | (6) | The minimum or maximum number of credit points the student's enrollment 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 enrollment would breach the nominated number of credit points. | |
| RESTRICTED_ATTENDANCE_TYPE | VARCHAR2 | (2) | The attendance type a student is restricted to in a particular program as a result of a hold effect. The restriction operates as a warning that is displayed if the student's enrollment would breach the nominated attendance type. |
Cut, paste (and edit) the following text to query this object:
SELECT CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, PERSON_ID
, ENCUMBRANCE_TYPE
, PEN_START_DT
, S_ENCMB_EFFECT_TYPE
, PEE_START_DT
, SEQUENCE_NUMBER
, EXPIRY_DT
, COURSE_CD
, RESTRICTED_ENROLMENT_CP
, RESTRICTED_ATTENDANCE_TYPE
FROM IGS.IGS_PE_PERSENC_EFFCT;
IGS.IGS_PE_PERSENC_EFFCT does not reference any database object
IGS.IGS_PE_PERSENC_EFFCT is referenced by following:
APPS
IGS_PE_PERSENC_EFFCT
|
|
|
|