DBA Data[Home] [Help]

APPS.PA_SECURITY_PVT dependencies on PA_ROLE_STATUS_MENU_MAP

Line 2667: from pa_role_status_menu_map

2663:
2664: -- 4. if there is no status-menu record for the role,
2665: -- set the fnd_grants records from DEFAULT to NON_STATUS_BASED
2666: select count(role_status_menu_id) into l_status_menu_count
2667: from pa_role_status_menu_map
2668: where role_id = p_project_role_id
2669: and rownum=1;
2670:
2671: IF l_status_menu_count = 0 THEN