DBA Data[Home] [Help]

APPS.WF_PUB_ICC dependencies on WF_CORE

Line 122: wf_core.context('WF_PUB_ICC',

118: end if;
119: return('SUCCESS');
120: EXCEPTION
121: WHEN OTHERS THEN
122: wf_core.context('WF_PUB_ICC',
123: 'SEND_NOTIFICATION',
124: p_event.geteventname(),
125: p_subscription,
126: SQLERRM);

Line 195: wf_core.context('WFPUBICC', 'CHECK_RECEIVER',

191: Exception
192: when others then
193: -- The line below records this function call in the error system
194: -- in the case of an exception.
195: wf_core.context('WFPUBICC', 'CHECK_RECEIVER',
196: itemtype, itemkey, to_char(actid), funcmode,SQLERRM);
197: raise;
198: end CHECK_RECEIVER;
199:

Line 269: wf_core.context('WFPUBICC', 'PUB_ICC_DOC',

265: exception
266: when others then
267: -- The line below records this procedure call in the error system
268: -- in the case of an exception.
269: wf_core.context('WFPUBICC', 'PUB_ICC_DOC',
270: document_id, display_type,SQLERRM);
271: raise;
272: end PUB_ICC_DOC;
273:

Line 318: wf_core.context('WFPUBICC', 'UPDATE_SYS_STATUS',

314: exception
315: when others then
316: -- The line below records this function call in the error system
317: -- in the case of an exception.
318: wf_core.context('WFPUBICC', 'UPDATE_SYS_STATUS',
319: itemtype, itemkey, to_char(actid), funcmode,SQLERRM);
320: raise;
321: END UPDATE_SYS_STATUS;
322: