DBA Data[Home] [Help]

APPS.AME_ACF_BUS dependencies on AME_ACF_SHD

Line 39: ,p_rec in ame_acf_shd.g_rec_type

35: -- {End Of Comments}
36: -- ----------------------------------------------------------------------------
37: Procedure chk_non_updateable_args
38: (p_effective_date in date
39: ,p_rec in ame_acf_shd.g_rec_type
40: ) IS
41: --
42: l_proc varchar2(72) := g_package || 'chk_non_updateable_args';
43: --

Line 49: IF NOT ame_acf_shd.api_updating

45: --
46: -- Only proceed with the validation if a row exists for the current
47: -- record in the HR Schema.
48: --
49: IF NOT ame_acf_shd.api_updating
50: (p_action_type_id => p_rec.action_type_id
51: ,p_application_id => p_rec.application_id
52: ,p_effective_date => p_effective_date
53: ,p_object_version_number => p_rec.object_version_number

Line 728: (p_rec in ame_acf_shd.g_rec_type

724: -- ----------------------------------------------------------------------------
725: -- |---------------------------< insert_validate >----------------------------|
726: -- ----------------------------------------------------------------------------
727: Procedure insert_validate
728: (p_rec in ame_acf_shd.g_rec_type
729: ,p_effective_date in date
730: ,p_datetrack_mode in varchar2
731: ,p_validation_start_date in date
732: ,p_validation_end_date in date

Line 771: (p_rec in ame_acf_shd.g_rec_type

767: -- ----------------------------------------------------------------------------
768: -- |---------------------------< update_validate >----------------------------|
769: -- ----------------------------------------------------------------------------
770: Procedure update_validate
771: (p_rec in ame_acf_shd.g_rec_type
772: ,p_effective_date in date
773: ,p_datetrack_mode in varchar2
774: ,p_validation_start_date in date
775: ,p_validation_end_date in date

Line 816: (p_rec in ame_acf_shd.g_rec_type

812: -- ----------------------------------------------------------------------------
813: -- |---------------------------< delete_validate >----------------------------|
814: -- ----------------------------------------------------------------------------
815: Procedure delete_validate
816: (p_rec in ame_acf_shd.g_rec_type
817: ,p_effective_date in date
818: ,p_datetrack_mode in varchar2
819: ,p_validation_start_date in date
820: ,p_validation_end_date in date