DBA Data[Home] [Help]

APPS.PA_STATUSES_PVT dependencies on PA_STATUSES_PVT

Line 1: PACKAGE BODY PA_STATUSES_PVT as

1: PACKAGE BODY PA_STATUSES_PVT as
2: /* $Header: PARSTAVB.pls 120.1 2005/08/19 17:00:43 mwasowic noship $ */
3: -- Start of Comments
4: -- Package name : PA_STATUSES_PVT
5: -- Purpose : Private Package for table PA_PROJECT_STATUSES

Line 4: -- Package name : PA_STATUSES_PVT

1: PACKAGE BODY PA_STATUSES_PVT as
2: /* $Header: PARSTAVB.pls 120.1 2005/08/19 17:00:43 mwasowic noship $ */
3: -- Start of Comments
4: -- Package name : PA_STATUSES_PVT
5: -- Purpose : Private Package for table PA_PROJECT_STATUSES
6: -- History : 07-JUL-2000 Mohnish Created
7: -- 11-OCT-2000 Partha serveroutput is removed
8: -- 14-FEB-2003 mrajput Bug2778408 : Added api Process_Phase_Code_Delete

Line 18: G_PKG_NAME CONSTANT VARCHAR2(30) :='PA_STATUSES_PVT';

14: -- : delete_status_pvt PL/SQL procedure
15:
16: -- End of Comments
17: --Global constants to be used in error messages
18: G_PKG_NAME CONSTANT VARCHAR2(30) :='PA_STATUSES_PVT';
19: G_USER_ID CONSTANT NUMBER := FND_GLOBAL.user_id;
20: G_LOGIN_ID CONSTANT NUMBER := FND_GLOBAL.login_id;
21:
22: -- ============================================================================

Line 202: end PA_STATUSES_PVT;

198: END delete_status_pvt;
199:
200: --------------------------------------------------------------------------------
201:
202: end PA_STATUSES_PVT;