DBA Data[Home] [Help]

APPS.ARP_AUTO_RULE dependencies on GL_SETS_OF_BOOKS

Line 2743: gl_sets_of_books gsb,

2739: base_precision,
2740: base_min_acc_unit
2741: FROM
2742: fnd_currencies fc,
2743: gl_sets_of_books gsb,
2744: ar_system_parameters asp
2745: WHERE
2746: gsb.set_of_books_id = asp.set_of_books_id
2747: AND fc.currency_code = gsb.currency_code;