DBA Data[Home] [Help]

APPS.AME_MAN_BUS dependencies on AME_MAN_SHD

Line 39: ,p_rec in ame_man_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_man_shd.g_rec_type
40: ) IS
41: --
42: l_proc varchar2(72) := g_package || 'chk_non_updateable_args';
43: --

Line 49: IF NOT ame_man_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_man_shd.api_updating
50: (p_attribute_id => p_rec.attribute_id
51: ,p_action_type_id => p_rec.action_type_id
52: ,p_effective_date => p_effective_date
53: ,p_object_version_number => p_rec.object_version_number

Line 506: (p_rec in ame_man_shd.g_rec_type

502: -- ----------------------------------------------------------------------------
503: -- |---------------------------< insert_validate >----------------------------|
504: -- ----------------------------------------------------------------------------
505: Procedure insert_validate
506: (p_rec in ame_man_shd.g_rec_type
507: ,p_effective_date in date
508: ,p_datetrack_mode in varchar2
509: ,p_validation_start_date in date
510: ,p_validation_end_date in date

Line 545: (p_rec in ame_man_shd.g_rec_type

541: -- ----------------------------------------------------------------------------
542: -- |---------------------------< update_validate >----------------------------|
543: -- ----------------------------------------------------------------------------
544: Procedure update_validate
545: (p_rec in ame_man_shd.g_rec_type
546: ,p_effective_date in date
547: ,p_datetrack_mode in varchar2
548: ,p_validation_start_date in date
549: ,p_validation_end_date in date

Line 580: (p_rec in ame_man_shd.g_rec_type

576: -- ----------------------------------------------------------------------------
577: -- |---------------------------< delete_validate >----------------------------|
578: -- ----------------------------------------------------------------------------
579: Procedure delete_validate
580: (p_rec in ame_man_shd.g_rec_type
581: ,p_effective_date in date
582: ,p_datetrack_mode in varchar2
583: ,p_validation_start_date in date
584: ,p_validation_end_date in date