DBA Data[Home] [Help]

APPS.HR_OTY_BUS dependencies on HR_OTY_BUS

Line 1: Package Body hr_oty_bus as

1: Package Body hr_oty_bus as
2: /* $Header: hrotyrhi.pkb 115.0 2004/01/09 02:19 vkarandi noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' hr_oty_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 382: HR_OTY_BUS.CHK_DISPLAY_TYPE

378: chk_non_updateable_args
379: (p_rec => p_rec
380: );
381: --check for display type validation
382: HR_OTY_BUS.CHK_DISPLAY_TYPE
383: (
384: p_display_type => p_rec.display_type
385: );
386:

Line 406: HR_OTY_BUS.chk_delete

402: hr_utility.set_location('Entering:'||l_proc, 5);
403: --
404: -- Call all supporting business operations
405: --
406: HR_OTY_BUS.chk_delete
407: (p_option_type_id => p_rec.option_type_id
408: );
409:
410: hr_utility.set_location(' Leaving:'||l_proc, 10);

Line 413: end hr_oty_bus;

409:
410: hr_utility.set_location(' Leaving:'||l_proc, 10);
411: End delete_validate;
412: --
413: end hr_oty_bus;