DBA Data[Home] [Help]

APPS.ARP_PROCESS_ADJUSTMENT dependencies on FND_CURRENCIES

Line 9: pg_base_precision fnd_currencies.precision%type;

5: pg_msg_level_debug binary_integer;
6: pg_user_id binary_integer;
7: pg_text_dummy varchar2(10);
8: pg_base_curr_code gl_sets_of_books.currency_code%type;
9: pg_base_precision fnd_currencies.precision%type;
10: pg_base_min_acc_unit fnd_currencies.minimum_accountable_unit%type;
11: /* VAT changes */
12: SUBTYPE ae_doc_rec_type IS arp_acct_main.ae_doc_rec_type;
13:

Line 10: pg_base_min_acc_unit fnd_currencies.minimum_accountable_unit%type;

6: pg_user_id binary_integer;
7: pg_text_dummy varchar2(10);
8: pg_base_curr_code gl_sets_of_books.currency_code%type;
9: pg_base_precision fnd_currencies.precision%type;
10: pg_base_min_acc_unit fnd_currencies.minimum_accountable_unit%type;
11: /* VAT changes */
12: SUBTYPE ae_doc_rec_type IS arp_acct_main.ae_doc_rec_type;
13:
14: