DBA Data[Home] [Help]

APPS.HR_WNP_BUS dependencies on HR_WNP_BUS

Line 1: Package Body hr_wnp_bus as

1: Package Body hr_wnp_bus as
2: /* $Header: hrwnprhi.pkb 120.1 2011/04/28 10:20:23 sidsaxen ship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' hr_wnp_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 75: if ( nvl(hr_wnp_bus.g_window_property_id, hr_api.g_number)

71: ,p_argument => 'window_property_id'
72: ,p_argument_value => p_window_property_id
73: );
74: --
75: if ( nvl(hr_wnp_bus.g_window_property_id, hr_api.g_number)
76: = p_window_property_id) then
77: --
78: -- The legislation code has already been found with a previous
79: -- call to this function. Just return the value in the global

Line 82: l_legislation_code := hr_wnp_bus.g_legislation_code;

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

Line 105: hr_wnp_bus.g_window_property_id:= p_window_property_id;

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

Line 106: hr_wnp_bus.g_legislation_code := l_legislation_code;

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

Line 723: end hr_wnp_bus;

719: --
720: hr_utility.set_location(' Leaving:'||l_proc, 10);
721: End delete_validate;
722: --
723: end hr_wnp_bus;