DBA Data[Home] [Help]

APPS.PA_PWP_INVOICE_REL dependencies on FND_DATE

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

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

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

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