DBA Data[Home] [Help]

APPS.MSD_DEM_COLLECT_PRICE_LISTS dependencies on FND_DATE

Line 724: if nvl(fnd_date.canonical_to_date(p_start_date), to_date('01-01-1900', 'DD-MM-YYYY')) > nvl(fnd_date.canonical_to_date(p_end_date), to_date('01-01-4000', 'DD-MM-YYYY')) then

720: return;
721:
722: end if;
723:
724: if nvl(fnd_date.canonical_to_date(p_start_date), to_date('01-01-1900', 'DD-MM-YYYY')) > nvl(fnd_date.canonical_to_date(p_end_date), to_date('01-01-4000', 'DD-MM-YYYY')) then
725: msd_dem_common_utilities.log_message('From Date should not be greater than To Date');
726: msd_dem_common_utilities.log_debug('From Date should not be greater than To Date');
727: retcode := -1;
728: return;

Line 746: populate_demantra_prl_table(errbuf, retcode, p_instance_id, p_include_prl_list, p_exclude_prl_list, nvl(fnd_date.canonical_to_date(p_start_date),

742: retcode_store := retcode;
743:
744: msd_dem_common_utilities.log_message('Populating Price Lists in Demand Planning components');
745: msd_dem_common_utilities.log_debug('Populating Price Lists in Demand Planning components');
746: populate_demantra_prl_table(errbuf, retcode, p_instance_id, p_include_prl_list, p_exclude_prl_list, nvl(fnd_date.canonical_to_date(p_start_date),
747: to_date('01-01-1900', 'DD-MM-YYYY')), nvl(fnd_date.canonical_to_date(p_end_date), to_date('01-01-4000', 'DD-MM-YYYY')));
748:
749:
750: /* Bug# 6459467 - Refresh the price list data profile */

Line 747: to_date('01-01-1900', 'DD-MM-YYYY')), nvl(fnd_date.canonical_to_date(p_end_date), to_date('01-01-4000', 'DD-MM-YYYY')));

743:
744: msd_dem_common_utilities.log_message('Populating Price Lists in Demand Planning components');
745: msd_dem_common_utilities.log_debug('Populating Price Lists in Demand Planning components');
746: populate_demantra_prl_table(errbuf, retcode, p_instance_id, p_include_prl_list, p_exclude_prl_list, nvl(fnd_date.canonical_to_date(p_start_date),
747: to_date('01-01-1900', 'DD-MM-YYYY')), nvl(fnd_date.canonical_to_date(p_end_date), to_date('01-01-4000', 'DD-MM-YYYY')));
748:
749:
750: /* Bug# 6459467 - Refresh the price list data profile */
751: BEGIN