DBA Data[Home] [Help]

APPS.OZF_ADJUSTMENT_EXT_PVT dependencies on OZF_FUND_ADJUSTMENT_PVT

Line 840: write_conc_log(l_full_name || ': ozf_fund_adjustment_pvt.process_act_budgets');

836: l_act_budgets_rec.approved_amount := l_util_amount;
837:
838: IF l_util_amount <> 0 THEN
839:
840: write_conc_log(l_full_name || ': ozf_fund_adjustment_pvt.process_act_budgets');
841:
842: ozf_fund_adjustment_pvt.process_act_budgets(x_return_status => x_return_status
843: ,x_msg_count => x_msg_count
844: ,x_msg_data => x_msg_data

Line 842: ozf_fund_adjustment_pvt.process_act_budgets(x_return_status => x_return_status

838: IF l_util_amount <> 0 THEN
839:
840: write_conc_log(l_full_name || ': ozf_fund_adjustment_pvt.process_act_budgets');
841:
842: ozf_fund_adjustment_pvt.process_act_budgets(x_return_status => x_return_status
843: ,x_msg_count => x_msg_count
844: ,x_msg_data => x_msg_data
845: ,p_act_budgets_rec => l_act_budgets_rec
846: ,p_act_util_rec => l_act_util_rec

Line 1667: write_conc_log('calling ozf_fund_adjustment_pvt.process_act_budgets');

1663:
1664:
1665: ----end of booked orders
1666:
1667: write_conc_log('calling ozf_fund_adjustment_pvt.process_act_budgets');
1668:
1669: ozf_fund_adjustment_pvt.process_act_budgets(x_return_status => x_return_status
1670: ,x_msg_count => x_msg_count
1671: ,x_msg_data => x_msg_data

Line 1669: ozf_fund_adjustment_pvt.process_act_budgets(x_return_status => x_return_status

1665: ----end of booked orders
1666:
1667: write_conc_log('calling ozf_fund_adjustment_pvt.process_act_budgets');
1668:
1669: ozf_fund_adjustment_pvt.process_act_budgets(x_return_status => x_return_status
1670: ,x_msg_count => x_msg_count
1671: ,x_msg_data => x_msg_data
1672: ,p_act_budgets_rec => l_act_budgets_rec
1673: ,p_act_util_rec => l_act_util_rec

Line 2700: ozf_fund_adjustment_pvt.process_act_budgets(x_return_status => l_return_status

2696: l_act_util_rec.reference_type := backdate_adj_rec(i).reference_type;
2697: l_act_util_rec.reference_id := backdate_adj_rec(i).reference_id;
2698: -- l_act_util_rec.gl_date := SYSDATE;
2699:
2700: ozf_fund_adjustment_pvt.process_act_budgets(x_return_status => l_return_status
2701: ,x_msg_count => x_msg_count
2702: ,x_msg_data => x_msg_data
2703: ,p_act_budgets_rec => l_act_budgets_rec
2704: ,p_act_util_rec => l_act_util_rec

Line 3315: ozf_fund_Adjustment_pvt.process_Act_budgets(

3311: l_act_util_rec.adjustment_type_id := -6; -- Seeded Data for Backdated Negative Adj
3312: END IF;
3313:
3314: IF l_act_budgets_rec.request_amount <> 0 THEN -- fix bug 4720113
3315: ozf_fund_Adjustment_pvt.process_Act_budgets(
3316: x_return_status=> x_return_status,
3317: x_msg_count=> x_msg_count,
3318: x_msg_data=> x_msg_data,
3319: p_act_budgets_rec=> l_act_budgets_rec,

Line 5406: ozf_fund_adjustment_pvt.process_act_budgets(x_return_status => x_return_status

5402: ----------------------
5403:
5404:
5405: IF NVL(l_adj_amount,0) <> 0 THEN
5406: ozf_fund_adjustment_pvt.process_act_budgets(x_return_status => x_return_status
5407: ,x_msg_count => x_msg_count
5408: ,x_msg_data => x_msg_data
5409: ,p_act_budgets_rec => l_act_budgets_rec
5410: ,p_act_util_rec => l_act_util_rec