DBA Data[Home] [Help]

APPS.HR_DTY_BUS dependencies on HR_DTY_SHD

Line 45: ,p_rec in hr_dty_shd.g_rec_type

41: -- {End Of Comments}
42: -- ----------------------------------------------------------------------------
43: Procedure chk_non_updateable_args
44: (p_effective_date in date
45: ,p_rec in hr_dty_shd.g_rec_type
46: ) IS
47: --
48: l_proc varchar2(72) := g_package || 'chk_non_updateable_args';
49: --

Line 55: IF NOT hr_dty_shd.api_updating

51: --
52: -- Only proceed with the validation if a row exists for the current
53: -- record in the HR Schema.
54: --
55: IF NOT hr_dty_shd.api_updating
56: (p_document_type_id => p_rec.document_type_id
57: ,p_object_version_number => p_rec.object_version_number
58: ) THEN
59: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');

Line 69: hr_dty_shd.g_old_rec.legislation_code then

65: --
66: --Check for Non- updation of Legislation Code
67: --
68: if nvl(p_rec.legislation_code, hr_api.g_varchar2) <>
69: hr_dty_shd.g_old_rec.legislation_code then
70:
71: hr_api.argument_changed_error
72: (p_api_name => l_proc
73: ,p_argument => 'LEGISLATION_CODE'

Line 81: hr_dty_shd.g_old_rec.multiple_occurences_flag then

77: --
78: --Check for Non- updation of Multiple Occurences Flag
79: --
80: if nvl(p_rec.multiple_occurences_flag, hr_api.g_varchar2) <>
81: hr_dty_shd.g_old_rec.multiple_occurences_flag then
82:
83: hr_api.argument_changed_error
84: (p_api_name => l_proc
85: ,p_argument => 'MULTIPLE_OCCURENCES_FLAG'

Line 730: ,p_rec in hr_dty_shd.g_rec_type

726: -- |---------------------------< insert_validate >----------------------------|
727: -- ----------------------------------------------------------------------------
728: Procedure insert_validate
729: (p_effective_date in date
730: ,p_rec in hr_dty_shd.g_rec_type
731: ) is
732: --
733: l_proc varchar2(72) := g_package||'insert_validate';
734: --

Line 789: ,p_rec in hr_dty_shd.g_rec_type

785: -- |---------------------------< update_validate >----------------------------|
786: -- ----------------------------------------------------------------------------
787: Procedure update_validate
788: (p_effective_date in date
789: ,p_rec in hr_dty_shd.g_rec_type
790: ) is
791: --
792: l_proc varchar2(72) := g_package||'update_validate';
793: --

Line 839: (p_rec in hr_dty_shd.g_rec_type

835: -- ----------------------------------------------------------------------------
836: -- |---------------------------< delete_validate >----------------------------|
837: -- ----------------------------------------------------------------------------
838: Procedure delete_validate
839: (p_rec in hr_dty_shd.g_rec_type
840: ) is
841: --
842: l_proc varchar2(72) := g_package||'delete_validate';
843: --