DBA Data[Home] [Help]

APPS.OE_DELAYED_REQUESTS_PVT dependencies on OE_VERIFY_PAYMENT_PUB

Line 4057: OE_Verify_Payment_PUB.Verify_Payment

4053: l_reject_on_risk_failure := 'N';
4054: END IF; comm rej*/
4055:
4056: /*
4057: OE_Verify_Payment_PUB.Verify_Payment
4058: ( p_header_id => l_request_rec.entity_id
4059: , p_calling_action => null
4060: , p_delayed_request=> null
4061: , p_reject_on_auth_failure => l_reject_on_auth_failure

Line 4084: OE_Verify_Payment_PUB.Authorize_MultiPayments

4080: (p_header_id => l_header_id
4081: ,x_header_rec => l_header_rec
4082: );
4083:
4084: OE_Verify_Payment_PUB.Authorize_MultiPayments
4085: ( p_header_rec => l_header_rec
4086: , p_line_id => l_line_id --bug3524209
4087: , p_calling_action => null
4088: --R12 CVV2