[Home] [Help]
[Dependency Information]
| Object Name: | IGS_EN_STD_WARNINGS |
|---|---|
| Object Type: | TABLE |
| Owner: | IGS |
| FND Design Data: | IGS.IGS_EN_STD_WARNINGS
|
| Subobject Name: | |
| Status: | VALID |
Contains the self service warning details for a student
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IGS_EN_STD_WARNINGS_PK | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
WARNING_ID
|
| IGS_EN_STD_WARNINGS_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
PERSON_ID
COURSE_CD
TERM_CAL_TYPE
TERM_CI_SEQUENCE_NUMBER
|
| IGS_EN_STD_WARNINGS_N2 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
MESSAGE_ICON
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| WARNING_ID | NUMBER | Yes | Sequence generated id | |
| PERSON_ID | NUMBER | (15) | Yes | Unique identifier for person in system |
| COURSE_CD | VARCHAR2 | (6) | Yes | Course code |
| UOO_ID | NUMBER | (7) | Unique identifier for unit attempt | |
| TERM_CAL_TYPE | VARCHAR2 | (10) | Yes | Term calendar type in which this unit has been planned |
| TERM_CI_SEQUENCE_NUMBER | NUMBER | (6) | Yes | Term calendar instance sequence number in which this unit has been planned |
| MESSAGE_FOR | VARCHAR2 | (80) | Yes | Contains the unit section for any unit step failures, and contains the validation type for others |
| MESSAGE_ICON | VARCHAR2 | (1) | Yes | D/W/I/P denotes whether the warning record is a deny/warn/information/Pass |
| MESSAGE_NAME | VARCHAR2 | (1000) | Yes | The message_name for the failed validation. Can be a concatenation of 2 messages and tokens |
| MESSAGE_TEXT | VARCHAR2 | (4000) | Yes | Message text of the failed warning/information |
| MESSAGE_ACTION | VARCHAR2 | (80) | Provides the text for the action links "Add Co-requisite", "Add Subordinate", "Request Permission" etc.. This is a lookup code | |
| DESTINATION | VARCHAR2 | (30) | Identifies the destination page pointed by the action link | |
| P_PARAMETERS | VARCHAR2 | (1000) | The string of \";\" separated parameters to be used by the destination page. For coreq it will be 'unitcd1, unitcd2, 'For subordinate page, it will be 'uooid1, uooid2,', for audit_perm it will have AUDIT_PERM/SPL_PERM | |
| STEP_TYPE | VARCHAR2 | (30) | Yes | Identifies whether the message is PERSON/PROGRAM/UNIT/DROP/INLINE error level |
| SESSION_ID | NUMBER | Yes | Stores the self service session which created this record. | |
| CREATED_BY | NUMBER | (15) | Yes | Standard WHO Column |
| CREATION_DATE | DATE | Yes | Standard WHO Column | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard WHO Column |
| LAST_UPDATE_DATE | DATE | Yes | Standard WHO Column | |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard WHO Column |
Cut, paste (and edit) the following text to query this object:
SELECT WARNING_ID
, PERSON_ID
, COURSE_CD
, UOO_ID
, TERM_CAL_TYPE
, TERM_CI_SEQUENCE_NUMBER
, MESSAGE_FOR
, MESSAGE_ICON
, MESSAGE_NAME
, MESSAGE_TEXT
, MESSAGE_ACTION
, DESTINATION
, P_PARAMETERS
, STEP_TYPE
, SESSION_ID
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM IGS.IGS_EN_STD_WARNINGS;
IGS.IGS_EN_STD_WARNINGS does not reference any database object
IGS.IGS_EN_STD_WARNINGS is referenced by following:
APPS
IGS_EN_STD_WARNINGS
|
|
|
|