[Home] [Help]
[Dependency Information]
| Object Name: | AS_SALES_LEAD_OWNERS |
|---|---|
| Object Type: | TABLE |
| Owner: | OSM |
| FND Design Data: | AS.AS_SALES_LEAD_OWNERS
|
| Subobject Name: | |
| Status: | VALID |
Holds lead owners information
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| LEAD_OWNER_ID | NUMBER | Yes | Lead Owner 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 | Standard Who column | ||
| OBJECT_VERSION_NUMBER | NUMBER | Yes | This column is used for locking purposes | |
| LAST_UPDATE_LOGIN | NUMBER | Standard Who column | ||
| REQUEST_ID | NUMBER | Standard Who column | ||
| PROGRAM_APPLICATION_ID | NUMBER | Application identifier of last concurrent program to update record | ||
| PROGRAM_ID | NUMBER | Application identifier of last concurrent program to update record | ||
| PROGRAM_UPDATE_DATE | DATE | Last date concurrent program updated record | ||
| SECURITY_GROUP_ID | NUMBER | Subscriber id, for CRM Online Services use | ||
| COUNTRY | VARCHAR2 | (100) | Yes | Country for which the lead owner belongs to |
| FROM_POSTAL_CODE | VARCHAR2 | (40) | The Starting range for the postal codes | |
| TO_POSTAL_CODE | VARCHAR2 | (40) | The Ending range of the postal codes | |
| REFERRAL_TYPE | VARCHAR2 | (30) | The Referral Type ID of the Sales Lead | |
| CM_RESOURCE_ID | NUMBER | Yes | The ResourceID of the Channel Manager for this sales lead | |
| OWNER_FLAG | VARCHAR2 | (1) | Yes | Flag to know Whether this person is the owner of the Sales Lead |
| CATEGORY | VARCHAR2 | (30) | Category of the Sales Lead |
Cut, paste (and edit) the following text to query this object:
SELECT LEAD_OWNER_ID
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, OBJECT_VERSION_NUMBER
, LAST_UPDATE_LOGIN
, REQUEST_ID
, PROGRAM_APPLICATION_ID
, PROGRAM_ID
, PROGRAM_UPDATE_DATE
, SECURITY_GROUP_ID
, COUNTRY
, FROM_POSTAL_CODE
, TO_POSTAL_CODE
, REFERRAL_TYPE
, CM_RESOURCE_ID
, OWNER_FLAG
, CATEGORY
FROM OSM.AS_SALES_LEAD_OWNERS;
OSM.AS_SALES_LEAD_OWNERS does not reference any database object
OSM.AS_SALES_LEAD_OWNERS is referenced by following:
OSM
AS_SALES_LEAD_OWNERS#
|
|
|
|