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


TABLE: BIM.BIM_R_LEAD_KPI_BIN_MV_BASE

Object Details
Object Name: BIM_R_LEAD_KPI_BIN_MV_BASE
Object Type: TABLE
Owner: BIM
Subobject Name:
Status: VALID


Base MV for Lead KPI Bin


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 0
PCT Used:
Columns
Name Datatype Length Mandatory Comments
GROUP_ID NUMBER

Group Identifier
REGION VARCHAR2 (30)
Region
COUNTRY VARCHAR2 (30)
Country
BUSINESS_UNIT_ID NUMBER

Business Unit Identifier
PERIOD_TYPE VARCHAR2 (30)
Period type
CURR_LEADS_ASSIGNED NUMBER

Current assigned leads
PREV_LEADS_ASSIGNED NUMBER

Previous leads assigned
CURR_LEADS_OPEN NUMBER

Current open leads
PREV_LEADS_OPEN NUMBER

Previous open leads
CURR_LEADS_TOTAL NUMBER

Total of current leads
PREV_LEADS_TOTAL NUMBER

Total of previous leads
CURR_OPPORTUNITIES NUMBER

Current opportunities
PREV_OPPORTUNITIES NUMBER

Previous opportunities
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT GROUP_ID
,      REGION
,      COUNTRY
,      BUSINESS_UNIT_ID
,      PERIOD_TYPE
,      CURR_LEADS_ASSIGNED
,      PREV_LEADS_ASSIGNED
,      CURR_LEADS_OPEN
,      PREV_LEADS_OPEN
,      CURR_LEADS_TOTAL
,      PREV_LEADS_TOTAL
,      CURR_OPPORTUNITIES
,      PREV_OPPORTUNITIES
FROM BIM.BIM_R_LEAD_KPI_BIN_MV_BASE;

Dependencies

[top of page]

BIM.BIM_R_LEAD_KPI_BIN_MV_BASE does not reference any database object

BIM.BIM_R_LEAD_KPI_BIN_MV_BASE is referenced by following:

SchemaBIM
ViewBIM_R_LEAD_KPI_BIN_MV_BASE#