DBA Data[Home] [Help]

APPS.OE_BULK_PRICEORDER_PVT dependencies on OE_VERIFY_PAYMENT_PUB

Line 683: oe_debug_pub.add(' Calling OE_Verify_Payment_PUB.Verify_Payment');

679:
680: IF OE_BULK_CACHE.IS_CC_REQUIRED(p_header_rec.order_type_id(i))
681: THEN
682: If l_debug_level > 0 Then
683: oe_debug_pub.add(' Calling OE_Verify_Payment_PUB.Verify_Payment');
684: End If;
685:
686: OE_Verify_Payment_PUB.Verify_Payment
687: ( p_header_id => l_header_id

Line 686: OE_Verify_Payment_PUB.Verify_Payment

682: If l_debug_level > 0 Then
683: oe_debug_pub.add(' Calling OE_Verify_Payment_PUB.Verify_Payment');
684: End If;
685:
686: OE_Verify_Payment_PUB.Verify_Payment
687: ( p_header_id => l_header_id
688: , p_calling_action => 'UPDATE'
689: , p_delayed_request=> FND_API.G_TRUE
690: , p_msg_count => l_msg_count