DBA Data[Home] [Help]

APPS.OPI_DBI_CURRENCY_PKG dependencies on FINANCIALS_SYSTEM_PARAMS_ALL

Line 95: from financials_system_params_all fsp,

91:
92: if(p_selected_org <> 'ALL') then
93: select currency_code
94: into l_f_currency_code
95: from financials_system_params_all fsp,
96: gl_sets_of_books gsob
97: where fsp.org_id = p_selected_org
98: and fsp.set_of_books_id = gsob.set_of_books_id;
99:

Line 139: from financials_system_params_all fsp,

135: END IF;
136:
137: select currency_code
138: into l_f_currency_code
139: from financials_system_params_all fsp,
140: gl_sets_of_books gsob
141: where fsp.org_id = l_ou
142: and fsp.set_of_books_id = gsob.set_of_books_id;
143: