DBA Data[Home] [Help]

APPS.PER_HU_DISABILITY dependencies on PER_HU_DISABILITY

Line 1: package body PER_HU_DISABILITY as

1: package body PER_HU_DISABILITY as
2: /* $Header: pehudisp.pkb 120.1 2006/09/21 09:07:14 mgettins noship $ */
3: PROCEDURE check_hu_disability(p_category varchar2
4: ,p_degree number) is
5:

Line 42: --per_hu_disability.check_hu_disability(p_category => p_category

38: -- Added for GSI Bug 5472781
39: --
40: IF hr_utility.chk_product_install('Oracle Human Resources', 'HU') THEN
41: --
42: --per_hu_disability.check_hu_disability(p_category => p_category
43: -- ,p_degree => p_degree);
44: null;
45: --
46: END IF;

Line 58: --per_hu_disability.check_hu_disability(p_category => p_category

54: -- Added for GSI Bug 5472781
55: --
56: IF hr_utility.chk_product_install('Oracle Human Resources', 'HU') THEN
57: --
58: --per_hu_disability.check_hu_disability(p_category => p_category
59: -- ,p_degree => p_degree);
60: null;
61: --
62: END IF;

Line 66: END PER_HU_DISABILITY;

62: END IF;
63: --
64: END update_hu_disability;
65:
66: END PER_HU_DISABILITY;