DBA Data[Home] [Help]

APPS.WIP_JOB_DTLS_SUBSTITUTIONS dependencies on FND_LOG

Line 685: l_logLevel := fnd_log.g_current_runtime_level;

681: exception
682: when others then
683: p_err_msg := 'WIPJDSTB, Change_Resource: ' || SQLERRM;
684: p_err_code := SQLCODE;
685: l_logLevel := fnd_log.g_current_runtime_level;
686: if (l_logLevel <= wip_constants.trace_logging) then
687: wip_logger.log(p_err_msg, l_dummy2);
688: end if;
689: