DBA Data[Home] [Help]

APPS.IGF_SL_DL_GEN_XML dependencies on WF_CORE

Line 2127: wf_core.context ('IGF_SL_DL_GEN_XML',

2123:
2124: EXCEPTION
2125: WHEN OTHERS THEN
2126: resultout := 'E';
2127: wf_core.context ('IGF_SL_DL_GEN_XML',
2128: 'STORE_XML', itemtype,
2129: itemkey,to_char(actid), funcmode);
2130: IF fnd_log.level_statement >= fnd_log.g_current_runtime_level THEN
2131: fnd_log.string(fnd_log.level_statement,'igf.plsql.igf_sl_dl_gen_xml.store_xml.debug','sqlerrm ' || SQLERRM);