DBA Data[Home] [Help]

APPS.OZF_VOLUME_CALCULATION_PUB dependencies on QP_LIST_LINES

Line 1950: FROM ozf_offers o, qp_list_lines q

1946: )
1947: RETURN NUMBER IS
1948: CURSOR c_offer_id IS
1949: SELECT o.qp_list_header_id, o.offer_id
1950: FROM ozf_offers o, qp_list_lines q
1951: WHERE o.qp_list_header_id = q.list_header_id
1952: AND q.list_line_id = p_list_line_id;
1953:
1954: CURSOR c_order_detail IS