DBA Data[Home] [Help]

APPS.OKL_PA_DATA_INTEGRITY dependencies on OKL_FE_EO_TERMS_V

Line 481: FROM OKL_FE_EO_TERMS_V

477:
478: -- Cursor to fetch the end of terms name, associated to an agreement.
479: CURSOR get_eot_name(p_eot_id IN NUMBER)IS
480: SELECT end_of_term_name
481: FROM OKL_FE_EO_TERMS_V
482: WHERE end_of_term_id = p_eot_id;
483:
484: -- Cursor to fetch the item products name, associated to an agreement.
485: CURSOR get_product_name(p_prod_id IN NUMBER)IS