DBA Data[Home] [Help]

APPS.GME_RESERVE_CONC dependencies on STANDARD

Line 812: OE_STANDARD_WF.Set_Msg_Context(p_actid);

808: x_result := 'FAILURE' ;
809: IF l_debug_level <> 0 THEN
810: oe_debug_pub.add('set_parameter_work_order_wf: ' || 'Function Mode: ' || p_funcmode, 1);
811: END IF;
812: OE_STANDARD_WF.Set_Msg_Context(p_actid);
813: if (p_funcmode = 'RUN') then
814: wf_engine.SetItemAttrNumber(p_itemtype, p_itemkey,
815: 'AFAS_LINE_ID', p_itemkey);
816: x_result := 'SUCCESS' ;

Line 818: OE_STANDARD_WF.Save_Messages;

814: wf_engine.SetItemAttrNumber(p_itemtype, p_itemkey,
815: 'AFAS_LINE_ID', p_itemkey);
816: x_result := 'SUCCESS' ;
817: end if; /* p_funcmode = 'RUN' */
818: OE_STANDARD_WF.Save_Messages;
819: OE_STANDARD_WF.Clear_Msg_Context;
820:
821:
822: EXCEPTION

Line 819: OE_STANDARD_WF.Clear_Msg_Context;

815: 'AFAS_LINE_ID', p_itemkey);
816: x_result := 'SUCCESS' ;
817: end if; /* p_funcmode = 'RUN' */
818: OE_STANDARD_WF.Save_Messages;
819: OE_STANDARD_WF.Clear_Msg_Context;
820:
821:
822: EXCEPTION
823: when FND_API.G_EXC_ERROR then

Line 828: OE_STANDARD_WF.Save_Messages;

824: IF l_debug_level <> 0 THEN
825: OE_DEBUG_PUB.add('set_parameter_work_order_wf: ' || 'CTO_WORKFLOW.set_parameter_work_order_wf raised exc error. ' ||
826: to_char(l_stmt_num) );
827: END IF;
828: OE_STANDARD_WF.Save_Messages;
829: OE_STANDARD_WF.Clear_Msg_Context;
830: x_result := 'COMPLETE:INCOMPLETE';
831: rollback to savepoint before_process;
832: return;

Line 829: OE_STANDARD_WF.Clear_Msg_Context;

825: OE_DEBUG_PUB.add('set_parameter_work_order_wf: ' || 'CTO_WORKFLOW.set_parameter_work_order_wf raised exc error. ' ||
826: to_char(l_stmt_num) );
827: END IF;
828: OE_STANDARD_WF.Save_Messages;
829: OE_STANDARD_WF.Clear_Msg_Context;
830: x_result := 'COMPLETE:INCOMPLETE';
831: rollback to savepoint before_process;
832: return;
833:

Line 841: OE_STANDARD_WF.Save_Messages;

837: IF l_debug_level <> 0 THEN
838: OE_DEBUG_PUB.add('set_parameter_work_order_wf: ' || 'CTO_WORKFLOW.set_parameter_work_order_wf raised unexc error. ' ||
839: to_char(l_stmt_num) );
840: END IF;
841: OE_STANDARD_WF.Save_Messages;
842: OE_STANDARD_WF.Clear_Msg_Context;
843: wf_core.context('CTO_WORKFLOW', 'set_parameter_work_order_wf',
844: p_itemtype, p_itemkey, to_char(p_actid), p_funcmode);
845: raise;

Line 842: OE_STANDARD_WF.Clear_Msg_Context;

838: OE_DEBUG_PUB.add('set_parameter_work_order_wf: ' || 'CTO_WORKFLOW.set_parameter_work_order_wf raised unexc error. ' ||
839: to_char(l_stmt_num) );
840: END IF;
841: OE_STANDARD_WF.Save_Messages;
842: OE_STANDARD_WF.Clear_Msg_Context;
843: wf_core.context('CTO_WORKFLOW', 'set_parameter_work_order_wf',
844: p_itemtype, p_itemkey, to_char(p_actid), p_funcmode);
845: raise;
846:

Line 849: OE_STANDARD_WF.Save_Messages;

845: raise;
846:
847:
848: when NO_DATA_FOUND then
849: OE_STANDARD_WF.Save_Messages;
850: OE_STANDARD_WF.Clear_Msg_Context;
851: -- Set the result to INCOMPLETE so that the wf returns to Create Supply Order Eligible
852: x_result := 'COMPLETE:INCOMPLETE';
853: return;

Line 850: OE_STANDARD_WF.Clear_Msg_Context;

846:
847:
848: when NO_DATA_FOUND then
849: OE_STANDARD_WF.Save_Messages;
850: OE_STANDARD_WF.Clear_Msg_Context;
851: -- Set the result to INCOMPLETE so that the wf returns to Create Supply Order Eligible
852: x_result := 'COMPLETE:INCOMPLETE';
853: return;
854: