DBA Data[Home] [Help]

APPS.ARP_AUTO_RULE dependencies on AR_SYSTEM_PARAMETERS

Line 3064: ar_system_parameters asp

3060: base_min_acc_unit
3061: FROM
3062: fnd_currencies fc,
3063: gl_sets_of_books gsb,
3064: ar_system_parameters asp
3065: WHERE
3066: gsb.set_of_books_id = asp.set_of_books_id
3067: AND fc.currency_code = gsb.currency_code;
3068: