DBA Data[Home] [Help]

APPS.HR_PSF_DEL dependencies on HR_PSF_DEL

Line 1: Package Body hr_psf_del as

1: Package Body hr_psf_del as
2: /* $Header: hrpsfrhi.pkb 120.14.12020000.5 2013/04/12 18:20:17 pathota ship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := 'hr_psf_del.'; -- Global package name
9: --
10: -- ----------------------------------------------------------------------------
11: -- |----------------------------< dt_delete_dml >-----------------------------|
12: -- ----------------------------------------------------------------------------

Line 243: hr_utility.set_message(800,'HR_PSF_DEL_FAIL_BGT_ELE');

239: exception when no_data_found then
240: null;
241: end;
242: if l_exists = '1' then
243: hr_utility.set_message(800,'HR_PSF_DEL_FAIL_BGT_ELE');
244: hr_utility.raise_error;
245: end if;
246: l_exists := NULL;
247: if g_debug then

Line 974: end hr_psf_del;

970: hr_utility.set_location(' Leaving:'||l_proc, 10);
971: end if;
972: End del;
973:
974: end hr_psf_del;