DBA Data[Home] [Help]

APPS.OZF_COPY_OFFER_PVT dependencies on QP_LIST_HEADERS_ALL

Line 702: FROM ozf_offers a, qp_list_headers_all b

698: , b.attribute12
699: , b.attribute13
700: , b.attribute14
701: , b.attribute15
702: FROM ozf_offers a, qp_list_headers_all b
703: WHERE a.qp_list_header_id = b.list_header_id
704: AND a.qp_list_header_id = p_listHeaderId;
705:
706: CURSOR c_offerId (cp_listHeaderId NUMBER) IS