Percent Scrap not being returned on BOM Function

DBohner-(db)

Legendary Poster
One of these days, the NSA is going to pick up on my Maniacal BOM Explosions requests - and someone in blue cover-alls is going to visit me at the office...

We are using the following logic, to return the BOM for reporting needs:

F3002GetNextBOMRecordShell(B3003090.F3002GetNextBOMRecordShell)

F3002GetBOMShellCache(B3003450.F3002GetBOMShellCache)
While Successful
Insert into Temp Table
F3002GetBOMShellCache(B3003450.F3002GetBOMShellCache)
End While

mnScrapPercent [SCRP] is never return to the function, even though I can follow it in the debugger.

It appears that the F3002GetNextBOMRecordShell(B3003090) function does not push the mnScrapPercent into 3003450's Cache...

For those that are familiar with BOM - am I missing something, or should I have been using something other than F3002GetNextBOMRecordShell

Thoughts?
 
I got bored.

I copied the B3003090 (mechanically) and added one line of code to copy the Scrap Percentage to the Cache.

I don't know why Oracle doesn't have it in there - either laziness or oversight... we can all make a 'first' assumption....

(db)
 
Back
Top