DBA Data[Home] [Help]

APPS.GME_RESERVE_CONC dependencies on OE_STANDARD_WF

Line 830: OE_STANDARD_WF.Set_Msg_Context(p_actid);

826: x_result := 'FAILURE' ;
827: IF l_debug_level <> 0 THEN
828: oe_debug_pub.add('set_parameter_work_order_wf: ' || 'Function Mode: ' || p_funcmode, 1);
829: END IF;
830: OE_STANDARD_WF.Set_Msg_Context(p_actid);
831: if (p_funcmode = 'RUN') then
832: wf_engine.SetItemAttrNumber(p_itemtype, p_itemkey,
833: 'AFAS_LINE_ID', p_itemkey);
834: x_result := 'SUCCESS' ;

Line 836: OE_STANDARD_WF.Save_Messages;

832: wf_engine.SetItemAttrNumber(p_itemtype, p_itemkey,
833: 'AFAS_LINE_ID', p_itemkey);
834: x_result := 'SUCCESS' ;
835: end if; /* p_funcmode = 'RUN' */
836: OE_STANDARD_WF.Save_Messages;
837: OE_STANDARD_WF.Clear_Msg_Context;
838:
839:
840: EXCEPTION

Line 837: OE_STANDARD_WF.Clear_Msg_Context;

833: 'AFAS_LINE_ID', p_itemkey);
834: x_result := 'SUCCESS' ;
835: end if; /* p_funcmode = 'RUN' */
836: OE_STANDARD_WF.Save_Messages;
837: OE_STANDARD_WF.Clear_Msg_Context;
838:
839:
840: EXCEPTION
841: when FND_API.G_EXC_ERROR then

Line 846: OE_STANDARD_WF.Save_Messages;

842: IF l_debug_level <> 0 THEN
843: OE_DEBUG_PUB.add('set_parameter_work_order_wf: ' || 'CTO_WORKFLOW.set_parameter_work_order_wf raised exc error. ' ||
844: to_char(l_stmt_num) );
845: END IF;
846: OE_STANDARD_WF.Save_Messages;
847: OE_STANDARD_WF.Clear_Msg_Context;
848: x_result := 'COMPLETE:INCOMPLETE';
849: rollback to savepoint before_process;
850: return;

Line 847: OE_STANDARD_WF.Clear_Msg_Context;

843: OE_DEBUG_PUB.add('set_parameter_work_order_wf: ' || 'CTO_WORKFLOW.set_parameter_work_order_wf raised exc error. ' ||
844: to_char(l_stmt_num) );
845: END IF;
846: OE_STANDARD_WF.Save_Messages;
847: OE_STANDARD_WF.Clear_Msg_Context;
848: x_result := 'COMPLETE:INCOMPLETE';
849: rollback to savepoint before_process;
850: return;
851:

Line 859: OE_STANDARD_WF.Save_Messages;

855: IF l_debug_level <> 0 THEN
856: OE_DEBUG_PUB.add('set_parameter_work_order_wf: ' || 'CTO_WORKFLOW.set_parameter_work_order_wf raised unexc error. ' ||
857: to_char(l_stmt_num) );
858: END IF;
859: OE_STANDARD_WF.Save_Messages;
860: OE_STANDARD_WF.Clear_Msg_Context;
861: wf_core.context('CTO_WORKFLOW', 'set_parameter_work_order_wf',
862: p_itemtype, p_itemkey, to_char(p_actid), p_funcmode);
863: raise;

Line 860: OE_STANDARD_WF.Clear_Msg_Context;

856: OE_DEBUG_PUB.add('set_parameter_work_order_wf: ' || 'CTO_WORKFLOW.set_parameter_work_order_wf raised unexc error. ' ||
857: to_char(l_stmt_num) );
858: END IF;
859: OE_STANDARD_WF.Save_Messages;
860: OE_STANDARD_WF.Clear_Msg_Context;
861: wf_core.context('CTO_WORKFLOW', 'set_parameter_work_order_wf',
862: p_itemtype, p_itemkey, to_char(p_actid), p_funcmode);
863: raise;
864:

Line 867: OE_STANDARD_WF.Save_Messages;

863: raise;
864:
865:
866: when NO_DATA_FOUND then
867: OE_STANDARD_WF.Save_Messages;
868: OE_STANDARD_WF.Clear_Msg_Context;
869: -- Set the result to INCOMPLETE so that the wf returns to Create Supply Order Eligible
870: x_result := 'COMPLETE:INCOMPLETE';
871: return;

Line 868: OE_STANDARD_WF.Clear_Msg_Context;

864:
865:
866: when NO_DATA_FOUND then
867: OE_STANDARD_WF.Save_Messages;
868: OE_STANDARD_WF.Clear_Msg_Context;
869: -- Set the result to INCOMPLETE so that the wf returns to Create Supply Order Eligible
870: x_result := 'COMPLETE:INCOMPLETE';
871: return;
872: