DBA Data[Home] [Help]

APPS.GMF_GL_GET_CURRENCIES dependencies on GMF_GL_GET_CURRENCIES

Line 1: PACKAGE BODY GMF_GL_GET_CURRENCIES AS

1: PACKAGE BODY GMF_GL_GET_CURRENCIES AS
2: /* $Header: gmfcurdb.pls 115.0 99/07/16 04:17:05 porting shi $ */
3: CURSOR cur_gl_get_currencies(st_date date, en_date date,
4: cur_code varchar2) IS
5: SELECT currency_code, name, description, precision, symbol,

Line 57: END GMF_GL_GET_CURRENCIES; /* END GMF_GL_GET_CURRENCIES*/

53: exception
54: when others then
55: error_status := SQLCODE;
56: END; /* End of procedure proc_gl_get_currencies*/
57: END GMF_GL_GET_CURRENCIES; /* END GMF_GL_GET_CURRENCIES*/