DBA Data[Home] [Help]

APPS.OZF_PRICELIST_APPROVAL_PVT dependencies on WF_CORE

Line 135: wf_core.context( 'OZFGAPP'

131: document_type := 'text/plain';
132: RETURN;
133: EXCEPTION
134: WHEN OTHERS THEN
135: wf_core.context( 'OZFGAPP'
136: , 'Notify_requestor_FYI'
137: , l_item_type
138: , l_item_key
139: );

Line 278: wf_core.context( 'OZFGAPP'

274: RETURN;
275:
276: EXCEPTION
277: WHEN OTHERS THEN
278: wf_core.context( 'OZFGAPP'
279: , 'Notify_requestor_FYI'
280: , l_item_type
281: , l_item_key
282: );

Line 415: wf_core.context( 'OZFGAPP'

411: RETURN;
412:
413: EXCEPTION
414: WHEN OTHERS THEN
415: wf_core.context( 'OZFGAPP'
416: , 'notify_appr_req_reminder'
417: , l_item_type
418: , l_item_key
419: );

Line 552: wf_core.context( 'OZFGAPP'

548: RETURN;
549:
550: EXCEPTION
551: WHEN OTHERS THEN
552: wf_core.context( 'OZFGAPP'
553: , 'notify_requestor_of_approval'
554: , l_item_type
555: , l_item_key
556: );

Line 689: wf_core.context( 'OZFGAPP'

685: RETURN;
686:
687: EXCEPTION
688: WHEN OTHERS THEN
689: wf_core.context( 'OZFGAPP'
690: , 'notify_requestor_of_rejection'
691: , l_item_type
692: , l_item_key
693: );

Line 882: wf_core.context(

878: ,p_attr_name => 'AMS_ERROR_MSG'
879: ,x_error_msg => l_error_msg
880: );
881:
882: wf_core.context(
883: 'ams_gen_approval_pvt'
884: ,'Set_Activity_Details'
885: ,itemtype
886: ,itemkey

Line 914: wf_core.context(

910: --
911:
912: EXCEPTION
913: WHEN fnd_api.g_exc_error THEN
914: wf_core.context(
915: 'OZF_PriceList_Approval_PVT'
916: ,'Set_PriceList_Activity_Details'
917: ,itemtype
918: ,itemkey

Line 1081: wf_core.context('OZF_PRICELIST_APPROVAL_PVT',

1077: p_msg_data => l_msg_data ,
1078: p_attr_name => 'AMS_ERROR_MSG',
1079: x_error_msg => l_error_msg);
1080:
1081: wf_core.context('OZF_PRICELIST_APPROVAL_PVT',
1082: 'UPDATE_PRICELIST_STATUS',
1083: itemtype, itemkey,to_char(actid),l_error_msg);
1084:
1085: resultout := 'COMPLETE:ERROR';