DBA Data[Home] [Help]

APPS.PO_ONLINE_AUTHORING_WF_ACTIONS dependencies on WF_CORE

Line 193: WF_CORE.context('PO_ONLINE_AUTHORING_WF_ACTIONS' , 'start_authoring_enabled_wf', l_item_type, l_item_key, l_progress);

189:
190: EXCEPTION
191:
192: WHEN OTHERS THEN
193: WF_CORE.context('PO_ONLINE_AUTHORING_WF_ACTIONS' , 'start_authoring_enabled_wf', l_item_type, l_item_key, l_progress);
194: RAISE;
195:
196: END start_authoring_enabled_wf;
197:

Line 323: WF_CORE.context('PO_ONLINE_AUTHORING_WF_ACTIONS' , 'start_changes_discarded_wf', c_ITEM_TYPE, l_item_key, d_position);

319:
320: EXCEPTION
321:
322: WHEN OTHERS THEN
323: WF_CORE.context('PO_ONLINE_AUTHORING_WF_ACTIONS' , 'start_changes_discarded_wf', c_ITEM_TYPE, l_item_key, d_position);
324: RAISE;
325:
326: END start_changes_discarded_wf;
327: -- bug5090429 END

Line 487: wf_core.context('PO_ONLINE_AUTHORING_WF_ACTIONS.get_wf_role_for_suppliers failed at:',l_progress);

483: return l_role_name;
484:
485: EXCEPTION
486: WHEN OTHERS THEN
487: wf_core.context('PO_ONLINE_AUTHORING_WF_ACTIONS.get_wf_role_for_suppliers failed at:',l_progress);
488: wf_core.context('PO_ONLINE_AUTHORING_WF_ACTIONS.get_wf_role_for_suppliers',l_role_name||sqlerrm);
489: RETURN NULL;
490: end get_wf_role_for_suppliers;
491:

Line 488: wf_core.context('PO_ONLINE_AUTHORING_WF_ACTIONS.get_wf_role_for_suppliers',l_role_name||sqlerrm);

484:
485: EXCEPTION
486: WHEN OTHERS THEN
487: wf_core.context('PO_ONLINE_AUTHORING_WF_ACTIONS.get_wf_role_for_suppliers failed at:',l_progress);
488: wf_core.context('PO_ONLINE_AUTHORING_WF_ACTIONS.get_wf_role_for_suppliers',l_role_name||sqlerrm);
489: RETURN NULL;
490: end get_wf_role_for_suppliers;
491:
492: -- bug5249393 START

Line 647: WF_CORE.context('PO_ONLINE_AUTHORING_WF_ACTIONS' , 'get_adhoc_wf_role_for_lock_owner', d_position);

643: ( p_pkg_name => D_PACKAGE_BASE,
644: p_procedure_name => d_mod || '.' || d_position
645: );
646:
647: WF_CORE.context('PO_ONLINE_AUTHORING_WF_ACTIONS' , 'get_adhoc_wf_role_for_lock_owner', d_position);
648: RAISE;
649: END get_wf_role_for_lock_owner;
650: -- bug5249393 END
651: