DBA Data[Home] [Help]

APPS.PA_ROLE_UTILS dependencies on PA_SECURITY_PVT

Line 700: pa_security_pvt.update_menu(

696: where project_role_id = p_role_id;
697:
698: IF l_count > 0 THEN
699:
700: pa_security_pvt.update_menu(
701: p_commit => FND_API.G_FALSE,
702: -- p_debug_mode => 'N',
703: p_project_role_id => p_role_id,
704: p_menu_id => p_menu_id,

Line 748: pa_security_pvt.revoke_role_based_sec(

744: where project_role_id = p_role_id;
745:
746: IF l_count > 0 THEN
747:
748: pa_security_pvt.revoke_role_based_sec(
749: p_commit => FND_API.G_FALSE,
750: -- p_debug_mode =>'N',
751: p_project_role_id => p_role_id,
752: x_return_status => v_return_status,

Line 796: pa_security_pvt.grant_role_based_sec(

792: -- and parties.grant_id is null;
793:
794: -- hr_utility.trace('before call to grant_role_based_sec');
795: IF l_count > 0 THEN
796: pa_security_pvt.grant_role_based_sec(
797: p_commit => FND_API.G_FALSE,
798: -- p_debug_mode => 'N',
799: p_project_role_id => p_role_id,
800: x_return_status => v_return_status,