DBA Data[Home] [Help]

APPS.PER_RSL_BUS dependencies on PER_RSL_SHD

Line 210: (p_rec in per_rsl_shd.g_rec_type

206: --
207: -- {End Of Comments}
208: -- ----------------------------------------------------------------------------
209: Procedure chk_non_updateable_args
210: (p_rec in per_rsl_shd.g_rec_type
211: ) IS
212: --
213: l_proc varchar2(72) := g_package || 'chk_non_updateable_args';
214: --

Line 220: IF NOT per_rsl_shd.api_updating

216: --
217: -- Only proceed with the validation if a row exists for the current
218: -- record in the HR Schema.
219: --
220: IF NOT per_rsl_shd.api_updating
221: (p_rating_scale_id => p_rec.rating_scale_id,
222: p_language => p_rec.language )
223: THEN
224: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');

Line 320: l_api_updating := per_rsl_shd.api_updating

316: -- Only proceed with validation if:
317: -- a) The current g_old_rec is current and
318: -- b) The value for name has changed.
319: --
320: l_api_updating := per_rsl_shd.api_updating
321: (p_rating_scale_id => p_rating_scale_id
322: ,p_language => p_language
323: );
324: --

Line 328: nvl(per_rsl_shd.g_old_rec.name, hr_api.g_varchar2)

324: --
325: hr_utility.set_location (l_proc, 3);
326: --
327: if (l_api_updating AND
328: nvl(per_rsl_shd.g_old_rec.name, hr_api.g_varchar2)
329: <> nvl(p_name, hr_api.g_varchar2)
330: or not l_api_updating)
331: then
332: --

Line 362: (p_rec in per_rsl_shd.g_rec_type

358: -- ----------------------------------------------------------------------------
359: -- |------------------------< validate_translation>--------------------------|
360: -- ----------------------------------------------------------------------------
361: Procedure validate_translation
362: (p_rec in per_rsl_shd.g_rec_type
363: ,p_rating_scale_id in per_rating_scales_tl.rating_scale_id%TYPE default null
364: ) IS
365: --
366: l_proc varchar2(72) := g_package||'validate_translation';

Line 400: (p_rec in per_rsl_shd.g_rec_type

396: -- ----------------------------------------------------------------------------
397: -- |---------------------------< insert_validate >----------------------------|
398: -- ----------------------------------------------------------------------------
399: Procedure insert_validate
400: (p_rec in per_rsl_shd.g_rec_type
401: ,p_rating_scale_id in per_rating_scales_tl.rating_scale_id%TYPE
402: ) is
403: --
404: -- Name : M. Burton

Line 430: (p_rec in per_rsl_shd.g_rec_type

426: -- ----------------------------------------------------------------------------
427: -- |---------------------------< update_validate >----------------------------|
428: -- ----------------------------------------------------------------------------
429: Procedure update_validate
430: (p_rec in per_rsl_shd.g_rec_type
431: ) is
432: --
433: l_proc varchar2(72) := g_package||'update_validate';
434: --

Line 463: (p_rec in per_rsl_shd.g_rec_type

459: -- ----------------------------------------------------------------------------
460: -- |---------------------------< delete_validate >----------------------------|
461: -- ----------------------------------------------------------------------------
462: Procedure delete_validate
463: (p_rec in per_rsl_shd.g_rec_type
464: ) is
465: --
466: l_proc varchar2(72) := g_package||'delete_validate';
467: --