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.3.12020000.2 2012/09/07 10:43:01 srannama 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 191: if ( nvl(per_pem_bus.g_previous_employer_id, hr_api.g_number)

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

Line 198: l_legislation_code := per_pem_bus.g_legislation_code;

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

Line 222: per_pem_bus.g_previous_employer_id := p_previous_employer_id;

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

Line 223: per_pem_bus.g_legislation_code := l_legislation_code;

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

Line 1778: per_pem_bus.chk_ddf(p_rec);

1774: ,p_object_version_number => p_rec.object_version_number
1775: ,p_all_assignments => p_rec.all_assignments);
1776: --
1777: hr_utility.set_location(l_proc, 75);
1778: per_pem_bus.chk_ddf(p_rec);
1779: --
1780: hr_utility.set_location(l_proc, 80);
1781: per_pem_bus.chk_df(p_rec);
1782: --

Line 1781: per_pem_bus.chk_df(p_rec);

1777: hr_utility.set_location(l_proc, 75);
1778: per_pem_bus.chk_ddf(p_rec);
1779: --
1780: hr_utility.set_location(l_proc, 80);
1781: per_pem_bus.chk_df(p_rec);
1782: --
1783: hr_utility.set_location(' Leaving:'||l_proc, 85);
1784: End insert_validate;
1785: --

Line 1892: per_pem_bus.chk_ddf(p_rec);

1888: ,p_object_version_number => p_rec.object_version_number
1889: ,p_all_assignments => p_rec.all_assignments);
1890: --
1891: hr_utility.set_location(l_proc, 65);
1892: per_pem_bus.chk_ddf(p_rec);
1893: --
1894: hr_utility.set_location(l_proc, 70);
1895: per_pem_bus.chk_df(p_rec);
1896: --

Line 1895: per_pem_bus.chk_df(p_rec);

1891: hr_utility.set_location(l_proc, 65);
1892: per_pem_bus.chk_ddf(p_rec);
1893: --
1894: hr_utility.set_location(l_proc, 70);
1895: per_pem_bus.chk_df(p_rec);
1896: --
1897: hr_utility.set_location(' Leaving:'||l_proc, 75);
1898: End update_validate;
1899: --

Line 1917: end per_pem_bus;

1913: --
1914: hr_utility.set_location(' Leaving:'||l_proc, 10);
1915: End delete_validate;
1916: --
1917: end per_pem_bus;