DBA Data[Home] [Help]

APPS.ENG_REVISED_ITEM_UTIL dependencies on BOMPCMBM

Line 2584: BOMPCMBM.Update_Related_Components(

2580: -- R12 : Common BOM changes
2581: -- updating the replicated components for the pending changes
2582: FOR c_sc IN c_source_components(l_rev_item.change_notice, p_revised_item_sequence_id, l_rev_item.bill_sequence_id)
2583: LOOP
2584: BOMPCMBM.Update_Related_Components(
2585: p_src_comp_seq_id => c_sc.component_sequence_id
2586: , x_Mesg_Token_Tbl => l_Mesg_Token_Tbl
2587: , x_Return_Status => l_return_status);
2588: END LOOP;