DBA Data[Home] [Help]

APPS.HR_NMF_BUS dependencies on HR_NMF_BUS

Line 1: Package Body hr_nmf_bus as

1: Package Body hr_nmf_bus as
2: /* $Header: hrnmfrhi.pkb 120.0 2005/05/31 01:34 appldev noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 53: if ( nvl(hr_nmf_bus.g_name_format_id, hr_api.g_number)

49: ,p_argument => 'name_format_id'
50: ,p_argument_value => p_name_format_id
51: );
52: --
53: if ( nvl(hr_nmf_bus.g_name_format_id, hr_api.g_number)
54: = p_name_format_id) then
55: --
56: -- The legislation code has already been found with a previous
57: -- call to this function. Just return the value in the global

Line 60: l_legislation_code := hr_nmf_bus.g_legislation_code;

56: -- The legislation code has already been found with a previous
57: -- call to this function. Just return the value in the global
58: -- variable.
59: --
60: l_legislation_code := hr_nmf_bus.g_legislation_code;
61: if g_debug then
62: hr_utility.set_location(l_proc, 20);
63: end if;
64: else

Line 88: hr_nmf_bus.g_name_format_id := p_name_format_id;

84: -- Set the global variables so the values are
85: -- available for the next call to this function.
86: --
87: close csr_leg_code;
88: hr_nmf_bus.g_name_format_id := p_name_format_id;
89: hr_nmf_bus.g_legislation_code := l_legislation_code;
90: end if;
91: if g_debug then
92: hr_utility.set_location(' Leaving:'|| l_proc, 40);

Line 89: hr_nmf_bus.g_legislation_code := l_legislation_code;

85: -- available for the next call to this function.
86: --
87: close csr_leg_code;
88: hr_nmf_bus.g_name_format_id := p_name_format_id;
89: hr_nmf_bus.g_legislation_code := l_legislation_code;
90: end if;
91: if g_debug then
92: hr_utility.set_location(' Leaving:'|| l_proc, 40);
93: end if;

Line 920: end hr_nmf_bus;

916: hr_utility.set_location(' Leaving:'||l_proc, 10);
917: end if;
918: End delete_validate;
919: --
920: end hr_nmf_bus;