DBA Data[Home] [Help]

APPS.IEX_COLL_IND dependencies on FND_CURRENCIES

Line 9: base_precision fnd_currencies.precision%type ,

5: --
6: TYPE curr_rec_type IS RECORD (
7: set_of_books_id ar_system_parameters.set_of_books_id%TYPE ,
8: base_currency gl_sets_of_books.currency_code%TYPE ,
9: base_precision fnd_currencies.precision%type ,
10: base_min_acc_unit fnd_currencies.minimum_accountable_unit%type ,
11: past_year_from DATE,
12: past_year_to DATE
13: );

Line 10: base_min_acc_unit fnd_currencies.minimum_accountable_unit%type ,

6: TYPE curr_rec_type IS RECORD (
7: set_of_books_id ar_system_parameters.set_of_books_id%TYPE ,
8: base_currency gl_sets_of_books.currency_code%TYPE ,
9: base_precision fnd_currencies.precision%type ,
10: base_min_acc_unit fnd_currencies.minimum_accountable_unit%type ,
11: past_year_from DATE,
12: past_year_to DATE
13: );
14: