DBA Data[Home] [Help]

APPS.OE_DELAYED_REQUESTS_PVT dependencies on OE_PRICE_ADJUSTMENTS

Line 3728: FROM oe_price_adjustments

3724: oe_debug_pub.add('Getting header_id of the header adjustment:'||l_request_rec.entity_id);
3725: END IF;
3726: SELECT header_id
3727: INTO l_header_id
3728: FROM oe_price_adjustments
3729: WHERE price_adjustment_id = l_request_rec.entity_id;
3730: EXCEPTION
3731: WHEN NO_DATA_FOUND THEN
3732: l_header_id := null;

Line 3771: FROM oe_price_adjustments

3767: oe_debug_pub.add('Getting line_id of the line adjustment:'||l_request_rec.entity_id);
3768: END IF;
3769: SELECT line_id
3770: INTO l_line_id
3771: FROM oe_price_adjustments
3772: WHERE price_adjustment_id = l_request_rec.entity_id;
3773: EXCEPTION
3774: WHEN NO_DATA_FOUND THEN
3775: l_line_id := null;