GET_NDA_EX_SUPPLIER_EMAIL - 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:

When the buyer selects the EXEMPTION status from the NDA Status dropdown list, an email is sent to the supplier and the ZP_NDA_ML distribution list..

Parameters:

IN: sup_code, proj_id, comments

OUT: mail_subject, mail_body

Type:

Procedure

Usage:

P.20.01

Event:

When selecting the Exemption NDA status.

Default:

p_mail_subject := 'NDA Exemption';

p_mail_body := 'Supplier '|| UPPER(p_sup_code)||' for project ' || UPPER(p_proj_id)||' is exempted from NDA submission.' || chr(10) || chr(10)||'Comments: ' || UPPER(p_comments) || chr(10) || chr(10)||'This e-mail has been generated automatically. Please do not reply.';