DBA Data[Home] [Help]

APPS.PER_ABV_BUS dependencies on PER_ABV_SHD

Line 177: ,p_rec in per_abv_shd.g_rec_type

173: -- {End Of Comments}
174: -- ----------------------------------------------------------------------------
175: Procedure chk_non_updateable_args
176: (p_effective_date in date
177: ,p_rec in per_abv_shd.g_rec_type
178: ) IS
179: --
180: l_proc varchar2(72) := g_package || 'chk_non_updateable_args';
181: l_error EXCEPTION;

Line 189: IF NOT per_abv_shd.api_updating

185: --
186: -- Only proceed with the validation if a row exists for the current
187: -- record in the HR Schema.
188: --
189: IF NOT per_abv_shd.api_updating
190: (p_assignment_budget_value_id => p_rec.assignment_budget_value_id
191: ,p_effective_date => p_effective_date
192: ,p_object_version_number => p_rec.object_version_number
193: ) THEN

Line 543: (p_rec in per_abv_shd.g_rec_type

539: -- ----------------------------------------------------------------------------
540: -- |---------------------------< insert_validate >----------------------------|
541: -- ----------------------------------------------------------------------------
542: Procedure insert_validate
543: (p_rec in per_abv_shd.g_rec_type
544: ,p_effective_date in date
545: ,p_datetrack_mode in varchar2
546: ,p_validation_start_date in date
547: ,p_validation_end_date in date

Line 580: (p_rec in per_abv_shd.g_rec_type

576: -- ----------------------------------------------------------------------------
577: -- |---------------------------< update_validate >----------------------------|
578: -- ----------------------------------------------------------------------------
579: Procedure update_validate
580: (p_rec in per_abv_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

Line 626: (p_rec in per_abv_shd.g_rec_type

622: -- ----------------------------------------------------------------------------
623: -- |---------------------------< delete_validate >----------------------------|
624: -- ----------------------------------------------------------------------------
625: Procedure delete_validate
626: (p_rec in per_abv_shd.g_rec_type
627: ,p_effective_date in date
628: ,p_datetrack_mode in varchar2
629: ,p_validation_start_date in date
630: ,p_validation_end_date in date