GET_NDA_REMINDER_MAIL - Intergraph Smart Materials - Version 2020 (10.0) - Customization & Programming - Hexagon PPM

Intergraph Smart Materials Customization (2020)

Language
English
Product
Intergraph Smart Materials
Subproduct
Classic
Search by Category
Customization & Programming
Smart Materials/Smart Reference Data Version
2020 (10.0)

Description:

Sends emails to all project suppliers with 'Pending' NDA status.

Parameters:

IN: proj_id

OUT: mail_subject, mail_body

Type:

Procedure

Usage:

P.20.01

Event:

On click of Send Reminder button, the emails are sent to all project suppliers with Pending NDA status. This button is available in the document upload window, which opens when you click the NDA button in P.20.01.

Default:

p_mail_subject := 'Reminder to sign and submit NDA';

p_mail_body := 'You must download, sign, and submit the signed NDA for project '|| UPPER(p_proj_id) || ' to participate in the bidding process.' || chr(10) || chr(10)||'This e-mail has been generated automatically. Please do not reply.';