Patch 5855276 : PMPARTDB Form does not compiles
Applying patch 5855276 .
Get the following error
FRM-30064: Unable to parse statement select item_no, g.meaning, line_no, item_desc1, to_char(plan_qty) plan_qty, to_char(actual_qty) actual_qty, p.item_um, actual_qty old_actual, line_id, p.item_id, p.line_type from pm_matl_dtl p, ic_item_mst i, gem_lookups g where i.item_id = p.item_id and i.delete_mark = 0 and batch_id = :cntrl_pmpartdb.batch_id and g.lookup_type = 'LINE_TYPE' and g.lookup_code = p.line_type and sysdate between nvl(start_date_active, sysdate) and nvl(end_date_active, sysdate) and g.enabled_flag = 'Y' order by decode(p.line_type, 1, 3, 2, 2, -1, 1) desc,3,1.
Tagged:
0