DBA Data[Home] [Help]

APPS.HR_TTP_BUS dependencies on HR_TTP_BUS

Line 1: Package Body hr_ttp_bus as

1: Package Body hr_ttp_bus as
2: /* $Header: hrttprhi.pkb 115.5 2002/12/03 13:51:39 raranjan noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' hr_ttp_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 78: if ( nvl(hr_ttp_bus.g_template_tab_page_id, hr_api.g_number)

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

Line 85: l_legislation_code := hr_ttp_bus.g_legislation_code;

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

Line 109: hr_ttp_bus.g_template_tab_page_id := p_template_tab_page_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_ttp_bus.g_template_tab_page_id := p_template_tab_page_id;
110: hr_ttp_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_ttp_bus.g_legislation_code := l_legislation_code;

106: -- available for the next call to this function.
107: --
108: close csr_leg_code;
109: hr_ttp_bus.g_template_tab_page_id := p_template_tab_page_id;
110: hr_ttp_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 443: end hr_ttp_bus;

439: --
440: hr_utility.set_location(' Leaving:'||l_proc, 10);
441: End delete_validate;
442: --
443: end hr_ttp_bus;