DBA Data[Home] [Help]

APPS.PA_PROJECT_PARTIES_PVT dependencies on PA_SECURITY_PVT

Line 313: pa_security_pvt.grant_role(

309: end if;
310:
311: elsif x_return_status = FND_API.G_RET_STS_SUCCESS then
312:
313: pa_security_pvt.grant_role(
314: p_project_role_id => p_project_role_id,
315: p_object_name => p_object_type,
316: p_object_key => p_object_id,
317: p_instance_type => 'SET',

Line 749: pa_security_pvt.update_role(p_grant_guid => l_grant_id,

745: IF p_resource_type_id = 112 THEN
746: l_source_type := 'HZ_PARTY';
747: END IF;
748:
749: pa_security_pvt.update_role(p_grant_guid => l_grant_id,
750: p_project_role_id_old => p_project_role_id,
751: p_object_name_old => p_object_type,
752: p_object_key_type_old => 'INSTANCE',
753: p_object_key_old => p_object_id,

Line 1101: pa_security_pvt.revoke_grant(p_grant_guid => l_grant_id,

1097:
1098: /* FP-L status-based security
1099: ----- if x_return_status = FND_API.G_RET_STS_SUCCESS and pa_install.is_prm_licensed() = 'Y' and l_grant_id > 0 then
1100: if x_return_status = FND_API.G_RET_STS_SUCCESS and l_grant_id > 0 then
1101: pa_security_pvt.revoke_grant(p_grant_guid => l_grant_id,
1102: x_return_status => x_return_status,
1103: x_msg_count => x_msg_count,
1104: x_msg_data => x_msg_data
1105: );