DBA Data[Home] [Help]

APPS.WIP_RES_INST_VALIDATIONS dependencies on WIP_LOGGER

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

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

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

536:
537:
538: if ( l_logLevel <= wip_constants.full_logging ) then
539: wip_logger.log('Number of current units = ' ||to_char(l_count), l_retStatus);
540: wip_logger.log('Number of units to be added = ' ||to_char(l_add_count), l_retStatus);
541: wip_logger.log('Number of units to be deleted = ' ||to_char(l_del_count), l_retStatus);
542: end if;
543: l_count := l_count + l_add_count - l_del_count;
544:

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

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