DBA Data[Home] [Help]

APPS.OZF_ADJUSTMENT_EXT_PVT dependencies on OZF_ACCRUAL_ENGINE

Line 3083: l_fund_amt_tbl ozf_accrual_engine.ozf_fund_amt_tbl_type;

3079: x_return_status OUT NOCOPY VARCHAR2,
3080: x_msg_count OUT NOCOPY NUMBER,
3081: x_msg_data OUT NOCOPY VARCHAR2
3082: ) IS
3083: l_fund_amt_tbl ozf_accrual_engine.ozf_fund_amt_tbl_type;
3084: l_api_name VARCHAR2(30):= 'process_accrual';
3085: l_full_name VARCHAR2(60):= g_pkg_name ||'.'||l_api_name||' : ' ;
3086: l_act_budgets_rec ozf_actbudgets_pvt.act_budgets_rec_type := p_act_budgets_rec;
3087: l_act_util_rec ozf_actbudgets_pvt.act_util_rec_type := p_act_util_rec;

Line 3159: ozf_accrual_engine.calculate_accrual_amount (

3155: FETCH c_adj_info INTO l_adj_info;
3156: CLOSE c_adj_info;
3157: END IF;
3158:
3159: ozf_accrual_engine.calculate_accrual_amount (
3160: x_return_status=> x_return_status,
3161: p_src_id=> p_qp_list_header_id,
3162: p_earned_amt=> p_earned_amt,
3163: -- yzhao: 02/23/2004 11.5.10 added following 3 parameters to return customer-product qualified budgets only