DBA Data[Home] [Help]

APPS.OZF_FUNDRULES_PVT dependencies on FND_GLOBAL

Line 1838: l_resource_id := ozf_utility_pvt.get_resource_id(p_user_id => fnd_global.user_id);

1834: END IF;
1835: --06/04/2001 added validations for accrual type fund
1836: -- all locking rules are to be implemented by locking rules so I am not raising a error here
1837: -- Accrual Type Offer could be modified
1838: l_resource_id := ozf_utility_pvt.get_resource_id(p_user_id => fnd_global.user_id);
1839:
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