DBA Data[Home] [Help]

APPS.HR_TCP_SHD dependencies on HR_TEMPLATE_ITEM_CONTEXT_PAGES

Line 63: from hr_template_item_context_pages

59: template_item_context_page_id
60: ,object_version_number
61: ,template_item_context_id
62: ,template_tab_page_id
63: from hr_template_item_context_pages
64: where template_item_context_page_id = p_template_item_context_page_i;
65: --
66: l_fct_ret boolean;
67: --

Line 132: from hr_template_item_context_pages

128: template_item_context_page_id
129: ,object_version_number
130: ,template_item_context_id
131: ,template_tab_page_id
132: from hr_template_item_context_pages
133: where template_item_context_page_id = p_template_item_context_page_i
134: for update nowait;
135: --
136: l_proc varchar2(72) := g_package||'lck';

Line 181: fnd_message.set_token('TABLE_NAME', 'hr_template_item_context_pages');

177: -- The object is locked therefore we need to supply a meaningful
178: -- error message.
179: --
180: fnd_message.set_name('PAY', 'HR_7165_OBJECT_LOCKED');
181: fnd_message.set_token('TABLE_NAME', 'hr_template_item_context_pages');
182: fnd_message.raise_error;
183: End lck;
184: --
185: -- ----------------------------------------------------------------------------