DBA Data[Home] [Help]

APPS.AMS_DCF_LEADS_TITLE dependencies on BIM_R_LEAD_QU_BIN_MV

Line 333: from bim_r_lead_qu_bin_mv where year||'-'||qtr||'-'||month||'-'||display_type = vContext

329: end if;
330:
331: if (vContext is not NULL) then
332: select year, qtr,month,display_type into xYear, xQtr, xMonth, xDisplayType
333: from bim_r_lead_qu_bin_mv where year||'-'||qtr||'-'||month||'-'||display_type = vContext
334: and rownum < 2;
335: if (xDisplayType <> 'Z') then
336: select to_char(start_date,fnd_profile.VALUE('ICX_DATE_FORMAT_MASK')) ||' ' ||vTo||' '||
337: to_char(end_date,fnd_profile.VALUE('ICX_DATE_FORMAT_MASK')) into xPeriod