DBA Data[Home] [Help]

APPS.ENG_ECO_UTIL dependencies on BOMPCMBM

Line 1186: BOMPCMBM.Update_Related_Components(

1182: -- R12 : Common BOM changes
1183: -- updating the replicated components for the pending changes
1184: FOR c_sc IN c_source_components(x_change_notice)
1185: LOOP
1186: BOMPCMBM.Update_Related_Components(
1187: p_src_comp_seq_id => c_sc.component_sequence_id
1188: , x_Mesg_Token_Tbl => l_Mesg_Token_Tbl
1189: , x_Return_Status => l_return_status);
1190: END LOOP;

Line 1536: BOMPCMBM.Update_Related_Components(

1532: -- R12 : Common BOM changes
1533: -- updating the replicated components for the pending changes
1534: FOR c_sc IN c_source_components(x_change_notice)
1535: LOOP
1536: BOMPCMBM.Update_Related_Components(
1537: p_src_comp_seq_id => c_sc.component_sequence_id
1538: , x_Mesg_Token_Tbl => l_Mesg_Token_Tbl
1539: , x_Return_Status => l_return_status);
1540: END LOOP;