DBA Data[Home] [Help]

APPS.PAY_DK_SICKPAY_PKG dependencies on HR_UTILITY

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

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