DBA Data[Home] [Help]

APPS.HR_CLE_BUS dependencies on HR_CLE_BUS

Line 1: Package Body hr_cle_bus as

1: Package Body hr_cle_bus as
2: /* $Header: hrclerhi.pkb 115.6 2002/12/03 09:27:16 hjonnala noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' hr_cle_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 119: if ( nvl(hr_cle_bus.g_soc_ins_contr_lvls_id, hr_api.g_number)

115: ,p_argument => 'soc_ins_contr_lvls_id'
116: ,p_argument_value => p_soc_ins_contr_lvls_id
117: );
118: --
119: if ( nvl(hr_cle_bus.g_soc_ins_contr_lvls_id, hr_api.g_number)
120: = p_soc_ins_contr_lvls_id) then
121: --
122: -- The legislation code has already been found with a previous
123: -- call to this function. Just return the value in the global

Line 126: l_legislation_code := hr_cle_bus.g_legislation_code;

122: -- The legislation code has already been found with a previous
123: -- call to this function. Just return the value in the global
124: -- variable.
125: --
126: l_legislation_code := hr_cle_bus.g_legislation_code;
127: hr_utility.set_location(l_proc, 20);
128: else
129: --
130: -- The ID is different to the last call to this function

Line 150: hr_cle_bus.g_soc_ins_contr_lvls_id := p_soc_ins_contr_lvls_id;

146: -- Set the global variables so the values are
147: -- available for the next call to this function.
148: --
149: close csr_leg_code;
150: hr_cle_bus.g_soc_ins_contr_lvls_id := p_soc_ins_contr_lvls_id;
151: hr_cle_bus.g_legislation_code := l_legislation_code;
152: end if;
153: hr_utility.set_location(' Leaving:'|| l_proc, 40);
154: return l_legislation_code;

Line 151: hr_cle_bus.g_legislation_code := l_legislation_code;

147: -- available for the next call to this function.
148: --
149: close csr_leg_code;
150: hr_cle_bus.g_soc_ins_contr_lvls_id := p_soc_ins_contr_lvls_id;
151: hr_cle_bus.g_legislation_code := l_legislation_code;
152: end if;
153: hr_utility.set_location(' Leaving:'|| l_proc, 40);
154: return l_legislation_code;
155: end return_legislation_code;

Line 2622: hr_cle_bus.chk_organization_id( p_effective_date

2618: hr_utility.set_location('Entering:'||l_proc, 5);
2619: --
2620: -- Call all supporting business operations
2621: --
2622: hr_cle_bus.chk_organization_id( p_effective_date
2623: , p_validation_start_date
2624: , p_validation_end_date
2625: , p_rec.organization_id
2626: , p_rec.soc_ins_contr_lvls_id );

Line 2628: hr_cle_bus.chk_normal_amount( p_rec.normal_amount

2624: , p_validation_end_date
2625: , p_rec.organization_id
2626: , p_rec.soc_ins_contr_lvls_id );
2627:
2628: hr_cle_bus.chk_normal_amount( p_rec.normal_amount
2629: , p_rec.soc_ins_contr_lvls_id );
2630:
2631: hr_cle_bus.chk_increased_amount ( p_rec.increased_amount
2632: , p_rec.soc_ins_contr_lvls_id );

Line 2631: hr_cle_bus.chk_increased_amount ( p_rec.increased_amount

2627:
2628: hr_cle_bus.chk_normal_amount( p_rec.normal_amount
2629: , p_rec.soc_ins_contr_lvls_id );
2630:
2631: hr_cle_bus.chk_increased_amount ( p_rec.increased_amount
2632: , p_rec.soc_ins_contr_lvls_id );
2633:
2634: hr_cle_bus.chk_reduced_amount ( p_rec.reduced_amount
2635: , p_rec.soc_ins_contr_lvls_id );

Line 2634: hr_cle_bus.chk_reduced_amount ( p_rec.reduced_amount

2630:
2631: hr_cle_bus.chk_increased_amount ( p_rec.increased_amount
2632: , p_rec.soc_ins_contr_lvls_id );
2633:
2634: hr_cle_bus.chk_reduced_amount ( p_rec.reduced_amount
2635: , p_rec.soc_ins_contr_lvls_id );
2636:
2637: hr_cle_bus.chk_normal_percentage ( p_rec.normal_percentage
2638: , p_rec.soc_ins_contr_lvls_id );

Line 2637: hr_cle_bus.chk_normal_percentage ( p_rec.normal_percentage

2633:
2634: hr_cle_bus.chk_reduced_amount ( p_rec.reduced_amount
2635: , p_rec.soc_ins_contr_lvls_id );
2636:
2637: hr_cle_bus.chk_normal_percentage ( p_rec.normal_percentage
2638: , p_rec.soc_ins_contr_lvls_id );
2639:
2640: hr_cle_bus.chk_increased_percentage ( p_rec.increased_percentage
2641: , p_rec.soc_ins_contr_lvls_id );

Line 2640: hr_cle_bus.chk_increased_percentage ( p_rec.increased_percentage

2636:
2637: hr_cle_bus.chk_normal_percentage ( p_rec.normal_percentage
2638: , p_rec.soc_ins_contr_lvls_id );
2639:
2640: hr_cle_bus.chk_increased_percentage ( p_rec.increased_percentage
2641: , p_rec.soc_ins_contr_lvls_id );
2642:
2643: hr_cle_bus.chk_reduced_percentage ( p_rec.reduced_percentage
2644: , p_rec.soc_ins_contr_lvls_id );

Line 2643: hr_cle_bus.chk_reduced_percentage ( p_rec.reduced_percentage

2639:
2640: hr_cle_bus.chk_increased_percentage ( p_rec.increased_percentage
2641: , p_rec.soc_ins_contr_lvls_id );
2642:
2643: hr_cle_bus.chk_reduced_percentage ( p_rec.reduced_percentage
2644: , p_rec.soc_ins_contr_lvls_id );
2645:
2646: -- hr_cle_bus.chk_object_version_number ( p_rec.object_version_number);
2647: --

Line 2646: -- hr_cle_bus.chk_object_version_number ( p_rec.object_version_number);

2642:
2643: hr_cle_bus.chk_reduced_percentage ( p_rec.reduced_percentage
2644: , p_rec.soc_ins_contr_lvls_id );
2645:
2646: -- hr_cle_bus.chk_object_version_number ( p_rec.object_version_number);
2647: --
2648: IF(p_rec.contribution_level_type = 'DE_MAND_HEALTH_PROV') THEN
2649: --
2650: hr_cle_bus.chk_normal_percent_null

Line 2650: hr_cle_bus.chk_normal_percent_null

2646: -- hr_cle_bus.chk_object_version_number ( p_rec.object_version_number);
2647: --
2648: IF(p_rec.contribution_level_type = 'DE_MAND_HEALTH_PROV') THEN
2649: --
2650: hr_cle_bus.chk_normal_percent_null
2651: ( p_rec.normal_percentage
2652: ,p_rec.soc_ins_contr_lvls_id );
2653: --
2654: hr_cle_bus.chk_increased_percent_null

Line 2654: hr_cle_bus.chk_increased_percent_null

2650: hr_cle_bus.chk_normal_percent_null
2651: ( p_rec.normal_percentage
2652: ,p_rec.soc_ins_contr_lvls_id );
2653: --
2654: hr_cle_bus.chk_increased_percent_null
2655: ( p_rec.increased_percentage
2656: ,p_rec.soc_ins_contr_lvls_id );
2657: --
2658: hr_cle_bus.chk_reduced_percent_null

Line 2658: hr_cle_bus.chk_reduced_percent_null

2654: hr_cle_bus.chk_increased_percent_null
2655: ( p_rec.increased_percentage
2656: ,p_rec.soc_ins_contr_lvls_id );
2657: --
2658: hr_cle_bus.chk_reduced_percent_null
2659: ( p_rec.reduced_percentage
2660: ,p_rec.soc_ins_contr_lvls_id );
2661: --
2662: END IF;

Line 2668: hr_cle_bus.chk_normal_percent_null

2664:
2665: IF(p_rec.contribution_level_type = 'DE_ADD_SEC_PEN_PROV') THEN
2666: --
2667: --
2668: hr_cle_bus.chk_normal_percent_null
2669: ( p_rec.normal_percentage
2670: ,p_rec.soc_ins_contr_lvls_id );
2671: --
2672: hr_cle_bus.chk_increased_percent_null

Line 2672: hr_cle_bus.chk_increased_percent_null

2668: hr_cle_bus.chk_normal_percent_null
2669: ( p_rec.normal_percentage
2670: ,p_rec.soc_ins_contr_lvls_id );
2671: --
2672: hr_cle_bus.chk_increased_percent_null
2673: ( p_rec.increased_percentage
2674: ,p_rec.soc_ins_contr_lvls_id );
2675: --
2676:

Line 2677: hr_cle_bus.chk_max_inc_contr_null

2673: ( p_rec.increased_percentage
2674: ,p_rec.soc_ins_contr_lvls_id );
2675: --
2676:
2677: hr_cle_bus.chk_max_inc_contr_null
2678: ( p_rec.max_increased_contribution
2679: ,p_rec.soc_ins_contr_lvls_id );
2680:
2681: --

Line 2682: hr_cle_bus.chk_min_inc_contr_null

2678: ( p_rec.max_increased_contribution
2679: ,p_rec.soc_ins_contr_lvls_id );
2680:
2681: --
2682: hr_cle_bus.chk_min_inc_contr_null
2683: ( p_rec.min_increased_contribution
2684: ,p_rec.soc_ins_contr_lvls_id );
2685: --
2686:

Line 2688: hr_cle_bus.chk_month1_min_contr_null

2684: ,p_rec.soc_ins_contr_lvls_id );
2685: --
2686:
2687: IF p_rec.month1 IS NOT NULL THEN
2688: hr_cle_bus.chk_month1_min_contr_null
2689: ( p_rec.month1_min_contribution
2690: ,p_rec.soc_ins_contr_lvls_id );
2691:
2692: --

Line 2693: hr_cle_bus.chk_month1_max_contr_null

2689: ( p_rec.month1_min_contribution
2690: ,p_rec.soc_ins_contr_lvls_id );
2691:
2692: --
2693: hr_cle_bus.chk_month1_max_contr_null
2694: ( p_rec.month1_max_contribution
2695: ,p_rec.soc_ins_contr_lvls_id );
2696: --
2697: END IF;

Line 2700: hr_cle_bus.chk_month2_min_contr_null

2696: --
2697: END IF;
2698:
2699: IF p_rec.month2 IS NOT NULL THEN
2700: hr_cle_bus.chk_month2_min_contr_null
2701: ( p_rec.month2_min_contribution
2702: ,p_rec.soc_ins_contr_lvls_id );
2703:
2704: --

Line 2705: hr_cle_bus.chk_month2_max_contr_null

2701: ( p_rec.month2_min_contribution
2702: ,p_rec.soc_ins_contr_lvls_id );
2703:
2704: --
2705: hr_cle_bus.chk_month2_max_contr_null
2706: ( p_rec.month2_max_contribution
2707: ,p_rec.soc_ins_contr_lvls_id );
2708: --
2709: END IF;

Line 2711: hr_cle_bus.chk_employee_contribution

2707: ,p_rec.soc_ins_contr_lvls_id );
2708: --
2709: END IF;
2710: --
2711: hr_cle_bus.chk_employee_contribution
2712: ( p_rec.employee_contribution
2713: ,p_rec.soc_ins_contr_lvls_id );
2714:
2715: --

Line 2716: hr_cle_bus.chk_month1

2712: ( p_rec.employee_contribution
2713: ,p_rec.soc_ins_contr_lvls_id );
2714:
2715: --
2716: hr_cle_bus.chk_month1
2717: ( p_rec.month1
2718: ,p_rec.soc_ins_contr_lvls_id);
2719:
2720: --

Line 2721: hr_cle_bus.chk_month2

2717: ( p_rec.month1
2718: ,p_rec.soc_ins_contr_lvls_id);
2719:
2720: --
2721: hr_cle_bus.chk_month2
2722: ( p_rec.month2
2723: ,p_rec.soc_ins_contr_lvls_id );
2724:
2725: --

Line 2726: hr_cle_bus.chk_flat_tax_month_val

2722: ( p_rec.month2
2723: ,p_rec.soc_ins_contr_lvls_id );
2724:
2725: --
2726: hr_cle_bus.chk_flat_tax_month_val
2727: ( p_rec.flat_tax_limit_per_month
2728: ,p_rec.soc_ins_contr_lvls_id );
2729:
2730: --

Line 2731: hr_cle_bus.chk_flat_tax_year_val

2727: ( p_rec.flat_tax_limit_per_month
2728: ,p_rec.soc_ins_contr_lvls_id );
2729:
2730: --
2731: hr_cle_bus.chk_flat_tax_year_val
2732: ( p_rec.flat_tax_limit_per_year
2733: ,p_rec.soc_ins_contr_lvls_id );
2734: --
2735: hr_cle_bus.chk_min_max_inc_contr

Line 2735: hr_cle_bus.chk_min_max_inc_contr

2731: hr_cle_bus.chk_flat_tax_year_val
2732: ( p_rec.flat_tax_limit_per_year
2733: ,p_rec.soc_ins_contr_lvls_id );
2734: --
2735: hr_cle_bus.chk_min_max_inc_contr
2736: ( p_rec.min_increased_contribution
2737: ,p_rec.max_increased_contribution
2738: ,p_rec.soc_ins_contr_lvls_id );
2739:

Line 2741: hr_cle_bus.chk_mon1_min_max_contr

2737: ,p_rec.max_increased_contribution
2738: ,p_rec.soc_ins_contr_lvls_id );
2739:
2740: --
2741: hr_cle_bus.chk_mon1_min_max_contr
2742: ( p_rec.month1_min_contribution
2743: ,p_rec.month1_max_contribution
2744: ,p_rec.min_increased_contribution
2745: ,p_rec.max_increased_contribution

Line 2749: hr_cle_bus.chk_mon2_min_max_contr

2745: ,p_rec.max_increased_contribution
2746: ,p_rec.soc_ins_contr_lvls_id );
2747:
2748: --
2749: hr_cle_bus.chk_mon2_min_max_contr
2750: ( p_rec.month2_min_contribution
2751: ,p_rec.month2_max_contribution
2752: ,p_rec.min_increased_contribution
2753: ,p_rec.max_increased_contribution

Line 2762: hr_cle_bus.chk_df(p_rec);

2758:
2759: END IF;
2760:
2761: --
2762: hr_cle_bus.chk_df(p_rec);
2763: --
2764: --
2765:
2766:

Line 2793: hr_cle_bus.chk_normal_amount ( p_rec.normal_amount

2789: -- Call all supporting business operations
2790: --
2791: --
2792:
2793: hr_cle_bus.chk_normal_amount ( p_rec.normal_amount
2794: , p_rec.soc_ins_contr_lvls_id );
2795:
2796: hr_cle_bus.chk_increased_amount ( p_rec.increased_amount
2797: , p_rec.soc_ins_contr_lvls_id );

Line 2796: hr_cle_bus.chk_increased_amount ( p_rec.increased_amount

2792:
2793: hr_cle_bus.chk_normal_amount ( p_rec.normal_amount
2794: , p_rec.soc_ins_contr_lvls_id );
2795:
2796: hr_cle_bus.chk_increased_amount ( p_rec.increased_amount
2797: , p_rec.soc_ins_contr_lvls_id );
2798:
2799: hr_cle_bus.chk_reduced_amount ( p_rec.reduced_amount
2800: , p_rec.soc_ins_contr_lvls_id );

Line 2799: hr_cle_bus.chk_reduced_amount ( p_rec.reduced_amount

2795:
2796: hr_cle_bus.chk_increased_amount ( p_rec.increased_amount
2797: , p_rec.soc_ins_contr_lvls_id );
2798:
2799: hr_cle_bus.chk_reduced_amount ( p_rec.reduced_amount
2800: , p_rec.soc_ins_contr_lvls_id );
2801:
2802: hr_cle_bus.chk_normal_percentage ( p_rec.normal_percentage
2803: , p_rec.soc_ins_contr_lvls_id );

Line 2802: hr_cle_bus.chk_normal_percentage ( p_rec.normal_percentage

2798:
2799: hr_cle_bus.chk_reduced_amount ( p_rec.reduced_amount
2800: , p_rec.soc_ins_contr_lvls_id );
2801:
2802: hr_cle_bus.chk_normal_percentage ( p_rec.normal_percentage
2803: , p_rec.soc_ins_contr_lvls_id );
2804:
2805: hr_cle_bus.chk_increased_percentage ( p_rec.increased_percentage
2806: , p_rec.soc_ins_contr_lvls_id );

Line 2805: hr_cle_bus.chk_increased_percentage ( p_rec.increased_percentage

2801:
2802: hr_cle_bus.chk_normal_percentage ( p_rec.normal_percentage
2803: , p_rec.soc_ins_contr_lvls_id );
2804:
2805: hr_cle_bus.chk_increased_percentage ( p_rec.increased_percentage
2806: , p_rec.soc_ins_contr_lvls_id );
2807:
2808: hr_cle_bus.chk_reduced_percentage ( p_rec.reduced_percentage
2809: , p_rec.soc_ins_contr_lvls_id );

Line 2808: hr_cle_bus.chk_reduced_percentage ( p_rec.reduced_percentage

2804:
2805: hr_cle_bus.chk_increased_percentage ( p_rec.increased_percentage
2806: , p_rec.soc_ins_contr_lvls_id );
2807:
2808: hr_cle_bus.chk_reduced_percentage ( p_rec.reduced_percentage
2809: , p_rec.soc_ins_contr_lvls_id );
2810:
2811: hr_cle_bus.chk_object_version_number ( p_rec.object_version_number);
2812:

Line 2811: hr_cle_bus.chk_object_version_number ( p_rec.object_version_number);

2807:
2808: hr_cle_bus.chk_reduced_percentage ( p_rec.reduced_percentage
2809: , p_rec.soc_ins_contr_lvls_id );
2810:
2811: hr_cle_bus.chk_object_version_number ( p_rec.object_version_number);
2812:
2813: --
2814: --
2815: IF(p_rec.contribution_level_type = 'DE_MAND_HEALTH_PROV') THEN

Line 2817: hr_cle_bus.chk_normal_percent_null

2813: --
2814: --
2815: IF(p_rec.contribution_level_type = 'DE_MAND_HEALTH_PROV') THEN
2816: --
2817: hr_cle_bus.chk_normal_percent_null
2818: ( p_rec.normal_percentage
2819: ,p_rec.soc_ins_contr_lvls_id );
2820: --
2821: hr_cle_bus.chk_increased_percent_null

Line 2821: hr_cle_bus.chk_increased_percent_null

2817: hr_cle_bus.chk_normal_percent_null
2818: ( p_rec.normal_percentage
2819: ,p_rec.soc_ins_contr_lvls_id );
2820: --
2821: hr_cle_bus.chk_increased_percent_null
2822: ( p_rec.increased_percentage
2823: ,p_rec.soc_ins_contr_lvls_id );
2824: --
2825: hr_cle_bus.chk_reduced_percent_null

Line 2825: hr_cle_bus.chk_reduced_percent_null

2821: hr_cle_bus.chk_increased_percent_null
2822: ( p_rec.increased_percentage
2823: ,p_rec.soc_ins_contr_lvls_id );
2824: --
2825: hr_cle_bus.chk_reduced_percent_null
2826: ( p_rec.reduced_percentage
2827: ,p_rec.soc_ins_contr_lvls_id );
2828: --
2829: END IF;

Line 2835: hr_cle_bus.chk_normal_percent_null

2831:
2832: IF(p_rec.contribution_level_type = 'DE_ADD_SEC_PEN_PROV') THEN
2833: --
2834: --
2835: hr_cle_bus.chk_normal_percent_null
2836: ( p_rec.normal_percentage
2837: ,p_rec.soc_ins_contr_lvls_id );
2838: --
2839: hr_cle_bus.chk_increased_percent_null

Line 2839: hr_cle_bus.chk_increased_percent_null

2835: hr_cle_bus.chk_normal_percent_null
2836: ( p_rec.normal_percentage
2837: ,p_rec.soc_ins_contr_lvls_id );
2838: --
2839: hr_cle_bus.chk_increased_percent_null
2840: ( p_rec.increased_percentage
2841: ,p_rec.soc_ins_contr_lvls_id );
2842: --
2843:

Line 2844: hr_cle_bus.chk_max_inc_contr_null

2840: ( p_rec.increased_percentage
2841: ,p_rec.soc_ins_contr_lvls_id );
2842: --
2843:
2844: hr_cle_bus.chk_max_inc_contr_null
2845: ( p_rec.max_increased_contribution
2846: ,p_rec.soc_ins_contr_lvls_id );
2847:
2848: --

Line 2849: hr_cle_bus.chk_min_inc_contr_null

2845: ( p_rec.max_increased_contribution
2846: ,p_rec.soc_ins_contr_lvls_id );
2847:
2848: --
2849: hr_cle_bus.chk_min_inc_contr_null
2850: ( p_rec.min_increased_contribution
2851: ,p_rec.soc_ins_contr_lvls_id );
2852: --
2853: IF p_rec.month1 IS NOT NULL THEN

Line 2854: hr_cle_bus.chk_month1_min_contr_null

2850: ( p_rec.min_increased_contribution
2851: ,p_rec.soc_ins_contr_lvls_id );
2852: --
2853: IF p_rec.month1 IS NOT NULL THEN
2854: hr_cle_bus.chk_month1_min_contr_null
2855: ( p_rec.month1_min_contribution
2856: ,p_rec.soc_ins_contr_lvls_id );
2857:
2858: --

Line 2859: hr_cle_bus.chk_month1_max_contr_null

2855: ( p_rec.month1_min_contribution
2856: ,p_rec.soc_ins_contr_lvls_id );
2857:
2858: --
2859: hr_cle_bus.chk_month1_max_contr_null
2860: ( p_rec.month1_max_contribution
2861: ,p_rec.soc_ins_contr_lvls_id );
2862: --
2863: END IF;

Line 2865: hr_cle_bus.chk_month2_min_contr_null

2861: ,p_rec.soc_ins_contr_lvls_id );
2862: --
2863: END IF;
2864: IF p_rec.month2 IS NOT NULL THEN
2865: hr_cle_bus.chk_month2_min_contr_null
2866: ( p_rec.month2_min_contribution
2867: ,p_rec.soc_ins_contr_lvls_id );
2868:
2869: --

Line 2870: hr_cle_bus.chk_month2_max_contr_null

2866: ( p_rec.month2_min_contribution
2867: ,p_rec.soc_ins_contr_lvls_id );
2868:
2869: --
2870: hr_cle_bus.chk_month2_max_contr_null
2871: ( p_rec.month2_max_contribution
2872: ,p_rec.soc_ins_contr_lvls_id );
2873: --
2874: END IF;

Line 2876: hr_cle_bus.chk_employee_contribution

2872: ,p_rec.soc_ins_contr_lvls_id );
2873: --
2874: END IF;
2875: --
2876: hr_cle_bus.chk_employee_contribution
2877: ( p_rec.employee_contribution
2878: ,p_rec.soc_ins_contr_lvls_id );
2879:
2880: --

Line 2881: hr_cle_bus.chk_month1

2877: ( p_rec.employee_contribution
2878: ,p_rec.soc_ins_contr_lvls_id );
2879:
2880: --
2881: hr_cle_bus.chk_month1
2882: ( p_rec.month1
2883: ,p_rec.soc_ins_contr_lvls_id);
2884:
2885: --

Line 2886: hr_cle_bus.chk_month2

2882: ( p_rec.month1
2883: ,p_rec.soc_ins_contr_lvls_id);
2884:
2885: --
2886: hr_cle_bus.chk_month2
2887: ( p_rec.month2
2888: ,p_rec.soc_ins_contr_lvls_id );
2889:
2890: --

Line 2891: hr_cle_bus.chk_flat_tax_month_val

2887: ( p_rec.month2
2888: ,p_rec.soc_ins_contr_lvls_id );
2889:
2890: --
2891: hr_cle_bus.chk_flat_tax_month_val
2892: ( p_rec.flat_tax_limit_per_month
2893: ,p_rec.soc_ins_contr_lvls_id );
2894:
2895: --

Line 2896: hr_cle_bus.chk_flat_tax_year_val

2892: ( p_rec.flat_tax_limit_per_month
2893: ,p_rec.soc_ins_contr_lvls_id );
2894:
2895: --
2896: hr_cle_bus.chk_flat_tax_year_val
2897: ( p_rec.flat_tax_limit_per_year
2898: ,p_rec.soc_ins_contr_lvls_id );
2899: --
2900: hr_cle_bus.chk_min_max_inc_contr

Line 2900: hr_cle_bus.chk_min_max_inc_contr

2896: hr_cle_bus.chk_flat_tax_year_val
2897: ( p_rec.flat_tax_limit_per_year
2898: ,p_rec.soc_ins_contr_lvls_id );
2899: --
2900: hr_cle_bus.chk_min_max_inc_contr
2901: ( p_rec.min_increased_contribution
2902: ,p_rec.max_increased_contribution
2903: ,p_rec.soc_ins_contr_lvls_id );
2904:

Line 2906: hr_cle_bus.chk_mon1_min_max_contr

2902: ,p_rec.max_increased_contribution
2903: ,p_rec.soc_ins_contr_lvls_id );
2904:
2905: --
2906: hr_cle_bus.chk_mon1_min_max_contr
2907: ( p_rec.month1_min_contribution
2908: ,p_rec.month1_max_contribution
2909: ,p_rec.min_increased_contribution
2910: ,p_rec.max_increased_contribution

Line 2914: hr_cle_bus.chk_mon2_min_max_contr

2910: ,p_rec.max_increased_contribution
2911: ,p_rec.soc_ins_contr_lvls_id );
2912:
2913: --
2914: hr_cle_bus.chk_mon2_min_max_contr
2915: ( p_rec.month2_min_contribution
2916: ,p_rec.month2_max_contribution
2917: ,p_rec.min_increased_contribution
2918: ,p_rec.max_increased_contribution

Line 2941: hr_cle_bus.chk_df(p_rec);

2937: ,p_rec => p_rec
2938: );
2939: --
2940: --
2941: hr_cle_bus.chk_df(p_rec);
2942: --
2943: hr_utility.set_location(' Leaving:'||l_proc, 10);
2944: End update_validate;
2945: --

Line 2975: end hr_cle_bus;

2971: hr_utility.set_location(' Leaving:'||l_proc, 10);
2972: End delete_validate;
2973: --
2974:
2975: end hr_cle_bus;