DBA Data[Home] [Help]

APPS.PO_SIGNATURE_PVT dependencies on WF_NOTIFICATION

Line 443: WF_NOTIFICATION.WriteToClob(document, l_msgbody);

439: l_progress := 'PO_SIGNATURE_PVT.get_signature_notfn_body: 02';
440: PO_WF_DEBUG_PKG.insert_debug(l_item_type,l_item_key,l_progress);
441: END IF;
442:
443: WF_NOTIFICATION.WriteToClob(document, l_msgbody);
444:
445: IF (g_po_wf_debug = 'Y') THEN
446: l_progress := 'PO_SIGNATURE_PVT.get_signature_notfn_body: 03';
447: PO_WF_DEBUG_PKG.insert_debug(l_item_type,l_item_key,l_progress);

Line 644: l_evidence_store_id := wf_notification.GetAttrText(l_notif_id, '#WF_SIG_ID');

640: l_signer_type := NULL;
641: END;
642:
643:
644: l_evidence_store_id := wf_notification.GetAttrText(l_notif_id, '#WF_SIG_ID');
645:
646: l_doc_parameters(1).Param_Name := 'PSIG_USER_KEY_LABEL';
647: l_doc_parameters(1).Param_Value := fnd_message.get_string('PO', 'PO_EREC_PARAM_KEYVALUE');
648: l_doc_parameters(1).Param_displayname := 'PSIG_USER_KEY_LABEL';

Line 1383: l_acceptance_note := wf_notification.GetAttrText(l_notif_id, 'SIGNATURE_COMMENTS');

1379: itemtype => l_item_type,
1380: itemkey => l_item_key,
1381: aname => 'NOTIFICATION_ID');
1382:
1383: l_acceptance_note := wf_notification.GetAttrText(l_notif_id, 'SIGNATURE_COMMENTS');
1384:
1385: l_supplier_userid := PO_WF_UTIL_PKG.GetItemAttrNumber(
1386: itemtype => l_item_type,
1387: itemkey => l_item_key,

Line 1517: WF_NOTIFICATION.WriteToClob(document, l_msgbody);

1513: l_progress := 'PO_SIGNATURE_PVT.get_buyer_info_notfn_body: 02';
1514: PO_WF_DEBUG_PKG.insert_debug(l_item_type,l_item_key,l_progress);
1515: END IF;
1516:
1517: WF_NOTIFICATION.WriteToClob(document, l_msgbody);
1518:
1519: IF (g_po_wf_debug = 'Y') THEN
1520: l_progress := 'PO_SIGNATURE_PVT.get_buyer_info_notfn_body: 03';
1521: PO_WF_DEBUG_PKG.insert_debug(l_item_type,l_item_key,l_progress);

Line 1741: l_acceptance_note := wf_notification.GetAttrText(l_notif_id, 'SIGNATURE_COMMENTS');

1737: itemtype => l_item_type,
1738: itemkey => l_item_key,
1739: aname => 'NOTIFICATION_ID');
1740:
1741: l_acceptance_note := wf_notification.GetAttrText(l_notif_id, 'SIGNATURE_COMMENTS');
1742:
1743: l_document_number := PO_WF_UTIL_PKG.GetItemAttrText(
1744: itemtype => l_item_type,
1745: itemkey => l_item_key,

Line 1864: WF_NOTIFICATION.WriteToClob(document, l_msgbody);

1860: l_progress := 'PO_SIGNATURE_PVT.get_supplier_info_notfn_body: 02';
1861: PO_WF_DEBUG_PKG.insert_debug(l_item_type,l_item_key,l_progress);
1862: END IF;
1863:
1864: WF_NOTIFICATION.WriteToClob(document, l_msgbody);
1865:
1866: IF (g_po_wf_debug = 'Y') THEN
1867: l_progress := 'PO_SIGNATURE_PVT.get_supplier_info_notfn_body: 03';
1868: PO_WF_DEBUG_PKG.insert_debug(l_item_type,l_item_key,l_progress);