DBA Data[Home] [Help] [Dependency Information]


VIEW: APPS.IGSBV_AS_SPECIAL_CONSID_OUTS

Object Details
Object Name: IGSBV_AS_SPECIAL_CONSID_OUTS
Object Type: VIEW
Owner: APPS
FND Design Data: ViewIGS.IGSBV_AS_SPECIAL_CONSID_OUTS
Subobject Name:
Status: VALID

View Type

A Business Intelligence System view


Holds the person with the assigned Anonymous Id for the method ASSESSMENT


[View Source]

Columns
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
Query Text

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;

Dependencies

[top of page]

APPS.IGSBV_AS_SPECIAL_CONSID_OUTS references the following:

SchemaAPPS
SynonymIGS_AS_SPCL_CONS_OUT

APPS.IGSBV_AS_SPECIAL_CONSID_OUTS is not referenced by any database object