DBA Data[Home] [Help]

APPS.OZF_ADJ_NEW_LINE_PVT dependencies on OZF_OFFER_ADJ_NEW_PRODUCTS

Line 412: FROM ozf_offer_adj_new_products

408: l_object_version_number NUMBER;
409:
410: CURSOR c_products(cp_offerAdjNewLineId NUMBER) IS
411: SELECT offer_adj_new_product_id, object_version_number
412: FROM ozf_offer_adj_new_products
413: WHERE offer_adj_new_line_id = cp_offerAdjNewLineId;
414:
415: CURSOR c_tiers(cp_offerAdjNewLineId NUMBER) IS
416: SELECT offer_adj_new_line_id