DBA Data[Home] [Help]

APPS.BEN_XFI_BUS dependencies on HR_API

Line 39: hr_api.mandatory_arg_error

35: hr_utility.set_location('Entering:'|| l_proc, 10);
36: --
37: -- Ensure that all the mandatory parameter are not null
38: --
39: hr_api.mandatory_arg_error
40: (p_api_name => l_proc
41: ,p_argument => 'ext_file_id'
42: ,p_argument_value => p_ext_file_id
43: );

Line 62: hr_api.set_security_group_id

58: close csr_sec_grp;
59: --
60: -- Set the security_group_id in CLIENT_INFO
61: --
62: hr_api.set_security_group_id
63: (p_security_group_id => l_security_group_id
64: );
65: --
66: hr_utility.set_location(' Leaving:'|| l_proc, 20);

Line 112: and nvl(p_ext_file_id,hr_api.g_number)

108: (p_ext_file_id => p_ext_file_id,
109: p_object_version_number => p_object_version_number);
110: --
111: if (l_api_updating
112: and nvl(p_ext_file_id,hr_api.g_number)
113: <> ben_xfi_shd.g_old_rec.ext_file_id) then
114: --
115: -- raise error as PK has changed
116: --

Line 270: hr_api.validate_bus_grp_id(p_rec.business_group_id); -- Validate bus_grp

266: chk_startup_action(True
267: ,p_rec.business_group_id
268: ,p_rec.legislation_code);
269: IF hr_startup_data_api_support.g_startup_mode NOT IN ('GENERIC','STARTUP') THEN
270: hr_api.validate_bus_grp_id(p_rec.business_group_id); -- Validate bus_grp
271: END IF;
272: --
273: chk_ext_file_id
274: (p_ext_file_id => p_rec.ext_file_id,

Line 301: hr_api.validate_bus_grp_id(p_rec.business_group_id); -- Validate bus_grp

297: chk_startup_action(False
298: ,p_rec.business_group_id
299: ,p_rec.legislation_code);
300: IF hr_startup_data_api_support.g_startup_mode NOT IN ('GENERIC','STARTUP') THEN
301: hr_api.validate_bus_grp_id(p_rec.business_group_id); -- Validate bus_grp
302: END IF;
303: --
304: chk_ext_file_id
305: (p_ext_file_id => p_rec.ext_file_id,

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

360: hr_utility.set_location('Entering:'|| l_proc, 10);
361: --
362: -- Ensure that all the mandatory parameter are not null
363: --
364: hr_api.mandatory_arg_error(p_api_name => l_proc,
365: p_argument => 'ext_file_id',
366: p_argument_value => p_ext_file_id);
367: --
368: open csr_leg_code;