DBA Data[Home] [Help]

APPS.WSM_INFINITE_SCHEDULER_PVT dependencies on WSMPUTIL

Line 225: l_copy_type := WSMPUTIL.get_internal_copy_type(p_wipEntityID);

221: if (l_logLevel <= wip_constants.full_logging) then
222: wip_logger.log('reading lot based job...', l_retStatus);
223: end if;
224:
225: l_copy_type := WSMPUTIL.get_internal_copy_type(p_wipEntityID);
226: if(l_copy_type = 3) then
227: fnd_message.set_name('WSM', 'WSM_NO_VALID_COPY');
228: x_errorMsg := fnd_message.get;
229: raise e_wsm_error;