DBA Data[Home] [Help]

APPS.ENG_REVISED_ITEM_UTIL dependencies on BOMPCMBM

Line 2560: BOMPCMBM.Update_Related_Components(

2556: -- R12 : Common BOM changes
2557: -- updating the replicated components for the pending changes
2558: FOR c_sc IN c_source_components(l_rev_item.change_notice, p_revised_item_sequence_id, l_rev_item.bill_sequence_id)
2559: LOOP
2560: BOMPCMBM.Update_Related_Components(
2561: p_src_comp_seq_id => c_sc.component_sequence_id
2562: , x_Mesg_Token_Tbl => l_Mesg_Token_Tbl
2563: , x_Return_Status => l_return_status);
2564: END LOOP;