DBA Data[Home] [Help]

APPS.IBC_UTILITIES_GRP dependencies on FND_GLOBAL

Line 274: l_user_id := FND_GLOBAL.user_id;

270:
271: IF p_user_id IS NOT NULL THEN
272: l_user_id := p_user_id;
273: ELSE
274: l_user_id := FND_GLOBAL.user_id;
275: END IF;
276:
277: l_security_flag := Fnd_Profile.Value_specific('IBC_USE_ACCESS_CONTROL',-999,-999,-999);
278: