178:
179: FUNCTION get_occur_details
180: (
181: p_uoo_id igs_ps_unit_ofr_opt.uoo_id%TYPE,
182: p_occurs_id IGS_PS_USEC_OCCURS.UNIT_SECTION_OCCURRENCE_ID%TYPE
183: )
184: RETURN VARCHAR2 AS
185:
186: CURSOR c_occur_dtls IS
196: TO_CHAR(a.start_time, 'hh:miam')||'-'|| TO_CHAR(a.end_time, 'hh:miam')||' '||
197: NVL(d.description,'-')||' '||
198: NVL(b.description,'-')||' '||
199: NVL(c.description,'') location
200: FROM igs_ps_usec_occurs a,
201: igs_ad_building b,
202: igs_ad_room c,
203: igs_ad_location d
204: WHERE