DBA Data[Home] [Help]

APPS.OZF_OBJFUNDSUM_PVT dependencies on OZF_ACTBUDGETS_PVT

Line 219: l_objfundsum_rec.object_currency := ozf_actbudgets_pvt.get_object_currency (

215: CLOSE c_get_fund_currency;
216: END IF;
217:
218: IF l_objfundsum_rec.object_currency IS NULL THEN
219: l_objfundsum_rec.object_currency := ozf_actbudgets_pvt.get_object_currency (
220: p_object => l_objfundsum_rec.object_type
221: , p_object_id => l_objfundsum_rec.object_id
222: , x_return_status => l_return_status
223: );