DBA Data[Home] [Help]

APPS.OZF_VOLUME_CALCULATION_PUB dependencies on OZF_QP_DISCOUNTS

Line 53: FROM ozf_qp_discounts

49: AND offer_market_option_id = p_offer_market_option_id;
50: -- above cursors can be combined. offer_id is not needed as qp_list_header_id is present in table
51: CURSOR c_pbh_line_id IS
52: SELECT offer_discount_line_id
53: FROM ozf_qp_discounts
54: WHERE list_line_id = p_list_line_id;
55:
56: CURSOR c_existing_values(p_indirect_flag VARCHAR2,l_order_line_id NUMBER) IS
57: SELECT group_no, volume_track_type, combine_schedule_yn, pbh_line_id, prod_attribute, prod_attr_value