Enterprise Service Automation (ESA) - PSFT (MOSC)

MOSC Banner

Contract summary shows cancelled amendment lines

edited Mar 6, 2015 3:54AM in Enterprise Service Automation (ESA) - PSFT (MOSC) 7 commentsAnswered ✓

Hi,

I have a couple of contracts where the users added multiple lines by doing amendments, but then cancelled the amendment which dropped the lines from the lines tab. They then did another amendment and added some more lines and processed it.

The problem is on the contract summary screen that still shows some (not all) of the cancelled amendment lines.

The following code in the  Page PeopleCode for CA_CONTR_SUM_PNL Activate does not work correctly and needs to be reviewed.

UnhideScroll(Record.CA_DETAIL);

For &ROW = 1 To ActiveRowCount(Record.CA_DETAIL)

   &chg_status = FetchValue(CA_DETAIL.CHG_STATUS, &ROW);

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