DBA Data[Home] [Help]

APPS.GHR_PAY_CALC dependencies on GHR_CUSTOM_PAY_CALC

Line 2656: ghr_custom_pay_calc.custom_pay_calc

2652: ----IF l_pay_plan = 'AD' THEN
2653: ---- l_pay_calc_out_data.open_pay_fields := TRUE;
2654: ----END IF;
2655: ---Bug 7423379 End
2656: ghr_custom_pay_calc.custom_pay_calc
2657: (l_pay_calc_data
2658: ,l_pay_calc_out_data
2659: ,l_message_set
2660: ,l_calculated);

Line 2680: ghr_custom_pay_calc.custom_pay_calc

2676: ----IF l_pay_plan = 'AD' THEN
2677: ---- l_pay_calc_out_data.open_pay_fields := TRUE;
2678: ----END IF;
2679: ---Bug 7423379 End
2680: ghr_custom_pay_calc.custom_pay_calc
2681: (l_pay_calc_data
2682: ,l_pay_calc_out_data
2683: ,l_message_set
2684: ,l_calculated);

Line 2703: ghr_custom_pay_calc.custom_pay_calc

2699: END IF;
2700: l_message_set := TRUE;
2701: l_calculated := FALSE;
2702: l_pay_calc_out_data.open_pay_fields := TRUE;
2703: ghr_custom_pay_calc.custom_pay_calc
2704: (l_pay_calc_data
2705: ,l_pay_calc_out_data
2706: ,l_message_set
2707: ,l_calculated);

Line 2716: ghr_custom_pay_calc.custom_pay_calc

2712: ----IF l_pay_plan = 'AD' THEN
2713: ---- l_pay_calc_out_data.open_pay_fields := TRUE;
2714: ----END IF;
2715: ---Bug 7423379 End
2716: ghr_custom_pay_calc.custom_pay_calc
2717: (l_pay_calc_data
2718: ,l_pay_calc_out_data
2719: ,l_message_set
2720: ,l_calculated);