DBA Data[Home] [Help]

APPS.OZF_FUND_ALLOCATIONS_PVT dependencies on OZF_FUND_ALLOCATIONS_PVT

Line 1: PACKAGE BODY OZF_Fund_allocations_Pvt AS

1: PACKAGE BODY OZF_Fund_allocations_Pvt AS
2: /* $Header: ozfvalcb.pls 120.6.12010000.2 2008/08/08 08:53:37 ateotia ship $*/
3: g_pkg_name CONSTANT VARCHAR2(30) := 'OZF_Fund_allocations_Pvt';
4:
5: -- yzhao 04/08/2003 fix bug 2897460 - RESOURCE GROUPS IN TERRITORY ADMIN NOT WORKING IN OMO

Line 3: g_pkg_name CONSTANT VARCHAR2(30) := 'OZF_Fund_allocations_Pvt';

1: PACKAGE BODY OZF_Fund_allocations_Pvt AS
2: /* $Header: ozfvalcb.pls 120.6.12010000.2 2008/08/08 08:53:37 ateotia ship $*/
3: g_pkg_name CONSTANT VARCHAR2(30) := 'OZF_Fund_allocations_Pvt';
4:
5: -- yzhao 04/08/2003 fix bug 2897460 - RESOURCE GROUPS IN TERRITORY ADMIN NOT WORKING IN OMO
6: -- corresponds to JTF_TERR_RSC_ALL.RESOURCE_TYPE
7: G_RS_EMPLOYEE_TYPE CONSTANT VARCHAR2(30) := 'RS_EMPLOYEE';

Line 3739: END OZF_Fund_allocations_Pvt;

3735: , p_data => x_msg_data);
3736: END reject_request;
3737:
3738:
3739: END OZF_Fund_allocations_Pvt;
3740: