DBA Data[Home] [Help]

APPS.ENGPKIMP dependencies on BOMPCMBM

Line 1392: BOMPCMBM.Update_Related_Components(

1388: WHERE eri.revised_item_sequence_id = bcb.revised_item_sequence_id
1389: AND eri.change_notice= bcb.change_notice
1390: AND eri.bill_sequence_id = bcb.bill_sequence_id);
1391:
1392: BOMPCMBM.Update_Related_Components(
1393: p_src_comp_seq_id => g_Common_Rev_Comp_Tbl(i).prev_common_comp_sequence_id
1394: , x_Mesg_Token_Tbl => x_Mesg_Token_Tbl
1395: , x_Return_Status => x_return_status);
1396: END LOOP;

Line 6572: BOMPCMBM.Copy_Pending_Dest_Components(

6568: , p_effectivity_date => eff_date
6569: , p_eco_for_production => item.eco_for_production
6570: , x_return_status => l_comn_return_status);
6571: ELSE
6572: BOMPCMBM.Copy_Pending_Dest_Components(
6573: p_src_old_comp_seq_id => old_comp_rec.component_sequence_id
6574: , p_src_comp_seq_id => component.component_sequence_id
6575: , p_change_notice => item.change_notice
6576: , p_organization_id => item.organization_id

Line 6602: BOMPCMBM.Update_Related_Components(

6598: end if;
6599: End If;
6600: END IF;
6601:
6602: BOMPCMBM.Update_Related_Components(
6603: p_src_comp_seq_id => old_comp_rec.component_sequence_id
6604: , x_Mesg_Token_Tbl => l_comn_mesg_token_tbl
6605: , x_Return_Status => l_comn_return_status);
6606: If ( l_comn_return_status <> 'S')

Line 7050: BOMPCMBM.Update_Related_Components(

7046: -- as set above.
7047: -- This is a repitition of the move/copy related pending destination changes
7048: -- in the destination bill to the newly implemented component that is created
7049: -- as a reference in the destination bills.
7050: BOMPCMBM.Update_Related_Components(
7051: p_src_comp_seq_id => component.component_sequence_id
7052: , x_Mesg_Token_Tbl => l_comn_mesg_token_tbl
7053: , x_Return_Status => l_comn_return_status);
7054: If ( l_comn_return_status <> 'S')

Line 7076: BOMPCMBM.Replicate_Ref_Desg(

7072: End If;
7073:
7074: -- Copy the components children to the referneced components
7075: -- implemented just above statement
7076: BOMPCMBM.Replicate_Ref_Desg(
7077: p_component_sequence_id => component.component_sequence_id
7078: , x_Mesg_Token_Tbl => l_comn_mesg_token_tbl
7079: , x_Return_Status => l_comn_return_status);
7080: BOMPCMBM.Replicate_Sub_Comp(

Line 7080: BOMPCMBM.Replicate_Sub_Comp(

7076: BOMPCMBM.Replicate_Ref_Desg(
7077: p_component_sequence_id => component.component_sequence_id
7078: , x_Mesg_Token_Tbl => l_comn_mesg_token_tbl
7079: , x_Return_Status => l_comn_return_status);
7080: BOMPCMBM.Replicate_Sub_Comp(
7081: p_component_sequence_id => component.component_sequence_id
7082: , x_Mesg_Token_Tbl => l_comn_mesg_token_tbl
7083: , x_Return_Status => l_comn_return_status);
7084: END IF;