DBA Data[Home] [Help]

APPS.GME_TERMINATE_BATCH_PVT dependencies on GME_TERMINATE_BATCH_PVT

Line 1: PACKAGE BODY gme_terminate_batch_pvt AS

1: PACKAGE BODY gme_terminate_batch_pvt AS
2: /* $Header: GMEVTRBB.pls 120.5.12010000.2 2010/03/30 19:52:53 gmurator ship $ */
3: g_debug VARCHAR2 (5) := fnd_profile.VALUE ('AFLOG_LEVEL');
4: g_pkg_name CONSTANT VARCHAR2 (30) := 'GME_TERMINATE_BATCH_PVT';
5:

Line 4: g_pkg_name CONSTANT VARCHAR2 (30) := 'GME_TERMINATE_BATCH_PVT';

1: PACKAGE BODY gme_terminate_batch_pvt AS
2: /* $Header: GMEVTRBB.pls 120.5.12010000.2 2010/03/30 19:52:53 gmurator ship $ */
3: g_debug VARCHAR2 (5) := fnd_profile.VALUE ('AFLOG_LEVEL');
4: g_pkg_name CONSTANT VARCHAR2 (30) := 'GME_TERMINATE_BATCH_PVT';
5:
6: /*
7: REM *********************************************************************
8: REM *

Line 169: gme_terminate_batch_pvt.terminate_batch

165: IF l_in_batch_header_rec.batch_status = 2 THEN
166: l_in_batch_header_rec.actual_cmplt_date :=
167: p_batch_header_rec.actual_cmplt_date;
168: -- Recursive call to private API.for terminate
169: gme_terminate_batch_pvt.terminate_batch
170: (p_batch_header_rec => l_in_batch_header_rec
171: ,x_batch_header_rec => l_batch_header_rec
172: ,x_return_status => x_return_status);
173:

Line 540: END gme_terminate_batch_pvt;

536: ,gme_debug.g_log_error
537: ,'terminate_batch');
538: END IF;
539: END abort_wf;
540: END gme_terminate_batch_pvt;