DBA Data[Home] [Help]

APPS.AP_PMT_CALLOUT_PKG dependencies on AP_UTILITIES_PKG

Line 1235: ap_utilities_pkg.get_gl_period_name(l_check_date,l_current_org_id)

1231: 'PAYMENT', 'Y', 'BOTH', 'Y',
1232: 'N')),
1233: 'N'),
1234: asp.set_of_books_id,
1235: ap_utilities_pkg.get_gl_period_name(l_check_date,l_current_org_id)
1236: INTO l_when_to_account_payment,
1237: --l_prorate_int_inv_across_dists,
1238: l_interest_code_combination_id,
1239: l_base_currency_code,

Line 1800: ap_utilities_pkg.get_exchange_rate(

1796: ap_pmt_callout_pkg.get_user_rate(
1797: l_base_currency_code,
1798: iby.payment_currency_code,
1799: l_checkrun_id),
1800: ap_utilities_pkg.get_exchange_rate(
1801: iby.payment_currency_code,
1802: l_base_currency_code,
1803: l_exchange_rate_type,
1804: l_check_date,

Line 1829: ap_utilities_pkg.get_exchange_rate(

1825: decode(l_exchange_rate_type, 'User',
1826: ap_pmt_callout_pkg.get_user_rate(l_base_currency_code,
1827: iby.payment_currency_code,
1828: l_checkrun_id),
1829: ap_utilities_pkg.get_exchange_rate(
1830: iby.payment_currency_code,
1831: l_base_currency_code,
1832: l_exchange_rate_type,
1833: iby.maturity_date,