DBA Data[Home] [Help]

APPS.MSC_SNO_PKG dependencies on FND_LOG

Line 891: if (fnd_log.level_unexpected >= fnd_log.g_current_runtime_level) then

887: errbuf := msc_phub_util.get_planning_hub_message('MSC_HUB_DUPLICATE_DATA')||
888: SQLCODE||' -ERROR- '||SQLERRM;
889: retcode := 2;
890:
891: if (fnd_log.level_unexpected >= fnd_log.g_current_runtime_level) then
892: fnd_log.string(fnd_log.level_unexpected, l_api_name, to_char(SQLCODE)||':'||SQLERRM);
893: end if;
894:
895:

Line 892: fnd_log.string(fnd_log.level_unexpected, l_api_name, to_char(SQLCODE)||':'||SQLERRM);

888: SQLCODE||' -ERROR- '||SQLERRM;
889: retcode := 2;
890:
891: if (fnd_log.level_unexpected >= fnd_log.g_current_runtime_level) then
892: fnd_log.string(fnd_log.level_unexpected, l_api_name, to_char(SQLCODE)||':'||SQLERRM);
893: end if;
894:
895:
896: when others then

Line 902: if (fnd_log.level_unexpected >= fnd_log.g_current_runtime_level) then

898: errbuf := msc_phub_util.get_planning_hub_message('MSC_HUB_POPULATE_ERROR')||
899: SQLCODE||' -ERROR- '||SQLERRM;
900: retcode := 2;
901:
902: if (fnd_log.level_unexpected >= fnd_log.g_current_runtime_level) then
903: fnd_log.string(fnd_log.level_unexpected, l_api_name, to_char(SQLCODE)||':'||SQLERRM);
904: end if;
905:
906: end populate_details;

Line 903: fnd_log.string(fnd_log.level_unexpected, l_api_name, to_char(SQLCODE)||':'||SQLERRM);

899: SQLCODE||' -ERROR- '||SQLERRM;
900: retcode := 2;
901:
902: if (fnd_log.level_unexpected >= fnd_log.g_current_runtime_level) then
903: fnd_log.string(fnd_log.level_unexpected, l_api_name, to_char(SQLCODE)||':'||SQLERRM);
904: end if;
905:
906: end populate_details;
907: