DBA Data[Home] [Help]

APPS.HXC_TER_SHD dependencies on HXC_TIME_ENTRY_RULES

Line 95: from hxc_time_entry_rules

91: ,attribute27
92: ,attribute28
93: ,attribute29
94: ,attribute30
95: from hxc_time_entry_rules
96: where time_entry_rule_id = p_time_entry_rule_id;
97: --
98: l_fct_ret boolean;
99: --

Line 202: from hxc_time_entry_rules

198: ,attribute27
199: ,attribute28
200: ,attribute29
201: ,attribute30
202: from hxc_time_entry_rules
203: where time_entry_rule_id = p_time_entry_rule_id
204: for update nowait;
205: --
206: l_proc varchar2(72);

Line 252: fnd_message.set_token('TABLE_NAME', 'hxc_time_entry_rules');

248: -- The object is locked therefore we need to supply a meaningful
249: -- error message.
250: --
251: fnd_message.set_name('PAY', 'HR_7165_OBJECT_LOCKED');
252: fnd_message.set_token('TABLE_NAME', 'hxc_time_entry_rules');
253: fnd_message.raise_error;
254: End lck;
255: --
256: -- ----------------------------------------------------------------------------