DBA Data[Home] [Help]

APPS.AP_TRIAL_BALANCE_PKG dependencies on AP_UTILITIES_PKG

Line 1135: l_invoice_amount := AP_UTILITIES_PKG.Ap_Round_Currency

1131: ELSE
1132:
1133: l_currency_code := Get_Base_Currency_Code(p_set_of_books_id);
1134:
1135: l_invoice_amount := AP_UTILITIES_PKG.Ap_Round_Currency
1136: ((p_invoice_amount *
1137: p_exchange_rate),
1138: l_currency_code);
1139: END IF;