1116: EDW_LOG.PUT_LINE ('Calling calc_prd_start_end ....');
1117: select sysdate into l_print_date from dual;
1118: EDW_LOG.PUT_LINE('Start time: ' ||
1119: to_char (sysdate, 'DD-MON-YY HH24:MI:SS'));
1120: opi_edw_ids_calc.calc_prd_start_end ( inv_from_date,
1121: to_date,
1122: org_id,
1123: status);
1124: select sysdate into l_print_date from dual;