DBA Data[Home] [Help] [Dependency Information]


TABLE: IGS.IGS_DA_OUT_UNT_REF

Object Details
Object Name: IGS_DA_OUT_UNT_REF
Object Type: TABLE
Owner: IGS
FND Design Data: TableIGS.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


Storage Details
Tablespace: TablespaceAPPS_TS_INTERFACE
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IGS_DA_OUT_UNT_REF_U2 NORMAL UNIQUE TablespaceAPPS_TS_INTERFACE ColumnUNIT_REF_SEQ_NUMBER
ColumnBATCH_ID
ColumnPERSON_ID
ColumnUNIT_SEQ_NUM
ColumnOSS_UNIT_LOCATOR
ColumnUNIT_REF_CODE_TYPE
ColumnUNIT_REF_CODE
Columns
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
Query Text

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;

Dependencies

[top of page]

IGS.IGS_DA_OUT_UNT_REF does not reference any database object

IGS.IGS_DA_OUT_UNT_REF is referenced by following:

SchemaAPPS
SynonymIGS_DA_OUT_UNT_REF