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


VIEW: APPS.AS_INTEREST_CATEGORY_SETS_V

Object Details
Object Name: AS_INTEREST_CATEGORY_SETS_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewAS.AS_INTEREST_CATEGORY_SETS_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
ROW_ID ROWID (10)
Row id
CATEGORY_SET_ID NUMBER
Yes Category set identifier
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
INTEREST_TYPE_ID NUMBER
Yes Interest type identifier
INTEREST_TYPE VARCHAR2 (80) Yes Interest type
CATEGORY_SET_NAME VARCHAR2 (30) Yes Name of the category set
DESCRIPTION VARCHAR2 (240)
Category set description
ENABLED_FLAG VARCHAR2 (1)
Is the category set enabled
Query Text

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


SELECT ROW_ID
,      CATEGORY_SET_ID
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      INTEREST_TYPE_ID
,      INTEREST_TYPE
,      CATEGORY_SET_NAME
,      DESCRIPTION
,      ENABLED_FLAG
FROM APPS.AS_INTEREST_CATEGORY_SETS_V;

Dependencies

[top of page]

APPS.AS_INTEREST_CATEGORY_SETS_V references the following:

SchemaAPPS
ViewAS_INTEREST_CATEGORY_SETS
ViewAS_INTEREST_TYPES_VL
ViewMTL_CATEGORY_SETS_VL

APPS.AS_INTEREST_CATEGORY_SETS_V is not referenced by any database object