DBA Data[Home] [Help]

APPS.ARP_COLL_IND dependencies on GL_SETS_OF_BOOKS

Line 21: base_currency gl_sets_of_books.currency_code%TYPE ,

17: --System parameter record can be modified based on info required
18: --
19: TYPE curr_rec_type IS RECORD (
20: set_of_books_id ar_system_parameters.set_of_books_id%TYPE ,
21: base_currency gl_sets_of_books.currency_code%TYPE ,
22: base_precision fnd_currencies.precision%type ,
23: base_min_acc_unit fnd_currencies.minimum_accountable_unit%type
24: );
25: