DBA Data[Home] [Help]

APPS.BEN_EIV_BUS dependencies on HR_API

Line 45: hr_api.mandatory_arg_error

41: hr_utility.set_location('Entering:'|| l_proc, 10);
42: --
43: -- Ensure that all the mandatory parameter are not null
44: --
45: hr_api.mandatory_arg_error
46: (p_api_name => l_proc
47: ,p_argument => 'extra_input_value_id'
48: ,p_argument_value => p_extra_input_value_id
49: );

Line 51: if ( nvl(ben_eiv_bus.g_extra_input_value_id, hr_api.g_number)

47: ,p_argument => 'extra_input_value_id'
48: ,p_argument_value => p_extra_input_value_id
49: );
50: --
51: if ( nvl(ben_eiv_bus.g_extra_input_value_id, hr_api.g_number)
52: = p_extra_input_value_id) then
53: --
54: -- The legislation code has already been found with a previous
55: -- call to this function. Just return the value in the global

Line 136: and nvl(p_input_value_id,hr_api.g_number)

132: (p_extra_input_value_id => p_extra_input_value_id,
133: p_object_version_number => p_object_version_number);
134:
135: if (l_api_updating
136: and nvl(p_input_value_id,hr_api.g_number)
137: <> ben_eiv_shd.g_old_rec.input_value_id
138: or not l_api_updating) then
139:
140: open c1;

Line 220: hr_api.validate_bus_grp_id

216: hr_utility.set_location('Entering:'||l_proc, 5);
217: --
218: -- Call all supporting business operations
219: --
220: hr_api.validate_bus_grp_id
221: (p_business_group_id => p_rec.business_group_id);
222: --
223: -- Check If RL exists on Rate
224: chk_rl_exists

Line 257: hr_api.validate_bus_grp_id

253: hr_utility.set_location('Entering:'||l_proc, 5);
254: --
255: -- Call all supporting business operations
256: --
257: hr_api.validate_bus_grp_id
258: (p_business_group_id => p_rec.business_group_id );
259: --
260: -- Check Input Value Id for duplicates
261: --