[Home] [Help]
[Dependency Information]
| Object Name: | IGS_DA_OUT_UNT_CAT |
|---|---|
| Object Type: | TABLE |
| Owner: | IGS |
| FND Design Data: | IGS.IGS_DA_OUT_UNT_CAT
|
| Subobject Name: | |
| Status: | VALID |
IGS_DA_OUT_UNT_CAT stores outgoing unit categories for the units found for students selected in the request. --Obsolete
| Tablespace: | APPS_TS_INTERFACE |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IGS_DA_OUT_UNT_CAT_U1 | NORMAL | UNIQUE |
APPS_TS_INTERFACE
|
BATCH_ID
PERSON_ID
UNIT_SEQ_NUM
OSS_UNIT_LOCATOR
UNIT_CATEGORY
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| BATCH_ID | NUMBER | Yes | Identifies the parent request for data in the table. | |
| PERSON_ID | NUMBER | (15) | Yes | Identifies student selected in the request |
| UNIT_SEQ_NUM | NUMBER | Yes | Indicates reference to the unit sequence number in IGS_DA_OUT_UNT_AS or IGS_DA_OUT_UNT_EN | |
| OSS_UNIT_LOCATOR | VARCHAR2 | (2) | Yes | Identifies OSS subsystem where data is linked - advanced standing or student unit attempts in enrollments. Values are AS for Advanced Standing, EN for Enrollment. |
| UNIT_CATEGORY | VARCHAR2 | (10) | Yes | User-defined category associated with the units found for the student in the request. |
| CREATION_DATE | DATE | Yes | Standard who column | |
| CREATED_BY | NUMBER | (15) | Yes | Standard who column |
| LAST_UPDATE_LOGIN | NUMBER | (15) | 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 BATCH_ID
, PERSON_ID
, UNIT_SEQ_NUM
, OSS_UNIT_LOCATOR
, UNIT_CATEGORY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
FROM IGS.IGS_DA_OUT_UNT_CAT;
IGS.IGS_DA_OUT_UNT_CAT does not reference any database object
IGS.IGS_DA_OUT_UNT_CAT is referenced by following:
APPS
IGS_DA_OUT_UNT_CAT
|
|
|
|