DBA Data[Home] [Help]

APPS.AP_WEB_AMOUNT_UTIL dependencies on AP_SYSTEM_PARAMETERS_ALL

Line 171: from ap_system_parameters_all asp

167:
168: begin
169: select base_currency_code, asp.set_of_books_id, asp.default_exchange_rate_type
170: into l_curr_code, l_sob_id, l_default_exchange_rate_type
171: from ap_system_parameters_all asp
172: where asp.org_id = p_org_id;
173:
174: p_func_curr_code := l_curr_code;
175: p_sob_id := l_sob_id;

Line 304: ap_system_parameters_all asp,

300:
301: select asp.default_exchange_rate_type
302: into l_exchange_rate_type
303: from per_employees_x pex,
304: ap_system_parameters_all asp,
305: fnd_user fu
306: where
307: pex.set_of_books_id = asp.set_of_books_id and
308: fu.employee_id = pex.employee_id and