DBA Data[Home] [Help]

APPS.IGI_IAC_REBASE_PKG dependencies on FND_PROFILE

Line 176: fnd_profile.get('GL_SET_OF_BKS_ID', l_sob_id);

172: /* End of Log Messages */
173:
174:
175: /* To get the precision of the functional currency */
176: fnd_profile.get('GL_SET_OF_BKS_ID', l_sob_id);
177: open cur_get_precision(l_sob_id);
178: fetch cur_get_precision into l_precision;
179: close cur_get_precision;
180: