DBA Data[Home] [Help]

APPS.BEN_CWB_ASG_UPDATE dependencies on FND_MSG_PUB

Line 14: * 115.1 05-Mar-2003 maagrawa Added fnd_msg_pub.add to stack error msg.

10: *
11: * Version Date Author Comment
12: * -------+-----------+---------+----------------------------------------------
13: * 115.0 15-Feb-2003 maagrawa created
14: * 115.1 05-Mar-2003 maagrawa Added fnd_msg_pub.add to stack error msg.
15: * 115.2 10-Mar-2003 maagrawa Flex Errors thrown by AOL and HR are now
16: * available in pl/sql error stack.
17: * 115.3 20-Mar-2003 maagrawa If Performance Type is not defined then
18: * performance rating updates are done with

Line 2229: fnd_msg_pub.add;

2225: fnd_message.set_name('BEN', 'BEN_93934_CWB_EMP_SAVE_API_ERR');
2226: fnd_message.set_token('NAME', p_person_name);
2227: fnd_message.set_token('MESSAGE', l_encoded_message);
2228: end if;
2229: fnd_msg_pub.add;
2230:
2231: end process_rating;
2232:
2233:

Line 2464: fnd_msg_pub.add;

2460: fnd_message.set_name('BEN', 'BEN_93934_CWB_EMP_SAVE_API_ERR');
2461: fnd_message.set_token('NAME', p_person_name);
2462: fnd_message.set_token('MESSAGE', l_encoded_message);
2463: end if;
2464: fnd_msg_pub.add;
2465:
2466: end process_promotions;
2467:
2468: