An error occurs while trying to open Work Orders form
Hello,
We are getting the next error while trying to open the Work Order web page from Maintenance Super User responsibility. Error details shows:
java.sql.SQLSyntaxErrorException: ORA-00904: "GLOBAL_STATUS": invalid identifier
But in a view eam_wo_statuses_v we don't have such column.
Could you please help us to solve this issue?
Error Page
Exception Details. oracle.apps.fnd.framework.OAException: oracle.jbo.SQLStmtException: JBO-27122: SQL error during statement preparation. Statement: SELECT * FROM (SELECT status_id,
system_status,
work_order_status,
organization_id,
global_status
FROM eam_wo_statuses_v
WHERE (enabled_flag='Y' OR (enabled_flag <> 'Y' AND system_status = 7))) QRSLT WHERE (system_status in (1,3,4,6,17) AND ( global_status = 'Y' OR organization_id = :1)) ORDER BY system_status,work_order_status