DBA Data[Home] [Help]

APPS.HR_FMP_BUS dependencies on HR_FMP_BUS

Line 1: Package Body hr_fmp_bus as

1: Package Body hr_fmp_bus as
2: /* $Header: hrfmprhi.pkb 115.5 2003/10/30 07:11:27 bsubrama noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' hr_fmp_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_fmp_bus.g_form_property_id, hr_api.g_number)

69: ,p_argument => 'form_property_id'
70: ,p_argument_value => p_form_property_id
71: );
72: --
73: if ( nvl(hr_fmp_bus.g_form_property_id, hr_api.g_number)
74: = p_form_property_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_fmp_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_fmp_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 103: hr_fmp_bus.g_form_property_id := p_form_property_id;

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

Line 104: hr_fmp_bus.g_legislation_code := l_legislation_code;

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

Line 681: end hr_fmp_bus;

677: --
678: hr_utility.set_location(' Leaving:'||l_proc, 10);
679: End delete_validate;
680: --
681: end hr_fmp_bus;