[Home] [Help]
[Dependency Information]
| Object Name: | IGS_DA_OUT_UNT_REF |
|---|---|
| Object Type: | TABLE |
| Owner: | IGS |
| FND Design Data: | IGS.IGS_DA_OUT_UNT_REF
|
| Subobject Name: | |
| Status: | VALID |
IGS_DA_OUT_UNT_REF stores outgoing unit reference information 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_REF_U2 | NORMAL | UNIQUE |
APPS_TS_INTERFACE
|
UNIT_REF_SEQ_NUMBER
BATCH_ID
PERSON_ID
UNIT_SEQ_NUM
OSS_UNIT_LOCATOR
UNIT_REF_CODE_TYPE
UNIT_REF_CODE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| UNIT_REF_SEQ_NUMBER | NUMBER | Yes | Unit reference sequence number | |
| BATCH_ID | NUMBER | Yes | Identifies the parent request for data in the table. | |
| PERSON_ID | NUMBER | (15) | Yes | Identifies person requesting the report. |
| 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 or EN for Enrollment. |
| UNIT_REF_CODE | VARCHAR2 | (30) | Yes | Provides reference code associated with the unit code/version linked to the unit sequence number. |
| UNIT_REF_CODE_TYPE | VARCHAR2 | (10) | Yes | Indicates user-defined type of information that the unit reference code is defining. |
| UNIT_REF_LEVEL_TYPE | VARCHAR2 | (3) | Indicates level of the unit's codification that the reference code represents Values: VER - Unit Level, SEC - Unit Section Level, OCC - Unit Section Occurrence Level. | |
| 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 UNIT_REF_SEQ_NUMBER
, BATCH_ID
, PERSON_ID
, UNIT_SEQ_NUM
, OSS_UNIT_LOCATOR
, UNIT_REF_CODE
, UNIT_REF_CODE_TYPE
, UNIT_REF_LEVEL_TYPE
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
FROM IGS.IGS_DA_OUT_UNT_REF;
IGS.IGS_DA_OUT_UNT_REF does not reference any database object
IGS.IGS_DA_OUT_UNT_REF is referenced by following:
APPS
IGS_DA_OUT_UNT_REF
|
|
|
|