DBA Data[Home] [Help]

APPS.PA_SECURITY_PVT dependencies on PA_ROLE_STATUS_MENU_MAP

Line 2656: from pa_role_status_menu_map

2652:
2653: -- 4. if there is no status-menu record for the role,
2654: -- set the fnd_grants records from DEFAULT to NON_STATUS_BASED
2655: select count(role_status_menu_id) into l_status_menu_count
2656: from pa_role_status_menu_map
2657: where role_id = p_project_role_id
2658: and rownum=1;
2659:
2660: IF l_status_menu_count = 0 THEN