DBA Data[Home] [Help]

APPS.PV_OFFER_PUB dependencies on OZF_DISCOUNT_PRODUCT_RELN

Line 201: ozf_discount_product_reln b

197: FOR x IN (SELECT a.offer_discount_line_id,
198: a.object_version_number,
199: b.off_discount_product_id
200: FROM ozf_offer_discount_lines a,
201: ozf_discount_product_reln b
202: WHERE a.offer_discount_line_id = b.offer_discount_line_id AND
203: a.offer_id = p_offer_id)
204: LOOP
205: l_del_discount_tbl(i).offer_discount_line_id := x.offer_discount_line_id;