DBA Data[Home] [Help]

APPS.PV_OFFER_PUB dependencies on OZF_OFFER_DISCOUNT_LINES

Line 200: FROM ozf_offer_discount_lines a,

196: i := 1;
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