DBA Data[Home] [Help]

APPS.MSC_DEMANTRA_PKG dependencies on MSC_PHUB_UTIL

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

149:
150: exception
151: when dup_val_on_index then
152: --dbms_output.put_line(to_char(SQLCODE) || ':' || SQLERRM);
153: errbuf := msc_phub_util.get_planning_hub_message('MSC_HUB_DUPLICATE_DATA')||
154: SQLCODE||' -ERROR- '||SQLERRM;
155: retcode := 2;
156:
157: if (fnd_log.level_unexpected >= fnd_log.g_current_runtime_level) then

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

160:
161:
162: when others then
163: --dbms_output.put_line(to_char(SQLCODE) || ':' || SQLERRM);
164: errbuf := msc_phub_util.get_planning_hub_message('MSC_HUB_POPULATE_ERROR')||
165: SQLCODE||' -ERROR- '||SQLERRM;
166: retcode := 2;
167:
168: if (fnd_log.level_unexpected >= fnd_log.g_current_runtime_level) then

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

232: commit;
233:
234: exception
235: when dup_val_on_index then
236: errbuf := msc_phub_util.get_planning_hub_message('MSC_HUB_DUPLICATE_DATA')||
237: SQLCODE||' -ERROR- '||SQLERRM;
238: retcode := 2;
239: dbms_output.put_line(errbuf);
240: when others then

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

237: SQLCODE||' -ERROR- '||SQLERRM;
238: retcode := 2;
239: dbms_output.put_line(errbuf);
240: when others then
241: errbuf := msc_phub_util.get_planning_hub_message('MSC_HUB_POPULATE_ERROR')||
242: SQLCODE||' -ERROR- '||SQLERRM;
243: retcode := 2;
244: dbms_output.put_line(errbuf);
245:

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

260: commit;
261:
262: exception
263: when others then
264: errbuf := msc_phub_util.get_planning_hub_message('MSC_HUB_POPULATE_ERROR')||
265: SQLCODE||' -ERROR- '||SQLERRM;
266: retcode := 2;
267:
268: if (fnd_log.level_unexpected >= fnd_log.g_current_runtime_level) then