DBA Data[Home] [Help]

APPS.OZF_COPY_OFFER_PVT dependencies on OZF_OFFR_DISC_STRUCT_NAME_TL

Line 440: FROM ozf_offer_discount_lines a, ozf_offr_disc_struct_name_b b , ozf_offr_disc_struct_name_tl c

436: , c.discount_table_name
437: , c.description
438: , a.tier_level
439: , a.offer_discount_line_id
440: FROM ozf_offer_discount_lines a, ozf_offr_disc_struct_name_b b , ozf_offr_disc_struct_name_tl c
441: WHERE a.offer_discount_line_id = b.offer_discount_Line_id
442: AND b.offr_disc_struct_name_id = c.offr_disc_struct_name_id
443: AND c.language = USERENV('LANG')
444: AND a.offer_id = cp_offerId;