DBA Data[Home] [Help]

APPS.HXC_TC_AP_LINKS_PKG dependencies on FND_MESSAGE

Line 82: fnd_message.set_name('HXC','HXC_NO_TC_SUMMARY');

78: open c_timecard_info(p_timecard_id);
79: fetch c_timecard_info into l_resource_id, l_start_time, l_stop_time;
80: if(c_timecard_info%notfound) then
81: close c_timecard_info;
82: fnd_message.set_name('HXC','HXC_NO_TC_SUMMARY');
83: fnd_message.raise_error;
84: end if;
85: close c_timecard_info;
86:

Line 83: fnd_message.raise_error;

79: fetch c_timecard_info into l_resource_id, l_start_time, l_stop_time;
80: if(c_timecard_info%notfound) then
81: close c_timecard_info;
82: fnd_message.set_name('HXC','HXC_NO_TC_SUMMARY');
83: fnd_message.raise_error;
84: end if;
85: close c_timecard_info;
86:
87: --