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 1594: ozf_fund_adjustment_pvt.post_utilized_budget (

1590: */
1591: FOR l_off_budget_rec IN c_offer_rec
1592: LOOP
1593: SAVEPOINT offer_budget;
1594: ozf_fund_adjustment_pvt.post_utilized_budget (
1595: p_offer_id=> l_off_budget_rec.offer_id
1596: ,p_offer_type=> l_off_budget_rec.offer_type
1597: ,p_api_version=> 1
1598: ,p_init_msg_list=> fnd_api.g_false

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

1851: l_act_util_rec.object_type := l_parent_source_rec.object_type;
1852: l_act_util_rec.object_id := l_parent_source_rec.object_id;
1853: l_act_util_rec.order_line_id := l_parent_source_rec.order_line_id;
1854:
1855: ozf_fund_adjustment_pvt.process_act_budgets (x_return_status => l_return_status,
1856: x_msg_count => x_msg_count,
1857: x_msg_data => x_msg_data,
1858: p_act_budgets_rec => l_act_budgets_rec,
1859: p_act_util_rec =>l_act_util_rec,