DBA Data[Home] [Help]

APPS.OZF_FUND_RECONCILE_PVT dependencies on OZF_FUND_ADJUSTMENT_PVT

Line 20: -- moved: recal_comm_fund_conc,reconcile_budget_line from ozf_fund_adjustment_pvt.

16: -- 12/17/2001 MPande Fixed Lumsum AMount conc program exception handling
17: -- 8/19/2002 MPande Changed Status of objects for reconciliation , donot set adjsutment type_id to null
18: -- 10/28/2002 feliu Change for 11.5.9
19: -- 10/28/2002 feliu changed flow for for recalculating committed.
20: -- moved: recal_comm_fund_conc,reconcile_budget_line from ozf_fund_adjustment_pvt.
21: -- release_fund_conc to replace release_committed_fund_conc.
22: -- post_utilized_budget_conc to replace update_lumpsum_amount_conc.
23: -- 12/05/2002 feliu Change cursor query for release_fund_conc.
24: -- 01/05/2004 feliu add softfund and special pricing for release fund conc.

Line 1581: ozf_fund_adjustment_pvt.post_utilized_budget (

1577: */
1578: FOR l_off_budget_rec IN c_offer_rec
1579: LOOP
1580: SAVEPOINT offer_budget;
1581: ozf_fund_adjustment_pvt.post_utilized_budget (
1582: p_offer_id=> l_off_budget_rec.offer_id
1583: ,p_offer_type=> l_off_budget_rec.offer_type
1584: ,p_api_version=> 1
1585: ,p_init_msg_list=> fnd_api.g_false

Line 1807: ozf_fund_adjustment_pvt.process_act_budgets (x_return_status => l_return_status,

1803: l_act_util_rec.gl_posted_flag := l_parent_source_rec.gl_posted_flag;
1804: l_act_util_rec.orig_utilization_id := l_parent_source_rec.orig_utilization_id;
1805: l_act_util_rec.org_id := l_parent_source_rec.org_id;
1806:
1807: ozf_fund_adjustment_pvt.process_act_budgets (x_return_status => l_return_status,
1808: x_msg_count => x_msg_count,
1809: x_msg_data => x_msg_data,
1810: p_act_budgets_rec => l_act_budgets_rec,
1811: p_act_util_rec =>l_act_util_rec,