DBA Data[Home] [Help]

APPS.PER_SHT_BUS dependencies on HR_API

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

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

Line 121: <> nvl(per_sht_shd.g_old_rec.system_type_cd,hr_api.g_varchar2)

117: p_object_version_number => p_object_version_number);
118: --
119: if (l_api_updating
120: and p_system_type_cd
121: <> nvl(per_sht_shd.g_old_rec.system_type_cd,hr_api.g_varchar2)
122: or not l_api_updating) then
123: --
124: -- check if value of lookup falls within lookup type.
125: --

Line 127: if hr_api.not_exists_in_hr_lookups

123: --
124: -- check if value of lookup falls within lookup type.
125: --
126: --
127: if hr_api.not_exists_in_hr_lookups
128: (p_lookup_type => p_lookup_type,
129: p_lookup_code => p_system_type_cd,
130: p_effective_date => p_effective_date) then
131: --

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

252: p_shared_type_code => p_rec.shared_type_code,
253: p_shared_type_name => p_rec.shared_type_name,
254: p_business_group_id => p_rec.business_group_id);
255: --
256: -- hr_api.validate_bus_grp_id(p_rec.business_group_id); -- Validate Bus Grp
257: --
258: hr_utility.set_location(' Leaving:'||l_proc, 10);
259: End insert_validate;
260: --

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

288: p_shared_type_code => p_rec.shared_type_code,
289: p_shared_type_name => p_rec.shared_type_name,
290: p_business_group_id => p_rec.business_group_id);
291: --
292: -- hr_api.validate_bus_grp_id(p_rec.business_group_id); -- Validate Bus Grp
293: --
294: hr_utility.set_location(' Leaving:'||l_proc, 10);
295: End update_validate;
296: --

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

337: hr_utility.set_location('Entering:'|| l_proc, 10);
338: --
339: -- Ensure that all the mandatory parameter are not null
340: --
341: hr_api.mandatory_arg_error(p_api_name => l_proc,
342: p_argument => 'shared_type_id',
343: p_argument_value => p_shared_type_id);
344: --
345: open csr_leg_code;