DBA Data[Home] [Help]

APPS.BOM_SUB_COMPS_PKG dependencies on BOMPCMBM

Line 189: BOMPCMBM.Insert_Related_Sub_Comp(p_component_sequence_id => X_Component_Sequence_Id

185: CLOSE C;
186: Raise NO_DATA_FOUND;
187: end if;
188: CLOSE C;
189: BOMPCMBM.Insert_Related_Sub_Comp(p_component_sequence_id => X_Component_Sequence_Id
190: , p_sub_comp_item_id => X_Substitute_Component_Id
191: , x_Mesg_Token_Tbl => l_err_tbl
192: , x_Return_Status => l_return_status);
193: IF l_return_status <> FND_API.G_RET_STS_SUCCESS

Line 387: BOMPCMBM.Update_Related_Sub_Comp(p_component_sequence_id => X_Component_Sequence_Id

383:
384: if (SQL%NOTFOUND) then
385: Raise NO_DATA_FOUND;
386: end if;
387: BOMPCMBM.Update_Related_Sub_Comp(p_component_sequence_id => X_Component_Sequence_Id
388: , p_old_sub_comp_item_id => l_old_sub_comp_id
389: , p_new_sub_comp_item_id=> X_Substitute_Component_ID
390: , p_acd_type => l_acd_type
391: , x_Mesg_Token_Tbl => l_err_tbl

Line 424: BOMPCMBM.Delete_Related_Sub_Comp(p_src_comp_seq => l_common_component_sequence_id

420: if (SQL%NOTFOUND) then
421: Raise NO_DATA_FOUND;
422: end if;
423:
424: BOMPCMBM.Delete_Related_Sub_Comp(p_src_comp_seq => l_common_component_sequence_id
425: ,p_sub_comp_item_id => l_sub_comp_id
426: ,x_return_status => l_return_status);
427: IF l_return_status <> FND_API.G_RET_STS_SUCCESS
428: THEN