DBA Data[Home] [Help]

APPS.ARP_PROCESS_MISC_RECEIPTS dependencies on GL_CURRENCY_API

Line 50: | gl_currency_api.convert_amount instead. This |

46: | before updating distributions table. |
47: | 21-MAY-98 KTANG For all calls to calc_acctd_amount which |
48: | calculates header accounted amounts, if the |
49: | exchange_rate_type is not user, call |
50: | gl_currency_api.convert_amount instead. This |
51: | is for triangulation. |
52: | 26-JUL-99 GJWANG Do not call accounting routine for update if |
53: | misc rec has been posted |
54: | 26-AUG-99 GJWANG Bug 923425: check posting only on the current|

Line 286: l_acctd_amount := gl_currency_api.convert_amount(

282: l_dummy,
283: l_dummy,
284: l_dummy);
285: ELSE
286: l_acctd_amount := gl_currency_api.convert_amount(
287: arp_global.set_of_books_id,
288: l_cr_rec.currency_code,
289: l_cr_rec.exchange_date,
290: l_cr_rec.exchange_rate_type,

Line 660: | gl_currency_api.convert_amount instead. This |

656: | functional currency. |
657: | 21-MAY-98 KTANG For all calls to calc_acctd_amount which |
658: | calculates header accounted amounts, if the |
659: | exchange_rate_type is not user, call |
660: | gl_currency_api.convert_amount instead. This |
661: | is for triangulation. |
662: | |
663: | 27-NOV-98 GJWANG Added parameter tax_rate when insert |
664: | 20-MAY-05 J Beckett Added p_legal_entity_id for R12 LE uptake |

Line 963: l_acctd_amount := gl_currency_api.convert_amount(

959: l_dummy,
960: l_dummy,
961: l_dummy);
962: ELSE
963: l_acctd_amount := gl_currency_api.convert_amount(
964: arp_global.set_of_books_id,
965: l_cr_rec.currency_code,
966: l_cr_rec.exchange_date,
967: l_cr_rec.exchange_rate_type,