DBA Data[Home] [Help]

APPS.AP_PMT_CALLOUT_PKG dependencies on AP_UTILITIES_PKG

Line 1029: ap_utilities_pkg.get_gl_period_name(l_check_date,l_current_org_id)

1025: 'PAYMENT', 'Y',
1026: 'N')),
1027: 'N'),
1028: asp.set_of_books_id,
1029: ap_utilities_pkg.get_gl_period_name(l_check_date,l_current_org_id)
1030: INTO l_when_to_account_payment,
1031: --l_prorate_int_inv_across_dists,
1032: l_interest_code_combination_id,
1033: l_base_currency_code,

Line 1162: nvl(ap_utilities_pkg.get_exchange_rate(

1158: ap_pmt_callout_pkg.get_user_rate(
1159: l_base_currency_code,
1160: ibypmts.payment_currency_code,
1161: l_checkrun_id),
1162: nvl(ap_utilities_pkg.get_exchange_rate(
1163: ibypmts.payment_currency_code,
1164: l_base_currency_code,
1165: l_exchange_rate_type,
1166: l_check_date,

Line 1175: nvl(ap_utilities_pkg.get_exchange_rate(

1171: ap_pmt_callout_pkg.get_user_rate(
1172: l_base_currency_code,
1173: ibypmts.payment_currency_code,
1174: l_checkrun_id),
1175: nvl(ap_utilities_pkg.get_exchange_rate(
1176: ibypmts.payment_currency_code,
1177: l_base_currency_code,
1178: l_exchange_rate_type,
1179: l_check_date,

Line 1275: nvl(ap_utilities_pkg.get_exchange_rate(

1271: ap_pmt_callout_pkg.get_user_rate(
1272: l_base_currency_code,
1273: ibypmts.payment_currency_code,
1274: l_checkrun_id),
1275: nvl(ap_utilities_pkg.get_exchange_rate(
1276: ibypmts.payment_currency_code,
1277: l_base_currency_code,
1278: l_exchange_rate_type,
1279: l_check_date,

Line 1287: nvl(ap_utilities_pkg.get_exchange_rate(

1283: ap_pmt_callout_pkg.get_user_rate(
1284: l_base_currency_code,
1285: ibypmts.payment_currency_code,
1286: l_checkrun_id),
1287: nvl(ap_utilities_pkg.get_exchange_rate(
1288: ibypmts.payment_currency_code,
1289: l_base_currency_code,
1290: l_exchange_rate_type,
1291: l_check_date,

Line 1626: ap_utilities_pkg.get_exchange_rate(

1622: ap_pmt_callout_pkg.get_user_rate(
1623: l_base_currency_code,
1624: iby.payment_currency_code,
1625: l_checkrun_id),
1626: ap_utilities_pkg.get_exchange_rate(
1627: iby.payment_currency_code,
1628: l_base_currency_code,
1629: l_exchange_rate_type,
1630: l_check_date,

Line 1655: ap_utilities_pkg.get_exchange_rate(

1651: decode(l_exchange_rate_type, 'User',
1652: ap_pmt_callout_pkg.get_user_rate(l_base_currency_code,
1653: iby.payment_currency_code,
1654: l_checkrun_id),
1655: ap_utilities_pkg.get_exchange_rate(
1656: iby.payment_currency_code,
1657: l_base_currency_code,
1658: l_exchange_rate_type,
1659: iby.maturity_date,