DBA Data[Home] [Help]

APPS.ARRX_BRS dependencies on FND_PROFILE

Line 204: fnd_profile.get('LOGIN_ID', l_login_id);

200: l_org_where_cr := XLA_MO_REPORTING_API.Get_Predicate('cr', null);
201:
202:
203: -- Get the Login info
204: fnd_profile.get('LOGIN_ID', l_login_id);
205:
206: -- Get functional currency
207:
208: /* bug 2018415 replace fnd_profile call

Line 208: /* bug 2018415 replace fnd_profile call

204: fnd_profile.get('LOGIN_ID', l_login_id);
205:
206: -- Get functional currency
207:
208: /* bug 2018415 replace fnd_profile call
209: fnd_profile.get(name => 'GL_SET_OF_BKS_ID',
210: val => l_books_id);
211: */
212:

Line 209: fnd_profile.get(name => 'GL_SET_OF_BKS_ID',

205:
206: -- Get functional currency
207:
208: /* bug 2018415 replace fnd_profile call
209: fnd_profile.get(name => 'GL_SET_OF_BKS_ID',
210: val => l_books_id);
211: */
212:
213: -- l_books_id := arp_global.sysparam.set_of_books_id;