DBA Data[Home] [Help]

APPS.AR_REVENUE_ADJUSTMENT_PVT dependencies on AR_SYSTEM_PARAMETERS

Line 2789: ar_system_parameters asp

2785: asp.set_of_books_id
2786: FROM
2787: fnd_currencies fc,
2788: gl_sets_of_books gsb,
2789: ar_system_parameters asp
2790: WHERE
2791: gsb.set_of_books_id = asp.set_of_books_id
2792: AND fc.currency_code = gsb.currency_code;
2793: