DBA Data[Home] [Help]

APPS.IGF_SL_UPLOAD_XML dependencies on WF_CORE

Line 548: wf_core.context ('IGF_SL_UPLOAD_XML',

544:
545: EXCEPTION
546: WHEN OTHERS THEN
547: resultout := 'F';
548: wf_core.context ('IGF_SL_UPLOAD_XML',
549: 'UPLOAD_XML', itemtype,
550: itemkey,to_char(actid), funcmode);
551: IF fnd_log.level_statement >= fnd_log.g_current_runtime_level THEN
552: fnd_log.string(fnd_log.level_statement,'igf.plsql.igf_sl_upload_xml.upload_xml.debug','sqlerrm ' || SQLERRM);

Line 2529: wf_core.context ('IGF_SL_UPLOAD_XML',

2525: END IF;
2526: EXCEPTION
2527: WHEN OTHERS THEN
2528: resultout := 'F';
2529: wf_core.context ('IGF_SL_UPLOAD_XML',
2530: 'LAUNCH_REQUEST', itemtype,
2531: itemkey,to_char(actid), funcmode);
2532: IF fnd_log.level_statement >= fnd_log.g_current_runtime_level THEN
2533: fnd_log.string(fnd_log.level_statement,'igf.plsql.igf_sl_upload_xml.launch_request.debug','sqlerrm ' || SQLERRM);