DBA Data[Home] [Help]

APPS.OE_BULK_PRICE_PVT dependencies on OE_VERIFY_PAYMENT_PUB

Line 533: OE_Verify_Payment_PUB.Verify_Payment

529: IF OE_BULK_CACHE.IS_CC_REQUIRED(p_header_rec.order_type_id(i))
530: THEN
531:
532: -- Call the Credit checking API
533: OE_Verify_Payment_PUB.Verify_Payment
534: ( p_header_id => p_header_rec.header_id(i)
535: , p_calling_action => 'BOOKING'
536: , p_delayed_request=> FND_API.G_FALSE
537: , p_msg_count => l_msg_count

Line 733: OE_Verify_Payment_PUB.Verify_Payment

729: IF OE_BULK_CACHE.IS_CC_REQUIRED(p_header_rec.order_type_id(i))
730: THEN
731:
732: -- Call the Credit checking API
733: OE_Verify_Payment_PUB.Verify_Payment
734: ( p_header_id => p_header_rec.header_id(i)
735: , p_calling_action => 'BOOKING'
736: , p_delayed_request=> FND_API.G_FALSE
737: , p_msg_count => l_msg_count