DBA Data[Home] [Help]

APPS.PAY_DK_SICKPAY_PKG dependencies on HR_UTILITY

Line 80: hr_utility.set_location('get worked Hours function call',10);

76:
77: l_hours_in_period :=0;
78: l_worked_hours :=0;
79:
80: hr_utility.set_location('get worked Hours function call',10);
81:
82: l_input_value := 'Start Date';
83: OPEN csr_get_details(l_period_start_date ,l_period_end_date ,l_assignment_id ,l_input_value );
84: FETCH csr_get_details BULK COLLECT INTO l_rec_start_date;