ORA-00904: "PROMOTION"."PROMOTION_STAT_ID": invalid identifier
Hi,
We have filters for users for 'Promotion Status' level.
ex: user1 has access only UNPLANNED promotions , i.e. Promotion Status = 'UNPLANNED'.
user2 has access only PLANNED promotions , i.e. Promotion Status = 'PLANNED'.
We are getting lots of error in collaborator.log :
2015-05-21 14:23:56,149 BST [DataRunner_10] ERROR appserver.error:
java.sql.SQLSyntaxErrorException: ORA-00904: "PROMOTION"."PROMOTION_STAT_ID": invalid identifier
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:445)
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:396)
at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:879)
at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:450)