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


VIEW: APPS.IGS_AS_SPCO_V

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

View Type

A public view which may be useful for custom reporting or other data
requirements.


Selects possible outcomes for applications under special consideration.


[View Source]

Columns
Name Datatype Length Mandatory Comments
SPCL_CNSDRTN_OUTCOME VARCHAR2 (10) Yes Special consideration code
DESCRIPTION VARCHAR2 (60) Yes Special consideration description
EXPLANATION VARCHAR2 (2000) Yes Special consideration explanation
SOUGHT_OUTCOME_IND VARCHAR2 (1) Yes Sought outcome indicator
CLOSED_IND VARCHAR2 (1) Yes Closed indicator
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
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT SPCL_CNSDRTN_OUTCOME
,      DESCRIPTION
,      EXPLANATION
,      SOUGHT_OUTCOME_IND
,      CLOSED_IND
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM APPS.IGS_AS_SPCO_V;

Dependencies

[top of page]

APPS.IGS_AS_SPCO_V references the following:

SchemaAPPS
SynonymIGS_AS_SPCL_CONS_OUT

APPS.IGS_AS_SPCO_V is not referenced by any database object