DBA Data[Home] [Help]

APPS.PA_PROGRESS_REPORT_UTILS dependencies on PA_INSTALL

Line 731: if (PA_INSTALL.is_prm_licensed = 'Y'

727: fetch C3 into l_page_id;
728: close C3;
729: end if;
730: if (l_page_id is null) then ---------(c1%NOTFOUND) then
731: if (PA_INSTALL.is_prm_licensed = 'Y'
732: AND p_object_type = 'PA_PROJECTS'
733: AND p_object_id IS NOT null
734: and PA_PROJECT_UTILS.Is_Admin_Project(p_object_id)='N'
735: and p_page_type_code = 'PH'