DBA Data[Home] [Help]

APPS.OZF_ADJUSTMENT_EXT_PVT dependencies on QP_LIST_HEADERS_ALL

Line 1751: FROM qp_list_headers_all qp, ozf_offers off

1747: off.reusable, off.offer_type,
1748: --kdass 09-DEC-2005 fix for bug 4872799
1749: trunc(off.start_date) start_date
1750: ,off.volume_offer_type
1751: FROM qp_list_headers_all qp, ozf_offers off
1752: WHERE qp.list_header_id = p_list_header_id
1753: AND qp.list_header_id = off.qp_list_header_id;
1754:
1755: l_offer_info c_offer_info%ROWTYPE;