DBA Data[Home] [Help]

APPS.FEM_DIM_PRS_UTILS_PVT dependencies on FND_GLOBAL

Line 115: l_user_id := FND_GLOBAL.user_id;

111: -- Default the user id if it is null
112: if (p_user_id is not null) then
113: l_user_id := p_user_id;
114: else
115: l_user_id := FND_GLOBAL.user_id;
116: end if;
117:
118: -- Every record in the XDimension cursor must be processed.
119: -- If a null is passed for dimension id, all dimensions are processed.