DBA Data[Home] [Help]

APPS.FA_CIP_PUB dependencies on FND_MSG_PUB

Line 113: FND_MSG_PUB.count_and_get (

109: -- if (nvl(p_calling_fn, 'N') <> 'fa_ciptax_api_pkg.cip_adj') then
110:
111: -- Commented for bugfix 4672237
112: -- FA_DEBUG_PKG.dump_debug_messages(max_mesgs => 0);
113: FND_MSG_PUB.count_and_get (
114: p_count => x_msg_count,
115: p_data => x_msg_data
116: );
117: -- end if;

Line 133: FND_MSG_PUB.count_and_get (

129: -- from cip-in-taxapi allow calling program to dump them
130: -- if (nvl(p_calling_fn, 'N') <> 'fa_ciptax_api_pkg.cip_adj') then
131: -- Commented for bugfix 4672237
132: -- FA_DEBUG_PKG.dump_debug_messages(max_mesgs => 0);
133: FND_MSG_PUB.count_and_get (
134: p_count => x_msg_count,
135: p_data => x_msg_data
136: );
137: -- end if;

Line 215: FND_MSG_PUB.count_and_get (

211: -- if (nvl(p_calling_fn, 'N') <> 'fa_ciptax_api_pkg.cip_adj') then
212:
213: -- Commented for bugfix 4672237
214: -- FA_DEBUG_PKG.dump_debug_messages(max_mesgs => 0);
215: FND_MSG_PUB.count_and_get (
216: p_count => x_msg_count,
217: p_data => x_msg_data
218: );
219: -- end if;

Line 236: FND_MSG_PUB.count_and_get (

232: -- if (nvl(p_calling_fn, 'X') <> 'fa_ciptax_api_pkg.cip_adj') then
233:
234: -- Commented for bugfix 4672237
235: -- FA_DEBUG_PKG.dump_debug_messages(max_mesgs => 0);
236: FND_MSG_PUB.count_and_get (
237: p_count => x_msg_count,
238: p_data => x_msg_data
239: );
240: -- end if;