Address #504 - Manual Quote not created for Change Capacity (plus fix for subsequently found errors).
git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@4810 248e525c-4dfb-0310-94bc-949c084e9493
This commit is contained in:
@@ -27,7 +27,7 @@ CREATE OR REPLACE PACKAGE BODY mip_helper_special_cases IS
|
||||
END IF;
|
||||
|
||||
-- O-M2
|
||||
IF p_rec.enty_code IN ('STD INSTALL', 'STD EXCHANGE') THEN
|
||||
IF p_rec.enty_code IN ('STD INSTALL', 'STD EXCHANGE', 'CHANGE CAPACITY') THEN
|
||||
IF (p_rec.required_mesc_code IS NULL OR
|
||||
p_rec.required_mesc_code = 'OTHER') THEN
|
||||
IF p_rec.qmax IS NULL THEN
|
||||
|
||||
Reference in New Issue
Block a user