DBA Data[Home] [Help]

APPS.AME_APU_BUS dependencies on AME_APU_SHD

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

Line 49: IF NOT ame_apu_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_apu_shd.api_updating
50: (p_approver_type_id => p_rec.approver_type_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 451: (p_rec in ame_apu_shd.g_rec_type

447: -- ----------------------------------------------------------------------------
448: -- |---------------------------< insert_validate >----------------------------|
449: -- ----------------------------------------------------------------------------
450: Procedure insert_validate
451: (p_rec in ame_apu_shd.g_rec_type
452: ,p_effective_date in date
453: ,p_datetrack_mode in varchar2
454: ,p_validation_start_date in date
455: ,p_validation_end_date in date

Line 480: (p_rec in ame_apu_shd.g_rec_type

476: -- ----------------------------------------------------------------------------
477: -- |---------------------------< update_validate >----------------------------|
478: -- ----------------------------------------------------------------------------
479: Procedure update_validate
480: (p_rec in ame_apu_shd.g_rec_type
481: ,p_effective_date in date
482: ,p_datetrack_mode in varchar2
483: ,p_validation_start_date in date
484: ,p_validation_end_date in date

Line 515: (p_rec in ame_apu_shd.g_rec_type

511: -- ----------------------------------------------------------------------------
512: -- |---------------------------< delete_validate >----------------------------|
513: -- ----------------------------------------------------------------------------
514: Procedure delete_validate
515: (p_rec in ame_apu_shd.g_rec_type
516: ,p_effective_date in date
517: ,p_datetrack_mode in varchar2
518: ,p_validation_start_date in date
519: ,p_validation_end_date in date