DBA Data[Home] [Help]

APPS.GME_ERES_UTILS dependencies on GME_ERES_UTILS

Line 1: PACKAGE BODY gme_eres_utils AS

1: PACKAGE BODY gme_eres_utils AS
2: /* $Header: GMEERESB.pls 120.2 2005/07/17 21:32:52 jsrivast noship $ */
3: /*
4: REM **********************************************************************
5: REM * *

Line 7: REM * PURPOSE: Package Body for the GME ERES_UTILS routines *

3: /*
4: REM **********************************************************************
5: REM * *
6: REM * FILE: GMEERESB.pls *
7: REM * PURPOSE: Package Body for the GME ERES_UTILS routines *
8: REM * It contens all the routines to support the ERES output *
9: REM * during XML mapping, used by gateway product. *
10: REM * AUTHOR: Shrikant Nene, OPM Development *
11: REM * DATE: August 18th 2002 *

Line 55: END gme_eres_utils;

51: OPEN get_doc_number (p_batch_id);
52: FETCH get_doc_number INTO x_batch_number;
53: CLOSE get_doc_number;
54: END get_batch_number;
55: END gme_eres_utils;