DBA Data[Home] [Help]

APPS.PV_PG_NOTIF_UTILITY_PVT dependencies on FND_FORM_FUNCTIONS

Line 652: FROM fnd_form_functions

648:
649: /* Get the function url. */
650: CURSOR c_function_url IS
651: SELECT web_html_call
652: FROM fnd_form_functions
653: WHERE function_name = 'PV_ENRL_NOW';
654:
655: /* Get the cItemVersionId. */
656: CURSOR c_Item_Version_Id(cv_program_id NUMBER) IS