DBA Data[Home] [Help]

APPS.OZF_AP_INTERFACE_PVT dependencies on OZF_OFFERS

Line 298: FROM ozf_offers

294: WHERE request_header_id = cv_request_id;
295:
296: CURSOR csr_offer_code(cv_list_id IN NUMBER) IS
297: SELECT offer_code
298: FROM ozf_offers
299: WHERE qp_list_header_id = cv_list_id;
300:
301: CURSOR csr_type_meaning(cv_code IN VARCHAR2) IS
302: SELECT meaning