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

This CIP is called from the P.20.01 screen in Smart Materials when a supplier is approved. An email is sent to the supplier to inform him about the approval.

Type:

Procedure

Usage:

Smart Materials, P.20.01 Suppliers/Subcontractors

Event:

Supplier approval

Default:

p_header := 'Your company ' || p_company_code || ' has been approved.';

p_body := 'Dear ' || p_first_name || ' ' || p_last_name || ',' || v_cr || v_cr || 'Your company ' || p_company_code || ' - ' || p_company_name || ' has been approved.' || chr(10) || v_cr || v_cr ||'This e-mail has been generated automatically. Please do not reply.';