DBA Data[Home] [Help]

APPS.OZF_AP_INTERFACE_PVT dependencies on OZF_OFFERS

Line 289: FROM ozf_offers

285: WHERE request_header_id = cv_request_id;
286:
287: CURSOR csr_offer_code(cv_list_id IN NUMBER) IS
288: SELECT offer_code
289: FROM ozf_offers
290: WHERE qp_list_header_id = cv_list_id;
291:
292: CURSOR csr_type_meaning(cv_code IN VARCHAR2) IS
293: SELECT meaning