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


TABLE: IGS.IGS_DA_REQ_WIFMJRS

Object Details
Object Name: IGS_DA_REQ_WIFMJRS
Object Type: TABLE
Owner: IGS
FND Design Data: TableIGS.IGS_DA_REQ_WIFMJRS
Subobject Name:
Status: VALID


Storage for the Degree Audit Request information on What-If majors selection for the student.Information only allowed during Single Request Type not Batch. --Obsolete


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IGS_DA_REQ_WIFMJRS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnBATCH_ID
ColumnPROGRAM_CODE
ColumnMAJOR_SEQ_NUM
Columns
Name Datatype Length Mandatory Comments
BATCH_ID NUMBER
Yes Unique ID for a request
MAJOR_SEQ_NUM NUMBER
Yes This is a programmatic sequence. For this table there are only 3 major rows per program in the What-if scenario. So the values for the request if there are any inserted will be 1, 2 and 3.This helps to identify the linking of major unit sets to minor unit sets and track/option units sets.
PROGRAM_CODE VARCHAR2 (6) Yes Course code selected for the request which will serve as a "parent" to the major, minor or track/option unit sets.
MAJOR_UNIT_SET VARCHAR2 (10)
Unit set code which represents the major selected during the request
MAJOR_VERSION NUMBER (3)
Version number associated with the unit set code above
MAJOR_CATALOG VARCHAR2 (30)
Major's catalog selected during the request. References date for major's unit set selection to identify the effective date(s) of the book.
MAJOR_CAL_TYPE VARCHAR2 (10)
This column is used to store the Calendar type attached to the major program .
MAJOR_CI_SEQ_NUM NUMBER (6)
This column is used to store the Calendar instance sequence number attached to the major program .
ORG_UNIT_MAJOR VARCHAR2 (30)
Organizational Unit responsible for the major unit set (unit_set_cd)
CREATION_DATE DATE
Yes Standard who column
CREATED_BY NUMBER (15) Yes Standard who column
LAST_UPDATED_BY NUMBER (15) Yes Standard who column
LAST_UPDATE_LOGIN NUMBER (15)
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
,      MAJOR_SEQ_NUM
,      PROGRAM_CODE
,      MAJOR_UNIT_SET
,      MAJOR_VERSION
,      MAJOR_CATALOG
,      MAJOR_CAL_TYPE
,      MAJOR_CI_SEQ_NUM
,      ORG_UNIT_MAJOR
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      LAST_UPDATE_DATE
FROM IGS.IGS_DA_REQ_WIFMJRS;

Dependencies

[top of page]

IGS.IGS_DA_REQ_WIFMJRS does not reference any database object

IGS.IGS_DA_REQ_WIFMJRS is referenced by following:

SchemaAPPS
SynonymIGS_DA_REQ_WIFMJRS