DBA Data[Home] [Help]

APPS.EAM_PM_LAST_SERVICE_PUB dependencies on EAM_PM_LAST_SERVICE_PUB

Line 1: PACKAGE BODY EAM_PM_LAST_SERVICE_PUB AS

1: PACKAGE BODY EAM_PM_LAST_SERVICE_PUB AS
2: /* $Header: EAMPPLSB.pls 120.2 2005/11/28 04:55:57 kmurthy noship $ */
3: -- Start of comments
4: -- API name : EAM_PM_LAST_SERVICE_PUB
5: -- Type : Public

Line 4: -- API name : EAM_PM_LAST_SERVICE_PUB

1: PACKAGE BODY EAM_PM_LAST_SERVICE_PUB AS
2: /* $Header: EAMPPLSB.pls 120.2 2005/11/28 04:55:57 kmurthy noship $ */
3: -- Start of comments
4: -- API name : EAM_PM_LAST_SERVICE_PUB
5: -- Type : Public
6: -- Function : insert_pm_last_service, update_pm_last_service
7: -- Pre-reqs : None.
8: -- Parameters :

Line 41: G_PKG_NAME CONSTANT VARCHAR2(30):='EAM_PM_LAST_SERVICE_PUB';

37: -- Notes : Note text
38: --
39: -- End of comments
40:
41: G_PKG_NAME CONSTANT VARCHAR2(30):='EAM_PM_LAST_SERVICE_PUB';
42:
43:
44:
45: procedure validate_pm_last_service(p_meter_id in number, p_actv_assoc_id in number)

Line 293: END EAM_PM_LAST_SERVICE_PUB;

289: );
290: END process_pm_last_service;
291:
292:
293: END EAM_PM_LAST_SERVICE_PUB;