GET_NDA_BUYER_UPLOAD_MAILTOSUP - Intergraph Smart Materials - Version 10.2 - Customization & Programming - Hexagon

Intergraph Smart Materials Customization (10.2)

Language
English
Product
Intergraph Smart Materials
Subproduct
Classic
Search by Category
Customization & Programming
Smart Materials/Smart Reference Data Version
10.2

Description:

Sends an email to all project suppliers with NDA status Pending when the buyer has uploaded the NDA document.

Parameters:

IN: proj_id

OUT: mail_subject, mail_body

Type:

Procedure

Usage:

P.20.01

Event:

When the buyer uploads the NDA document, project suppliers with Pending NDA status receive this email notification.

Default:

p_mail_subject := 'NDA submitted for signature';

p_mail_body := 'Please note that we have uploaded the NDA for project '|| UPPER(p_proj_id)||'. To participate in the bidding process of project ' ||UPPER(p_proj_id)||', you must sign and submit the NDA.'|| chr(10) ||'Use the Portal to download the document, read and sign the NDA, scan and upload the signed document.' || chr(10) || chr(10)||'This e-mail has been generated automatically. Please do not reply.';