DBA Data[Home] [Help]

APPS.JGRX_WT dependencies on GL_SETS_OF_BOOKS

Line 31: l_coa_id gl_sets_of_books.chart_of_accounts_id%TYPE;

27: /**************************************************************************
28: * Definition of private variables to be used inside the package *
29: **************************************************************************/
30:
31: l_coa_id gl_sets_of_books.chart_of_accounts_id%TYPE;
32: l_msg varchar2(500);
33: l_retcode number :=0;
34: l_errbuf varchar2(2000);
35:

Line 204: from gl_sets_of_books

200: begin
201: select name, currency_code, chart_of_accounts_id
202: into jgrx_wt.var.reporting_sob_name,
203: jgrx_wt.var.func_currency_code, l_coa_id
204: from gl_sets_of_books
205: where set_of_books_id = jgrx_wt.var.sob_id;
206: exception
207: WHEN no_data_found THEN
208: RAISE_APPLICATION_ERROR(-20010,sqlerrm);