DBA Data[Home] [Help]

APPS.OE_ORDER_PRICE_PVT dependencies on GL_CURRENCY_API

Line 1845: gl_currency_api.convert_closest_amount

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

Line 1865: gl_currency_api.convert_closest_amount

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