DBA Data[Home] [Help]

APPS.HR_ORU_SHD dependencies on HR_ALL_ORGANIZATION_UNITS

Line 140: from hr_all_organization_units

136: ,attribute29
137: ,attribute30
138: -- End Enhancement 4040086
139: ,object_version_number
140: from hr_all_organization_units
141: where organization_id = p_organization_id;
142: --
143: l_fct_ret boolean;
144: --

Line 255: from hr_all_organization_units

251: ,attribute29
252: ,attribute30
253: -- End Enhancement 4040086
254: ,object_version_number
255: from hr_all_organization_units
256: where organization_id = p_organization_id
257: for update nowait;
258: --
259: l_proc varchar2(72) := g_package||'lck';

Line 302: fnd_message.set_token('TABLE_NAME', 'hr_all_organization_units');

298: -- The object is locked therefore we need to supply a meaningful
299: -- error message.
300: --
301: fnd_message.set_name('PAY', 'HR_7165_OBJECT_LOCKED');
302: fnd_message.set_token('TABLE_NAME', 'hr_all_organization_units');
303: fnd_message.raise_error;
304: End lck;
305: --
306: -- ----------------------------------------------------------------------------