altered code for OM-3 as it was referring to 'CAPACITY CHANGE' rather than 'CHANGE CAPACITY'. This meant for 'Capacity change jobs' that the users were not being forced to enter the ip details when a service pressure of IP was selected. Fix for ticket #270
git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@3729 248e525c-4dfb-0310-94bc-949c084e9493
This commit is contained in:
@@ -39,7 +39,7 @@ CREATE OR REPLACE PACKAGE BODY mip_helper_special_cases IS
|
|||||||
-- OM-3
|
-- OM-3
|
||||||
IF p_rec.enty_code IN
|
IF p_rec.enty_code IN
|
||||||
('INSTALL', 'OFMAT', 'REMOVE', 'ADVERSARIAL', 'ALTERATION',
|
('INSTALL', 'OFMAT', 'REMOVE', 'ADVERSARIAL', 'ALTERATION',
|
||||||
'CAPACITY CHANGE', 'ADDON', 'OTHER')
|
'CHANGE CAPACITY', 'ADDON', 'OTHER')
|
||||||
AND p_rec.required_svcp_code = 'IP'
|
AND p_rec.required_svcp_code = 'IP'
|
||||||
AND
|
AND
|
||||||
(p_rec.required_ip_mbar IS NULL OR p_rec.required_ip_details IS NULL) THEN
|
(p_rec.required_ip_mbar IS NULL OR p_rec.required_ip_details IS NULL) THEN
|
||||||
|
|||||||
Reference in New Issue
Block a user