[Home] [Help]
[Dependency Information]
| Object Name: | IGS_PE_COURSE_EXCL |
|---|---|
| Object Type: | TABLE |
| Owner: | IGS |
| FND Design Data: | IGS.IGS_PE_COURSE_EXCL
|
| Subobject Name: | |
| Status: | VALID |
IGS_PE_COURSE_EXCL defines a program that a student has been excluded from, for example, block admission to a program for an applicant.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IGS_PE_COURSE_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_CD
PCE_START_DT
|
| IGS_PE_COURSE_EXCL_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
COURSE_CD
|
| 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 | ID of the person who is the subject of the hold |
| ENCUMBRANCE_TYPE | VARCHAR2 | (10) | Yes | The institution-defined hold type that has been applied to a person. An hold type incorporates one or more system-defined hold effect types. |
| PEN_START_DT | DATE | Yes | The date that the student's hold type became effective. | |
| S_ENCMB_EFFECT_TYPE | VARCHAR2 | (10) | Yes | The system hold effect that is placed on a person or one of their program 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_CD | VARCHAR2 | (6) | Yes | The code of the program from that the person is excluded from admission and enrollment. |
| PCE_START_DT | DATE | Yes | Date that the student's program exclusion became effective | |
| EXPIRY_DT | DATE | Date that the student's program exclusion expired. If no date is entered, the exclusion remains current. |
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
, PEE_SEQUENCE_NUMBER
, COURSE_CD
, PCE_START_DT
, EXPIRY_DT
FROM IGS.IGS_PE_COURSE_EXCL;
IGS.IGS_PE_COURSE_EXCL does not reference any database object
IGS.IGS_PE_COURSE_EXCL is referenced by following:
APPS
IGS_PE_COURSE_EXCL
|
|
|
|