DBA Data[Home] [Help]

APPS.HR_TCP_BUS dependencies on HR_TCP_BUS

Line 1: Package Body hr_tcp_bus as

1: Package Body hr_tcp_bus as
2: /* $Header: hrtcprhi.pkb 120.1 2011/04/28 11:07:08 sidsaxen ship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' hr_tcp_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 77: if ( nvl(hr_tcp_bus.g_template_item_context_page_i, hr_api.g_number)

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

Line 84: l_legislation_code := hr_tcp_bus.g_legislation_code;

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

Line 108: hr_tcp_bus.g_template_item_context_page_i := p_template_item_context_page_i;

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

Line 109: hr_tcp_bus.g_legislation_code := l_legislation_code;

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

Line 480: end hr_tcp_bus;

476: --
477: hr_utility.set_location(' Leaving:'||l_proc, 10);
478: End delete_validate;
479: --
480: end hr_tcp_bus;