DBA Data[Home] [Help]

APPS.AME_AXU_BUS dependencies on AME_AXU_SHD

Line 224: ,p_rec in ame_axu_shd.g_rec_type

220: -- {End Of Comments}
221: -- ----------------------------------------------------------------------------
222: Procedure chk_non_updateable_args
223: (p_effective_date in date
224: ,p_rec in ame_axu_shd.g_rec_type
225: ) IS
226: --
227: l_proc varchar2(72) := g_package || 'chk_non_updateable_args';
228: l_error EXCEPTION;

Line 236: IF NOT ame_axu_shd.api_updating

232: --
233: -- Only proceed with the validation if a row exists for the current
234: -- record in the HR Schema.
235: --
236: IF NOT ame_axu_shd.api_updating
237: (p_action_type_id => p_rec.action_type_id
238: ,p_rule_type => p_rec.rule_type
239: ,p_effective_date => p_effective_date
240: ,p_object_version_number => p_rec.object_version_number

Line 492: (p_rec in ame_axu_shd.g_rec_type

488: -- ----------------------------------------------------------------------------
489: -- |---------------------------< insert_validate >----------------------------|
490: -- ----------------------------------------------------------------------------
491: Procedure insert_validate
492: (p_rec in ame_axu_shd.g_rec_type
493: ,p_effective_date in date
494: ,p_datetrack_mode in varchar2
495: ,p_validation_start_date in date
496: ,p_validation_end_date in date

Line 520: (p_rec in ame_axu_shd.g_rec_type

516: -- ----------------------------------------------------------------------------
517: -- |---------------------------< update_validate >----------------------------|
518: -- ----------------------------------------------------------------------------
519: Procedure update_validate
520: (p_rec in ame_axu_shd.g_rec_type
521: ,p_effective_date in date
522: ,p_datetrack_mode in varchar2
523: ,p_validation_start_date in date
524: ,p_validation_end_date in date

Line 555: (p_rec in ame_axu_shd.g_rec_type

551: -- ----------------------------------------------------------------------------
552: -- |---------------------------< delete_validate >----------------------------|
553: -- ----------------------------------------------------------------------------
554: Procedure delete_validate
555: (p_rec in ame_axu_shd.g_rec_type
556: ,p_effective_date in date
557: ,p_datetrack_mode in varchar2
558: ,p_validation_start_date in date
559: ,p_validation_end_date in date