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


VIEW: APPS.AS_INTEREST_STATUSES_ACTIVE_V

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

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

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
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
LAST_UPDATE_LOGIN NUMBER
Yes Standard who column
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 INTEREST_TYPE_ID
,      INTEREST_STATUS_CODE
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      LAST_UPDATE_LOGIN
,      INTEREST_STATUS
,      DESCRIPTION
FROM APPS.AS_INTEREST_STATUSES_ACTIVE_V;

Dependencies

[top of page]

APPS.AS_INTEREST_STATUSES_ACTIVE_V references the following:

SchemaAPPS
SynonymAS_INTEREST_STATUSES
ViewAS_LOOKUPS

APPS.AS_INTEREST_STATUSES_ACTIVE_V is not referenced by any database object