DBA Data[Home] [Help]

APPS.FV_BE_UTIL_PKG dependencies on FND_GLOBAL

Line 65: l_user_id := fnd_global.user_id;

61:
62: retcode := 0;
63: g_retcode := 0;
64:
65: l_user_id := fnd_global.user_id;
66: l_resp_id := fnd_global.resp_id;
67:
68: /*
69: fv_utility.Get_Context(l_user_id, l_resp_id, 'ACCT_SEGMENT',

Line 66: l_resp_id := fnd_global.resp_id;

62: retcode := 0;
63: g_retcode := 0;
64:
65: l_user_id := fnd_global.user_id;
66: l_resp_id := fnd_global.resp_id;
67:
68: /*
69: fv_utility.Get_Context(l_user_id, l_resp_id, 'ACCT_SEGMENT',
70: g_gl_seg_name, l_errcode, errbuf);