DBA Data[Home] [Help]

APPS.OZF_FUND_RECONCILE_PVT dependencies on OZF_FUND_RECONCILE_PVT

Line 1: PACKAGE BODY OZF_FUND_RECONCILE_PVT AS

1: PACKAGE BODY OZF_FUND_RECONCILE_PVT AS
2: /*$Header: ozfvrecb.pls 120.20.12010000.4 2008/10/31 09:00:39 nirprasa ship $*/
3:
4: -----------------------------------------------------------
5: -- PACKAGE

Line 6: -- ozf_fund_reconcile_pvt

2: /*$Header: ozfvrecb.pls 120.20.12010000.4 2008/10/31 09:00:39 nirprasa ship $*/
3:
4: -----------------------------------------------------------
5: -- PACKAGE
6: -- ozf_fund_reconcile_pvt
7: --
8: -- PROCEDURES
9: -- Release-Committed_Amount
10: -- Release-Committed_fund_conc

Line 43: g_pkg_name CONSTANT VARCHAR2 (30) := 'ozf_fund_reconcile_pvt';

39: -- fix is done for bug 7505085.
40: -- Note
41: ------------------------------------------------------------
42:
43: g_pkg_name CONSTANT VARCHAR2 (30) := 'ozf_fund_reconcile_pvt';
44: G_DEBUG BOOLEAN := FND_MSG_PUB.check_msg_level(FND_MSG_PUB.g_msg_lvl_debug_high);
45: g_bulk_limit CONSTANT NUMBER := 5000;
46:
47: /* =========================================================

Line 3152: END ozf_fund_reconcile_pvt;

3148: ozf_utility_pvt.write_conc_log (x_errbuf);
3149:
3150: END open_next_years_budget;
3151:
3152: END ozf_fund_reconcile_pvt;
3153: