DBA Data[Home] [Help]

APPS.PSP_XMLGEN dependencies on WF_CORE

Line 1378: WF_CORE.Context('PSP_ER_XML','ATTACH_PDF', l_item_key,

1374: p_document_type:='application/pdf; name='|| l_file_name; -- Bug 7229792
1375:
1376: EXCEPTION
1377: WHEN OTHERS THEN
1378: WF_CORE.Context('PSP_ER_XML','ATTACH_PDF', l_item_key,
1379: content_type, p_document_type, sqlerrm);
1380: OPEN add_report_error_cur(sqlerrm);
1381: FETCH add_report_error_cur INTO l_error_count;
1382: CLOSE add_report_error_cur;