DBA Data[Home] [Help]

APPS.HXC_TIMECARD_VALIDATION dependencies on FND_MSG_PUB

Line 77: fnd_msg_pub.add;

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