DBA Data[Home] [Help]

APPS.WIP_JOB_DTLS_SUBSTITUTIONS dependencies on FND_LOG

Line 684: l_logLevel := fnd_log.g_current_runtime_level;

680: exception
681: when others then
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: