DBA Data[Home] [Help]

APPS.OE_PAYMENT_ASSURANCE_WF dependencies on OE_PREPAYMENT_PVT

Line 197: OE_PrePayment_Pvt.Process_Payment_Assurance

193: IF l_debug_level > 0 THEN
194: oe_debug_pub.add( 'Start_Payment_Assurance , line_id is: '||l_line_id, 1 ) ;
195: END IF;
196:
197: OE_PrePayment_Pvt.Process_Payment_Assurance
198: ( p_api_version_number => 1.0
199: , p_line_id => l_line_id
200: , p_activity_id => actid
201: , p_exists_prepay => l_exists_prepay

Line 284: OE_PrePayment_PVT.Print_Payment_Receipt(l_header_id,l_result_out,l_return_status);

280: --
281: IF (funcmode = 'RUN') then
282: OE_STANDARD_WF.Set_Msg_Context(actid);
283: l_header_id := to_number(itemkey);
284: OE_PrePayment_PVT.Print_Payment_Receipt(l_header_id,l_result_out,l_return_status);
285: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN
286: -- start data fix project
287: -- OE_STANDARD_WF.Save_Messages;
288: -- OE_STANDARD_WF.Clear_Msg_Context;