DBA Data[Home] [Help]

APPS.OZF_COPY_OFFER_PVT dependencies on OZF_OFFERS_S

Line 1646: SELECT ozf_offers_s.NEXTVAL

1642: FROM qp_list_headers_tl -- Bug 13360969 changed table name to fetch list_header_id, fetching of list_header_id was not consisitent with qp_list_headers
1643: WHERE name = l_name;
1644:
1645: CURSOR c_new_offer_id IS
1646: SELECT ozf_offers_s.NEXTVAL
1647: FROM DUAL;
1648:
1649: CURSOR c_offer_id_exists (l_id IN NUMBER) IS
1650: SELECT 1