DBA Data[Home] [Help]

APPS.JAI_FBT_PROCESS_P dependencies on FND_CURRENCIES

Line 148: FROM Fnd_Currencies

144: -- added by Subbu, Sri on 02-NOV-2000
145:
146: CURSOR Chk_Derived_Type_Cur IS
147: SELECT Derive_type
148: FROM Fnd_Currencies
149: WHERE Currency_Code IN (v_frm_curr);
150: /* Bug 5148770. Added by Lakshmi Gopalsami
151: Changed the select to get the rate into cursor.
152: */

Line 620: , fnd_currencies fc

616: INTO
617: ln_precision
618: FROM
619: gl_sets_of_books gsob
620: , fnd_currencies fc
621: WHERE gsob.set_of_books_id = fnd_profile.Value('GL_SET_OF_BKS_ID')
622: AND gsob.currency_code = fc.currency_code;
623:
624: /* this package is called for converting the amounts in SOB currency */