GET_NDA_REJECTED_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 an email to the supplier when his signed NDA is rejected.

Parameters:

IN: proj_id, comments

OUT: mail_subject, mail_body

Type:

Procedure

Usage:

P.20.01

Event:

When selecting 'Rejected' from the NDA Status dropdown list.

Default:

p_mail_subject := 'NDA rejected;

p_mail_body := 'Your signed NDA for project '|| UPPER(p_proj_id)||' has been rejected.'|| chr(10) || chr(10)|| UPPER(p_comments) || chr(10) || chr(10)||'This e-mail has been generated automatically. Please do not reply.';