DBA Data[Home] [Help]

APPS.WSH_DCP_PVT dependencies on FND_MSG_PUB

Line 591: l_curr_msg_count := fnd_msg_pub.count_msg;

587: --increase global constant;
588: g_add_to_debug := g_add_to_debug + 1;
589:
590: --Delete additional messages from stack.
591: l_curr_msg_count := fnd_msg_pub.count_msg;
592:
593: if l_debug_on then
594: wsh_debug_sv.log(l_module_name, 'G_INIT_MSG_COUNT', G_INIT_MSG_COUNT);
595: wsh_debug_sv.log(l_module_name, 'l_curr_msg_count', l_curr_msg_count);

Line 600: fnd_msg_pub.delete_msg(p_msg_index => k);

596: end if;
597:
598: FOR k IN REVERSE (G_INIT_MSG_COUNT+1)..l_curr_msg_count LOOP
599: --{
600: fnd_msg_pub.delete_msg(p_msg_index => k);
601: --}
602: END LOOP;
603: if l_debug_on then
604: wsh_debug_sv.log(l_module_name, 'new count', fnd_msg_pub.count_msg);

Line 604: wsh_debug_sv.log(l_module_name, 'new count', fnd_msg_pub.count_msg);

600: fnd_msg_pub.delete_msg(p_msg_index => k);
601: --}
602: END LOOP;
603: if l_debug_on then
604: wsh_debug_sv.log(l_module_name, 'new count', fnd_msg_pub.count_msg);
605: end if;
606: RAISE dcp_caught;
607: ELSE
608: