[Home] [Help]
[Dependency Information]
| Object Name: | IGS_DA_REQ_WIFMNRS |
|---|---|
| Object Type: | TABLE |
| Owner: | IGS |
| FND Design Data: | IGS.IGS_DA_REQ_WIFMNRS
|
| Subobject Name: | |
| Status: | VALID |
Storage of Degree Audit Request information on What-If Minors selection for the student. Information only allowed for Single Request Types not Batch. --Obsolete
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IGS_DA_REQ_WIFMNRS_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
PRIMARY_SEQ_NUM
|
| IGS_DA_REQ_WIFMNRS_U2 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
BATCH_ID
PROGRAM_CODE
MINOR_SEQ_NUM
MAJOR_SEQ_NUM
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| BATCH_ID | NUMBER | Yes | Unique ID for a request | |
| PRIMARY_SEQ_NUM | NUMBER | Yes | Unique identifier for the row | |
| PROGRAM_CODE | VARCHAR2 | (6) | Yes | Program Code |
| MINOR_SEQ_NUM | NUMBER | Yes | Programmatic sequence on record insert. Values should be 1 - 3 per program code or major sequence number combination. | |
| MAJOR_SEQ_NUM | NUMBER | Up to three minor unit sets may be associated with each major seq num per request. major sequence number can be null depending on institution setup for major definition. | ||
| MINOR_UNIT_SET | VARCHAR2 | (10) | Minor unit set code selected as part of the request | |
| MINOR_VERSION | NUMBER | (3) | Version number associated with the minors unit-set above | |
| MINOR_CATALOG | VARCHAR2 | (30) | Minors catalog selected during the request. References date for minors unit set selection to identify the effective date(s) of the book which contains university-wide policy. | |
| MINOR_CAL_TYPE | VARCHAR2 | (10) | This column is used to store the Calendar type attached to the minor program . | |
| MINOR_CI_SEQ_NUM | NUMBER | (6) | This column is used to store the Calendar instance sequence number attached to the minor program . | |
| ORG_UNIT_MINOR | VARCHAR2 | (10) | Organizational unit responsible for the minor unit set | |
| 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
, PRIMARY_SEQ_NUM
, PROGRAM_CODE
, MINOR_SEQ_NUM
, MAJOR_SEQ_NUM
, MINOR_UNIT_SET
, MINOR_VERSION
, MINOR_CATALOG
, MINOR_CAL_TYPE
, MINOR_CI_SEQ_NUM
, ORG_UNIT_MINOR
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
FROM IGS.IGS_DA_REQ_WIFMNRS;
IGS.IGS_DA_REQ_WIFMNRS does not reference any database object
IGS.IGS_DA_REQ_WIFMNRS is referenced by following:
APPS
IGS_DA_REQ_WIFMNRS
|
|
|
|