DBA Data[Home] [Help]

APPS.AMS_DM_TARGET_PVT dependencies on AMS_ACCESS_PVT

Line 1501: IF AMS_Access_PVT.check_update_access (

1497: ams_utility_pvt.debug_message ('qualifier: ' || l_target_qualifier || ' id: ' || p_dm_target_rec.target_id || ' resource: ' || l_owner_user_id);
1498:
1499: END IF;
1500: -- validate access privileges
1501: IF AMS_Access_PVT.check_update_access (
1502: p_object_id => p_dm_target_rec.target_id,
1503: p_object_type => L_TARGET_QUALIFIER,
1504: p_user_or_role_id => l_owner_user_id,
1505: p_user_or_role_type => L_ACCESS_TYPE_USER) = 'N' THEN