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


VIEW: APPS.AS_INTEREST_CATEGORY_SETS

Object Details
Object Name: AS_INTEREST_CATEGORY_SETS
Object Type: VIEW
Owner: APPS
FND Design Data: ViewAS.AS_INTEREST_CATEGORY_SETS
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 multi-org view which will retrive data for your current operating unit and ignore data in other operating units.


AS_INTEREST_CATEGORY_SETS_ALL view for multi-org purpose


[View Source]

Columns
Name Datatype Length Mandatory Comments
CATEGORY_SET_ID NUMBER
Yes Category set identifier
INTEREST_TYPE_ID NUMBER
Yes Interest type 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
ENABLED_FLAG VARCHAR2 (1)
Is the category set enabled
ORG_ID NUMBER

Operating unit that performed this transaction
Query Text

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


SELECT CATEGORY_SET_ID
,      INTEREST_TYPE_ID
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      ENABLED_FLAG
,      ORG_ID
FROM APPS.AS_INTEREST_CATEGORY_SETS;

Dependencies

[top of page]

APPS.AS_INTEREST_CATEGORY_SETS references the following:

SchemaAPPS
SynonymAS_INTEREST_CATEGORY_SETS_ALL
APPS.AS_INTEREST_CATEGORY_SETS is referenced by following:

SchemaAPPS
Package BodyAS_INTEREST_CATEGORY_SETS_PKG - show dependent code
ViewAS_INTEREST_CATEGORY_SETS_V