DBA Data[Home] [Help]

APPS.AMW_CTRL_APPROVAL_PVT dependencies on WF_CORE

Line 195: wf_core.context (

191: END IF;
192: */
193: EXCEPTION
194: WHEN OTHERS THEN
195: wf_core.context (
196: 'AMWGAPP',
197: 'Notify_requestor_FYI',
198: l_item_type,
199: l_item_key

Line 384: wf_core.context (

380: END IF;
381: */
382: EXCEPTION
383: WHEN OTHERS THEN
384: wf_core.context (
385: 'AMWGAPP',
386: 'Notify_Requestor_of_approval',
387: l_item_type,
388: l_item_key

Line 569: wf_core.context (

565: RETURN;
566:
567: EXCEPTION
568: WHEN OTHERS THEN
569: wf_core.context (
570: 'AMWGAPP',
571: 'Notify_requestor_of_rejection',
572: l_item_type,
573: l_item_key

Line 760: wf_core.context (

756: */
757:
758: EXCEPTION
759: WHEN OTHERS THEN
760: wf_core.context (
761: 'AMWGAPP',
762: 'notify_approval_required',
763: l_item_type,
764: l_item_key

Line 964: wf_core.context (

960: */
961:
962: EXCEPTION
963: WHEN OTHERS THEN
964: wf_core.context (
965: 'AMWGAPP',
966: 'notify_appr_req_reminder',
967: l_item_type,
968: l_item_key

Line 1144: wf_core.context (

1140: p_msg_data=> l_msg_data,
1141: p_attr_name=> 'AMW_ERROR_MSG',
1142: x_error_msg=> l_error_msg
1143: );
1144: wf_core.context (
1145: 'amw_gen_approval_pvt',
1146: 'Set_OBJECT_Details',
1147: itemtype,
1148: itemkey,

Line 1175: wf_core.context (

1171: --
1172:
1173: EXCEPTION
1174: WHEN fnd_api.g_exc_error THEN
1175: wf_core.context (
1176: 'amw_CTRL_Approval_pvt',
1177: 'Set_CTRL_OBJECT_Details',
1178: itemtype,
1179: itemkey,