GET_NDA_SUP_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 the signed NDA document is uploaded and submitted by the supplier.

Parameters:

IN: sup_code, proj_id

OUT: mail_subject, mail_body

Type:

Procedure

Usage:

NDA panel in the Portal

Event:

When the supplier uploads the signed NDA document, the ZP_NDA_ML distribution list receives this email notification.

Default:

p_mail_subject := 'Supplier signed and uploaded NDA';

p_mail_body := 'Supplier ' || UPPER(p_sup_code)||' has signed and uploaded the NDA for the project ' || UPPER(p_proj_id) ||chr(10) || chr(10)||'This e-mail has been generated automatically. Please do not reply.';