DBA Data[Home] [Help]

APPS.HR_AVM_BUS dependencies on HR_AVM_SHD

Line 78: (p_rec in hr_avm_shd.g_rec_type

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

Line 88: IF NOT hr_avm_shd.api_updating

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

Line 326: (p_rec in hr_avm_shd.g_rec_type

322: -- ----------------------------------------------------------------------------
323: -- |---------------------------< insert_validate >----------------------------|
324: -- ----------------------------------------------------------------------------
325: Procedure insert_validate
326: (p_rec in hr_avm_shd.g_rec_type
327: ) is
328: --
329: l_proc varchar2(72) := g_package||'insert_validate';
330: --

Line 366: (p_rec in hr_avm_shd.g_rec_type

362: -- ----------------------------------------------------------------------------
363: -- |---------------------------< update_validate >----------------------------|
364: -- ----------------------------------------------------------------------------
365: Procedure update_validate
366: (p_rec in hr_avm_shd.g_rec_type
367: ) is
368: --
369: l_proc varchar2(72) := g_package||'update_validate';
370: --

Line 413: (p_rec in hr_avm_shd.g_rec_type

409: -- ----------------------------------------------------------------------------
410: -- |---------------------------< delete_validate >----------------------------|
411: -- ----------------------------------------------------------------------------
412: Procedure delete_validate
413: (p_rec in hr_avm_shd.g_rec_type
414: ) is
415: --
416: l_proc varchar2(72) := g_package||'delete_validate';
417: --