DBA Data[Home] [Help]

APPS.IEX_UTILITIES dependencies on GL_CURRENCY_API

Line 2609: l_convert_amount := gl_currency_api.convert_amount(

2605: exit;
2606: end if;
2607: if (l_invoice_currency_code <> p_min_currency_code) then
2608: begin
2609: l_convert_amount := gl_currency_api.convert_amount(
2610: x_from_currency => l_invoice_currency_code
2611: ,x_to_currency => p_min_currency_code
2612: ,x_conversion_date => sysdate
2613: ,x_conversion_type => l_rate_type

Line 2645: l_convert_amount := gl_currency_api.convert_amount(

2641: exit;
2642: end if;
2643: if (l_cm_ar_currency_code <> p_min_currency_code) then
2644: begin
2645: l_convert_amount := gl_currency_api.convert_amount(
2646: x_from_currency => l_cm_ar_currency_code
2647: ,x_to_currency => p_min_currency_code
2648: ,x_conversion_date => sysdate
2649: ,x_conversion_type => l_rate_type

Line 2726: l_convert_amount := gl_currency_api.convert_amount(

2722: exit;
2723: end if;
2724: if (l_invoice_currency_code <> p_min_currency_code) then
2725: begin
2726: l_convert_amount := gl_currency_api.convert_amount(
2727: x_from_currency => l_invoice_currency_code
2728: ,x_to_currency => p_min_currency_code
2729: ,x_conversion_date => sysdate
2730: ,x_conversion_type => l_rate_type

Line 2762: l_convert_amount := gl_currency_api.convert_amount(

2758: exit;
2759: end if;
2760: if (l_cm_ar_currency_code <> p_min_currency_code) then
2761: begin
2762: l_convert_amount := gl_currency_api.convert_amount(
2763: x_from_currency => l_cm_ar_currency_code
2764: , x_to_currency => p_min_currency_code
2765: , x_conversion_date => sysdate
2766: , x_conversion_type => l_rate_type

Line 3179: l_convert_amount := gl_currency_api.convert_amount(

3175: exit;
3176: end if;
3177: if (l_invoice_currency_code <> l_min_currency_code) then
3178: begin
3179: l_convert_amount := gl_currency_api.convert_amount(
3180: x_from_currency => l_invoice_currency_code
3181: ,x_to_currency => l_min_currency_code
3182: ,x_conversion_date => sysdate
3183: ,x_conversion_type => l_rate_type

Line 3229: l_convert_amount := gl_currency_api.convert_amount(

3225: exit;
3226: end if;
3227: if (l_cm_ar_currency_code <> l_min_currency_code) then
3228: begin
3229: l_convert_amount := gl_currency_api.convert_amount(
3230: x_from_currency => l_cm_ar_currency_code
3231: ,x_to_currency => l_min_currency_code
3232: ,x_conversion_date => sysdate
3233: ,x_conversion_type => l_rate_type

Line 3267: l_convert_amount := gl_currency_api.convert_amount(

3263: end if;
3264: if (l_invoice_currency_code <> l_min_currency_code) then
3265: FND_FILE.PUT_LINE(FND_FILE.LOG,'curr not equal..converting...');
3266: begin
3267: l_convert_amount := gl_currency_api.convert_amount(
3268: x_from_currency => l_invoice_currency_code
3269: ,x_to_currency => l_min_currency_code
3270: ,x_conversion_date => sysdate
3271: ,x_conversion_type => l_rate_type

Line 3321: l_convert_amount := gl_currency_api.convert_amount(

3317: exit;
3318: end if;
3319: if (l_cm_ar_currency_code <> l_min_currency_code) then
3320: begin
3321: l_convert_amount := gl_currency_api.convert_amount(
3322: x_from_currency => l_cm_ar_currency_code
3323: ,x_to_currency => l_min_currency_code
3324: ,x_conversion_date => sysdate
3325: ,x_conversion_type => l_rate_type