DBA Data[Home] [Help]

APPS.AR_REVENUE_ADJUSTMENT_PVT dependencies on AR_SYSTEM_PARAMETERS

Line 2707: ar_system_parameters asp

2703: asp.set_of_books_id
2704: FROM
2705: fnd_currencies fc,
2706: gl_sets_of_books gsb,
2707: ar_system_parameters asp
2708: WHERE
2709: gsb.set_of_books_id = asp.set_of_books_id
2710: AND fc.currency_code = gsb.currency_code;
2711: