DBA Data[Home] [Help]

APPS.EAM_ACTIVITY_PUB dependencies on BOM_COPY_BILL

Line 1753: EAM_ActivityUtilities_PVT.Write_Debug('********** Calling BOM_COPY_BILL.copy_bill **********');

1749: EAM_ActivityUtilities_PVT.Write_Debug('l_target_bom_sequence_id=' || l_target_bom_sequence_id);
1750:
1751: -- 3 d) Call copy_bill API
1752: -- log call to copy_bill API
1753: EAM_ActivityUtilities_PVT.Write_Debug('********** Calling BOM_COPY_BILL.copy_bill **********');
1754: BOM_COPY_BILL.copy_bill(
1755: to_sequence_id => l_target_bom_sequence_id,
1756: from_sequence_id => l_source_bom_sequence_id,
1757: from_org_id => p_source_org_id,

Line 1754: BOM_COPY_BILL.copy_bill(

1750:
1751: -- 3 d) Call copy_bill API
1752: -- log call to copy_bill API
1753: EAM_ActivityUtilities_PVT.Write_Debug('********** Calling BOM_COPY_BILL.copy_bill **********');
1754: BOM_COPY_BILL.copy_bill(
1755: to_sequence_id => l_target_bom_sequence_id,
1756: from_sequence_id => l_source_bom_sequence_id,
1757: from_org_id => p_source_org_id,
1758: to_org_id => l_x_curr_item_rec.organization_id,

Line 1770: EAM_ActivityUtilities_PVT.Write_Debug('********** Returned from BOM_COPY_BILL.copy_bill **********');

1766: bill_or_eco => 1,
1767: eco_eff_date => NULL,
1768: from_item_id => p_source_activity_id
1769: );
1770: EAM_ActivityUtilities_PVT.Write_Debug('********** Returned from BOM_COPY_BILL.copy_bill **********');
1771:
1772: -- write copy_bill error message to fnd message stack and log file
1773: EAM_ActivityUtilities_PVT.Write_Debug('Results of BOM_COPY_BILL.copy_bill >>>>>');
1774: EAM_ActivityUtilities_PVT.Add_Message(FND_MSG_PUB.G_MSG_LVL_ERROR);

Line 1773: EAM_ActivityUtilities_PVT.Write_Debug('Results of BOM_COPY_BILL.copy_bill >>>>>');

1769: );
1770: EAM_ActivityUtilities_PVT.Write_Debug('********** Returned from BOM_COPY_BILL.copy_bill **********');
1771:
1772: -- write copy_bill error message to fnd message stack and log file
1773: EAM_ActivityUtilities_PVT.Write_Debug('Results of BOM_COPY_BILL.copy_bill >>>>>');
1774: EAM_ActivityUtilities_PVT.Add_Message(FND_MSG_PUB.G_MSG_LVL_ERROR);
1775: EAM_ActivityUtilities_PVT.Write_Debug('End of Results of BOM_COPY_BILL.copy_bill <<<<<');
1776:
1777:

Line 1775: EAM_ActivityUtilities_PVT.Write_Debug('End of Results of BOM_COPY_BILL.copy_bill <<<<<');

1771:
1772: -- write copy_bill error message to fnd message stack and log file
1773: EAM_ActivityUtilities_PVT.Write_Debug('Results of BOM_COPY_BILL.copy_bill >>>>>');
1774: EAM_ActivityUtilities_PVT.Add_Message(FND_MSG_PUB.G_MSG_LVL_ERROR);
1775: EAM_ActivityUtilities_PVT.Write_Debug('End of Results of BOM_COPY_BILL.copy_bill <<<<<');
1776:
1777:
1778: END IF; -- l_source_bom_sequence_id IS NULL
1779: