DBA Data[Home] [Help]

APPS.OZF_OBJFUNDSUM_PVT dependencies on OZF_ACTBUDGETS_PVT

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

221: CLOSE c_get_fund_currency;
222: END IF;
223:
224: IF l_objfundsum_rec.object_currency IS NULL THEN
225: l_objfundsum_rec.object_currency := ozf_actbudgets_pvt.get_object_currency (
226: p_object => l_objfundsum_rec.object_type
227: , p_object_id => l_objfundsum_rec.object_id
228: , x_return_status => l_return_status
229: );