[Home] [Help]
[Dependency Information]
| Object Name: | IGS_EN_SPL_PERM |
|---|---|
| Object Type: | TABLE |
| Owner: | IGS |
| FND Design Data: | IGS.IGS_EN_SPL_PERM
|
| Subobject Name: | |
| Status: | VALID |
Contains the latest transaction of special permission request.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IGS_EN_SPL_PERM_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
SPL_PERM_REQUEST_ID
|
| IGS_EN_SPL_PERM_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
STUDENT_PERSON_ID
UOO_ID
REQUEST_TYPE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| SPL_PERM_REQUEST_ID | NUMBER | (15) | Yes | System generated number to uniquely identify the Special permission request transaction. |
| STUDENT_PERSON_ID | NUMBER | (15) | Yes | Person ID of the Student |
| UOO_ID | NUMBER | (6) | Yes | Unit section ID, to which the student is attempting |
| DATE_SUBMISSION | DATE | Yes | Date of the last transaction happened, i.e. last date of update of this record | |
| AUDIT_THE_COURSE | VARCHAR2 | (10) | Yes | Audit this course, possible values are 'Y'/'N', default value is 'N' |
| INSTRUCTOR_PERSON_ID | NUMBER | (15) | Yes | Person ID of the Instructor who has to approve the Special permission request |
| APPROVAL_STATUS | VARCHAR2 | (10) | Yes | Approval status of the transaction, possible values are 'M'(Need more Information required) , 'D'(Deny) or 'A'(Approved). |
| REASON_FOR_REQUEST | VARCHAR2 | (4000) | Yes | Reason for the request of the Special permission |
| INSTRUCTOR_MORE_INFO | VARCHAR2 | (4000) | More information on special permission request submitted by student up to 4000 characters. | |
| INSTRUCTOR_DENY_INFO | VARCHAR2 | (4000) | Instructor reason for deny | |
| STUDENT_MORE_INFO | VARCHAR2 | (4000) | More information on special permission request submitted by student over 4000 characters. | |
| TRANSACTION_TYPE | VARCHAR2 | (30) | Type of the transaction, stores lookup code corresponding to the transaction. | |
| 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 | |
| REQUEST_TYPE | VARCHAR2 | (10) | Request type indicates whether the record is for special permission request or for audit request. |
Cut, paste (and edit) the following text to query this object:
SELECT SPL_PERM_REQUEST_ID
, STUDENT_PERSON_ID
, UOO_ID
, DATE_SUBMISSION
, AUDIT_THE_COURSE
, INSTRUCTOR_PERSON_ID
, APPROVAL_STATUS
, REASON_FOR_REQUEST
, INSTRUCTOR_MORE_INFO
, INSTRUCTOR_DENY_INFO
, STUDENT_MORE_INFO
, TRANSACTION_TYPE
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, REQUEST_TYPE
FROM IGS.IGS_EN_SPL_PERM;
IGS.IGS_EN_SPL_PERM does not reference any database object
IGS.IGS_EN_SPL_PERM is referenced by following:
APPS
IGS_EN_SPL_PERM
|
|
|
|