DBA Data[Home] [Help]

APPS.ARP_AUTO_RULE dependencies on AR_SYSTEM_PARAMETERS

Line 2744: ar_system_parameters asp

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;
2748: