DBA Data[Home] [Help]

APPS.OZF_FUNDRULES_PVT dependencies on AMS_ACCESS_PVT

Line 1795: OR ams_access_pvt.check_admin_access(l_resource_id) THEN

1791: -- the owner could be changed in a active status by the current owner
1792: -- 12/18/2001 yzhao: owner could be changed by super admin too
1793: IF p_fund_rec.owner <> l_old_owner_id THEN
1794: IF l_resource_id = l_old_owner_id
1795: OR ams_access_pvt.check_admin_access(l_resource_id) THEN
1796: x_new_status_id := l_old_user_status_id;
1797: x_new_status_code := l_old_status_code;
1798: x_return_status := fnd_api.g_ret_sts_success;
1799: ELSE