DBA Data[Home] [Help]

APPS.PA_PWP_INVOICE_REL dependencies on FND_DATE

Line 327: rec_date_from := fnd_date.canonical_to_date(p_rec_date_from);

323: end if;
324: write_log (LOG, 'start_project_num-> ' || start_project_num);
325: write_log (LOG, 'end_project_num-> ' || end_project_num);
326:
327: rec_date_from := fnd_date.canonical_to_date(p_rec_date_from);
328: rec_date_to := fnd_date.canonical_to_date(p_rec_date_to);
329: -- End parameter processing
330:
331: -- Pick the paid draft invoices .

Line 328: rec_date_to := fnd_date.canonical_to_date(p_rec_date_to);

324: write_log (LOG, 'start_project_num-> ' || start_project_num);
325: write_log (LOG, 'end_project_num-> ' || end_project_num);
326:
327: rec_date_from := fnd_date.canonical_to_date(p_rec_date_from);
328: rec_date_to := fnd_date.canonical_to_date(p_rec_date_to);
329: -- End parameter processing
330:
331: -- Pick the paid draft invoices .
332: FOR invrec IN sel_inv_autolink LOOP