DBA Data[Home] [Help]

APPS.FA_ADJUSTMENT_PUB dependencies on FND_MSG_PUB

Line 533: FND_MSG_PUB.count_and_get (

529: -- do not retrieve / clear messaging when this is being called
530: -- from reclass api - allow calling util to dump them
531: if (p_calling_fn <> 'FA_RECLASS_PVT.do_redefault' and
532: p_calling_fn <> 'fa_inv_xfr_pub.do_transfer') then
533: FND_MSG_PUB.count_and_get (
534: p_count => x_msg_count,
535: p_data => x_msg_data
536: );
537: end if;

Line 551: FND_MSG_PUB.count_and_get (

547: -- do not retrieve / clear messaging when this is being called
548: -- from reclass api - allow calling util to dump them
549: if (p_calling_fn <> 'FA_RECLASS_PVT.do_redefault' and
550: p_calling_fn <> 'fa_inv_xfr_pub.do_transfer') then
551: FND_MSG_PUB.count_and_get (
552: p_count => x_msg_count,
553: p_data => x_msg_data
554: );
555: end if;