DBA Data[Home] [Help]

APPS.FA_ADJUSTMENT_PUB dependencies on FND_MSG_PUB

Line 490: FND_MSG_PUB.count_and_get (

486: -- do not retrieve / clear messaging when this is being called
487: -- from reclass api - allow calling util to dump them
488: if (p_calling_fn <> 'FA_RECLASS_PVT.do_redefault' and
489: p_calling_fn <> 'fa_inv_xfr_pub.do_transfer') then
490: FND_MSG_PUB.count_and_get (
491: p_count => x_msg_count,
492: p_data => x_msg_data
493: );
494: end if;

Line 512: FND_MSG_PUB.count_and_get (

508: -- do not retrieve / clear messaging when this is being called
509: -- from reclass api - allow calling util to dump them
510: if (p_calling_fn <> 'FA_RECLASS_PVT.do_redefault' and
511: p_calling_fn <> 'fa_inv_xfr_pub.do_transfer') then
512: FND_MSG_PUB.count_and_get (
513: p_count => x_msg_count,
514: p_data => x_msg_data
515: );
516: end if;