I try this
SELECT *
FROM
TABLE(GET_ABSENCE_DAYS_PER_TYPE(
'Disfrute de Vacaciones'
,to_char(:p_start_date, 'DD/MM/YYYY')
,to_char(:p_start_date, 'DD/MM/YYYY')
)) AVL
but send me the next error
ORA-00904: "GET_ABSENCE_DAYS_PER_TYPE": identificador no válido