DBA Data[Home] [Help]

APPS.AME_GCF_BUS dependencies on AME_GCF_SHD

Line 551: ,p_rec in ame_gcf_shd.g_rec_type

547: -- {End Of Comments}
548: -- ----------------------------------------------------------------------------
549: Procedure chk_non_updateable_args
550: (p_effective_date in date
551: ,p_rec in ame_gcf_shd.g_rec_type
552: ) IS
553: --
554: l_proc varchar2(72) := g_package || 'chk_non_updateable_args';
555: --

Line 561: IF NOT ame_gcf_shd.api_updating

557: --
558: -- Only proceed with the validation if a row exists for the current
559: -- record in the HR Schema.
560: --
561: IF NOT ame_gcf_shd.api_updating
562: (p_approval_group_id => p_rec.approval_group_id
563: ,p_application_id => p_rec.application_id
564: ,p_effective_date => p_effective_date
565: ,p_object_version_number => p_rec.object_version_number

Line 758: (p_rec in ame_gcf_shd.g_rec_type

754: -- ----------------------------------------------------------------------------
755: -- |---------------------------< insert_validate >----------------------------|
756: -- ----------------------------------------------------------------------------
757: Procedure insert_validate
758: (p_rec in ame_gcf_shd.g_rec_type
759: ,p_effective_date in date
760: ,p_datetrack_mode in varchar2
761: ,p_validation_start_date in date
762: ,p_validation_end_date in date

Line 803: (p_rec in ame_gcf_shd.g_rec_type

799: -- ----------------------------------------------------------------------------
800: -- |---------------------------< update_validate >----------------------------|
801: -- ----------------------------------------------------------------------------
802: Procedure update_validate
803: (p_rec in ame_gcf_shd.g_rec_type
804: ,p_effective_date in date
805: ,p_datetrack_mode in varchar2
806: ,p_validation_start_date in date
807: ,p_validation_end_date in date

Line 847: (p_rec in ame_gcf_shd.g_rec_type

843: -- ----------------------------------------------------------------------------
844: -- |---------------------------< delete_validate >----------------------------|
845: -- ----------------------------------------------------------------------------
846: Procedure delete_validate
847: (p_rec in ame_gcf_shd.g_rec_type
848: ,p_effective_date in date
849: ,p_datetrack_mode in varchar2
850: ,p_validation_start_date in date
851: ,p_validation_end_date in date