DBA Data[Home] [Help]

APPS.HR_UCX_SHD dependencies on HR_KI_UI_CONTEXTS

Line 56: from hr_ki_ui_contexts

52: ,user_interface_id
53: ,label
54: ,location
55: ,object_version_number
56: from hr_ki_ui_contexts
57: where ui_context_id = p_ui_context_id;
58: --
59: l_fct_ret boolean;
60: --

Line 128: from hr_ki_ui_contexts

124: ,user_interface_id
125: ,label
126: ,location
127: ,object_version_number
128: from hr_ki_ui_contexts
129: where ui_context_id = p_ui_context_id
130: for update nowait;
131: --
132: l_proc varchar2(72) := g_package||'lck';

Line 177: fnd_message.set_token('TABLE_NAME', 'hr_ki_ui_contexts');

173: -- The object is locked therefore we need to supply a meaningful
174: -- error message.
175: --
176: fnd_message.set_name('PAY', 'HR_7165_OBJECT_LOCKED');
177: fnd_message.set_token('TABLE_NAME', 'hr_ki_ui_contexts');
178: fnd_message.raise_error;
179: End lck;
180: --
181: -- ----------------------------------------------------------------------------