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 2006/06/19 18:19:24 pxkumar noship $ */
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 2006/06/19 18:19:24 pxkumar noship $ */
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 165: gme_terminate_batch_pvt.terminate_batch

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

Line 529: END gme_terminate_batch_pvt;

525: ,gme_debug.g_log_error
526: ,'terminate_batch');
527: END IF;
528: END abort_wf;
529: END gme_terminate_batch_pvt;