Availability calendar for: ' || l_title || ' ' ||
'(The numbers indicate the number of copies that will be available from that day onwards until the next number is displayed)' || ' ' ||
'The loan period for this item is ' || TO_CHAR(l_loan_per) || ' days |
';
SetRes.AvailabilityCalendar(l_titleno, l_ubarcode, l_WorkString);
:message := l_WorkString;
end;