DBA Data[Home] [Help]

APPS.PER_BIL_BUS dependencies on HR_API

Line 51: and nvl(p_id_value,hr_api.g_number)

47: (p_id_value => p_id_value,
48: p_object_version_number => p_object_version_number);
49: --
50: if (l_api_updating
51: and nvl(p_id_value,hr_api.g_number)
52: <> per_bil_shd.g_old_rec.id_value) then
53: --
54: -- raise error as PK has changed
55: --

Line 89: hr_api.validate_bus_grp_id(p_rec.business_group_id); -- Validate Bus Grp

85: hr_utility.set_location('Entering:'||l_proc, 5);
86: --
87: -- Call all supporting business operations
88: --
89: hr_api.validate_bus_grp_id(p_rec.business_group_id); -- Validate Bus Grp
90: --
91: chk_id_value
92: (p_id_value => p_rec.id_value,
93: p_object_version_number => p_rec.object_version_number);

Line 155: hr_api.validate_bus_grp_id(p_rec.business_group_id); -- Validate Bus Grp

151: hr_utility.set_location('Entering:'||l_proc, 5);
152: --
153: -- Call all supporting business operations
154: --
155: hr_api.validate_bus_grp_id(p_rec.business_group_id); -- Validate Bus Grp
156: --
157: chk_id_value
158: (p_id_value => p_rec.id_value,
159: p_object_version_number => p_rec.object_version_number);

Line 287: hr_api.mandatory_arg_error(p_api_name => l_proc,

283: hr_utility.set_location('Entering:'|| l_proc, 10);
284: --
285: -- Ensure that all the mandatory parameter are not null
286: --
287: hr_api.mandatory_arg_error(p_api_name => l_proc,
288: p_argument => 'id_value',
289: p_argument_value => p_id_value);
290: --
291: open csr_leg_code;