We have modified the multi-site items form and now when our users run a custom created multi-site form to copy the BOM from 1 site to another (We are multi-site setup) it calls the MultiSiteBOMCopySp which is calling extgen_ItemInsUpdSp. We are getting an error that extgen_ItemInsUpdSp expected parameter @RowPointer, which is not supplied. I have the trace logic copied below for reference.
18:25:35.139: Methods (MultiSiteBOMCopySp): Result 5d, msg Procedure or function 'extgen_ItemInsUpdSp' expects parameter '@RowPointer';, which was not supplied.:dbo.EXTGEN_ItemInsUpdSp:0
Procedure or function 'extgen_ItemInsUpdSp' expects parameter '@RowPointer';, which was not supplied.
18:25:35.139: EventHandler (CopyBOMToSite): Method execution returned code 5d, msg Procedure or function 'extgen_ItemInsUpdSp' expects parameter '@RowPointer';, which was not supplied.:dbo.EXTGEN_ItemInsUpdSp:0
Procedure or function 'extgen_ItemInsUpdSp' expects parameter '@RowPointer';, which was not supplied.