DBA Data[Home] [Help]

APPS.AP_RETRO_PRICING_UTIL_PKG dependencies on AP_UTILITIES_PKG

Line 1294: l_invoice_amount := ap_utilities_pkg.ap_round_currency(

1290: AP_IMPORT_UTILITIES_PKG.Print(
1291: AP_IMPORT_INVOICES_PKG.g_debug_switch,debug_info);
1292: END IF;
1293:
1294: l_invoice_amount := ap_utilities_pkg.ap_round_currency(
1295: l_invoice_amount,
1296: p_invoice_currency_code);
1297: END IF;
1298: