DBA Data[Home] [Help]

APPS.AME_CFV_BUS dependencies on AME_CFV_SHD

Line 802: ,p_rec in ame_cfv_shd.g_rec_type

798: -- {End Of Comments}
799: -- ----------------------------------------------------------------------------
800: Procedure chk_non_updateable_args
801: (p_effective_date in date
802: ,p_rec in ame_cfv_shd.g_rec_type
803: ) IS
804: --
805: l_proc varchar2(72) := g_package || 'chk_non_updateable_args';
806: --

Line 812: IF NOT ame_cfv_shd.api_updating

808: --
809: -- Only proceed with the validation if a row exists for the current
810: -- record in the HR Schema.
811: --
812: IF NOT ame_cfv_shd.api_updating
813: (p_application_id => p_rec.application_id
814: ,p_variable_name => p_rec.variable_name
815: ,p_effective_date => p_effective_date
816: ,p_object_version_number => p_rec.object_version_number

Line 1007: (p_rec in ame_cfv_shd.g_rec_type

1003: -- ----------------------------------------------------------------------------
1004: -- |---------------------------< insert_validate >----------------------------|
1005: -- ----------------------------------------------------------------------------
1006: Procedure insert_validate
1007: (p_rec in ame_cfv_shd.g_rec_type
1008: ,p_effective_date in date
1009: ,p_datetrack_mode in varchar2
1010: ,p_validation_start_date in date
1011: ,p_validation_end_date in date

Line 1045: (p_rec in ame_cfv_shd.g_rec_type

1041: -- ----------------------------------------------------------------------------
1042: -- |---------------------------< update_validate >----------------------------|
1043: -- ----------------------------------------------------------------------------
1044: Procedure update_validate
1045: (p_rec in ame_cfv_shd.g_rec_type
1046: ,p_effective_date in date
1047: ,p_datetrack_mode in varchar2
1048: ,p_validation_start_date in date
1049: ,p_validation_end_date in date

Line 1094: (p_rec in ame_cfv_shd.g_rec_type

1090: -- ----------------------------------------------------------------------------
1091: -- |---------------------------< delete_validate >----------------------------|
1092: -- ----------------------------------------------------------------------------
1093: Procedure delete_validate
1094: (p_rec in ame_cfv_shd.g_rec_type
1095: ,p_effective_date in date
1096: ,p_datetrack_mode in varchar2
1097: ,p_validation_start_date in date
1098: ,p_validation_end_date in date