DBA Data[Home] [Help]

APPS.PER_ORS_SHD dependencies on PER_ORGANIZATION_STRUCTURES

Line 107: from per_organization_structures

103: ,attribute19
104: ,attribute20
105: ,position_control_structure_flg
106: ,object_version_number
107: from per_organization_structures
108: where organization_structure_id = p_organization_structure_id;
109: --
110: l_fct_ret boolean;
111: --

Line 204: from per_organization_structures

200: ,attribute19
201: ,attribute20
202: ,position_control_structure_flg
203: ,object_version_number
204: from per_organization_structures
205: where organization_structure_id = p_organization_structure_id
206: for update nowait;
207: --
208: l_proc varchar2(72) := g_package||'lck';

Line 253: fnd_message.set_token('TABLE_NAME', 'per_organization_structures');

249: -- The object is locked therefore we need to supply a meaningful
250: -- error message.
251: --
252: fnd_message.set_name('PAY', 'HR_7165_OBJECT_LOCKED');
253: fnd_message.set_token('TABLE_NAME', 'per_organization_structures');
254: fnd_message.raise_error;
255: End lck;
256: --
257: -- ----------------------------------------------------------------------------