GET_NDA_EX_INQUIRY_MAILTOBUYER - 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 ZP_NDA_ML distribution list when buyer has selected the NDA Exemption checkbox on the Inquiry tab during inquiry approval.

Parameters:

IN: inq_code, proj_id

OUT: mail_subject, mail_body

Type:

Procedure

Usage:

P.30.21

Event:

When the inquiry is approved, users on the ZP_NDA_ML distribution list receive this email notification.

Default:

p_mail_subject := 'Invitation to bid';

p_mail_body := 'Inquiry '||UPPER(p_inq_code)||' of the project '||UPPER(p_proj_id)||', is exempted from NDA submission.'|| chr(10) || chr(10)||'This e-mail has been generated automatically. Please do not reply.';