DBA Data[Home] [Help]

APPS.HXC_HTR_SHD dependencies on HXC_TIME_RECIPIENTS

Line 73: from hxc_time_recipients

69: ,application_period_function
70: ,appl_dynamic_template_process
71: ,extension_function1
72: ,extension_function2
73: from hxc_time_recipients
74: where time_recipient_id = p_time_recipient_id;
75: --
76: l_fct_ret boolean;
77: --

Line 149: from hxc_time_recipients

145: ,application_period_function
146: ,appl_dynamic_template_process
147: ,extension_function1
148: ,extension_function2
149: from hxc_time_recipients
150: where time_recipient_id = p_time_recipient_id
151: for update nowait;
152: --
153: l_proc varchar2(72);

Line 205: fnd_message.set_token('TABLE_NAME', 'hxc_time_recipients');

201: -- The object is locked therefore we need to supply a meaningful
202: -- error message.
203: --
204: fnd_message.set_name('PAY', 'HR_7165_OBJECT_LOCKED');
205: fnd_message.set_token('TABLE_NAME', 'hxc_time_recipients');
206: fnd_message.raise_error;
207: End lck;
208: --
209: -- ----------------------------------------------------------------------------