DBA Data[Home] [Help]

APPS.QPR_LOAD_MEAS_DATA dependencies on FND_DATE

Line 601: date_from := fnd_date.canonical_to_date(p_date_from);

597: USR3_LEVEL_VALUE, USR4_LEVEL_VALUE,
598: USR5_LEVEL_VALUE;
599: begin
600:
601: date_from := fnd_date.canonical_to_date(p_date_from);
602: date_to := fnd_date.canonical_to_date(p_date_to);
603:
604: open c_meas_data(date_from,date_to,g_instance_id, g_meas_type);
605: loop

Line 602: date_to := fnd_date.canonical_to_date(p_date_to);

598: USR5_LEVEL_VALUE;
599: begin
600:
601: date_from := fnd_date.canonical_to_date(p_date_from);
602: date_to := fnd_date.canonical_to_date(p_date_to);
603:
604: open c_meas_data(date_from,date_to,g_instance_id, g_meas_type);
605: loop
606: fetch c_meas_data bulk collect into r_meas_data;