DBA Data[Home] [Help]

APPS.HR_TPT_BUS dependencies on HR_TPP_BUS

Line 31: hr_tpp_bus.set_security_group_id

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

Line 56: l_legislation_code := hr_tpp_bus.return_legislation_code

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