DBA Data[Home] [Help]

APPS.FA_RESERVE_TRANSFER_PUB dependencies on FND_MSG_PUB

Line 187: FND_MSG_PUB.count_and_get (

183:
184: -- do not retrieve / clear messaging when this is being called
185: -- from reclass api - allow calling util to dump them
186: if (p_calling_fn <> 'FA_RECLASS_PVT.do_redefault') then
187: FND_MSG_PUB.count_and_get (
188: p_count => x_msg_count,
189: p_data => x_msg_data
190: );
191: end if;

Line 208: FND_MSG_PUB.count_and_get (

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