DBA Data[Home] [Help]

APPS.CTO_AUTO_PURGE_PK dependencies on CTO_AUTO_PURGE_PK

Line 1: PACKAGE BODY cto_auto_purge_pk AS

1: PACKAGE BODY cto_auto_purge_pk AS
2: /*$Header: CTODCFGB.pls 120.4 2008/01/18 16:54:03 abhissri ship $ */
3: /*============================================================================+
4: | Copyright (c) 1999 Oracle Corporation Belmont, California, USA |
5: | All rights reserved. |

Line 21: g_pkg_name CONSTANT VARCHAR2(30) := 'CTO_AUTO_PURGE_PK';

17: | 21-Jun-2005 Renga Kannan Added nocopy hint for all out parameters.
18: | |
19: =============================================================================*/
20:
21: g_pkg_name CONSTANT VARCHAR2(30) := 'CTO_AUTO_PURGE_PK';
22:
23:
24:
25: /**************************************************************************

Line 299: END cto_auto_purge_pk;

295: conc_status := FND_CONCURRENT.SET_COMPLETION_STATUS('ERROR',Current_Error_Code);
296: END auto_purge;
297:
298:
299: END cto_auto_purge_pk;