DBA Data[Home] [Help]

APPS.OZF_VOLUME_CALCULATION_PUB dependencies on OE_PRICE_ADJUSTMENTS

Line 2661: from oe_price_adjustments

2657:
2658:
2659: CURSOR c_list_line_id(p_qp_list_header_id IN NUMBER) IS
2660: select list_line_id
2661: from oe_price_adjustments
2662: where list_line_type_code='PBH'
2663: and list_header_id=p_qp_list_header_id
2664: and line_id= p_to_order_line_id;
2665: