DBA Data[Home] [Help]

APPS.PO_CLOSEOUT_PVT dependencies on WF_NOTIFICATION

Line 2322: l_notification_id := wf_notification.Send(ROLE => l_username,

2318: PO_CLOSEOUT_PVT.Log( d_module, l_progress, 'l_messages ' || l_messages);
2319: --l_progress := 26;
2320: --DBMS_LOB.writeappend(l_document,Length('/TABLE>'),'/TABLE>');
2321: l_progress := 26;
2322: l_notification_id := wf_notification.Send(ROLE => l_username,
2323: msg_type => 'POCLSOUT',
2324: msg_name => 'ELIGIBLE_DOCS_FOR_CLSOUT'
2325: );
2326:

Line 2327: wf_notification.Setattrtext(nid => l_notification_id,

2323: msg_type => 'POCLSOUT',
2324: msg_name => 'ELIGIBLE_DOCS_FOR_CLSOUT'
2325: );
2326:
2327: wf_notification.Setattrtext(nid => l_notification_id,
2328: aname =>'MESSAGE_SUBJECT',
2329: avalue => fnd_message.get_string('PO','PO_CLSOUT_ELIGIBLE_NOTIF_SUB') || ' <' || po_moac_utils_pvt.GET_OU_NAME(po_moac_utils_pvt.GET_CURRENT_ORG_ID) || '>');
2330:
2331: wf_notification.Setattrtext(nid => l_notification_id,

Line 2331: wf_notification.Setattrtext(nid => l_notification_id,

2327: wf_notification.Setattrtext(nid => l_notification_id,
2328: aname =>'MESSAGE_SUBJECT',
2329: avalue => fnd_message.get_string('PO','PO_CLSOUT_ELIGIBLE_NOTIF_SUB') || ' <' || po_moac_utils_pvt.GET_OU_NAME(po_moac_utils_pvt.GET_CURRENT_ORG_ID) || '>');
2330:
2331: wf_notification.Setattrtext(nid => l_notification_id,
2332: aname => 'CONTRACT_ADMIN_PAGE',
2333: avalue => 'JSP:/OA_HTML/OA.jsp?OAFunc=PO_MULTI_MOD'||'&'||
2334: 'poCallingModule=notification' || '&' ||
2335: 'poCallingNotifId=-&#NID-' || '&' ||

Line 2341: wf_notification.Setattrtext(nid => l_notification_id,

2337: 'addBreadCrumb=Y'
2338: );
2339:
2340: l_progress := 27;
2341: wf_notification.Setattrtext(nid => l_notification_id,
2342: aname => 'MESSAGE_BODY',
2343: avalue => 'PLSQLCLOB:PO_CLOSEOUT_PVT.get_eligible_doc_notfn_body/'|| l_messages ||'#' );
2344: l_progress := 30;
2345: fnd_file.put_line(FND_FILE.LOG,'Notification initiated for this administrator');

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

2423: .OraCopyright{ display: none; } .OraLegal{ display: none; } .OraPrivacy{ display: none; } tr:hover td.OraTableCellText{ background-color: wheat; }
2424: ';
2425: l_msgbody := l_msgbody || l_messages || '
'||fnd_message.get_string('PO','PO_CLSOUT_NOTIF_CHOOSE_ACTION')||'
';
2426:
2427: WF_NOTIFICATION.WriteToClob(document, l_msgbody);
2428:
2429: l_progress := 4;
2430:
2431: IF (PO_LOG.d_proc) THEN PO_LOG.proc_end(d_module); END IF;

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

3006: fnd_message.set_token('CLM_DOCUMENT_NUMBER',l_clm_document_number);
3007:
3008: l_msgbody := fnd_message.get;
3009:
3010: WF_NOTIFICATION.WriteToClob(document, l_msgbody);
3011:
3012: PO_CLOSEOUT_PVT.Log( d_module, d_position, 'PO_CLOSEOUT_PVT.get_clsout_err_msg_body: 03');
3013:
3014: l_progress := 1;

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

3087: ';
3088: PO_CLOSEOUT_PVT.Log( d_module, d_position, 'PO_CLOSEOUT_PVT.get_val_notfn_body: 07');
3089: l_msgbody := l_msgbody || l_messages || '
'||fnd_message.get_string('PO','PO_CONTROL_CHOOSE_ACTION')||'
';
3090:
3091: WF_NOTIFICATION.WriteToClob(document, l_msgbody);
3092:
3093: l_progress := 4;
3094:
3095: IF (PO_LOG.d_proc) THEN PO_LOG.proc_end(d_module); END IF;

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

3808: l_msgbody := l_msgbody || '';
3809:
3810: PO_CLOSEOUT_PVT.Log( d_module, d_position, 'PO_CLOSEOUT_PVT.get_sign_notfn_body: 02');
3811:
3812: WF_NOTIFICATION.WriteToClob(document, l_msgbody);
3813:
3814: PO_CLOSEOUT_PVT.Log( d_module, d_position, 'PO_CLOSEOUT_PVT.get_sign_notfn_body: 03');
3815:
3816: l_progress := 1;