DBA Data[Home] [Help]

APPS.ENG_REVISED_ITEMS_PKG dependencies on BOMPCMBM

Line 635: BOMPCMBM.Update_Related_Components(

631: -- R12 : Common BOM changes
632: -- updating the replicated components for the pending changes
633: FOR c_sc IN c_source_components(x_change_notice, x_revised_item_sequence_id, x_bill_sequence_id)
634: LOOP
635: BOMPCMBM.Update_Related_Components(
636: p_src_comp_seq_id => c_sc.component_sequence_id
637: , x_Mesg_Token_Tbl => l_Mesg_Token_Tbl
638: , x_Return_Status => l_return_status);
639: END LOOP;