DBA Data[Home] [Help]

APPS.OKL_PA_DATA_INTEGRITY dependencies on OKL_PRODUCTS

Line 487: FROM OKL_PRODUCTS

483:
484: -- Cursor to fetch the item products name, associated to an agreement.
485: CURSOR get_product_name(p_prod_id IN NUMBER)IS
486: SELECT name
487: FROM OKL_PRODUCTS
488: WHERE id = p_prod_id;
489:
490: -- Cursor to fetch the parent agreement record.
491: CURSOR get_parent_rec(cp_chr_id IN NUMBER)IS