DBA Data[Home] [Help]

APPS.HR_WPT_BUS dependencies on HR_WNP_BUS

Line 31: hr_wnp_bus.set_security_group_id

27: begin
28: --
29: hr_utility.set_location('Entering:'|| l_proc, 10);
30: --
31: hr_wnp_bus.set_security_group_id
32: (p_window_property_id => p_window_property_id
33: );
34: --
35: hr_utility.set_location(' Leaving:'|| l_proc, 20);

Line 56: l_legislation_code := hr_wnp_bus.return_legislation_code

52: Begin
53: --
54: hr_utility.set_location('Entering:'|| l_proc, 10);
55: --
56: l_legislation_code := hr_wnp_bus.return_legislation_code
57: (p_window_property_id => p_window_property_id
58: );
59: --
60: hr_utility.set_location(' Leaving:'|| l_proc, 40);