DBA Data[Home] [Help]

APPS.PAY_PWR_BUS dependencies on HR_API

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

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

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

157: hr_utility.trace('Valid Rate Code');
158: --
159: END IF;
160: --
161: hr_api.validate_bus_grp_id(p_rec.business_group_id); -- Validate Bus Grp
162: --
163: hr_utility.set_location(' Leaving:'||l_proc, 10);
164: End insert_validate;
165: --

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

178: chk_rate_id
179: (p_rate_id => p_rec.rate_id,
180: p_object_version_number => p_rec.object_version_number);
181: --
182: hr_api.validate_bus_grp_id(p_rec.business_group_id); -- Validate Bus Grp
183: --
184: hr_utility.set_location(' Leaving:'||l_proc, 10);
185: End update_validate;
186: --

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

226: hr_utility.set_location('Entering:'|| l_proc, 10);
227: --
228: -- Ensure that all the mandatory parameter are not null
229: --
230: hr_api.mandatory_arg_error(p_api_name => l_proc,
231: p_argument => 'rate_id',
232: p_argument_value => p_rate_id);
233: --
234: open csr_leg_code;