DBA Data[Home] [Help]

APPS.PER_NAA_BUS dependencies on PER_NAA_SHD

Line 570: (p_rec in per_naa_shd.g_rec_type

566: --
567: -- {End Of Comments}
568: -- ----------------------------------------------------------------------------
569: Procedure chk_non_updateable_args
570: (p_rec in per_naa_shd.g_rec_type
571: ) IS
572: --
573: l_proc varchar2(72) := g_package || 'chk_non_updateable_args';
574: --

Line 580: IF NOT per_naa_shd.api_updating

576: --
577: -- Only proceed with the validation if a row exists for the current
578: -- record in the HR Schema.
579: --
580: IF NOT per_naa_shd.api_updating
581: (p_absence_action_id => p_rec.absence_action_id
582: ,p_absence_attendance_id => p_rec.absence_attendance_id
583: ,p_object_version_number => p_rec.object_version_number
584: ) THEN

Line 598: (p_rec in per_naa_shd.g_rec_type

594: -- ----------------------------------------------------------------------------
595: -- |---------------------------< insert_validate >----------------------------|
596: -- ----------------------------------------------------------------------------
597: Procedure insert_validate
598: (p_rec in per_naa_shd.g_rec_type
599: ) is
600: --
601: l_proc varchar2(72) := g_package||'insert_validate';
602: --

Line 659: (p_rec in per_naa_shd.g_rec_type

655: -- ----------------------------------------------------------------------------
656: -- |---------------------------< update_validate >----------------------------|
657: -- ----------------------------------------------------------------------------
658: Procedure update_validate
659: (p_rec in per_naa_shd.g_rec_type
660: ) is
661: --
662: l_proc varchar2(72) := g_package||'update_validate';
663: --

Line 725: (p_rec in per_naa_shd.g_rec_type

721: -- ----------------------------------------------------------------------------
722: -- |---------------------------< delete_validate >----------------------------|
723: -- ----------------------------------------------------------------------------
724: Procedure delete_validate
725: (p_rec in per_naa_shd.g_rec_type
726: ) is
727: --
728: l_proc varchar2(72) := g_package||'delete_validate';
729: --