DBA Data[Home] [Help]

APPS.HR_TWN_BUS dependencies on HR_TWN_BUS

Line 1: Package Body hr_twn_bus as

1: Package Body hr_twn_bus as
2: /* $Header: hrtwnrhi.pkb 120.1 2011/04/28 10:34:19 sidsaxen ship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' hr_twn_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 73: if ( nvl(hr_twn_bus.g_template_window_id, hr_api.g_number)

69: ,p_argument => 'template_window_id'
70: ,p_argument_value => p_template_window_id
71: );
72: --
73: if ( nvl(hr_twn_bus.g_template_window_id, hr_api.g_number)
74: = p_template_window_id) then
75: --
76: -- The legislation code has already been found with a previous
77: -- call to this function. Just return the value in the global

Line 80: l_legislation_code := hr_twn_bus.g_legislation_code;

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

Line 104: hr_twn_bus.g_template_window_id:= p_template_window_id;

100: -- Set the global variables so the values are
101: -- available for the next call to this function.
102: --
103: close csr_leg_code;
104: hr_twn_bus.g_template_window_id:= p_template_window_id;
105: hr_twn_bus.g_legislation_code := l_legislation_code;
106: end if;
107: hr_utility.set_location(' Leaving:'|| l_proc, 40);
108: return l_legislation_code;

Line 105: hr_twn_bus.g_legislation_code := l_legislation_code;

101: -- available for the next call to this function.
102: --
103: close csr_leg_code;
104: hr_twn_bus.g_template_window_id:= p_template_window_id;
105: hr_twn_bus.g_legislation_code := l_legislation_code;
106: end if;
107: hr_utility.set_location(' Leaving:'|| l_proc, 40);
108: return l_legislation_code;
109: end return_legislation_code;

Line 445: end hr_twn_bus;

441: --
442: hr_utility.set_location(' Leaving:'||l_proc, 10);
443: End delete_validate;
444: --
445: end hr_twn_bus;