DBA Data[Home] [Help]

APPS.OZF_VOLUME_CALCULATION_PUB dependencies on QP_LIST_LINES

Line 1520: FROM ozf_offers o, qp_list_lines q

1516: )
1517: RETURN NUMBER IS
1518: CURSOR c_offer_id IS
1519: SELECT o.qp_list_header_id, o.offer_id
1520: FROM ozf_offers o, qp_list_lines q
1521: WHERE o.qp_list_header_id = q.list_header_id
1522: AND q.list_line_id = p_list_line_id;
1523:
1524: CURSOR c_order_detail IS