DBA Data[Home] [Help]

APPS.ENGPKIMP dependencies on BOMPCMBM

Line 1464: BOMPCMBM.Update_Related_Components(

1460: WHERE eri.revised_item_sequence_id = bcb.revised_item_sequence_id
1461: AND eri.change_notice= bcb.change_notice
1462: AND eri.bill_sequence_id = bcb.bill_sequence_id);
1463:
1464: BOMPCMBM.Update_Related_Components(
1465: p_src_comp_seq_id => g_Common_Rev_Comp_Tbl(i).prev_common_comp_sequence_id
1466: , x_Mesg_Token_Tbl => x_Mesg_Token_Tbl
1467: , x_Return_Status => x_return_status);
1468: END LOOP;

Line 6879: BOMPCMBM.Copy_Pending_Dest_Components(

6875: , p_effectivity_date => eff_date
6876: , p_eco_for_production => item.eco_for_production
6877: , x_return_status => l_comn_return_status);
6878: ELSE
6879: BOMPCMBM.Copy_Pending_Dest_Components(
6880: p_src_old_comp_seq_id => old_comp_rec.component_sequence_id
6881: , p_src_comp_seq_id => component.component_sequence_id
6882: , p_change_notice => item.change_notice
6883: , p_organization_id => item.organization_id

Line 6911: --BOMPCMBM.Update_Impl_Rel_Comp(

6907: --Bug 9238945 (changes in the corresponding destination bill
6908: --for acd_type =2
6909:
6910: --bug 11731038
6911: --BOMPCMBM.Update_Impl_Rel_Comp(
6912: --p_src_comp_seq_id => old_comp_rec.component_sequence_id);
6913: END IF;
6914: --bug 11731038
6915: BOMPCMBM.Update_Impl_Rel_Comp(

Line 6915: BOMPCMBM.Update_Impl_Rel_Comp(

6911: --BOMPCMBM.Update_Impl_Rel_Comp(
6912: --p_src_comp_seq_id => old_comp_rec.component_sequence_id);
6913: END IF;
6914: --bug 11731038
6915: BOMPCMBM.Update_Impl_Rel_Comp(
6916: p_src_comp_seq_id => old_comp_rec.component_sequence_id);
6917: --commented out the following for bug 9238945
6918:
6919: /*BOMPCMBM.Update_Related_Components(

Line 6919: /*BOMPCMBM.Update_Related_Components(

6915: BOMPCMBM.Update_Impl_Rel_Comp(
6916: p_src_comp_seq_id => old_comp_rec.component_sequence_id);
6917: --commented out the following for bug 9238945
6918:
6919: /*BOMPCMBM.Update_Related_Components(
6920: p_src_comp_seq_id => old_comp_rec.component_sequence_id
6921: , x_Mesg_Token_Tbl => l_comn_mesg_token_tbl
6922: , x_Return_Status => l_comn_return_status);
6923: If ( l_comn_return_status <> 'S')

Line 7372: /*BOMPCMBM.Update_Related_Components(

7368:
7369: --Bug 9238945
7370: --commenting out the following since not sure why is this required
7371:
7372: /*BOMPCMBM.Update_Related_Components(
7373: p_src_comp_seq_id => component.component_sequence_id
7374: , x_Mesg_Token_Tbl => l_comn_mesg_token_tbl
7375: , x_Return_Status => l_comn_return_status);
7376: If ( l_comn_return_status <> 'S')

Line 7398: BOMPCMBM.Replicate_Ref_Desg(

7394: End If; */
7395:
7396: -- Copy the components children to the referneced components
7397: -- implemented just above statement
7398: BOMPCMBM.Replicate_Ref_Desg(
7399: p_component_sequence_id => component.component_sequence_id
7400: , x_Mesg_Token_Tbl => l_comn_mesg_token_tbl
7401: , x_Return_Status => l_comn_return_status);
7402: BOMPCMBM.Replicate_Sub_Comp(

Line 7402: BOMPCMBM.Replicate_Sub_Comp(

7398: BOMPCMBM.Replicate_Ref_Desg(
7399: p_component_sequence_id => component.component_sequence_id
7400: , x_Mesg_Token_Tbl => l_comn_mesg_token_tbl
7401: , x_Return_Status => l_comn_return_status);
7402: BOMPCMBM.Replicate_Sub_Comp(
7403: p_component_sequence_id => component.component_sequence_id
7404: , x_Mesg_Token_Tbl => l_comn_mesg_token_tbl
7405: , x_Return_Status => l_comn_return_status);
7406: END IF;