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

During the inquiry approval, if buyer has selected the NDA Exemption checkbox on the Inquiry tab, this email is sent to all the bidders assigned to the inquiry who are project suppliers with NDA status other than 'Approved', 'Approved with comments' and 'Exemption'.

Parameters:

IN: sup_code, inq_code, proj_id

OUT: mail_subject, mail_body

Type:

Procedure

Usage:

P.30.21

Event:

When the inquiry is approved, project suppliers with NDA status other than Approved or Exemption receive this email notification.

Default:

p_mail_subject := 'Invitation to bid';

p_mail_body := 'You are invited to bid for inquiry ' || UPPER(p_inq_code) ||' for project ' || UPPER(p_proj_id)||', as an exemption is given from signing and submitting the NDA.'|| chr(10) || chr(10) ||'This e-mail has been generated automatically. Please do not reply.';