Issues in Bill of Material (Bom Commoning)
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',