[Home] [Help]
[Dependency Information]
| Object Name: | BIM_I_LP_QUAL_MV |
|---|---|
| Object Type: | TABLE |
| Owner: | APPS |
| FND Design Data: | FND.BIM_I_LP_QUAL_MV
|
| Subobject Name: | |
| Status: | VALID |
| Tablespace: | APPS_TS_SUMMARY |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| I_SNAP$_BIM_I_LP_QUAL_MV | FUNCTION-BASED NORMAL | UNIQUE |
APPS_TS_TX_DATA
|
SYS_OP_MAP_NONNULL("GROUP_ID")
SYS_OP_MAP_NONNULL("RESOURCE_ID")
SYS_OP_MAP_NONNULL("LEAD_RANK_ID")
SYS_OP_MAP_NONNULL("UPDATE_TIME_ID")
SYS_OP_MAP_NONNULL("TIME_ID")
SYS_OP_MAP_NONNULL("UPDATE_PERIOD_TYPE_ID")
SYS_OP_MAP_NONNULL("PERIOD_TYPE_ID")
SYS_OP_MAP_NONNULL("PRODUCT_CATEGORY_ID")
|
| BIM_I_LP_QUAL_MV_N1 | NORMAL | NONUNIQUE |
APPS_TS_SUMMARY
|
GROUP_ID
TIME_ID
PERIOD_TYPE_ID
UPDATE_TIME_ID
UPDATE_PERIOD_TYPE_ID
RESOURCE_ID
PRODUCT_CATEGORY_ID
LEAD_RANK_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| GROUP_ID | NUMBER | Group ID of the Salesrep Attached to the lead | ||
| RESOURCE_ID | NUMBER | Resource ID of the Salesrep Attached to the lead | ||
| LEAD_RANK_ID | NUMBER | Rank id of the leads | ||
| UPDATE_TIME_ID | NUMBER | The time id which derived from fii_time_day on the basis of ead_creation_date and lead_converted_date. It represents id of day/week/period/qtr/year. Update_time_id is used to calculate count of leads created and converted in the same period type . | ||
| TIME_ID | NUMBER | The time id which derived from fii_time_day on the basis of transaction_create_date and rolluptype. It represents id of day/week/period/qtr/year | ||
| UPDATE_PERIOD_TYPE_ID | NUMBER | update_period_type_id is used to represents rollup type i.e day/week/period/qtr/year.The value stores in this column to represents day/week/period/qtr/year are 1/16/32/64. | ||
| PERIOD_TYPE_ID | NUMBER | period_type_id is used to represents rollup type i.e day/week/period/qtr/year.The value stores in this column to represents day/week/period/qtr/year are 1/16/32/64 | ||
| PRODUCT_CATEGORY_ID | NUMBER | Product category id assigned to the lead lines | ||
| LEADS | NUMBER | Number of leads | ||
| LEADS_NEW | NUMBER | Number of New Leads | ||
| LEADS_OPEN | NUMBER | Number of Open Leads | ||
| LEADS_CHANGED | NUMBER | Number of Leads whose information has been modified | ||
| LEADS_CONVERTED | NUMBER | Number of Leads converted to Opportunity | ||
| CONVERSION_TIME | NUMBER | Time difference between Lead Creation Date and Lead Conversion Date | ||
| LEADS_DEAD | NUMBER | Number of Leads with status = DEAD | ||
| LEADS_CLOSED | NUMBER | Number of Leads with status = CLOSED | ||
| LEADS_QUALIFIED | NUMBER | Number of Qualified Leads | ||
| LEADS_NEW_CONV | NUMBER | Number of new Leads converted to Opportunity | ||
| LEADS_NEW_CHANGED | NUMBER | Number of new Leads whose information has been modified | ||
| LEADS_A | NUMBER | |||
| RANK_A | NUMBER | Number of Leads with Rank = A | ||
| RANK_B | NUMBER | Number of Leads with Rank = B | ||
| RANK_C | NUMBER | Number of Leads with Rank = C | ||
| RANK_D | NUMBER | Number of Leads with Rank = D | ||
| RANK_Z | NUMBER | Number of Leads with Rank other than A,B,C and D | ||
| LEADS_QUALIFIED_A | NUMBER | Number of Qualified Hot Leads | ||
| LEAD_AMOUNT | NUMBER | Total Amount available with the lead to make the deal | ||
| ORDERS_BOOKED_AMT | NUMBER | Booked Order Amount | ||
| ORDERS_INVOICED_AMT | NUMBER | Invoiced Order Amount | ||
| DUMMY1_FR | NUMBER | |||
| DUMMY2_FR | NUMBER | |||
| DUMMY3_FR | NUMBER | |||
| DUMMY4_FR | NUMBER | |||
| DUMMY5_FR | NUMBER | |||
| DUMMY6_FR | NUMBER | |||
| DUMMY7_FR | NUMBER | |||
| DUMMY8_FR | NUMBER | |||
| DUMMY9_FR | NUMBER | |||
| DUMMY10_FR | NUMBER | |||
| DUMMY11_FR | NUMBER | |||
| DUMMY12_FR | NUMBER | |||
| DUMMY13_FR | NUMBER | |||
| DUMMY14_FR | NUMBER | |||
| DUMMY15_FR | NUMBER | |||
| DUMMY16_FR | NUMBER | |||
| DUMMY17_FR | NUMBER | |||
| DUMMY18_FR | NUMBER | |||
| DUMMY19_FR | NUMBER | |||
| DUMMY20_FR | NUMBER | |||
| DUMMY21_FR | NUMBER | |||
| DUMMY22_FR | NUMBER |
Cut, paste (and edit) the following text to query this object:
SELECT GROUP_ID
, RESOURCE_ID
, LEAD_RANK_ID
, UPDATE_TIME_ID
, TIME_ID
, UPDATE_PERIOD_TYPE_ID
, PERIOD_TYPE_ID
, PRODUCT_CATEGORY_ID
, LEADS
, LEADS_NEW
, LEADS_OPEN
, LEADS_CHANGED
, LEADS_CONVERTED
, CONVERSION_TIME
, LEADS_DEAD
, LEADS_CLOSED
, LEADS_QUALIFIED
, LEADS_NEW_CONV
, LEADS_NEW_CHANGED
, LEADS_A
, RANK_A
, RANK_B
, RANK_C
, RANK_D
, RANK_Z
, LEADS_QUALIFIED_A
, LEAD_AMOUNT
, ORDERS_BOOKED_AMT
, ORDERS_INVOICED_AMT
, DUMMY1_FR
, DUMMY2_FR
, DUMMY3_FR
, DUMMY4_FR
, DUMMY5_FR
, DUMMY6_FR
, DUMMY7_FR
, DUMMY8_FR
, DUMMY9_FR
, DUMMY10_FR
, DUMMY11_FR
, DUMMY12_FR
, DUMMY13_FR
, DUMMY14_FR
, DUMMY15_FR
, DUMMY16_FR
, DUMMY17_FR
, DUMMY18_FR
, DUMMY19_FR
, DUMMY20_FR
, DUMMY21_FR
, DUMMY22_FR
FROM APPS.BIM_I_LP_QUAL_MV;
APPS.BIM_I_LP_QUAL_MV does not reference any database object
APPS.BIM_I_LP_QUAL_MV is referenced by following:
APPS
BIM_I_LP_QUAL_MV
|
|
|
|