DBA Data[Home] [Help]

APPS.GMF_GL_GET_BASE_CUR SQL Statements

The following lines contain the word 'select', 'insert', 'update' or 'delete':

Line: 8

			select currency_code
			into base_currency
			from gl_sets_of_books sob,
			     ar_system_parameters_all ars
			where sob.set_of_books_id = ars.set_of_books_id
			and   nvl(ars.org_id,0) = nvl(porg_id, nvl(ars.org_id,0));