Agile (MOSC)

MOSC Banner

Purpose of below code segment in Agile

edited Oct 28, 2015 11:29AM in Agile (MOSC) Question

Hi,

Please let us know why we are using the below code in Agile 9.2.2.4.

UPDATE SIGNOFF
   SET SIGNOFF_STATUS = :1,
       SIGNOFF_HISTORYID = :2,
       USER_NAME_SIGNED = :3,
       USER_SIGNED = :4,
       flags =
          NVL (SUBSTR (flags, 1, 2), '') || 0 || NVL (SUBSTR (flags, 4), '')
WHERE     CHANGE_ID = :5
       AND PROCESS_ID = :6
       AND SIGNOFF_STATUS != 6
       AND USER_ASSIGNED = :7

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