[Home] [Help]
[Dependency Information]
| Object Name: | AS_INTEREST_CATEGORY_SETS_ALL |
|---|---|
| Object Type: | TABLE |
| Owner: | OSM |
| FND Design Data: | AS.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..
.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| AS_INTEREST_CATEGORY_SETS_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
CATEGORY_SET_ID
INTEREST_TYPE_ID
ORG_ID
|
| 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 |
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;
OSM.AS_INTEREST_CATEGORY_SETS_ALL does not reference any database object
OSM.AS_INTEREST_CATEGORY_SETS_ALL is referenced by following:
APPS
AS_INTEREST_CATEGORY_SETS_ALL
|
|
|
|