DBA Data[Home] [Help]

APPS.OZF_VOLUME_OFFER_ADJ dependencies on OZF_OFFERS

Line 134: FROM ozf_offer_adjustments_b a, ozf_offers b , qp_list_lines c , qp_list_headers_b d

130: ) endDate
131: --greatest(nvl(d.start_date_active, a.effective_date - 5 ),nvl(d.start_date_active, a.effective_date - 5 ), a.effective_date - 1 ) endDate
132: , b.offer_type, b.qp_list_header_id
133: , c.start_date_active lineStartDate, d.start_date_active headerStartDate, a.effective_date adjEffectiveDate, b.custom_setup_id
134: FROM ozf_offer_adjustments_b a, ozf_offers b , qp_list_lines c , qp_list_headers_b d
135: WHERE
136: a.list_header_id = b.qp_list_header_id
137: AND b.qp_list_header_id = c.list_header_id
138: AND c.list_header_id = d.list_header_id

Line 1359: ozf_offer_discount_lines a, ozf_offers b , ozf_offer_adjustments_b c , ozf_offer_discount_lines d

1355: , a.formula_id
1356: , a.discount
1357: , c.effective_date
1358: FROM
1359: ozf_offer_discount_lines a, ozf_offers b , ozf_offer_adjustments_b c , ozf_offer_discount_lines d
1360: WHERE
1361: a.offer_discount_line_id = cp_offerDiscountLineId
1362: AND a.offer_id = b.offer_id
1363: AND b.qp_list_header_id = c.list_header_id