CPIC (MOSC)

MOSC Banner

CPIC BY2018 ITPS Release 2 Bug Fix 003

Please replace the category Shared Services ID with UPI Part of Investment in the All Data Table in order to keep history for the Shared Services Category.

Please update the UPI Part of Investment Javascript to read:

var a = getCell("Status").Value;

var multiinv = getCell("OMB: eGov, Multi, Neither").Value;

if (multiinv == getValueList("OMB: egov, multi, Neither", "Multi Agency"))

{

    return 2;  // 48

}

if (multiinv == getValueList("OMB: egov, multi, Neither", "eGov"))

{

    return 1;  // 24

}

if (multiinv == getValueList("OMB: egov, multi, Neither", "Shared Services"))

{

    return 4;  // 36

}

else

    return 3;  // 00

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