DBA Data[Home] [Help]

APPS.HXC_TIMECARD_VALIDATION dependencies on FND_MSG_PUB

Line 79: fnd_msg_pub.add;

75:
76: if c_ret_pro%notfound then
77: close c_ret_pro;
78: fnd_message.set_name('hxc','hxc_xxxxx_no_app_ret_proc_name');
79: fnd_msg_pub.add;
80: else
81: close c_ret_pro;
82: end if;
83: