DBA Data[Home] [Help]

APPS.ARP_ADJUSTMENTS_PKG dependencies on ARPCURR

Line 2943: | with arpcurr.functional_amount |

2939: | Get adjustment_number from the sequence|
2940: | Calculate acctd_amount if it's not |
2941: | passed in. |
2942: | 06-SEP-95 Martin Johnson Replaced arp_standard.functional_amount|
2943: | with arpcurr.functional_amount |
2944: | |
2945: | 03-FEB-00 Saloni Shah Changes made for BR/BOE project. |
2946: | Need to get the value of accounting |
2947: | affect flag for the receivables trx |

Line 3085: arpcurr.functional_amount(

3081: p_adj_rec.amount,
3082: nvl(p_adj_rec.acctd_amount,
3083: decode(p_adj_rec.amount,
3084: null, to_number(null),
3085: arpcurr.functional_amount(
3086: p_adj_rec.amount,
3087: pg_base_curr_code,
3088: nvl(p_exchange_rate, 1),
3089: pg_base_precision,