DBA Data[Home] [Help]

APPS.ARP_PROCESS_MISC_RECEIPTS dependencies on GL_CURRENCY_API

Line 49: | gl_currency_api.convert_amount instead. This |

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

Line 287: l_acctd_amount := gl_currency_api.convert_amount(

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

Line 687: | gl_currency_api.convert_amount instead. This |

683: | functional currency. |
684: | 21-MAY-98 KTANG For all calls to calc_acctd_amount which |
685: | calculates header accounted amounts, if the |
686: | exchange_rate_type is not user, call |
687: | gl_currency_api.convert_amount instead. This |
688: | is for triangulation. |
689: | |
690: | 27-NOV-98 GJWANG Added parameter tax_rate when insert |
691: | 20-MAY-05 J Beckett Added p_legal_entity_id for R12 LE uptake |

Line 999: l_acctd_amount := gl_currency_api.convert_amount(

995: l_dummy,
996: l_dummy,
997: l_dummy);
998: ELSE
999: l_acctd_amount := gl_currency_api.convert_amount(
1000: arp_global.set_of_books_id,
1001: l_cr_rec.currency_code,
1002: l_cr_rec.exchange_date,
1003: l_cr_rec.exchange_rate_type,