Question
Element PRODUCT_CODE is undefined in GETDISTINCTPRODUCTCODE.
Element PRODUCT_CODE is undefined in GETDISTINCTPRODUCTCODE. | |
| The error occurred in D:\Inetpub\wwwroot\ACAPSPricing\functions\sql\qry_getProductFee.cfm: line 12 Called from D:\Inetpub\wwwroot\ACAPSPricing\functions\sql\productfee.cfc: line 8 Called from D:\Inetpub\wwwroot\ACAPSPricing\Fees\Product Fee Relationship\app_locals.cfm: line 16 Called from D:\Inetpub\wwwroot\ACAPSPricing\Fees\Product Fee Relationship\index.cfm: line 1 Called from D:\Inetpub\wwwroot\ACAPSPricing\Application.cfc: line 197 | |
10 : SELECT fee_id 11 : FROM dl.tbafprdf 12 : WHERE product_code ='#getDistinctProductCode.product_code#' 13 : </cfquery> 14 : | |
