DBA Data[Home] [Help]

APPS.QPR_WKFL_UTIL dependencies on WF_CORE

Line 86: WF_CORE.CONTEXT ('QPR_WKFL_UTIL', 'approve_deal',

82: end if;
83:
84: exception
85: when others then
86: WF_CORE.CONTEXT ('QPR_WKFL_UTIL', 'approve_deal',
87: item_type,itemkey, to_char(actid), funcmode);
88: raise;
89: end approve_deal;
90:

Line 128: WF_CORE.CONTEXT ('QPR_WKFL_UTIL', 'reject_deal',

124: resultout := 'COMPLETE';
125: end if;
126: exception
127: when others then
128: WF_CORE.CONTEXT ('QPR_WKFL_UTIL', 'reject_deal',
129: item_type,itemkey, to_char(actid), funcmode);
130: raise;
131: end reject_deal;
132:

Line 173: WF_CORE.CONTEXT ('QPR_WKFL_UTIL', 'set_callback_nfn_details',

169: end if;
170:
171: exception
172: when others then
173: WF_CORE.CONTEXT ('QPR_WKFL_UTIL', 'set_callback_nfn_details',
174: item_type,itemkey, to_char(actid), funcmode);
175: raise;
176: end set_callback_nfn_details;
177:

Line 218: WF_CORE.CONTEXT ('QPR_WKFL_UTIL', 'set_app_status_nfn_details',

214: end if;
215:
216: exception
217: when others then
218: WF_CORE.CONTEXT ('QPR_WKFL_UTIL', 'set_app_status_nfn_details',
219: item_type,itemkey, to_char(actid), funcmode);
220: raise;
221: end set_app_status_nfn_details;
222:

Line 603: wf_core.context('qpr_wkfl_util'

599: end if;
600:
601: exception
602: when others then
603: wf_core.context('qpr_wkfl_util'
604: ,'show_deal_details'
605: ,document_id
606: ,display_type);
607: raise;

Line 629: wf_core.context('qpr_wkfl_util'

625: form_deal_doc(lob_id, document);
626:
627: exception
628: when others then
629: wf_core.context('qpr_wkfl_util'
630: ,'attach_deal_details'
631: ,document_id
632: ,display_type);
633: raise;