DBA Data[Home] [Help]

APPS.OZF_FUNDRULES_PVT dependencies on AMS_ACCESS_PVT

Line 1844: OR ams_access_pvt.check_admin_access(l_resource_id) THEN

1840: -- the owner could be changed in a active status by the current owner
1841: -- 12/18/2001 yzhao: owner could be changed by super admin too
1842: IF p_fund_rec.owner <> l_old_owner_id THEN
1843: IF l_resource_id = l_old_owner_id
1844: OR ams_access_pvt.check_admin_access(l_resource_id) THEN
1845: x_new_status_id := l_old_user_status_id;
1846: x_new_status_code := l_old_status_code;
1847: x_return_status := fnd_api.g_ret_sts_success;
1848: ELSE