DBA Data[Home] [Help]

APPS.JAI_PO_WF_UTIL_PUB dependencies on GL_CURRENCY_API

Line 155: gl_currency_api.get_closest_triangulation_rate

151: --dbms_output.put_line ( 'if 2');
152: ELSE
153: -- In other cases, coverting the currency by the type and date
154: -- defined in the REQ line level
155: gl_currency_api.get_closest_triangulation_rate
156: ( x_from_currency => pv_tax_currency
157: , x_to_currency => lv_base_currency
158: , x_conversion_date => ld_req_conv_curr_rate_date
159: , x_conversion_type => lv_req_conv_curr_rate_type

Line 270: gl_currency_api.get_closest_triangulation_rate

266: ELSE
267: -- the converation rate is not defined
268: -- user the convertion type / converstion date defined in the po header
269: -- change the tax currency to the PO/PA currency
270: gl_currency_api.get_closest_triangulation_rate
271: ( x_from_currency => pv_tax_currency
272: , x_to_currency => lv_po_currency
273: , x_conversion_date => ld_po_currency_rate_date
274: , x_conversion_type => lv_po_currency_rate_type