[Home] [Help]
[Dependency Information]
| Object Name: | IGS_PE_UNT_SET_EXCL |
|---|---|
| Object Type: | TABLE |
| Owner: | IGS |
| FND Design Data: | IGS.IGS_PE_UNT_SET_EXCL
|
| Subobject Name: | |
| Status: | VALID |
IGS_PE_UNT_SET_EXCL describes a unit set that a student has been excluded from.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IGS_PE_UNT_SET_EXCL_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
S_ENCMB_EFFECT_TYPE
PEN_START_DT
PERSON_ID
ENCUMBRANCE_TYPE
PEE_START_DT
PEE_SEQUENCE_NUMBER
UNIT_SET_CD
US_VERSION_NUMBER
PUSE_START_DT
|
| IGS_PE_UNT_SET_EXCL_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
UNIT_SET_CD
US_VERSION_NUMBER
|
| 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 | Person identifier and foreign key to HZ_PARTIES. This is a sequence generated value. |
| ENCUMBRANCE_TYPE | VARCHAR2 | (10) | Yes | The institution-defined hold type that has been applied |
| PEN_START_DT | DATE | Yes | Date that the student's hold type became effective | |
| S_ENCMB_EFFECT_TYPE | VARCHAR2 | (10) | Yes | System hold effect that is placed on a person |
| PEE_START_DT | DATE | Yes | Date that the system effect associated with a hold became effective | |
| PEE_SEQUENCE_NUMBER | NUMBER | (7) | Yes | A unique number for referencing person hold effects |
| UNIT_SET_CD | VARCHAR2 | (10) | Yes | Code of unit set |
| US_VERSION_NUMBER | NUMBER | (3) | Yes | Version number |
| PUSE_START_DT | DATE | Yes | Describes the date that the person unit set exclusion is effective from | |
| EXPIRY_DT | DATE | Describes the date that the person unit set exclusion is no longer effective |
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
, UNIT_SET_CD
, US_VERSION_NUMBER
, PUSE_START_DT
, EXPIRY_DT
FROM IGS.IGS_PE_UNT_SET_EXCL;
IGS.IGS_PE_UNT_SET_EXCL does not reference any database object
IGS.IGS_PE_UNT_SET_EXCL is referenced by following:
APPS
IGS_PE_UNT_SET_EXCL
|
|
|
|