DBA Data[Home] [Help]

APPS.MSC_ITEM_PKG dependencies on MSC_PHUB_UTIL

Line 2108: errbuf := msc_phub_util.get_planning_hub_message('MSC_HUB_DUPLICATE_DATA')||

2104: commit;
2105:
2106: exception
2107: when dup_val_on_index then
2108: errbuf := msc_phub_util.get_planning_hub_message('MSC_HUB_DUPLICATE_DATA')||
2109: SQLCODE||' -ERROR- '||SQLERRM;
2110: retcode := 2;
2111: --dbms_output.put_line(errbuf);
2112: when others then

Line 2113: errbuf := msc_phub_util.get_planning_hub_message('MSC_HUB_POPULATE_ERROR')||

2109: SQLCODE||' -ERROR- '||SQLERRM;
2110: retcode := 2;
2111: --dbms_output.put_line(errbuf);
2112: when others then
2113: errbuf := msc_phub_util.get_planning_hub_message('MSC_HUB_POPULATE_ERROR')||
2114: SQLCODE||' -ERROR- '||SQLERRM;
2115: retcode := 2;
2116: --dbms_output.put_line(errbuf);
2117: end populate_summary;

Line 2191: errbuf := msc_phub_util.get_planning_hub_message('MSC_HUB_PURGE_ERROR')||SQLCODE||' -ERROR- '||SQLERRM;

2187:
2188: exception
2189: when others then
2190: retcode :=2;
2191: errbuf := msc_phub_util.get_planning_hub_message('MSC_HUB_PURGE_ERROR')||SQLCODE||' -ERROR- '||SQLERRM;
2192: if( FND_LOG.LEVEL_UNEXPECTED >= FND_LOG.G_CURRENT_RUNTIME_LEVEL ) then
2193: fnd_log.string(fnd_log.LEVEL_UNEXPECTED,
2194: l_api_name,
2195: to_char(SQLCODE) || ':' || SQLERRM || ' in stmt_id=' || l_stmt_id);