DBA Data[Home] [Help]

APPS.WIP_WS_PTPKPI_UTIL dependencies on WIP_LOGGER

Line 534: wip_logger.log(

530: p_organization_id, l_start_shift_day, l_end_shift_day, l_calendar_code
531: );
532: loop
533: fetch c_shifts into l_shift_info;
534: wip_logger.log(
535: 'shift_id=' || l_shift_info.shift_id ||
536: ', from_date_char=' || l_shift_info.from_date_char ||
537: ', to_date_char=' || l_shift_info.to_date_char,l_return_status
538: );