DBA Data[Home] [Help]

APPS.PER_PEM_BUS dependencies on PER_PEM_BUS

Line 1: Package Body per_pem_bus as

1: Package Body per_pem_bus as
2: /* $Header: pepemrhi.pkb 120.1.12010000.2 2008/08/06 09:21:48 ubhat ship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' per_pem_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 187: if ( nvl(per_pem_bus.g_previous_employer_id, hr_api.g_number)

183: ,p_argument => 'previous_employer_id'
184: ,p_argument_value => p_previous_employer_id
185: );
186: --
187: if ( nvl(per_pem_bus.g_previous_employer_id, hr_api.g_number)
188: = p_previous_employer_id) then
189: --
190: -- The legislation code has already been found with a previous
191: -- call to this function. Just return the value in the global

Line 194: l_legislation_code := per_pem_bus.g_legislation_code;

190: -- The legislation code has already been found with a previous
191: -- call to this function. Just return the value in the global
192: -- variable.
193: --
194: l_legislation_code := per_pem_bus.g_legislation_code;
195: hr_utility.set_location(l_proc, 20);
196: else
197: --
198: -- The ID is different to the last call to this function

Line 218: per_pem_bus.g_previous_employer_id := p_previous_employer_id;

214: -- Set the global variables so the values are
215: -- available for the next call to this function.
216: --
217: close csr_leg_code;
218: per_pem_bus.g_previous_employer_id := p_previous_employer_id;
219: per_pem_bus.g_legislation_code := l_legislation_code;
220: end if;
221: hr_utility.set_location(' Leaving:'|| l_proc, 40);
222: return l_legislation_code;

Line 219: per_pem_bus.g_legislation_code := l_legislation_code;

215: -- available for the next call to this function.
216: --
217: close csr_leg_code;
218: per_pem_bus.g_previous_employer_id := p_previous_employer_id;
219: per_pem_bus.g_legislation_code := l_legislation_code;
220: end if;
221: hr_utility.set_location(' Leaving:'|| l_proc, 40);
222: return l_legislation_code;
223: end return_legislation_code;

Line 1752: per_pem_bus.chk_ddf(p_rec);

1748: ,p_object_version_number => p_rec.object_version_number
1749: ,p_all_assignments => p_rec.all_assignments);
1750: --
1751: hr_utility.set_location(l_proc, 75);
1752: per_pem_bus.chk_ddf(p_rec);
1753: --
1754: hr_utility.set_location(l_proc, 80);
1755: per_pem_bus.chk_df(p_rec);
1756: --

Line 1755: per_pem_bus.chk_df(p_rec);

1751: hr_utility.set_location(l_proc, 75);
1752: per_pem_bus.chk_ddf(p_rec);
1753: --
1754: hr_utility.set_location(l_proc, 80);
1755: per_pem_bus.chk_df(p_rec);
1756: --
1757: hr_utility.set_location(' Leaving:'||l_proc, 85);
1758: End insert_validate;
1759: --

Line 1864: per_pem_bus.chk_ddf(p_rec);

1860: ,p_object_version_number => p_rec.object_version_number
1861: ,p_all_assignments => p_rec.all_assignments);
1862: --
1863: hr_utility.set_location(l_proc, 65);
1864: per_pem_bus.chk_ddf(p_rec);
1865: --
1866: hr_utility.set_location(l_proc, 70);
1867: per_pem_bus.chk_df(p_rec);
1868: --

Line 1867: per_pem_bus.chk_df(p_rec);

1863: hr_utility.set_location(l_proc, 65);
1864: per_pem_bus.chk_ddf(p_rec);
1865: --
1866: hr_utility.set_location(l_proc, 70);
1867: per_pem_bus.chk_df(p_rec);
1868: --
1869: hr_utility.set_location(' Leaving:'||l_proc, 75);
1870: End update_validate;
1871: --

Line 1889: end per_pem_bus;

1885: --
1886: hr_utility.set_location(' Leaving:'||l_proc, 10);
1887: End delete_validate;
1888: --
1889: end per_pem_bus;