DBA Data[Home] [Help]

APPS.FA_IGI_EXT_PKG dependencies on FND_MSG_PUB

Line 149: fnd_msg_pub.add;

145: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
146: p_full_path => l_path_name,
147: p_string => 'Adjustment exists in the current period for the given asset');
148: fnd_message.set_name('IGI', 'IGI_IAC_NO_REINST_ADJUST');
149: fnd_msg_pub.add;
150: Return False;
151: ELSE
152: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
153: p_full_path => l_path_name,

Line 166: fnd_msg_pub.add;

162: p_string => 'Unexpected error SQLERRM(sqlcode) = '||SQLERRM(sqlcode));
163:
164: fnd_message.set_name('IGI', 'IGI_IAC_NO_REINST_ADJUST');
165: fnd_message.set_token('PACKAGE', 'FA_IGI_EXT_PKG.Validate_Retire_Reinstate');
166: fnd_msg_pub.add;
167: Return False;
168: END Validate_Retire_Reinstate;
169:
170: -- Bug 8400876 : Uncommented the function Do_Prior_Addition