DBA Data[Home] [Help]

APPS.HXC_TCC_SHD dependencies on HXC_TIME_CATEGORY_COMPS

Line 72: from hxc_time_category_comps

68: ,is_null
69: ,equal_to
70: ,type
71: ,object_version_number
72: from hxc_time_category_comps
73: where time_category_comp_id = p_time_category_comp_id;
74: --
75: l_fct_ret boolean;
76: --

Line 148: from hxc_time_category_comps

144: ,is_null
145: ,equal_to
146: ,type
147: ,object_version_number
148: from hxc_time_category_comps
149: where time_category_comp_id = p_time_category_comp_id
150: for update nowait;
151: --
152: l_proc varchar2(72);

Line 198: fnd_message.set_token('TABLE_NAME', 'hxc_time_category_comps');

194: -- The object is locked therefore we need to supply a meaningful
195: -- error message.
196: --
197: fnd_message.set_name('PAY', 'HR_7165_OBJECT_LOCKED');
198: fnd_message.set_token('TABLE_NAME', 'hxc_time_category_comps');
199: fnd_message.raise_error;
200: End lck;
201: --
202: -- ----------------------------------------------------------------------------