DBA Data[Home] [Help]

APPS.GHR_PAY_CALC dependencies on GHR_CUSTOM_PAY_CALC

Line 2834: ghr_custom_pay_calc.custom_pay_calc

2830: ----IF l_pay_plan = 'AD' THEN
2831: ---- l_pay_calc_out_data.open_pay_fields := TRUE;
2832: ----END IF;
2833: ---Bug 7423379 End
2834: ghr_custom_pay_calc.custom_pay_calc
2835: (l_pay_calc_data
2836: ,l_pay_calc_out_data
2837: ,l_message_set
2838: ,l_calculated);

Line 2878: ghr_custom_pay_calc.custom_pay_calc

2874: ----IF l_pay_plan = 'AD' THEN
2875: ---- l_pay_calc_out_data.open_pay_fields := TRUE;
2876: ----END IF;
2877: ---Bug 7423379 End
2878: ghr_custom_pay_calc.custom_pay_calc
2879: (l_pay_calc_data
2880: ,l_pay_calc_out_data
2881: ,l_message_set
2882: ,l_calculated);

Line 2906: ghr_custom_pay_calc.custom_pay_calc

2902: END IF;
2903: l_message_set := TRUE;
2904: l_calculated := FALSE;
2905: l_pay_calc_out_data.open_pay_fields := TRUE;
2906: ghr_custom_pay_calc.custom_pay_calc
2907: (l_pay_calc_data
2908: ,l_pay_calc_out_data
2909: ,l_message_set
2910: ,l_calculated);

Line 2922: ghr_custom_pay_calc.custom_pay_calc

2918: l_calculated := FALSE;
2919: l_pay_calc_out_data.open_pay_fields := TRUE;
2920: END IF;
2921: ---Bug 9977338 End
2922: ghr_custom_pay_calc.custom_pay_calc
2923: (l_pay_calc_data
2924: ,l_pay_calc_out_data
2925: ,l_message_set
2926: ,l_calculated);