DBA Data[Home] [Help]

APPS.OKL_SSC_WF dependencies on WF_NOTIFICATION

Line 272: wf_notification.WriteToClob( document, l_document);

268: l_document := l_document || '';
269: END IF;-- end to 'text/html' display type
270:
271: --document := l_document;
272: wf_notification.WriteToClob( document, l_document);
273:
274:
275: EXCEPTION
276:

Line 482: wf_notification.WriteToClob( document, l_document);

478:
479: l_document := l_document || '';
480: END IF;-- end to 'text/html' display type
481:
482: wf_notification.WriteToClob( document, l_document);
483:
484:
485: EXCEPTION
486:

Line 815: if (disptype=wf_notification.doc_html) then -- bug 8974540

811: IF l_user_id IS NULL THEN
812: l_user_id := to_number(null);
813: END IF;
814:
815: if (disptype=wf_notification.doc_html) then -- bug 8974540
816: -- For html notification in Hijrah calendar, the MMM date format would be displayed correctly only when tag is used.
817: -- Use NVL for NLS_CALENDAR
818: l_trx_date_text := '' ||
819: to_char(l_trx_date,

Line 882: wf_notification.WriteToClob( document, l_document);

878: l_document := l_document || '';
879: END IF;-- end to 'text/html' display type
880:
881: --document := l_document;
882: wf_notification.WriteToClob( document, l_document);
883:
884:
885: EXCEPTION
886: