DBA Data[Home] [Help]

APPS.BOM_BOM_COMPONENT_UTIL dependencies on BOMPCMBM

Line 551: BOMPCMBM.Update_Related_Components( p_src_comp_seq_id => p_Rev_Comp_Unexp_Rec.component_sequence_id

547: , COMPONENT_ITEM_ID = p_rev_comp_Unexp_rec.COMPONENT_ITEM_ID /* bug 8412156 */
548: WHERE COMPONENT_SEQUENCE_ID = p_Rev_Comp_Unexp_Rec.component_sequence_id
549: ;
550: --For non-referencing common boms.
551: BOMPCMBM.Update_Related_Components( p_src_comp_seq_id => p_Rev_Comp_Unexp_Rec.component_sequence_id
552: , x_Mesg_Token_Tbl => x_Mesg_Token_Tbl
553: , x_Return_Status => x_Return_Status
554: );
555: -- x_Return_Status := FND_API.G_RET_STS_SUCCESS;

Line 963: BOMPCMBM.Insert_Related_Components( p_src_bill_seq_id => p_rev_comp_Unexp_rec.bill_sequence_id

959: --should only be visited if the caller is not migrator
960: --since extract is going to contain corresponding data
961:
962: IF Bom_Globals.Get_Caller_Type <> 'MIGRATION' THEN --Bug 7713832
963: BOMPCMBM.Insert_Related_Components( p_src_bill_seq_id => p_rev_comp_Unexp_rec.bill_sequence_id
964: , p_src_comp_seq_id => p_rev_comp_Unexp_rec.component_sequence_id
965: , x_Mesg_Token_Tbl => x_Mesg_Token_Tbl
966: , x_Return_Status => x_Return_Status
967: );

Line 1092: BOMPCMBM.Delete_Related_Components(p_src_comp_seq => p_rev_comp_unexp_rec.component_sequence_id);

1088:
1089: --Bug 9356298 start
1090: --For non-referencing common boms.
1091: IF Bom_Globals.Get_Debug = 'Y' THEN Error_Handler.Write_Debug('Deleting componenets for non-referencing bom . . .' ); END IF;
1092: BOMPCMBM.Delete_Related_Components(p_src_comp_seq => p_rev_comp_unexp_rec.component_sequence_id);
1093: --Bug 9356298 end
1094:
1095: -- In Bom BO, the user is not allowed to delete components directly.
1096: -- The user can use delete group functionality for deleting components.

Line 1157: BOMPCMBM.Delete_Related_Pending_Comps(p_src_comp_seq_id => p_rev_comp_unexp_rec.component_sequence_id

1153: ent_op_seq_id => NULL,
1154: user_id => BOM_Globals.Get_User_Id
1155: );
1156:
1157: BOMPCMBM.Delete_Related_Pending_Comps(p_src_comp_seq_id => p_rev_comp_unexp_rec.component_sequence_id
1158: , x_Return_Status => x_Return_Status);
1159:
1160: END IF ;
1161: