Thursday, August 11, 2011

The correlation of ICX_Ticket is different from 11i

The correlation of ICX_Ticket is different from 11i

In 11i, the correlation rule to correlate the key Oracle Forms session id, ncx_ticket, yields a web_reg_save_param statement with these left and right boundaries:
web_reg_save_param("p_ICX_Ticket", "LB=icx_ticket=", "RB=’",LAST);

In R12, a new suffix appears on the LB and a there is a new RB:
web_reg_save_param("p_ICX_Ticket", "LB=icx_ticket&gv15=", "RB=..&",LAST);

Practical Solution:
In the Recording Settings, modify the OracleApps ‘icx’ correlation rule with the above LB and RB to enable vugen to properly correlate icx_ticket automatically.

No comments:

Post a Comment