DBA Data[Home] [Help]

APPS.PER_PPC_SHD dependencies on PER_PAY_PROPOSAL_COMPONENTS

Line 110: from per_pay_proposal_components

106: attribute18,
107: attribute19,
108: attribute20,
109: object_version_number
110: from per_pay_proposal_components
111: where component_id = p_component_id;
112: --
113: l_proc varchar2(72) := g_package||'api_updating';
114: l_fct_ret boolean;

Line 210: from per_pay_proposal_components

206: attribute18,
207: attribute19,
208: attribute20,
209: object_version_number
210: from per_pay_proposal_components
211: where component_id = p_component_id
212: for update nowait;
213: --
214: l_proc varchar2(72) := g_package||'lck';

Line 256: hr_utility.set_message_token('TABLE_NAME', 'per_pay_proposal_components');

252: -- The object is locked therefore we need to supply a meaningful
253: -- error message.
254: --
255: hr_utility.set_message(801, 'HR_7165_OBJECT_LOCKED');
256: hr_utility.set_message_token('TABLE_NAME', 'per_pay_proposal_components');
257: hr_utility.raise_error;
258: End lck;
259: --
260: -- ----------------------------------------------------------------------------