DBA Data[Home] [Help]

APPS.BEN_BPI_BUS dependencies on HR_API

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

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

Line 123: and nvl(p_benefit_action_id,hr_api.g_number)

119: (p_batch_proc_id => p_batch_proc_id,
120: p_object_version_number => p_object_version_number);
121: --
122: if (l_api_updating
123: and nvl(p_benefit_action_id,hr_api.g_number)
124: <> nvl(ben_bpi_shd.g_old_rec.benefit_action_id,hr_api.g_number)
125: or not l_api_updating) then
126: --
127: -- check if benefit_action_id value exists in ben_benefit_actions table

Line 124: <> nvl(ben_bpi_shd.g_old_rec.benefit_action_id,hr_api.g_number)

120: p_object_version_number => p_object_version_number);
121: --
122: if (l_api_updating
123: and nvl(p_benefit_action_id,hr_api.g_number)
124: <> nvl(ben_bpi_shd.g_old_rec.benefit_action_id,hr_api.g_number)
125: or not l_api_updating) then
126: --
127: -- check if benefit_action_id value exists in ben_benefit_actions table
128: --

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

160: --
161: -- Call all supporting business operations
162: --
163: --
164: hr_api.validate_bus_grp_id(p_rec.business_group_id); -- Validate Bus Grp
165: --
166: chk_batch_proc_id
167: (p_batch_proc_id => p_rec.batch_proc_id,
168: p_object_version_number => p_rec.object_version_number);

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

187: --
188: -- Call all supporting business operations
189: --
190: --
191: hr_api.validate_bus_grp_id(p_rec.business_group_id); -- Validate Bus Grp
192: --
193: chk_batch_proc_id
194: (p_batch_proc_id => p_rec.batch_proc_id,
195: p_object_version_number => p_rec.object_version_number);

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

244: hr_utility.set_location('Entering:'|| l_proc, 10);
245: --
246: -- Ensure that all the mandatory parameter are not null
247: --
248: hr_api.mandatory_arg_error(p_api_name => l_proc,
249: p_argument => 'batch_proc_id',
250: p_argument_value => p_batch_proc_id);
251: --
252: open csr_leg_code;