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 2234: fnd_msg_pub.add;

2230: fnd_message.set_name('BEN', 'BEN_93934_CWB_EMP_SAVE_API_ERR');
2231: fnd_message.set_token('NAME', p_person_name);
2232: fnd_message.set_token('MESSAGE', l_encoded_message);
2233: end if;
2234: fnd_msg_pub.add;
2235:
2236: end process_rating;
2237:
2238:

Line 2469: fnd_msg_pub.add;

2465: fnd_message.set_name('BEN', 'BEN_93934_CWB_EMP_SAVE_API_ERR');
2466: fnd_message.set_token('NAME', p_person_name);
2467: fnd_message.set_token('MESSAGE', l_encoded_message);
2468: end if;
2469: fnd_msg_pub.add;
2470:
2471: end process_promotions;
2472:
2473: