DBA Data[Home] [Help]

APPS.BIM_PMV_DBI_UTL_PKG dependencies on AS_SALES_LEAD_RANKS_VL

Line 610: as_sales_lead_ranks_vl al

606: l_meaning Varchar2(50);
607: BEGIN
608: select al.meaning into l_meaning
609: from bim_r_code_definitions bc ,
610: as_sales_lead_ranks_vl al
611: where bc.object_def = al.rank_id
612: and bc.object_type = 'RANK_DBI' and column_name = p_name;
613: Return l_meaning;
614: END ;