[Home] [Help]
[Dependency Information]
Object Name: | IGSBV_AS_SPECIAL_CONSID_OUTS |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
A Business Intelligence System view
Holds the person with the assigned Anonymous Id for the method ASSESSMENT
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_OUT_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_OUT_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) | Indicates that specifies whether the special consideration outcome is available as a sought outcome. The majority of outcomes are available as sought outcomes, but some are only appropriate as actual outcomes. For example, special consideration not granted. When the checkbox is set ticked, the outcome is available as a sought outcome. | |
_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_OUT_DESCRIPTION
, SPCL_CONSID_OUT_EXPLANATION
, _LA:SOUGHT_OUTCOME_INDICATOR
, _LA:CLOSED_INDICATOR
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
FROM APPS.IGSBV_AS_SPECIAL_CONSID_OUTS;
APPS.IGSBV_AS_SPECIAL_CONSID_OUTS is not referenced by any database object
|
|
|