DBA Data[Home] [Help]

APPS.OE_DELAYED_REQUESTS_PVT dependencies on OE_VERIFY_PAYMENT_PUB

Line 4495: OE_Verify_Payment_PUB.Verify_Payment

4491: l_reject_on_risk_failure := 'N';
4492: END IF; comm rej*/
4493:
4494: /*
4495: OE_Verify_Payment_PUB.Verify_Payment
4496: ( p_header_id => l_request_rec.entity_id
4497: , p_calling_action => null
4498: , p_delayed_request=> null
4499: , p_reject_on_auth_failure => l_reject_on_auth_failure

Line 4522: OE_Verify_Payment_PUB.Authorize_MultiPayments

4518: (p_header_id => l_header_id
4519: ,x_header_rec => l_header_rec
4520: );
4521:
4522: OE_Verify_Payment_PUB.Authorize_MultiPayments
4523: ( p_header_rec => l_header_rec
4524: , p_line_id => l_line_id --bug3524209
4525: , p_calling_action => null
4526: --R12 CVV2