DBA Data[Home] [Help]

APPS.ARP_ACCT_MAIN dependencies on FND_CURRENCIES

Line 1394: fnd_currencies c

1390: ae_sys_rec.round_cc_id,
1391: p_accounting_method
1392: FROM ar_system_parameters sysp,
1393: gl_sets_of_books sob,
1394: fnd_currencies c
1395: WHERE sob.set_of_books_id = sysp.set_of_books_id --would be the row returned from multi org view
1396: AND sob.currency_code = c.currency_code;
1397:
1398: --{BUG4301323: The sob_type needs to be defaulted to 'P' Primary