DBA Data[Home] [Help]

APPS.HR_QSV_BUS dependencies on HR_QSV_BUS

Line 1: Package Body hr_qsv_bus as

1: Package Body hr_qsv_bus as
2: /* $Header: hrqsvrhi.pkb 115.9 2003/08/27 00:17:34 hpandya ship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' hr_qsv_bus.'; -- Global package name
9: --
10: -- The following two global variables are only to be used by the
11: -- return_legislation_code function.
12: --

Line 279: hr_qsv_bus.chk_non_updateable_args(p_rec);

275: g_questionnaire_template_id := null;
276: --
277: -- Call all supporting business operations
278: --
279: hr_qsv_bus.chk_non_updateable_args(p_rec);
280: --
281: --
282: hr_utility.set_location(' Leaving:'||l_proc, 10);
283: End update_validate;

Line 373: end hr_qsv_bus;

369: --
370: return l_legislation_code;
371: end return_legislation_code;
372: --
373: end hr_qsv_bus;