DBA Data[Home] [Help]

APPS.WIP_RES_INST_VALIDATIONS dependencies on WIP_LOGGER

Line 534: wip_logger.log('Number of current units = ' ||to_char(l_count), l_retStatus);

530: End;
531:
532:
533: if ( l_logLevel <= wip_constants.full_logging ) then
534: wip_logger.log('Number of current units = ' ||to_char(l_count), l_retStatus);
535: wip_logger.log('Number of units to be added = ' ||to_char(l_add_count), l_retStatus);
536: wip_logger.log('Number of units to be deleted = ' ||to_char(l_del_count), l_retStatus);
537: end if;
538: l_count := l_count + l_add_count - l_del_count;

Line 535: wip_logger.log('Number of units to be added = ' ||to_char(l_add_count), l_retStatus);

531:
532:
533: if ( l_logLevel <= wip_constants.full_logging ) then
534: wip_logger.log('Number of current units = ' ||to_char(l_count), l_retStatus);
535: wip_logger.log('Number of units to be added = ' ||to_char(l_add_count), l_retStatus);
536: wip_logger.log('Number of units to be deleted = ' ||to_char(l_del_count), l_retStatus);
537: end if;
538: l_count := l_count + l_add_count - l_del_count;
539:

Line 536: wip_logger.log('Number of units to be deleted = ' ||to_char(l_del_count), l_retStatus);

532:
533: if ( l_logLevel <= wip_constants.full_logging ) then
534: wip_logger.log('Number of current units = ' ||to_char(l_count), l_retStatus);
535: wip_logger.log('Number of units to be added = ' ||to_char(l_add_count), l_retStatus);
536: wip_logger.log('Number of units to be deleted = ' ||to_char(l_del_count), l_retStatus);
537: end if;
538: l_count := l_count + l_add_count - l_del_count;
539:
540: -- End of bug fix 5132582