DBA Data[Home] [Help]

APPS.HXC_TAT_SHD dependencies on HXC_TIME_ATTRIBUTES

Line 70: from hxc_time_attributes

66: ,attribute29
67: ,attribute30
68: ,bld_blk_info_type_id
69: ,data_set_id
70: from hxc_time_attributes
71: where time_attribute_id = p_time_attribute_id;
72:
73: l_fct_ret boolean;
74:

Line 180: from hxc_time_attributes

176: ,attribute29
177: ,attribute30
178: ,bld_blk_info_type_id
179: ,data_set_id
180: from hxc_time_attributes
181: where time_attribute_id = p_time_attribute_id
182: for update nowait;
183:
184: l_proc varchar2(72) ;

Line 226: fnd_message.set_token('TABLE_NAME', 'hxc_time_attributes');

222:
223: exception
224: when hr_api.object_locked then
225: fnd_message.set_name('PAY', 'HR_7165_OBJECT_LOCKED');
226: fnd_message.set_token('TABLE_NAME', 'hxc_time_attributes');
227: fnd_message.raise_error;
228: end lck;
229:
230: -- --------------------------------------------------------------------------