DBA Data[Home] [Help]

APPS.BOM_SUB_COMPONENT_UTIL dependencies on BOMPCMBM

Line 252: BOMPCMBM.Update_Related_Sub_Comp(p_component_sequence_id => p_sub_comp_Unexp_rec.component_sequence_id

248: ;
249: -- end if;
250: --dbms_output.put_line('Update Row successful . . . ');
251:
252: BOMPCMBM.Update_Related_Sub_Comp(p_component_sequence_id => p_sub_comp_Unexp_rec.component_sequence_id
253: , p_old_sub_comp_item_id => p_sub_comp_Unexp_rec.substitute_component_id
254: , p_new_sub_comp_item_id => nvl(p_sub_comp_Unexp_rec.new_substitute_component_id,
255: p_sub_comp_Unexp_rec.substitute_component_id)
256: , p_acd_type => p_sub_component_rec.acd_type

Line 426: BOMPCMBM.Insert_Related_Sub_Comp(p_component_sequence_id => p_sub_comp_Unexp_rec.component_sequence_id

422: , p_sub_comp_Unexp_rec.enforce_int_requirements_code
423: , l_src_comp_seq_id --bug 7713832
424: );
425: IF Bom_Globals.Get_Caller_Type <> 'MIGRATION' THEN --Bug 7713832
426: BOMPCMBM.Insert_Related_Sub_Comp(p_component_sequence_id => p_sub_comp_Unexp_rec.component_sequence_id
427: , p_sub_comp_item_id => p_sub_comp_unexp_rec.substitute_component_id
428: , x_Mesg_Token_Tbl => l_Mesg_Token_Tbl
429: , x_Return_Status => x_return_status);
430: END IF;

Line 503: BOMPCMBM.Delete_Related_Sub_Comp( p_src_comp_seq => p_component_sequence_id

499: (l_BO_Id = Bom_Globals.G_BOM_BO AND
500: acd_type IS NULL
501: )
502: );
503: BOMPCMBM.Delete_Related_Sub_Comp( p_src_comp_seq => p_component_sequence_id
504: , p_sub_comp_item_id => p_substitute_component_id
505: , x_return_status => x_return_status);
506: --x_return_status := FND_API.G_RET_STS_SUCCESS;
507: