DBA Data[Home] [Help]

APPS.PAY_NL_XDO_REPORT dependencies on FND_LOBS

Line 379: From fnd_lobs

375:
376: BEGIN
377:
378: Select file_data Into p_pdf_blob
379: From fnd_lobs
380: Where file_id = (select file_id from per_gb_xdo_templates
381: where file_id=p_template_id and
382: fnd_date.canonical_to_date(p_year) between EFFECTIVE_START_DATE AND EFFECTIVE_END_DATE);
383: EXCEPTION