DBA Data[Home] [Help]

APPS.JGRX_WT dependencies on FND_PROFILE

Line 198: fnd_profile.get('GL_SET_OF_BKS_ID', jgrx_wt.var.sob_id);

194: BEGIN
195: fa_rx_util_pkg.debug('jgrx_wt.before_report(+)');
196:
197: -- Get the Reporting SOB_ID, SOB_NAME, Functional_currency_code
198: fnd_profile.get('GL_SET_OF_BKS_ID', jgrx_wt.var.sob_id);
199:
200: begin
201: select name, currency_code, chart_of_accounts_id
202: into jgrx_wt.var.reporting_sob_name,