DBA Data[Home] [Help]

APPS.WIP_WS_PTPKPI_UTIL dependencies on WIP_LOGGER

Line 624: wip_logger.log(

620: p_organization_id, l_start_shift_day, l_end_shift_day, l_calendar_code
621: );
622: loop
623: fetch c_shifts into l_shift_info;
624: wip_logger.log(
625: 'shift_id=' || l_shift_info.shift_id ||
626: ', from_date_char=' || l_shift_info.from_date_char ||
627: ', to_date_char=' || l_shift_info.to_date_char,l_return_status
628: );