DBA Data[Home] [Help]

APPS.FA_RESERVE_TRANSFER_PUB dependencies on FND_MSG_PUB

Line 194: FND_MSG_PUB.count_and_get (

190:
191: -- do not retrieve / clear messaging when this is being called
192: -- from reclass api - allow calling util to dump them
193: if (p_calling_fn <> 'FA_RECLASS_PVT.do_redefault') then
194: FND_MSG_PUB.count_and_get (
195: p_count => x_msg_count,
196: p_data => x_msg_data
197: );
198: end if;

Line 211: FND_MSG_PUB.count_and_get (

207:
208: -- do not retrieve / clear messaging when this is being called
209: -- from reclass api - allow calling util to dump them
210: if (p_calling_fn <> 'FA_RECLASS_PVT.do_redefault') then
211: FND_MSG_PUB.count_and_get (
212: p_count => x_msg_count,
213: p_data => x_msg_data
214: );
215: end if;