DBA Data[Home] [Help]

APPS.OE_BULK_PRICE_PVT dependencies on OE_ORDER_HEADERS_ALL

Line 522: UPDATE oe_order_headers_all

518: -- Update the booked flag only if real Time CC is required
519: -- else the booked_flag is already set on the record
520:
521: IF OE_BULK_ORDER_PVT.G_REALTIME_CC_REQUIRED = 'Y' THEN
522: UPDATE oe_order_headers_all
523: SET booked_flag = p_header_rec.booked_flag(i)
524: WHERE header_id = p_header_rec.header_id(i);
525: END IF;
526:

Line 722: UPDATE oe_order_headers_all

718: -- Update the booked flag only if real Time CC is required
719: -- else the booked_flag is already set on the record
720:
721: IF OE_BULK_ORDER_PVT.G_REALTIME_CC_REQUIRED = 'Y' THEN
722: UPDATE oe_order_headers_all
723: SET booked_flag = p_header_rec.booked_flag(i)
724: WHERE header_id = p_header_rec.header_id(i);
725: END IF;
726: