Inventory Items (APC/PLM/PIM) - EBS (MOSC)

MOSC Banner

Issues in Bill of Material (Bom Commoning)

edited Mar 25, 2010 10:32AM in Inventory Items (APC/PLM/PIM) - EBS (MOSC) 1 commentAnswered
 Hello,

Recently I was asked by my functional team to investigate if BOMCOIN (Billing and Routing Interface) is

making the Bill as "Common Bill".

So is there any possibilty wherein the BOMCOIN can commonised the Bill

Sample :

I have a sample insert into Comp Interface which is used to modify the Plan Percent of the Components

 INSERT INTO BOM_INVENTORY_COMPS_INTERFACE
                        (
                              Component_Item_Id,
                              Bill_Sequence_Id, 

                              Operation_Seq_Num,
                              effectivity_date,
                              Planning_Factor,
                              PROCESS_FLAG,
                              Transaction_Type,
                              COMPONENT_SEQUENCE_ID
                        )
                        Values
                        ( 
                              bom_components.component_item_id, 
                              Bom_Components.Bill_Sequence_Id, 
                              bom_components.operation_seq_num,
                              sysdate, 
                              40
                              1,
                              'UPDATE', 

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