DBA Data[Home] [Help]

APPS.AP_PMT_CALLOUT_PKG dependencies on GL_CURRENCY_API

Line 71: l_base_amount := gl_currency_api.convert_amount_sql(

67:
68: else --exchange rate is not a user rate
69:
70:
71: l_base_amount := gl_currency_api.convert_amount_sql(
72: p_payment_currency_code,
73: p_base_currency_code,
74: p_exchange_date,
75: p_exchange_rate_type,

Line 2035: decode(gl_currency_api.convert_amount_sql(

2031: cegl.ap_asset_ccid,
2032: decode(AI.invoice_currency_code, l_base_currency_code,
2033: decode(ibydocs.payment_currency_code, l_base_currency_code,
2034: null,
2035: decode(gl_currency_api.convert_amount_sql(
2036: ibydocs.payment_currency_code,
2037: l_base_currency_code,
2038: AI.payment_cross_rate_date,
2039: AI.payment_cross_rate_type,

Line 2043: gl_currency_api.convert_amount_sql(

2039: AI.payment_cross_rate_type,
2040: abs(ibydocs.payment_amount)),
2041: -1, null, -2, null,
2042: -1, null, -2, null,
2043: gl_currency_api.convert_amount_sql(
2044: ibydocs.payment_currency_code,
2045: l_base_currency_code,
2046: AI.payment_cross_rate_date,
2047: AI.payment_cross_rate_type,

Line 2075: decode(gl_currency_api.convert_amount_sql(

2071: ibydocs.payment_currency_code,
2072: l_checkrun_id))
2073: / l_base_currency_mac)
2074: * l_base_currency_mac),
2075: decode(gl_currency_api.convert_amount_sql(
2076: ibydocs.payment_currency_code,
2077: l_base_currency_code,
2078: l_check_date,
2079: l_exchange_rate_type,

Line 2082: gl_currency_api.convert_amount_sql(

2078: l_check_date,
2079: l_exchange_rate_type,
2080: abs(ibydocs.payment_amount)),
2081: -1, null, -2, null,
2082: gl_currency_api.convert_amount_sql(
2083: ibydocs.payment_currency_code,
2084: l_base_currency_code,
2085: l_check_date,
2086: l_exchange_rate_type,