EBS Customizations (MOSC)

MOSC Banner

How to Setup Personalization on Bills of Material - Component Yield Field

Hi,

Does any know how I can setup a personalization on the Bills of material form for the component yield field in R12? Form is BOM_BOMFDBOM.

I am trying to do two things.

1) If any users goes into a BOM and changes the component yield for an component with "Data" in their description to anything other than .25, they receive a warning message. This part I was able to do.

Trigger event = WHEN-VALIDATE-RECORD

Trigger object = B_INV_COMPS

Condition = :B_INV_COMPS.COMPONENT_YIELD_FACTOR != .25 AND (:B_INV_COMPS.ITEM_DESCRIPTION LIKE '%DATA%' OR :B_INV_COMPS.ITEM_DESCRIPTION LIKE '%Data%')

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