CNC, DB and Operating System - JDE1 (MOSC)

MOSC Banner

Row Security and NULL values in a column

edited Apr 20, 2012 10:39AM in CNC, DB and Operating System - JDE1 (MOSC) 2 commentsAnswered ✓
We have a requirement to apply row security on all tables in JDE on MCU column. We are able to apply it OK; but transactions on few tables fail due to existence of NULL value in this column. The NULL value is being written to few tables as part of third party interfaces.
We tried to make NULL an allowable value in row security. But when we do that, JDE query is run as below -

SELECT  *  FROM CRPDTA/FXXXXXX  WHERE  ( HBEDSP = SPACE )  AND  (  ( HBMCU BETWEEN '           1' AND '999999999999' OR HBMCU = '         ALL' OR HBMCU = '        NULL' OR HBMCU = SPACE )  )  ORDER BY HBKCOO ASC,HBDOCO ASC,HBDCTO ASC,HBLNID ASC

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center