DBA Data[Home] [Help]

APPS.AP_WITHHOLDING_PKG dependencies on GL_CURRENCY_API

Line 1800: IF ( gl_currency_api.is_fixed_rate(ta_payment_currency_code,

1796: FND_LOG.STRING(G_LEVEL_STATEMENT,G_MODULE_NAME||DBG_Loc,debug_info);
1797: END IF;
1798:
1799: --bug 8266021 changed the parameters from rec_awt_lines to rec_awt_invs
1800: IF ( gl_currency_api.is_fixed_rate(ta_payment_currency_code,
1801: base_currency,
1802: rec_awt_invs.accounting_date) = 'Y' AND
1803: ta_payment_currency_code <> base_currency ) THEN
1804:

Line 1805: c_payment_cross_rate := gl_currency_api.get_rate(base_currency,

1801: base_currency,
1802: rec_awt_invs.accounting_date) = 'Y' AND
1803: ta_payment_currency_code <> base_currency ) THEN
1804:
1805: c_payment_cross_rate := gl_currency_api.get_rate(base_currency,
1806: ta_payment_currency_code,
1807: rec_awt_invs.accounting_date,
1808: 'EMU FIXED');
1809: c_payment_cross_rate_type := 'EMU FIXED';

Line 1926: ,gl_currency_api.convert_amount(

1922: ,base_currency
1923: ,ta_payment_currency_code
1924: ,c_payment_cross_rate
1925: ,rec_awt_invs.invoice_amount
1926: ,gl_currency_api.convert_amount(
1927: base_currency,
1928: ta_payment_currency_code,
1929: rec_awt_invs.accounting_date,
1930: c_payment_cross_rate_type,

Line 2388: ,gl_currency_api.convert_amount(

2384: ,ta_payment_priority
2385: ,l_batch_id --bug 8266021
2386: ,inv_terms_date
2387: ,rec_awt_invs.invoice_amount --bug 8266021
2388: ,gl_currency_api.convert_amount(
2389: base_currency,
2390: ta_payment_currency_code,
2391: rec_awt_invs.accounting_date, --bug 8266021
2392: c_payment_cross_rate_type,