DBA Data[Home] [Help]

APPS.JAI_FBT_SETTLEMENT_P dependencies on FND_CURRENCIES

Line 395: , fnd_currencies fc

391: INTO
392: ln_precision
393: FROM
394: gl_sets_of_books gsob
395: , fnd_currencies fc
396: WHERE gsob.set_of_books_id = fnd_profile.VALUE('GL_SET_OF_BKS_ID')
397: AND gsob.currency_code = fc.currency_code;
398:
399: SELECT