DBA Data[Home] [Help]

APPS.AR_UNPOSTED_ITEM_UPG dependencies on FND_CURRENCIES

Line 32: fnd_currencies c

28: g_ae_sys_rec.round_cc_id,
29: x_accounting_method
30: FROM ar_system_parameters_all sysp,
31: gl_sets_of_books sob,
32: fnd_currencies c
33: WHERE sysp.org_id = p_org_id
34: AND sob.set_of_books_id = sysp.set_of_books_id --would be the row returned from multi org view
35: AND sob.currency_code = c.currency_code;
36: EXCEPTION