DBA Data[Home] [Help]

APPS.ENG_REVISED_ITEMS_PKG dependencies on BOMPCMBM

Line 658: BOMPCMBM.Update_Related_Components(

654: -- R12 : Common BOM changes
655: -- updating the replicated components for the pending changes
656: FOR c_sc IN c_source_components(x_change_notice, x_revised_item_sequence_id, x_bill_sequence_id)
657: LOOP
658: BOMPCMBM.Update_Related_Components(
659: p_src_comp_seq_id => c_sc.component_sequence_id
660: , x_Mesg_Token_Tbl => l_Mesg_Token_Tbl
661: , x_Return_Status => l_return_status);
662: END LOOP;