DBA Data[Home] [Help]

APPS.ARP_ACCT_MAIN dependencies on FND_CURRENCIES

Line 1078: fnd_currencies c

1074: ae_sys_rec.round_cc_id,
1075: p_accounting_method
1076: FROM ar_system_parameters sysp,
1077: gl_sets_of_books sob,
1078: fnd_currencies c
1079: WHERE sob.set_of_books_id = sysp.set_of_books_id --would be the row returned from multi org view
1080: AND sob.currency_code = c.currency_code;
1081:
1082: --{BUG4301323: The sob_type needs to be defaulted to 'P' Primary