DBA Data[Home] [Help]

APPS.ARP_TRX_UTIL dependencies on FND_CURRENCIES

Line 5: pg_base_precision fnd_currencies.precision%type;

1: PACKAGE BODY ARP_TRX_UTIL AS
2: /* $Header: ARTUTILB.pls 120.10 2008/06/30 06:25:22 tthangav ship $ */
3:
4: pg_base_curr_code gl_sets_of_books.currency_code%type;
5: pg_base_precision fnd_currencies.precision%type;
6: pg_base_min_acc_unit fnd_currencies.minimum_accountable_unit%type;
7:
8: /*===========================================================================+
9: | PROCEDURE |

Line 6: pg_base_min_acc_unit fnd_currencies.minimum_accountable_unit%type;

2: /* $Header: ARTUTILB.pls 120.10 2008/06/30 06:25:22 tthangav ship $ */
3:
4: pg_base_curr_code gl_sets_of_books.currency_code%type;
5: pg_base_precision fnd_currencies.precision%type;
6: pg_base_min_acc_unit fnd_currencies.minimum_accountable_unit%type;
7:
8: /*===========================================================================+
9: | PROCEDURE |
10: | delete_transaction |