DBA Data[Home] [Help]

APPS.OZF_VOLUME_OFFER_ADJ dependencies on QP_LIST_HEADERS_B

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