DBA Data[Home] [Help]

APPS.FV_BE_UTIL_PKG dependencies on FND_GLOBAL

Line 157: l_user_id := fnd_global.user_id;

153:
154: retcode := 0;
155: g_retcode := 0;
156:
157: l_user_id := fnd_global.user_id;
158: l_resp_id := fnd_global.resp_id;
159:
160: /*
161: fv_utility.Get_Context(l_user_id, l_resp_id, 'ACCT_SEGMENT',

Line 158: l_resp_id := fnd_global.resp_id;

154: retcode := 0;
155: g_retcode := 0;
156:
157: l_user_id := fnd_global.user_id;
158: l_resp_id := fnd_global.resp_id;
159:
160: /*
161: fv_utility.Get_Context(l_user_id, l_resp_id, 'ACCT_SEGMENT',
162: g_gl_seg_name, l_errcode, errbuf);