DBA Data[Home] [Help]

APPS.PER_POS_SHD dependencies on PER_ALL_POSITIONS

Line 253: from per_all_positions

249: attribute18,
250: attribute19,
251: attribute20,
252: object_version_number
253: from per_all_positions
254: where position_id = p_position_id
255: for update nowait;
256: --
257: l_proc varchar2(72) := g_package||'lck';

Line 301: hr_utility.set_message_token('TABLE_NAME', 'per_all_positions');

297: -- The object is locked therefore we need to supply a meaningful
298: -- error message.
299: --
300: hr_utility.set_message(801, 'HR_7165_OBJECT_LOCKED');
301: hr_utility.set_message_token('TABLE_NAME', 'per_all_positions');
302: hr_utility.raise_error;
303: End lck;
304: --
305: -- ----------------------------------------------------------------------------