DBA Data[Home] [Help]

APPS.PAY_NO_ABSENCE dependencies on HR_UTILITY

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

515: l_previous_absence NUMBER;
516:
517:
518: BEGIN
519: hr_utility.set_location('Entering into absence package: ', 1);
520: p_abs_sick_days := 0;
521: -- To select absence category code by passing absence category meaning.
522: /* pgopal - passing the abs category code directly by attaching a value set to the element i/p value*/
523: /* BEGIN

Line 2746: hr_utility.set_location ('EROOR TOO MANY ROWS ' ,999);

2742: l_child_minders_quota := -1;
2743:
2744: WHEN TOO_MANY_ROWS then
2745: l_msg_error := to_char(15);
2746: hr_utility.set_location ('EROOR TOO MANY ROWS ' ,999);
2747: p_abs_error := l_msg_error;
2748: RETURN 1;
2749:
2750:

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

6708: p_ear_value := 0;
6709: p_abs_error := l_msg_error ;
6710: END IF; -- Reimburse from social security
6711: END IF;
6712: hr_utility.set_location('Leaving absence package: ', 2);
6713: /* 12952467 */
6714: p_rate_option1 := nvl(p_rate_option1,'N') ;
6715: p_rate_option2 := nvl(p_rate_option2,'N') ;
6716: p_rate_option3 := nvl(p_rate_option3,'N') ;