DBA Data[Home] [Help]

APPS.OZF_FUNDS_PUB dependencies on OZF_FUNDRULES_PVT

Line 3360: OZF_FUNDRULES_PVT.process_accrual(

3356: --//OZF_ACT_BUDGETS table needs to be populated when the Accrual fund created in ACTIVE status. This code flow is same as Budget Approval flow in Update_fund procedure
3357: l_pvt_fund_rec2.fund_id := x_fund_id;
3358: OZF_FUNDS_PVT.Complete_Fund_Rec(l_pvt_fund_rec2,l_pvt_fund_rec3);
3359:
3360: OZF_FUNDRULES_PVT.process_accrual(
3361: p_fund_rec => l_pvt_fund_rec3
3362: ,p_api_version => l_api_version
3363: ,p_mode => 'ACTIVE'
3364: ,x_return_status => l_return_status