GET_NDA_NON_EX_BIDDERMAIL - 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 inquiry approval, if the NDA Exemption checkbox on the Inquiry tab is not selected, an email is sent to all bidders who are project suppliers with NDA status other than 'Approved', 'Approved with comments' and 'Exemption', and having the NDA Exemption checkbox marked on the Bidders tab. The same email is sent to the ZP_NDA_ML distribution list.

Parameters:

IN: sup_code, proj_id, inq_code

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 and NDA Exemption selected receive this email notification.

Default:

p_mail_subject := 'Invitation to bid';

p_mail_body := 'Supplier '|| UPPER(p_sup_code)||' is invited to BID for Inquiry '|| UPPER(p_inq_code)||' for project '|| UPPER(p_proj_id)||'. However NDA for the project has not been uploaded. Submitting the NDA is required before viewing Inquiry in the Portal.'|| chr(10) || chr(10)||'This e-mail has been generated automatically. Please do not reply.';