DBA Data[Home] [Help]

APPS.PER_HU_DISABILITY dependencies on HR_UTILITY

Line 10: hr_utility.set_message(800,'HR_HU_INVALID_DIS_DEGREE');

6: BEGIN
7: /*if p_degree is not null then
8: if p_category='HU_WC_LT_50_PERC' then
9: if (p_degree >=50) then
10: hr_utility.set_message(800,'HR_HU_INVALID_DIS_DEGREE');
11: hr_utility.raise_error;
12: end if;
13: elsif p_category='HU_WC_50_PERC' then
14: if (p_degree <> 50 ) then

Line 11: hr_utility.raise_error;

7: /*if p_degree is not null then
8: if p_category='HU_WC_LT_50_PERC' then
9: if (p_degree >=50) then
10: hr_utility.set_message(800,'HR_HU_INVALID_DIS_DEGREE');
11: hr_utility.raise_error;
12: end if;
13: elsif p_category='HU_WC_50_PERC' then
14: if (p_degree <> 50 ) then
15: hr_utility.set_message(800,'HR_HU_INVALID_DIS_DEGREE');

Line 15: hr_utility.set_message(800,'HR_HU_INVALID_DIS_DEGREE');

11: hr_utility.raise_error;
12: end if;
13: elsif p_category='HU_WC_50_PERC' then
14: if (p_degree <> 50 ) then
15: hr_utility.set_message(800,'HR_HU_INVALID_DIS_DEGREE');
16: hr_utility.raise_error;
17: end if;
18: elsif p_category='HU_WC_GT_67_PERC' then
19: if (p_degree <=67) then

Line 16: hr_utility.raise_error;

12: end if;
13: elsif p_category='HU_WC_50_PERC' then
14: if (p_degree <> 50 ) then
15: hr_utility.set_message(800,'HR_HU_INVALID_DIS_DEGREE');
16: hr_utility.raise_error;
17: end if;
18: elsif p_category='HU_WC_GT_67_PERC' then
19: if (p_degree <=67) then
20: hr_utility.set_message(800,'HR_HU_INVALID_DIS_DEGREE');

Line 20: hr_utility.set_message(800,'HR_HU_INVALID_DIS_DEGREE');

16: hr_utility.raise_error;
17: end if;
18: elsif p_category='HU_WC_GT_67_PERC' then
19: if (p_degree <=67) then
20: hr_utility.set_message(800,'HR_HU_INVALID_DIS_DEGREE');
21: hr_utility.raise_error;
22: end if;
23: elsif p_category='HU_WC_67_PERC' then
24: if (p_degree <>67) then

Line 21: hr_utility.raise_error;

17: end if;
18: elsif p_category='HU_WC_GT_67_PERC' then
19: if (p_degree <=67) then
20: hr_utility.set_message(800,'HR_HU_INVALID_DIS_DEGREE');
21: hr_utility.raise_error;
22: end if;
23: elsif p_category='HU_WC_67_PERC' then
24: if (p_degree <>67) then
25: hr_utility.set_message(800,'HR_HU_INVALID_DIS_DEGREE');

Line 25: hr_utility.set_message(800,'HR_HU_INVALID_DIS_DEGREE');

21: hr_utility.raise_error;
22: end if;
23: elsif p_category='HU_WC_67_PERC' then
24: if (p_degree <>67) then
25: hr_utility.set_message(800,'HR_HU_INVALID_DIS_DEGREE');
26: hr_utility.raise_error;
27: end if;
28: end if;
29: end if;*/

Line 26: hr_utility.raise_error;

22: end if;
23: elsif p_category='HU_WC_67_PERC' then
24: if (p_degree <>67) then
25: hr_utility.set_message(800,'HR_HU_INVALID_DIS_DEGREE');
26: hr_utility.raise_error;
27: end if;
28: end if;
29: end if;*/
30: null;

Line 40: IF hr_utility.chk_product_install('Oracle Human Resources', 'HU') THEN

36: BEGIN
37: --
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;

Line 56: IF hr_utility.chk_product_install('Oracle Human Resources', 'HU') THEN

52: BEGIN
53: --
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;