DBA Data[Home] [Help]

APPS.PER_CPL_BUS dependencies on PER_CPL_SHD

Line 198: ,p_rec in per_cpl_shd.g_rec_type

194: -- {End Of Comments}
195: -- ----------------------------------------------------------------------------
196: Procedure chk_non_updateable_args
197: (p_effective_date in date
198: ,p_rec in per_cpl_shd.g_rec_type
199: ) IS
200: --
201: l_proc varchar2(72) := g_package || 'chk_non_updateable_args';
202: --

Line 208: IF NOT per_cpl_shd.api_updating

204: --
205: -- Only proceed with the validation if a row exists for the current
206: -- record in the HR Schema.
207: --
208: IF NOT per_cpl_shd.api_updating
209: (p_competence_id => p_rec.competence_id
210: ,p_language => p_rec.language
211: ) THEN
212: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');

Line 286: l_api_updating := per_cpl_shd.api_updating

282: -- Only proceed with validation if :
283: -- a) The current g_old_rec is current and
284: -- b) The value for name has changed
285: --
286: l_api_updating := per_cpl_shd.api_updating
287: (p_competence_id => p_competence_id
288: ,p_language => p_language);
289: --
290: if ( (l_api_updating and (per_cpl_shd.g_old_rec.competence_alias

Line 290: if ( (l_api_updating and (per_cpl_shd.g_old_rec.competence_alias

286: l_api_updating := per_cpl_shd.api_updating
287: (p_competence_id => p_competence_id
288: ,p_language => p_language);
289: --
290: if ( (l_api_updating and (per_cpl_shd.g_old_rec.competence_alias
291: <> nvl(p_competence_alias,hr_api.g_varchar2))
292: ) or
293: (NOT l_api_updating)
294: ) then

Line 318: ,p_rec in per_cpl_shd.g_rec_type

314: -- |---------------------------< insert_validate >----------------------------|
315: -- ----------------------------------------------------------------------------
316: Procedure insert_validate
317: (p_effective_date in date
318: ,p_rec in per_cpl_shd.g_rec_type
319: ) is
320: --
321: l_proc varchar2(72) := g_package||'insert_validate';
322: --

Line 349: ,p_rec in per_cpl_shd.g_rec_type

345: -- |---------------------------< update_validate >----------------------------|
346: -- ----------------------------------------------------------------------------
347: Procedure update_validate
348: (p_effective_date in date
349: ,p_rec in per_cpl_shd.g_rec_type
350: ) is
351: --
352: l_proc varchar2(72) := g_package||'update_validate';
353: --

Line 381: (p_rec in per_cpl_shd.g_rec_type

377: -- ----------------------------------------------------------------------------
378: -- |---------------------------< delete_validate >----------------------------|
379: -- ----------------------------------------------------------------------------
380: Procedure delete_validate
381: (p_rec in per_cpl_shd.g_rec_type
382: ) is
383: --
384: l_proc varchar2(72) := g_package||'delete_validate';
385: --