[Home] [Help]
[Dependency Information]
| Object Name: | IGSFV_AS_SPECIAL_CONSID_OUTS |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | IGS.IGSFV_AS_SPECIAL_CONSID_OUTS
|
| Subobject Name: | |
| Status: | VALID |
A Business Intelligence System view
Describes occurrence of an application for special consideration.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| SPCL_CONSIDERATION_OUTCOME | VARCHAR2 | (10) | Yes | The code used to identify a special consideration outcome. Outcomes are used to enter both the application result sought by the student and the actual application result. |
| SPCL_CONSID_DESCRIPTION | VARCHAR2 | (60) | Yes | Describes of the special consideration outcome. Outcomes are used to enter both the application result sought by the student and the actual application result. |
| SPCL_CONSID_EXPLANATION | VARCHAR2 | (2000) | Yes | Explains the special consideration outcome. This text may be displayed in reports and is used in correspondence, which advises students of the application outcomes. |
| _LA:SOUGHT_OUTCOME_INDICATOR | CHAR | (60) | The code used to identify the special consideration outcome that the student has identified as the desired result of their application. For example, successful application, special examination granted. | |
| _LA:CLOSED_INDICATOR | CHAR | (52) | Indicates that specifies whether the special consideration outcome is open or closed. Setting the checkbox to closed ticked prevents further use in special consideration applications. | |
| 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 |
Cut, paste (and edit) the following text to query this object:
SELECT SPCL_CONSIDERATION_OUTCOME
, SPCL_CONSID_DESCRIPTION
, SPCL_CONSID_EXPLANATION
, _LA:SOUGHT_OUTCOME_INDICATOR
, _LA:CLOSED_INDICATOR
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
FROM APPS.IGSFV_AS_SPECIAL_CONSID_OUTS;
APPS
IGS_AS_SPCL_CONS_OUT
APPS.IGSFV_AS_SPECIAL_CONSID_OUTS is not referenced by any database object
|
|
|
|