DBA Data[Home] [Help]

APPS.MSD_NTF dependencies on DBMS_LOB

Line 126: dbms_lob.append(document, msd_common_utilities.dbms_aw_interp(document_id));

122: begin
123: --check display_type
124: if (display_type <> 'text/plain') then
125: document_type := 'text/html';
126: dbms_lob.append(document, msd_common_utilities.dbms_aw_interp(document_id));
127: end if;
128:
129: -- handle case where the assignment or the alert has been deleted
130: EXCEPTION