DBA Data[Home] [Help]

APPS.WIP_JOB_DTLS_SUBSTITUTIONS dependencies on WIP_LOGGER

Line 447: wip_logger.log('WIPJDSTB.Change_Resource - OP : '||cur_row.operation_seq_num||

443: and resource_seq_num = cur_row.resource_seq_num; Changed for FP of bug#11679430 - 11844798
444: */
445:
446: --IF (cur_row.substitute_group_num = l_current_sub) THEN Changed for FP of bug#11679430 - 11844798
447: wip_logger.log('WIPJDSTB.Change_Resource - OP : '||cur_row.operation_seq_num||
448: ' Res : '||cur_row.resource_seq_num||' Sub : '||cur_row.substitute_group_num||' Repl : '||cur_row.replacement_group_num||
449: ' St Dt: '|| to_char(cur_row.start_date,WIP_CONSTANTS.DATETIME_FMT) || ' cmp Dt: ' || to_char(cur_row.completion_date,WIP_CONSTANTS.DATETIME_FMT) , l_dummy2);
450:
451: begin

Line 686: wip_logger.log(p_err_msg, l_dummy2);

682: p_err_msg := 'WIPJDSTB, Change_Resource: ' || SQLERRM;
683: p_err_code := SQLCODE;
684: l_logLevel := fnd_log.g_current_runtime_level;
685: if (l_logLevel <= wip_constants.trace_logging) then
686: wip_logger.log(p_err_msg, l_dummy2);
687: end if;
688:
689: /* 4656331. Close cursor if still open */
690: if missing_res_csr%ISOPEN then

Line 694: wip_logger.cleanup(l_dummy2);

690: if missing_res_csr%ISOPEN then
691: close missing_res_csr ;
692: end if ;
693:
694: wip_logger.cleanup(l_dummy2);
695: end;
696: END Change_Resource;
697:
698: