DBA Data[Home] [Help]

APPS.OE_ORDER_PRICE_PVT dependencies on GL_CURRENCY_API

Line 1844: gl_currency_api.convert_closest_amount

1840: IF nvl(l_transactional_curr_code,'XXX') <> nvl(l_set_of_books.currency_code,'XXX') THEN
1841: IF l_debug_level > 0 THEN
1842: oe_debug_pub.add('pviprana: first conversion: conversion_type is '|| l_transactional_curr_code);
1843: END IF;
1844: gl_currency_api.convert_closest_amount
1845: ( x_from_currency => l_transactional_curr_code
1846: , x_to_currency => l_set_of_books.currency_code
1847: , x_conversion_date => nvl(l_conversion_rate_date,sysdate)
1848: , x_conversion_type => l_conversion_type_code

Line 1864: gl_currency_api.convert_closest_amount

1860: IF nvl(l_set_of_books.currency_code,'XXX') <> nvl(oe_order_pub.g_hdr.transactional_curr_code,'XXX') THEN
1861: IF l_debug_level > 0 THEN
1862: oe_debug_pub.add('pviprana: second conversion: conversion_type is '|| oe_order_pub.g_hdr.conversion_type_code);
1863: END IF;
1864: gl_currency_api.convert_closest_amount
1865: ( x_from_currency => l_set_of_books.currency_code
1866: , x_to_currency => oe_order_pub.g_hdr.transactional_curr_code
1867: , x_conversion_date => nvl(oe_order_pub.g_hdr.conversion_rate_date,sysdate)
1868: , x_conversion_type => oe_order_pub.g_hdr.conversion_type_code