DBA Data[Home] [Help]

APPS.RCV_ROI_TRANSACTION dependencies on GL_CURRENCY_API

Line 5601: x_rate := gl_currency_api.get_rate(x_sob_Id,

5597: IF ( temp_cascaded_table(current_n).currency_conversion_date IS NOT NULL ) THEN --{
5598: /* Bug 13013727 Calculating the corresponding Rate here. Modified code to handle the exception and log a
5599: message into the log file if there is no Rate defined for the particular Rate Date and Rate Type */
5600: BEGIN
5601: x_rate := gl_currency_api.get_rate(x_sob_Id,
5602: x_ShipmentDistributionRec.currency_code,
5603: temp_cascaded_table(current_n).currency_conversion_date,
5604: x_ShipmentDistributionRec.rate_type);
5605: x_rate := round(x_rate,28);

Line 5621: x_rate := gl_currency_api.get_rate(x_sob_Id,

5617: /* Bug 13013727 Calculating the corresponding Rate here. Modified code to handle the exception and log a
5618: message into the log file if there is no Rate defined for the particular Rate Date and Rate Type */
5619: BEGIN
5620: temp_cascaded_table(current_n).currency_conversion_date := x_cascaded_table(n).transaction_date;
5621: x_rate := gl_currency_api.get_rate(x_sob_Id,
5622: x_ShipmentDistributionRec.currency_code,
5623: temp_cascaded_table(current_n).currency_conversion_date,
5624: x_ShipmentDistributionRec.rate_type);
5625: x_rate := round(x_rate,28);

Line 7186: x_rate := gl_currency_api.get_rate(x_sob_Id,

7182: IF ( temp_cascaded_table(current_n).currency_conversion_date IS NOT NULL ) THEN --{
7183: /* Bug 13013727 Calculating the corresponding Rate here. Modified code to handle the exception and log a
7184: message into the log file if there is no Rate defined for the particular Rate Date and Rate Type */
7185: BEGIN
7186: x_rate := gl_currency_api.get_rate(x_sob_Id,
7187: x_ShipmentDistributionRec.currency_code,
7188: temp_cascaded_table(current_n).currency_conversion_date,
7189: x_ShipmentDistributionRec.rate_type);
7190: x_rate := round(x_rate,28);

Line 7206: x_rate := gl_currency_api.get_rate(x_sob_Id,

7202: /* Bug 13013727 Calculating the corresponding Rate here. Modified code to handle the exception and log a
7203: message into the log file if there is no Rate defined for the particular Rate Date and Rate Type */
7204: BEGIN
7205: temp_cascaded_table(current_n).currency_conversion_date := x_cascaded_table(n).transaction_date;
7206: x_rate := gl_currency_api.get_rate(x_sob_Id,
7207: x_ShipmentDistributionRec.currency_code,
7208: temp_cascaded_table(current_n).currency_conversion_date,
7209: x_ShipmentDistributionRec.rate_type);
7210: x_rate := round(x_rate,28);