DBA Data[Home] [Help]

APPS.PAY_PMA_BUS dependencies on HR_API

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

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

Line 132: and nvl(p_organization_id,hr_api.g_number)

128: (p_source_id => p_source_id,
129: p_object_version_number => p_object_version_number);
130: --
131: if (l_api_updating
132: and nvl(p_organization_id,hr_api.g_number)
133: <> nvl(pay_pma_shd.g_old_rec.organization_id,hr_api.g_number)
134: or not l_api_updating) then
135: --
136: -- check if organization_id value exists in hr_all_organization_units table

Line 133: <> nvl(pay_pma_shd.g_old_rec.organization_id,hr_api.g_number)

129: p_object_version_number => p_object_version_number);
130: --
131: if (l_api_updating
132: and nvl(p_organization_id,hr_api.g_number)
133: <> nvl(pay_pma_shd.g_old_rec.organization_id,hr_api.g_number)
134: or not l_api_updating) then
135: --
136: -- check if organization_id value exists in hr_all_organization_units table
137: --

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

309: --
310: chk_enabled
311: (p_enabled => p_rec.enabled);
312: --
313: hr_api.validate_bus_grp_id(p_rec.business_group_id); -- Validate Bus Grp
314: --
315: hr_utility.set_location(' Leaving:'||l_proc, 10);
316: End insert_validate;
317: --

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

344: --
345: chk_enabled
346: (p_enabled => p_rec.enabled);
347: --
348: hr_api.validate_bus_grp_id(p_rec.business_group_id); -- Validate Bus Grp
349: --
350: hr_utility.set_location(' Leaving:'||l_proc, 10);
351: End update_validate;
352: --

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

392: hr_utility.set_location('Entering:'|| l_proc, 10);
393: --
394: -- Ensure that all the mandatory parameter are not null
395: --
396: hr_api.mandatory_arg_error(p_api_name => l_proc,
397: p_argument => 'source_id',
398: p_argument_value => p_source_id);
399: --
400: open csr_leg_code;