DBA Data[Home] [Help]

APPS.OZF_FUND_APPROVAL_PVT dependencies on WF_CORE

Line 229: wf_core.context (

225: END IF;
226: */
227: EXCEPTION
228: WHEN OTHERS THEN
229: wf_core.context (
230: 'AMSGAPP',
231: 'Notify_requestor_FYI',
232: l_item_type,
233: l_item_key

Line 455: wf_core.context (

451: END IF;
452: */
453: EXCEPTION
454: WHEN OTHERS THEN
455: wf_core.context (
456: 'AMSGAPP',
457: 'Notify_Requestor_of_approval',
458: l_item_type,
459: l_item_key

Line 653: wf_core.context (

649: document_type := 'text/plain';
650: RETURN;
651: EXCEPTION
652: WHEN OTHERS THEN
653: wf_core.context (
654: 'AMSGAPP',
655: 'Notify_requestor_of_rejection',
656: l_item_type,
657: l_item_key

Line 884: wf_core.context (

880: END IF;
881: */
882: EXCEPTION
883: WHEN OTHERS THEN
884: wf_core.context (
885: 'AMSGAPP',
886: 'notify_approval_required',
887: l_item_type,
888: l_item_key

Line 1110: wf_core.context (

1106: END IF;
1107: */
1108: EXCEPTION
1109: WHEN OTHERS THEN
1110: wf_core.context (
1111: 'AMSGAPP',
1112: 'notify_appr_req_reminder',
1113: l_item_type,
1114: l_item_key

Line 1371: wf_core.context (

1367: p_msg_data=> l_msg_data,
1368: p_attr_name=> 'AMS_ERROR_MSG',
1369: x_error_msg=> l_error_msg
1370: );
1371: wf_core.context (
1372: 'ams_gen_approval_pvt',
1373: 'Set_Activity_Details',
1374: itemtype,
1375: itemkey,

Line 1400: wf_core.context (

1396: END IF;
1397: --
1398: EXCEPTION
1399: WHEN fnd_api.g_exc_error THEN
1400: wf_core.context (
1401: 'AMS_FundApproval_pvt',
1402: 'Set_ParBudget_Activity_Details',
1403: itemtype,
1404: itemkey,