DBA Data[Home] [Help]

APPS.OZF_FUNDS_PVT dependencies on OZF_FUNDS_PVT

Line 1: PACKAGE BODY OZF_FUNDS_PVT AS

1: PACKAGE BODY OZF_FUNDS_PVT AS
2: /* $Header: ozfvfunb.pls 120.25.12010000.2 2008/10/08 03:46:57 nirprasa ship $ */
3: -----------------------------------------------------------
4: -- PACKAGE
5: -- OZF_Funds_PVT

Line 5: -- OZF_Funds_PVT

1: PACKAGE BODY OZF_FUNDS_PVT AS
2: /* $Header: ozfvfunb.pls 120.25.12010000.2 2008/10/08 03:46:57 nirprasa ship $ */
3: -----------------------------------------------------------
4: -- PACKAGE
5: -- OZF_Funds_PVT
6: --
7: -- PROCEDURES
8: --
9: -- Create_Fund

Line 112: g_pkg_name CONSTANT VARCHAR2(30) := 'OZF_Funds_PVT';

108: -- 19-Apr-2006 asylvia fixed bug 5169099 . Copy Activity of Accrual Budget to new Budget.
109: -- 25-APR-2006 kdass fixed bug 5176819 - Ledger is required field
110: -- 26-APR-2006 asylvia fixed bug 5185302 . Remove copying end date to new budget .
111: -- 08-OCT-2008 nirprasa fixed bug 7425189 - Use old conversion date for reconcile flow
112: g_pkg_name CONSTANT VARCHAR2(30) := 'OZF_Funds_PVT';
113: -- 08/14/2001 mpande updated for approval and object type
114: G_PARENT_APPROVAL_TYPE CONSTANT VARCHAR2(30) := 'BUDGET';
115: -- addded 08/14/2001 mpande
116: g_activity_type CONSTANT VARCHAR2(30) := 'RFRQ';

Line 5206: OZF_Funds_PVT.Create_Fund (

5202: END IF;
5203:
5204: END IF;
5205:
5206: OZF_Funds_PVT.Create_Fund (
5207: p_api_version => 1.0,
5208: p_init_msg_list => FND_API.G_FALSE,
5209: p_commit => FND_API.G_FALSE,
5210: p_validation_level => p_validation_level,

Line 5642: END Ozf_funds_pvt;

5638: ,p_data => x_msg_data);
5639:
5640: END update_funds_access;
5641:
5642: END Ozf_funds_pvt;
5643: