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 391: BOMPCMBM.Insert_Related_Sub_Comp(p_component_sequence_id => p_sub_comp_Unexp_rec.component_sequence_id

387: , Bom_Globals.Get_Prog_Id
388: , p_sub_component_rec.Original_System_Reference
389: , p_sub_comp_Unexp_rec.enforce_int_requirements_code
390: );
391: BOMPCMBM.Insert_Related_Sub_Comp(p_component_sequence_id => p_sub_comp_Unexp_rec.component_sequence_id
392: , p_sub_comp_item_id => p_sub_comp_unexp_rec.substitute_component_id
393: , x_Mesg_Token_Tbl => l_Mesg_Token_Tbl
394: , x_Return_Status => x_return_status);
395: --x_return_status := FND_API.G_RET_STS_SUCCESS;

Line 467: BOMPCMBM.Delete_Related_Sub_Comp( p_src_comp_seq => p_component_sequence_id

463: (l_BO_Id = Bom_Globals.G_BOM_BO AND
464: acd_type IS NULL
465: )
466: );
467: BOMPCMBM.Delete_Related_Sub_Comp( p_src_comp_seq => p_component_sequence_id
468: , p_sub_comp_item_id => p_substitute_component_id
469: , x_return_status => x_return_status);
470: --x_return_status := FND_API.G_RET_STS_SUCCESS;
471: