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


TABLE: IGS.IGS_DA_OUT_UNT_CAT

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


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

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;

Dependencies

[top of page]

IGS.IGS_DA_OUT_UNT_CAT does not reference any database object

IGS.IGS_DA_OUT_UNT_CAT is referenced by following:

SchemaAPPS
SynonymIGS_DA_OUT_UNT_CAT