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


TABLE: OSM.AS_INTEREST_STATUSES

Object Details
Object Name: AS_INTEREST_STATUSES
Object Type: TABLE
Owner: OSM
FND Design Data: TableAS.AS_INTEREST_STATUSES
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.
.
.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
AS_INTEREST_STATUSES_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnINTEREST_TYPE_ID
ColumnINTEREST_STATUS_CODE
Columns
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
Query Text

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;

Dependencies

[top of page]

OSM.AS_INTEREST_STATUSES does not reference any database object

OSM.AS_INTEREST_STATUSES is referenced by following:

SchemaAPPS
SynonymAS_INTEREST_STATUSES