DBA Data[Home] [Help]

APPS.PAY_NO_ABSENCE dependencies on HR_UTILITY

Line 492: hr_utility.set_location('Entering into absence package: ', 1);

488: l_initial_abs_st_date DATE ;
489: l_initial_abs_pay_stdt DATE ;
490:
491: BEGIN
492: hr_utility.set_location('Entering into absence package: ', 1);
493: p_abs_sick_days := 0;
494: -- To select absence category code by passing absence category meaning.
495: /* pgopal - passing the abs category code directly by attaching a value set to the element i/p value*/
496: /* BEGIN

Line 6626: hr_utility.set_location('Leaving absence package: ', 2);

6622: p_ear_value := 0;
6623: p_abs_error := l_msg_error ;
6624: END IF; -- Reimburse from social security
6625: END IF;
6626: hr_utility.set_location('Leaving absence package: ', 2);
6627: return 1;
6628: END CALCULATE_PAYMENT;
6629:
6630: PROCEDURE GET_SICKPAY