DBA Data[Home] [Help]

APPS.MSD_DEM_COLLECT_PRICE_LISTS dependencies on MSD_DEM_PRICE_LISTS

Line 410: from msd_dem_price_lists_gtt';

406:
407:
408: l_stmt := null;
409: l_stmt := 'select distinct price_list_name price_list_name
410: from msd_dem_price_lists_gtt';
411:
412:
413: /*l_list2 := null;
414:

Line 504: from msd_dem_price_lists;

500: as
501:
502: cursor count_price_lists is
503: select count(*)
504: from msd_dem_price_lists;
505:
506: l_count_price_lists number;
507:
508: cursor price_list_cur is

Line 510: from msd_dem_price_lists;

506: l_count_price_lists number;
507:
508: cursor price_list_cur is
509: select price_list_name
510: from msd_dem_price_lists;
511:
512: acc_list varchar2(5000);
513: unacc_list varchar2(5000);
514: