DBA Data[Home] [Help]

APPS.AP_RETRO_PRICING_UTIL_PKG dependencies on AP_UTILITIES_PKG

Line 1281: l_invoice_amount := ap_utilities_pkg.ap_round_currency(

1277: AP_IMPORT_UTILITIES_PKG.Print(
1278: AP_IMPORT_INVOICES_PKG.g_debug_switch,debug_info);
1279: END IF;
1280:
1281: l_invoice_amount := ap_utilities_pkg.ap_round_currency(
1282: l_invoice_amount,
1283: p_invoice_currency_code);
1284: END IF;
1285: