DBA Data[Home] [Help]

APPS.OZF_COPY_OFFER_PVT dependencies on QP_LIST_HEADERS_ALL

Line 708: FROM ozf_offers a, qp_list_headers_all b

704: , b.attribute12
705: , b.attribute13
706: , b.attribute14
707: , b.attribute15
708: FROM ozf_offers a, qp_list_headers_all b
709: WHERE a.qp_list_header_id = b.list_header_id
710: AND a.qp_list_header_id = p_listHeaderId;
711:
712: CURSOR c_offerId (cp_listHeaderId NUMBER) IS