DBA Data[Home] [Help]

APPS.PAY_DK_ABSENCE_USER dependencies on HR_GENERAL

Line 222: p_input_value13 := hr_general.decode_lookup('DK_MAT_DURATION',p_absence_category);

218: p_input_value10 := p_absence_attendance_id;
219: /* Included for Maternity Linking*/
220: If p_absence_category in ('M','PTM') then
221: p_input_value_name13 := 'Full or Part Time';
222: p_input_value13 := hr_general.decode_lookup('DK_MAT_DURATION',p_absence_category);
223: End if;
224:
225: IF l_intial_absence = 'N' THEN
226: OPEN csr_get_intial_entry_id(l_initial_abs_creator_id,p_assignment_id);