DBA Data[Home] [Help]

PACKAGE: APPS.GME_TERMINATE_BATCH_PVT

Source


1 PACKAGE gme_terminate_batch_pvt AS
2 /*  $Header: GMEVTRBS.pls 120.1 2005/06/03 12:24:34 appldev  $    */
3 /*
4 REM *********************************************************************
5 REM *
6 REM * FILE:    GMEVTRBS.pls
7 REM * PURPOSE: Package Specification for the GME batch terminate api
8 REM * AUTHOR:  Pawan Kumar
9 REM * DATE:    2 May 2005
10 REM * HISTORY:
11 REM * ========
12 REM **********************************************************************
13 */
14    PROCEDURE terminate_batch (
15       p_batch_header_rec   IN              gme_batch_header%ROWTYPE
16      ,x_batch_header_rec   OUT NOCOPY      gme_batch_header%ROWTYPE
17      ,x_return_status      OUT NOCOPY      VARCHAR2);
18 
19    PROCEDURE abort_wf (p_type IN VARCHAR2, p_item_id IN NUMBER);
20 END gme_terminate_batch_pvt;