DBA Data[Home] [Help]

APPS.OZF_OFFERADJ_APPROVAL_PVT dependencies on WF_CORE

Line 182: wf_core.context (

178: document_type := 'text/plain';
179: RETURN;
180: EXCEPTION
181: WHEN OTHERS THEN
182: wf_core.context (
183: 'OZFGAPP',
184: 'Notify_requestor_FYI',
185: l_item_type,
186: l_item_key

Line 355: wf_core.context (

351: document_type := 'text/plain';
352: RETURN;
353: EXCEPTION
354: WHEN OTHERS THEN
355: wf_core.context (
356: 'OZFGAPP',
357: 'Notify_Requestor_of_approval',
358: l_item_type,
359: l_item_key

Line 530: wf_core.context (

526: document_type := 'text/plain';
527: RETURN;
528: EXCEPTION
529: WHEN OTHERS THEN
530: wf_core.context (
531: 'OZFGAPP',
532: 'Notify_requestor_of_rejection',
533: l_item_type,
534: l_item_key

Line 706: wf_core.context (

702: RETURN;
703:
704: EXCEPTION
705: WHEN OTHERS THEN
706: wf_core.context (
707: 'OZFGAPP',
708: 'notify_approval_required',
709: l_item_type,
710: l_item_key

Line 879: wf_core.context (

875: document_type := 'text/plain';
876: RETURN;
877: EXCEPTION
878: WHEN OTHERS THEN
879: wf_core.context (
880: 'OZFGAPP',
881: 'notify_appr_req_reminder',
882: l_item_type,
883: l_item_key

Line 1176: wf_core.context (

1172: p_msg_data=> l_msg_data,
1173: p_attr_name=> 'AMS_ERROR_MSG',
1174: x_error_msg=> l_error_msg
1175: );
1176: wf_core.context (
1177: 'ams_gen_approval_pvt',
1178: 'Set_Activity_Details',
1179: itemtype,
1180: itemkey,

Line 1208: wf_core.context (

1204: --
1205:
1206: EXCEPTION
1207: WHEN fnd_api.g_exc_error THEN
1208: wf_core.context (
1209: 'OZF_FundApproval_pvt',
1210: 'Set_ParBudget_Activity_Details',
1211: itemtype,
1212: itemkey,

Line 1444: wf_core.context('ozf_offeradj_approval_pvt',

1440: p_msg_data => l_msg_data ,
1441: p_attr_name => 'AMS_ERROR_MSG',
1442: x_error_msg => l_error_msg);
1443:
1444: wf_core.context('ozf_offeradj_approval_pvt',
1445: 'Update_OffrAdj_Status',
1446: itemtype, itemkey,to_char(actid),l_error_msg);
1447:
1448: resultout := 'COMPLETE:ERROR';

Line 1464: wf_core.context('ozf_offeradj_approval_pvt',

1460: p_msg_data => l_msg_data ,
1461: p_attr_name => 'AMS_ERROR_MSG',
1462: x_error_msg => l_error_msg);
1463:
1464: wf_core.context('ozf_offeradj_approval_pvt',
1465: 'Update_OffrAdj_Status',
1466: itemtype, itemkey,to_char(actid),l_error_msg);
1467:
1468: resultout := 'COMPLETE:ERROR';