DBA Data[Home] [Help]

APPS.IGI_IAC_WF_PKG dependencies on WF_CORE

Line 160: wf_core.context('IGI_IAC_WF_PKG',

156: Return TRUE;
157: EXCEPTION
158: WHEN OTHERS THEN
159: igi_iac_debug_pkg.debug_unexpected_msg(p_full_path => l_path_name);
160: wf_core.context('IGI_IAC_WF_PKG',
161: 'Start_Process',
162: X_book_type_code,
163: X_dist_ccid,
164: X_default_ccid,

Line 197: wf_core.context('IGI_IAC_WF_PKG',

193: END IF;
194: EXCEPTION
195: WHEN OTHERS THEN
196: igi_iac_debug_pkg.debug_unexpected_msg(p_full_path => l_path_name);
197: wf_core.context('IGI_IAC_WF_PKG',
198: 'Check_Acct',
199: itemkey,
200: itemtype,
201: funcmode);

Line 246: wf_core.context('IGI_IAC_WF_PKG',

242: END IF;
243: EXCEPTION
244: WHEN OTHERS THEN
245: igi_iac_debug_pkg.debug_unexpected_msg(p_full_path => l_path_name);
246: wf_core.context('IGI_IAC_WF_PKG',
247: 'Check_Group',
248: itemkey,
249: itemtype,
250: funcmode);