[Home] [Help]
[Dependency Information]
| Object Name: | IGS_PE_CRS_GRP_EXCL |
|---|---|
| Object Type: | TABLE |
| Owner: | IGS |
| FND Design Data: | IGS.IGS_PE_CRS_GRP_EXCL
|
| Subobject Name: | |
| Status: | VALID |
IGS_PE_CRS_GRP_EXCL describes a program group from that a person has been excluded.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IGS_PE_CRS_GRP_EXCL_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
PERSON_ID
ENCUMBRANCE_TYPE
PEN_START_DT
S_ENCMB_EFFECT_TYPE
PEE_START_DT
PEE_SEQUENCE_NUMBER
COURSE_GROUP_CD
PCGE_START_DT
|
| IGS_PE_CRS_GRP_EXCL_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
COURSE_GROUP_CD
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PERSON_ID | NUMBER | (15) | Yes | ID of the person who is the subject of the hold |
| 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 | |
| ENCUMBRANCE_TYPE | VARCHAR2 | (10) | Yes | The institution-defined hold type that has been applied to a person. A hold type incorporates one or more system-defined hold effect types. |
| PEN_START_DT | DATE | Yes | Date that the student's hold type became effective. | |
| S_ENCMB_EFFECT_TYPE | VARCHAR2 | (10) | Yes | Describes the effect that is placed on a person or one of their programs as part of a hold |
| PEE_START_DT | DATE | Yes | Date that the system effect associated with an hold became effective | |
| PEE_SEQUENCE_NUMBER | NUMBER | (7) | Yes | A unique number for referencing person hold effects |
| COURSE_GROUP_CD | VARCHAR2 | (10) | Yes | Code of the program group that the person is excluded from admission and enrollment. Application of a program group exclusion prevents the student from gaining admission or enrollment in any of the program that are members of the program group. |
| PCGE_START_DT | DATE | Yes | Date that the student's program group exclusion became effective | |
| EXPIRY_DT | DATE | Date that the student's program group exclusion expired. If no date is entered, the exclusion remains current. |
Cut, paste (and edit) the following text to query this object:
SELECT PERSON_ID
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, ENCUMBRANCE_TYPE
, PEN_START_DT
, S_ENCMB_EFFECT_TYPE
, PEE_START_DT
, PEE_SEQUENCE_NUMBER
, COURSE_GROUP_CD
, PCGE_START_DT
, EXPIRY_DT
FROM IGS.IGS_PE_CRS_GRP_EXCL;
IGS.IGS_PE_CRS_GRP_EXCL does not reference any database object
IGS.IGS_PE_CRS_GRP_EXCL is referenced by following:
APPS
IGS_PE_CRS_GRP_EXCL
|
|
|
|