GET_NDA_BUYER_UPLOAD_MAILTOBUY - 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 the ZP_NDA_ML distribution list when NDA document is uploaded by the buyer.

Parameters:

IN: proj_id, user

OUT: mail_subject, mail_body

Type:

Procedure

Usage:

P.20.01

Event:

When the buyer uploads the NDA document, buyer side users (whose mail addresses are identified using project default zp_nda_ml ) receive this email notification.

Default:

p_mail_subject := 'NDA uploaded for project '||UPPER(p_proj_id);

p_mail_body := UPPER(p_user)||' has uploaded the NDA document for project '||UPPER(p_proj_id)||' and email notifications were sent to the project suppliers.' ||chr(10) || chr(10)||'This e-mail has been generated automatically. Please do not reply.';