DBA Data[Home] [Help]

APPS.BIS_CORRECTIVE_ACTION_PVT dependencies on WF_NOTIFICATION

Line 2415: IF (content_type = Wf_Notification.doc_html) THEN

2411: l_alert_attribute := 'L_TARGET';
2412: l_alert_attribute_label := 'L_TARGET_LABEL';
2413: END IF;
2414:
2415: IF (content_type = Wf_Notification.doc_html) THEN
2416:
2417: l_document := l_document || '' ;
2418:
2419: l_document := l_document || Get_Style_Class;

Line 2584: WF_NOTIFICATION.WriteToClob(document, l_document);

2580: p_item_type => l_item_type,
2581: p_wf_item_key => l_wf_item_key,
2582: p_attribute_name => 'L_RELATED_INFO_LABEL');
2583:
2584: WF_NOTIFICATION.WriteToClob(document, l_document);
2585:
2586: Generate_Report(document_id,
2587: content_type,
2588: document,

Line 2639: WF_NOTIFICATION.WriteToClob(document, l_document);

2635: l_document := l_document || '
' ;
2636:
2637: l_document := l_document || '' ;
2638:
2639: WF_NOTIFICATION.WriteToClob(document, l_document);
2640:
2641: ELSIF (content_type = Wf_Notification.Doc_Text) THEN
2642:
2643: l_label := WF_ENGINE.GetItemAttrText (

Line 2641: ELSIF (content_type = Wf_Notification.Doc_Text) THEN

2637: l_document := l_document || '' ;
2638:
2639: WF_NOTIFICATION.WriteToClob(document, l_document);
2640:
2641: ELSIF (content_type = Wf_Notification.Doc_Text) THEN
2642:
2643: l_label := WF_ENGINE.GetItemAttrText (
2644: itemtype => l_item_type,
2645: itemkey => l_wf_item_key,

Line 2885: WF_NOTIFICATION.WriteToClob(document, l_document);

2881:
2882: l_document := l_document || l_label;
2883: l_document := l_document || l_NL ;
2884:
2885: WF_NOTIFICATION.WriteToClob(document, l_document);
2886:
2887: END IF; -- Check for content type
2888:
2889: End GenerateAlerts;

Line 2938: WF_NOTIFICATION.WriteToClob(document,l_document);

2934:
2935: l_document := l_document || l_label;
2936: l_document := l_document || '';
2937:
2938: WF_NOTIFICATION.WriteToClob(document,l_document);
2939:
2940: ELSE
2941:
2942: vHTMLPieces := utl_http.request_pieces(url => l_label,

Line 2948: WF_NOTIFICATION.WriteToClob(document,l_html_pieces);

2944:
2945: FOR i IN 1 .. vHTMLPieces.count loop
2946:
2947: l_html_pieces := vHTMLpieces(i);
2948: WF_NOTIFICATION.WriteToClob(document,l_html_pieces);
2949: END LOOP;
2950:
2951: END IF;
2952: