DBA Data[Home] [Help]

APPS.HR_TPP_BUS dependencies on HR_TPP_BUS

Line 1: Package Body hr_tpp_bus as

1: Package Body hr_tpp_bus as
2: /* $Header: hrtpprhi.pkb 120.1 2011/04/28 10:41:35 sidsaxen ship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

Line 8: g_package varchar2(33) := ' hr_tpp_bus.'; -- Global package name

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' hr_tpp_bus.'; -- Global package name
9: --
10: -- The following two global variables are only to be
11: -- used by the return_legislation_code function.
12: --

Line 79: if ( nvl(hr_tpp_bus.g_tab_page_property_id, hr_api.g_number)

75: ,p_argument => 'tab_page_property_id'
76: ,p_argument_value => p_tab_page_property_id
77: );
78: --
79: if ( nvl(hr_tpp_bus.g_tab_page_property_id, hr_api.g_number)
80: = p_tab_page_property_id) then
81: --
82: -- The legislation code has already been found with a previous
83: -- call to this function. Just return the value in the global

Line 86: l_legislation_code := hr_tpp_bus.g_legislation_code;

82: -- The legislation code has already been found with a previous
83: -- call to this function. Just return the value in the global
84: -- variable.
85: --
86: l_legislation_code := hr_tpp_bus.g_legislation_code;
87: hr_utility.set_location(l_proc, 20);
88: else
89: --
90: -- The ID is different to the last call to this function

Line 109: hr_tpp_bus.g_tab_page_property_id := p_tab_page_property_id;

105: -- Set the global variables so the values are
106: -- available for the next call to this function.
107: --
108: close csr_leg_code;
109: hr_tpp_bus.g_tab_page_property_id := p_tab_page_property_id;
110: hr_tpp_bus.g_legislation_code := l_legislation_code;
111: end if;
112: hr_utility.set_location(' Leaving:'|| l_proc, 40);
113: return l_legislation_code;

Line 110: hr_tpp_bus.g_legislation_code := l_legislation_code;

106: -- available for the next call to this function.
107: --
108: close csr_leg_code;
109: hr_tpp_bus.g_tab_page_property_id := p_tab_page_property_id;
110: hr_tpp_bus.g_legislation_code := l_legislation_code;
111: end if;
112: hr_utility.set_location(' Leaving:'|| l_proc, 40);
113: return l_legislation_code;
114: end return_legislation_code;

Line 744: end hr_tpp_bus;

740: --
741: hr_utility.set_location(' Leaving:'||l_proc, 10);
742: End delete_validate;
743: --
744: end hr_tpp_bus;