DBA Data[Home] [Help]

APPS.BEN_ABI_BUS dependencies on BEN_ABI_SHD

Line 373: Procedure chk_non_updateable_args (p_rec in ben_abi_shd.g_rec_type) is

369: -- Internal Table Handabr Use Only.
370: --
371: -- {End Of Comments}
372: -- ----------------------------------------------------------------------------
373: Procedure chk_non_updateable_args (p_rec in ben_abi_shd.g_rec_type) is
374: --
375: l_proc varchar2(72) := g_package||'chk_non_updateable_args';
376: l_error exception;
377: l_argument varchar2(30);

Line 385: if not ben_abi_shd.api_updating

381: --
382: -- Only proceed with validation if a row exists for
383: -- the current record in the HR Schema
384: --
385: if not ben_abi_shd.api_updating
386: (p_abr_extra_info_id => p_rec.abr_extra_info_id
387: ,p_object_version_number => p_rec.object_version_number) then
388: hr_utility.set_message(801, 'HR_6153_ALL_PROCEDURE_FAIL');
389: hr_utility.set_message_token('PROCEDURE', l_proc);

Line 396: nvl(ben_abi_shd.g_old_rec.information_type, hr_api.g_varchar2) then

392: --
393: hr_utility.set_location(l_proc, 30);
394: --
395: if nvl(p_rec.information_type, hr_api.g_varchar2) <>
396: nvl(ben_abi_shd.g_old_rec.information_type, hr_api.g_varchar2) then
397: l_argument := 'information_type';
398: raise l_error;
399: end if;
400: --

Line 404: nvl(ben_abi_shd.g_old_rec.acty_base_rt_id, hr_api.g_number) then

400: --
401: hr_utility.set_location(l_proc, 40);
402: --
403: if nvl(p_rec.acty_base_rt_id, hr_api.g_number) <>
404: nvl(ben_abi_shd.g_old_rec.acty_base_rt_id, hr_api.g_number) then
405: l_argument := 'acty_base_rt_id';
406: raise l_error;
407: end if;
408: --

Line 424: Procedure insert_validate(p_rec in ben_abi_shd.g_rec_type) is

420: end chk_non_updateable_args;
421:
422: -- |---------------------------< insert_validate >----------------------------|
423: -- ----------------------------------------------------------------------------
424: Procedure insert_validate(p_rec in ben_abi_shd.g_rec_type) is
425: --- ----------------------------------------------------------------------------
426: --
427: l_proc varchar2(72) := g_package||'insert_validate';
428: --

Line 583: Procedure update_validate(p_rec in ben_abi_shd.g_rec_type) is

579: --
580: -- ----------------------------------------------------------------------------
581: -- |---------------------------< update_validate >----------------------------|
582: -- ----------------------------------------------------------------------------
583: Procedure update_validate(p_rec in ben_abi_shd.g_rec_type) is
584: --
585: l_proc varchar2(72) := g_package||'update_validate';
586: --
587: Begin

Line 717: Procedure delete_validate(p_rec in ben_abi_shd.g_rec_type) is

713: --
714: -- ----------------------------------------------------------------------------
715: -- |---------------------------< delete_validate >----------------------------|
716: -- ----------------------------------------------------------------------------
717: Procedure delete_validate(p_rec in ben_abi_shd.g_rec_type) is
718: --
719: l_proc varchar2(72) := g_package||'delete_validate';
720: --
721: Begin