DBA Data[Home] [Help]

APPS.HR_TIC_SHD dependencies on HR_TEMPLATE_ITEM_CONTEXTS_B

Line 72: from hr_template_item_contexts_b

68: ,object_version_number
69: ,template_item_id
70: ,context_type
71: ,item_context_id
72: from hr_template_item_contexts_b
73: where template_item_context_id = p_template_item_context_id;
74: --
75: l_fct_ret boolean;
76: --

Line 142: from hr_template_item_contexts_b

138: ,object_version_number
139: ,template_item_id
140: ,context_type
141: ,item_context_id
142: from hr_template_item_contexts_b
143: where template_item_context_id = p_template_item_context_id
144: for update nowait;
145: --
146: l_proc varchar2(72) := g_package||'lck';

Line 191: fnd_message.set_token('TABLE_NAME', 'hr_template_item_contexts_b');

187: -- The object is locked therefore we need to supply a meaningful
188: -- error message.
189: --
190: fnd_message.set_name('PAY', 'HR_7165_OBJECT_LOCKED');
191: fnd_message.set_token('TABLE_NAME', 'hr_template_item_contexts_b');
192: fnd_message.raise_error;
193: End lck;
194: --
195: -- ----------------------------------------------------------------------------