DBA Data[Home] [Help]

APPS.HR_AMM_BUS dependencies on HR_AMM_SHD

Line 77: (p_rec in hr_amm_shd.g_rec_type

73: --
74: -- {End Of Comments}
75: -- ----------------------------------------------------------------------------
76: Procedure chk_non_updateable_args
77: (p_rec in hr_amm_shd.g_rec_type
78: ) IS
79: --
80: l_proc varchar2(72) := g_package || 'chk_non_updateable_args';
81: --

Line 87: IF NOT hr_amm_shd.api_updating

83: --
84: -- Only proceed with the validation if a row exists for the current
85: -- record in the HR Schema.
86: --
87: IF NOT hr_amm_shd.api_updating
88: (p_authoria_mapping_id => p_rec.authoria_mapping_id
89: ,p_object_version_number => p_rec.object_version_number
90: ) THEN
91: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');

Line 494: (p_rec in hr_amm_shd.g_rec_type

490: -- ----------------------------------------------------------------------------
491: -- |---------------------------< insert_validate >----------------------------|
492: -- ----------------------------------------------------------------------------
493: Procedure insert_validate
494: (p_rec in hr_amm_shd.g_rec_type
495: ) is
496: --
497: l_proc varchar2(72) := g_package||'insert_validate';
498: --

Line 541: (p_rec in hr_amm_shd.g_rec_type

537: -- ----------------------------------------------------------------------------
538: -- |---------------------------< update_validate >----------------------------|
539: -- ----------------------------------------------------------------------------
540: Procedure update_validate
541: (p_rec in hr_amm_shd.g_rec_type
542: ) is
543: --
544: l_proc varchar2(72) := g_package||'update_validate';
545: --

Line 593: (p_rec in hr_amm_shd.g_rec_type

589: -- ----------------------------------------------------------------------------
590: -- |---------------------------< delete_validate >----------------------------|
591: -- ----------------------------------------------------------------------------
592: Procedure delete_validate
593: (p_rec in hr_amm_shd.g_rec_type
594: ) is
595: --
596: l_proc varchar2(72) := g_package||'delete_validate';
597: --