DBA Data[Home] [Help]

APPS.ASP_ALERTS_SVC_CONTRACT dependencies on ASP_ALERTS_SVC_CONTRACT

Line 1: PACKAGE BODY ASP_ALERTS_SVC_CONTRACT as

1: PACKAGE BODY ASP_ALERTS_SVC_CONTRACT as
2: /* $Header: aspaescb.pls 120.3 2005/09/13 17:19 axavier noship $ */
3: ---------------------------------------------------------------------------
4: -- Package Name: ASP_ALERTS_SVC_CONTRACT
5: ---------------------------------------------------------------------------

Line 4: -- Package Name: ASP_ALERTS_SVC_CONTRACT

1: PACKAGE BODY ASP_ALERTS_SVC_CONTRACT as
2: /* $Header: aspaescb.pls 120.3 2005/09/13 17:19 axavier noship $ */
3: ---------------------------------------------------------------------------
4: -- Package Name: ASP_ALERTS_SVC_CONTRACT
5: ---------------------------------------------------------------------------
6: -- Description:
7: -- Alerts for expiring service contract is obtained by this
8: -- Concurrent Program, which periodically looks at the transaction tables

Line 21: G_PKG_NAME CONSTANT VARCHAR2(30):= 'ASP_ALERTS_SVC_CONTRACT';

17:
18: /*-------------------------------------------------------------------------*
19: | Private Constants
20: *-------------------------------------------------------------------------*/
21: G_PKG_NAME CONSTANT VARCHAR2(30):= 'ASP_ALERTS_SVC_CONTRACT';
22: G_FILE_NAME CONSTANT VARCHAR2(12) := 'aspaescb.pls';
23: G_MODULE CONSTANT VARCHAR2(250) := 'asp.plsql.'||G_PKG_NAME||'.';
24:
25:

Line 330: END ASP_ALERTS_SVC_CONTRACT;

326:
327: END Alert_Expiring_SvcContracts;
328:
329:
330: END ASP_ALERTS_SVC_CONTRACT;
331: