DBA Data[Home] [Help]

APPS.ENG_ECO_UTIL dependencies on BOMPCMBM

Line 1573: BOMPCMBM.Update_Related_Components(

1569: -- R12 : Common BOM changes
1570: -- updating the replicated components for the pending changes
1571: FOR c_sc IN c_source_components(x_change_notice)
1572: LOOP
1573: BOMPCMBM.Update_Related_Components(
1574: p_src_comp_seq_id => c_sc.component_sequence_id
1575: , x_Mesg_Token_Tbl => l_Mesg_Token_Tbl
1576: , x_Return_Status => l_return_status);
1577: END LOOP;

Line 1963: BOMPCMBM.Update_Related_Components(

1959: -- R12 : Common BOM changes
1960: -- updating the replicated components for the pending changes
1961: FOR c_sc IN c_source_components(x_change_notice)
1962: LOOP
1963: BOMPCMBM.Update_Related_Components(
1964: p_src_comp_seq_id => c_sc.component_sequence_id
1965: , x_Mesg_Token_Tbl => l_Mesg_Token_Tbl
1966: , x_Return_Status => l_return_status);
1967: END LOOP;