DBA Data[Home] [Help]

APPS.HR_ORI_SHD dependencies on HR_ORGANIZATION_INFORMATION

Line 119: from hr_organization_information

115: ,attribute18
116: ,attribute19
117: ,attribute20
118: ,object_version_number
119: from hr_organization_information
120: where org_information_id = p_org_information_id;
121: --
122: l_fct_ret boolean;
123: --

Line 233: from hr_organization_information

229: ,attribute18
230: ,attribute19
231: ,attribute20
232: ,object_version_number
233: from hr_organization_information
234: where org_information_id = p_org_information_id
235: for update nowait;
236: --
237: l_proc varchar2(72) := g_package||'lck';

Line 282: fnd_message.set_token('TABLE_NAME', 'hr_organization_information');

278: -- The object is locked therefore we need to supply a meaningful
279: -- error message.
280: --
281: fnd_message.set_name('PAY', 'HR_7165_OBJECT_LOCKED');
282: fnd_message.set_token('TABLE_NAME', 'hr_organization_information');
283: fnd_message.raise_error;
284: End lck;
285: --
286: -- ----------------------------------------------------------------------------