DBA Data[Home] [Help]

APPS.OZF_FUND_APPROVAL_PVT dependencies on WF_CORE

Line 265: wf_core.context (

261: END IF;
262: */
263: EXCEPTION
264: WHEN OTHERS THEN
265: wf_core.context (
266: 'AMSGAPP',
267: 'Notify_requestor_FYI',
268: l_item_type,
269: l_item_key

Line 491: wf_core.context (

487: END IF;
488: */
489: EXCEPTION
490: WHEN OTHERS THEN
491: wf_core.context (
492: 'AMSGAPP',
493: 'Notify_Requestor_of_approval',
494: l_item_type,
495: l_item_key

Line 689: wf_core.context (

685: document_type := 'text/plain';
686: RETURN;
687: EXCEPTION
688: WHEN OTHERS THEN
689: wf_core.context (
690: 'AMSGAPP',
691: 'Notify_requestor_of_rejection',
692: l_item_type,
693: l_item_key

Line 920: wf_core.context (

916: END IF;
917: */
918: EXCEPTION
919: WHEN OTHERS THEN
920: wf_core.context (
921: 'AMSGAPP',
922: 'notify_approval_required',
923: l_item_type,
924: l_item_key

Line 1146: wf_core.context (

1142: END IF;
1143: */
1144: EXCEPTION
1145: WHEN OTHERS THEN
1146: wf_core.context (
1147: 'AMSGAPP',
1148: 'notify_appr_req_reminder',
1149: l_item_type,
1150: l_item_key

Line 1407: wf_core.context (

1403: p_msg_data=> l_msg_data,
1404: p_attr_name=> 'AMS_ERROR_MSG',
1405: x_error_msg=> l_error_msg
1406: );
1407: wf_core.context (
1408: 'ams_gen_approval_pvt',
1409: 'Set_Activity_Details',
1410: itemtype,
1411: itemkey,

Line 1436: wf_core.context (

1432: END IF;
1433: --
1434: EXCEPTION
1435: WHEN fnd_api.g_exc_error THEN
1436: wf_core.context (
1437: 'AMS_FundApproval_pvt',
1438: 'Set_ParBudget_Activity_Details',
1439: itemtype,
1440: itemkey,

Line 1678: WF_CORE.context(

1674: ,p_msg_data => l_msg_data
1675: ,p_attr_name => 'AMS_ERROR_MSG'
1676: ,x_error_msg => l_error_msg
1677: );
1678: WF_CORE.context(
1679: 'OZF_FUND_APPROVAL_PVT'
1680: ,'update_parbudget_status'
1681: ,itemtype
1682: ,itemkey