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


VIEW: APPS.AS_INTEREST_STATUSES_V

Object Details
Object Name: AS_INTEREST_STATUSES_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewAS.AS_INTEREST_STATUSES_V
Subobject Name:
Status: VALID

View Type

A supplementary view used to simplify forms coding.

Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.

[View Source]

Columns
Name Datatype Length Mandatory Comments
ROW_ID ROWID (10)
Row identifier
INTEREST_TYPE_ID NUMBER
Yes identifier for tpe of the interest item
INTEREST_STATUS_CODE VARCHAR2 (30) Yes Code identifing status of interest item.
LAST_UPDATE_DATE DATE
Yes Standard Who column - date when a user last updated this row.
LAST_UPDATED_BY NUMBER
Yes Standard who column
CREATION_DATE DATE
Yes Standard who column
CREATED_BY NUMBER
Yes Standard who column
LAST_UPDATE_LOGIN NUMBER
Yes Standard who column
ENABLED_FLAG VARCHAR2 (1) Yes Active/Inactive?
INTEREST_STATUS VARCHAR2 (80) Yes Status of interest item
DESCRIPTION VARCHAR2 (240)
Description of status of item of interest
Query Text

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


SELECT ROW_ID
,      INTEREST_TYPE_ID
,      INTEREST_STATUS_CODE
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      ENABLED_FLAG
,      INTEREST_STATUS
,      DESCRIPTION
FROM APPS.AS_INTEREST_STATUSES_V;

Dependencies

[top of page]

APPS.AS_INTEREST_STATUSES_V references the following:

SchemaAPPS
SynonymAS_INTEREST_STATUSES
ViewAS_LOOKUPS

APPS.AS_INTEREST_STATUSES_V is not referenced by any database object