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


TABLE: OSM.AS_INTEREST_CATEGORY_SETS_ALL

Object Details
Object Name: AS_INTEREST_CATEGORY_SETS_ALL
Object Type: TABLE
Owner: OSM
FND Design Data: TableAS.AS_INTEREST_CATEGORY_SETS_ALL
Subobject Name:
Status: VALID


AS_INTEREST_CATEGORY_SETS_ALL stores information about product
types that a customer or contact is interested in, and the (inventory)
category set that corresponds to it.
Each row includes a value that identifies the interest type, and a
value that identifies the category set.
The table is used only by the concurren t program which pulls inventory categories into sales..
.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
AS_INTEREST_CATEGORY_SETS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnCATEGORY_SET_ID
ColumnINTEREST_TYPE_ID
ColumnORG_ID
Columns
Name Datatype Length Mandatory Comments
CATEGORY_SET_ID NUMBER
Yes Inventory 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)
Flag to indicate weather the interest category set is enabled or not
ORG_ID NUMBER

Operating unit which performed this transaction
SECURITY_GROUP_ID NUMBER

Subscriber id, for CRM Online Services use
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
,      SECURITY_GROUP_ID
FROM OSM.AS_INTEREST_CATEGORY_SETS_ALL;

Dependencies

[top of page]

OSM.AS_INTEREST_CATEGORY_SETS_ALL does not reference any database object

OSM.AS_INTEREST_CATEGORY_SETS_ALL is referenced by following:

SchemaOSM
ViewAS_INTEREST_CATEGORY_SETS_ALL#