DBA Data[Home] [Help]

APPS.OZF_OFFERADJ_APPROVAL_PVT dependencies on WF_CORE

Line 181: wf_core.context (

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

Line 354: wf_core.context (

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

Line 529: wf_core.context (

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

Line 705: wf_core.context (

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

Line 878: wf_core.context (

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

Line 1175: wf_core.context (

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

Line 1207: wf_core.context (

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

Line 1443: wf_core.context('ozf_offeradj_approval_pvt',

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

Line 1463: wf_core.context('ozf_offeradj_approval_pvt',

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