DBA Data[Home] [Help]

APPS.OE_BULK_PRICE_PVT dependencies on OE_BULK_CACHE

Line 529: IF OE_BULK_CACHE.IS_CC_REQUIRED(p_header_rec.order_type_id(i))

525: END IF;
526:
527: -- Do credit checking if needed for the order
528:
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

Line 547: END IF; -- IF OE_BULK_CACHE.IS_CC_REQUIRED(p_head

543: Booking_Failed( i, p_header_rec);
544:
545: END IF; --IF l_return_status <> FND_API.G_RET_STS_SUCC
546:
547: END IF; -- IF OE_BULK_CACHE.IS_CC_REQUIRED(p_head
548:
549: END IF; -- IF OE_BULK_ORDER_PVT.G_CC_REQUIRED --bug 455807
550: END IF; -- for booked orders, check for pricing attributes
551:

Line 729: IF OE_BULK_CACHE.IS_CC_REQUIRED(p_header_rec.order_type_id(i))

725: END IF;
726:
727: -- Do credit checking if needed for the order
728:
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

Line 746: END IF; -- IF OE_BULK_CACHE.IS_CC_REQUIRED(p_head

742:
743: Booking_Failed( i, p_header_rec);
744: END IF; --IF l_return_status <> FND_API.G_RET_STS_SUCC
745:
746: END IF; -- IF OE_BULK_CACHE.IS_CC_REQUIRED(p_head
747:
748: END IF; -- IF p_header_rec.booked_flag = 'Y'
749:
750: END IF; -- price only orders without errors