DBA Data[Home] [Help]

APPS.PAY_DK_ABSENCE_USER dependencies on HR_GENERAL

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

188: p_input_value10 := p_absence_attendance_id;
189: /* Included for Maternity Linking*/
190: If p_absence_category in ('M','PTM') then
191: p_input_value_name13 := 'Full or Part Time';
192: p_input_value13 := hr_general.decode_lookup('DK_MAT_DURATION',p_absence_category);
193: End if;
194:
195: IF l_intial_absence = 'N' THEN
196: OPEN csr_get_intial_entry_id(l_initial_abs_creator_id,p_assignment_id);