DBA Data[Home] [Help]

APPS.FA_CIP_PUB dependencies on FND_MSG_PUB

Line 110: FND_MSG_PUB.count_and_get (

106: -- do not retrieve / clear messaging when this is being called
107: -- from cip-in-taxapi allow calling program to dump them
108: -- if (nvl(p_calling_fn, 'N') <> 'fa_ciptax_api_pkg.cip_adj') then
109: FA_DEBUG_PKG.dump_debug_messages(max_mesgs => 0, p_log_level_rec => g_log_level_rec);
110: FND_MSG_PUB.count_and_get (
111: p_count => x_msg_count,
112: p_data => x_msg_data
113: );
114: -- end if;

Line 128: FND_MSG_PUB.count_and_get (

124: -- do not retrieve / clear messaging when this is being called
125: -- from cip-in-taxapi allow calling program to dump them
126: -- if (nvl(p_calling_fn, 'N') <> 'fa_ciptax_api_pkg.cip_adj') then
127: FA_DEBUG_PKG.dump_debug_messages(max_mesgs => 0, p_log_level_rec => g_log_level_rec);
128: FND_MSG_PUB.count_and_get (
129: p_count => x_msg_count,
130: p_data => x_msg_data
131: );
132: -- end if;

Line 208: FND_MSG_PUB.count_and_get (

204: -- do not retrieve / clear messaging when this is being called
205: -- from cip-in-taxapi allow calling program to dump them
206: -- if (nvl(p_calling_fn, 'N') <> 'fa_ciptax_api_pkg.cip_adj') then
207: FA_DEBUG_PKG.dump_debug_messages(max_mesgs => 0, p_log_level_rec => g_log_level_rec);
208: FND_MSG_PUB.count_and_get (
209: p_count => x_msg_count,
210: p_data => x_msg_data
211: );
212: -- end if;

Line 226: FND_MSG_PUB.count_and_get (

222: -- do not retrieve / clear messaging when this is being called
223: -- from cip-in-taxapi allow calling program to dump them
224: -- if (nvl(p_calling_fn, 'X') <> 'fa_ciptax_api_pkg.cip_adj') then
225: FA_DEBUG_PKG.dump_debug_messages(max_mesgs => 0, p_log_level_rec => g_log_level_rec);
226: FND_MSG_PUB.count_and_get (
227: p_count => x_msg_count,
228: p_data => x_msg_data
229: );
230: -- end if;