DBA Data[Home] [Help]

APPS.PA_ROLE_UTILS dependencies on PA_PROJECTS_ALL

Line 617: from pa_projects_all

613: --select '1'
614: --from dual
615: --where exists
616: select 'Y'
617: from pa_projects_all
618: where role_list_id=p_role_list_id
619: AND ROWNUM=1;
620: v_dummy varchar2(1);
621: