[Home] [Help]
[Dependency Information]
Object Name: | AS_INTEREST_STATUSES |
---|---|
Object Type: | TABLE |
Owner: | OSM |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
AS_INTEREST_STATUSES describes the status of different interest types
for a customer, contact, or opportunity. Each row includes an
interest type identifier and a status code identifier. The status may
take values like Back Ordered, In Stock, Likely, Negotiating,
Obsolete, Rejected and Unlikely.
.
.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
AS_INTEREST_STATUSES_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
INTEREST_TYPE_ID | NUMBER | Yes | Interest type for which the status is valid | |
INTEREST_STATUS_CODE | VARCHAR2 | (30) | Yes | Interest status used to define the interest type |
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) | Yes | Indiactes weather the interest status is enabled or not. |
SECURITY_GROUP_ID | NUMBER | Subscriber id, for CRM Online Services use | ||
PRODUCT_CATEGORY_ID | NUMBER | Maps to the new product category | ||
PRODUCT_CAT_SET_ID | NUMBER | Stores the category set id of the catalog |
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
, CREATED_BY
, LAST_UPDATE_LOGIN
, ENABLED_FLAG
, SECURITY_GROUP_ID
, PRODUCT_CATEGORY_ID
, PRODUCT_CAT_SET_ID
FROM OSM.AS_INTEREST_STATUSES;
OSM.AS_INTEREST_STATUSES does not reference any database object
OSM.AS_INTEREST_STATUSES is referenced by following:
|
|
|