DBA Data[Home] [Help]

APPS.GMI_VALIDATE_ALLOCATION_PVT dependencies on GMA_GLOBAL_GRP

Line 90: GMA_GLOBAL_GRP.Get_who( p_user_name => p_allocation_rec.user_name

86: =====================================*/
87: /* NC - 11/13/01 user_id 0 is a valid one( for sysadmin) . Removing the OR condition. */
88: IF (p_allocation_rec.user_id IS NULL )
89: THEN
90: GMA_GLOBAL_GRP.Get_who( p_user_name => p_allocation_rec.user_name
91: , x_user_id => l_user_id
92: );
93:
94: --IF l_user_id = 0 /* 0 user_id is a valid value */