DBA Data[Home] [Help]

APPS.AP_PAY_SINGLE_INVOICE_PKG dependencies on AP_UTILITIES_PKG

Line 374: l_period_name := ap_utilities_pkg.get_current_gl_date(p_check_date,

370:
371: l_debug_info := 'Get open period name ';
372: print_debuginfo(l_module_name, l_debug_info,
373: G_LEVEL_PROCEDURE);
374: l_period_name := ap_utilities_pkg.get_current_gl_date(p_check_date,
375: l_inv_rec.org_id);
376:
377: IF l_period_name IS NULL THEN
378:

Line 492: l_check_rec.xrate := ap_utilities_pkg.get_exchange_rate(

488: -- the value of the system parameter make_rate_mandatory_flag
489: -- --------------------------------------------------------
490:
491: l_check_rec.xrate_date := nvl(trunc(P_exchange_date),trunc(sysdate));
492: l_check_rec.xrate := ap_utilities_pkg.get_exchange_rate(
493: l_inv_rec.pmt_currency_code,
494: l_asp_rec.base_currency_code,
495: l_check_rec.xrate_type,
496: l_check_rec.xrate_date,

Line 1227: l_base_amount := ap_utilities_pkg.ap_round_currency(

1223: IF ( l_inv_rec.Pmt_Currency_code <> l_asp_rec.base_currency_code ) THEN
1224:
1225: IF ( l_check_rec.xrate_type = 'User' ) THEN
1226:
1227: l_base_amount := ap_utilities_pkg.ap_round_currency(
1228: (l_amount*l_check_rec.xrate),
1229: l_asp_rec.base_currency_code);
1230:
1231: ELSE -- exchange rate is other than USER