DBA Data[Home] [Help]

APPS.OZF_FUNDRULES_PVT dependencies on FND_GLOBAL

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

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