DBA Data[Home] [Help]

APPS.FV_BE_XLA_PKG dependencies on FND_GLOBAL

Line 207: g_user_id := FND_GLOBAL.USER_ID;

203: l_init_msg_list := FND_API.G_FALSE;
204: END IF;
205:
206: --assign AOL user and responsibilty values to global variable
207: g_user_id := FND_GLOBAL.USER_ID;
208:
209: if (p_user_resp_id is not null) then
210: g_user_resp_id := p_user_resp_id;
211: else

Line 212: g_user_resp_id := FND_GLOBAL.RESP_ID;

208:
209: if (p_user_resp_id is not null) then
210: g_user_resp_id := p_user_resp_id;
211: else
212: g_user_resp_id := FND_GLOBAL.RESP_ID;
213: end if;
214:
215: FV_UTILITY.DEBUG_MESG(G_LEVEL_PROCEDURE,l_module_name,'g_user_resp_id -> '
216: || g_user_resp_id );