DBA Data[Home] [Help]

APPS.ARRX_BSS dependencies on FND_PROFILE

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

67: l_org_where_ps := XLA_MO_REPORTING_API.Get_Predicate('ps', null);
68: l_org_where_app := XLA_MO_REPORTING_API.Get_Predicate('app', null);
69:
70: -- Get the Login info
71: fnd_profile.get('LOGIN_ID', l_login_id);
72:
73: -- Get functional currency
74:
75: /* bug 2018415 replace fnd_profile call

Line 75: /* bug 2018415 replace fnd_profile call

71: fnd_profile.get('LOGIN_ID', l_login_id);
72:
73: -- Get functional currency
74:
75: /* bug 2018415 replace fnd_profile call
76: fnd_profile.get(name => 'GL_SET_OF_BKS_ID',
77: val => l_books_id);
78: */
79:

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

72:
73: -- Get functional currency
74:
75: /* bug 2018415 replace fnd_profile call
76: fnd_profile.get(name => 'GL_SET_OF_BKS_ID',
77: val => l_books_id);
78: */
79:
80: -- l_books_id := arp_global.sysparam.set_of_books_id;