DBA Data[Home] [Help]

APPS.OE_DELAYED_REQUESTS_PVT dependencies on OE_PRICE_ADJUSTMENTS

Line 4166: FROM oe_price_adjustments

4162: oe_debug_pub.add('Getting header_id of the header adjustment:'||l_request_rec.entity_id);
4163: END IF;
4164: SELECT header_id
4165: INTO l_header_id
4166: FROM oe_price_adjustments
4167: WHERE price_adjustment_id = l_request_rec.entity_id;
4168: EXCEPTION
4169: WHEN NO_DATA_FOUND THEN
4170: l_header_id := null;

Line 4209: FROM oe_price_adjustments

4205: oe_debug_pub.add('Getting line_id of the line adjustment:'||l_request_rec.entity_id);
4206: END IF;
4207: SELECT line_id
4208: INTO l_line_id
4209: FROM oe_price_adjustments
4210: WHERE price_adjustment_id = l_request_rec.entity_id;
4211: EXCEPTION
4212: WHEN NO_DATA_FOUND THEN
4213: l_line_id := null;