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.25.12020000.2 2013/03/01 06:40:26 nepanda ship $*/
3:
4: -----------------------------------------------------------
5: -- PACKAGE

Line 6: -- ozf_fund_reconcile_pvt

2: /*$Header: ozfvrecb.pls 120.25.12020000.2 2013/03/01 06:40:26 nepanda ship $*/
3:
4: -----------------------------------------------------------
5: -- PACKAGE
6: -- ozf_fund_reconcile_pvt
7: --
8: -- PROCEDURES
9: -- Release-Committed_Amount
10: -- Release-Committed_fund_conc

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

42: -- 7/10/2012 nepanda Bug 14062938 - budget reconciliation failing for multi currency with error
43: -- Note
44: ------------------------------------------------------------
45:
46: g_pkg_name CONSTANT VARCHAR2 (30) := 'ozf_fund_reconcile_pvt';
47: G_DEBUG BOOLEAN := FND_MSG_PUB.check_msg_level(FND_MSG_PUB.g_msg_lvl_debug_high);
48: g_bulk_limit CONSTANT NUMBER := 5000;
49:
50: /* =========================================================

Line 3200: END ozf_fund_reconcile_pvt;

3196: ozf_utility_pvt.write_conc_log (x_errbuf);
3197:
3198: END open_next_years_budget;
3199:
3200: END ozf_fund_reconcile_pvt;
3201: