DBA Data[Home] [Help]

APPS.HR_ORT_BUS dependencies on HR_ORT_BUS

Line 1: Package Body hr_ort_bus as

1: Package Body hr_ort_bus as
2: /* $Header: hrortrhi.pkb 115.4 2004/06/29 00:31:44 kjagadee noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' hr_ort_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 128: if (( nvl(hr_ort_bus.g_organization_id, hr_api.g_number)

124: ,p_argument_value => p_organization_id
125: );
126: --
127: --
128: if (( nvl(hr_ort_bus.g_organization_id, hr_api.g_number)
129: = p_organization_id)
130: and ( nvl(hr_ort_bus.g_language, hr_api.g_varchar2)
131: = p_language)) then
132: --

Line 130: and ( nvl(hr_ort_bus.g_language, hr_api.g_varchar2)

126: --
127: --
128: if (( nvl(hr_ort_bus.g_organization_id, hr_api.g_number)
129: = p_organization_id)
130: and ( nvl(hr_ort_bus.g_language, hr_api.g_varchar2)
131: = p_language)) then
132: --
133: -- The legislation code has already been found with a previous
134: -- call to this function. Just return the value in the global

Line 137: l_legislation_code := hr_ort_bus.g_legislation_code;

133: -- The legislation code has already been found with a previous
134: -- call to this function. Just return the value in the global
135: -- variable.
136: --
137: l_legislation_code := hr_ort_bus.g_legislation_code;
138: hr_utility.set_location(l_proc, 20);
139: else
140: --
141: -- The ID is different to the last call to this function

Line 161: hr_ort_bus.g_organization_id := p_organization_id;

157: -- Set the global variables so the values are
158: -- available for the next call to this function.
159: --
160: close csr_leg_code;
161: hr_ort_bus.g_organization_id := p_organization_id;
162: hr_ort_bus.g_language := p_language;
163: hr_ort_bus.g_legislation_code := l_legislation_code;
164: end if;
165: hr_utility.set_location(' Leaving:'|| l_proc, 40);

Line 162: hr_ort_bus.g_language := p_language;

158: -- available for the next call to this function.
159: --
160: close csr_leg_code;
161: hr_ort_bus.g_organization_id := p_organization_id;
162: hr_ort_bus.g_language := p_language;
163: hr_ort_bus.g_legislation_code := l_legislation_code;
164: end if;
165: hr_utility.set_location(' Leaving:'|| l_proc, 40);
166: return l_legislation_code;

Line 163: hr_ort_bus.g_legislation_code := l_legislation_code;

159: --
160: close csr_leg_code;
161: hr_ort_bus.g_organization_id := p_organization_id;
162: hr_ort_bus.g_language := p_language;
163: hr_ort_bus.g_legislation_code := l_legislation_code;
164: end if;
165: hr_utility.set_location(' Leaving:'|| l_proc, 40);
166: return l_legislation_code;
167: end return_legislation_code;

Line 303: end hr_ort_bus;

299: --
300: hr_utility.set_location(' Leaving:'||l_proc, 10);
301: End delete_validate;
302: --
303: end hr_ort_bus;