DBA Data[Home] [Help]

APPS.WMS_TXNRSN_ACTIONS_PUB dependencies on INV_REPLENISH_DETAIL_PUB

Line 1771: mdebug('Before calling: INV_Replenish_Detail_PUB.Line_Details_PUB ');

1767: FROM dual;
1768:
1769: mdebug('v_header_id: '|| v_header_id);
1770:
1771: mdebug('Before calling: INV_Replenish_Detail_PUB.Line_Details_PUB ');
1772:
1773: l_detailed_qty := 0;
1774:
1775: INV_PICK_RELEASE_PUB.g_pick_release_caller := 'WMS-PICK-EXCEPTION'; --9556463

Line 1780: INV_Replenish_Detail_PUB.Line_Details_PUB

1776:
1777: inv_wip_picking_pvt.g_pick_release_caller := 'WMS-PICK-EXCEPTION'; -- added for bug 9895550
1778: inv_wip_picking_pvt.g_old_detailed_qty := l_old_quantity_detailed; -- added for bug 9895550
1779:
1780: INV_Replenish_Detail_PUB.Line_Details_PUB
1781: (
1782: p_line_id => l_line_num
1783: , x_number_of_rows => l_num_of_rows
1784: , x_detailed_qty => l_detailed_qty

Line 1805: mdebug(' inv_replenish_detail_pub.line_details_pub failed');

1801: inv_wip_picking_pvt.g_pick_release_caller := NULL; -- added for bug 9895550
1802: inv_wip_picking_pvt.g_old_detailed_qty := -999; -- added for bug 9895550
1803:
1804: IF (l_return_status <> FND_API.G_RET_STS_SUCCESS) THEN
1805: mdebug(' inv_replenish_detail_pub.line_details_pub failed');
1806: --ROLLBACK TO SAVEPOINT before_allocation;
1807: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1808: END IF;
1809:

Line 1810: --mdebug('After calling: INV_Replenish_Detail_PUB.Line_Details_PUB ');

1806: --ROLLBACK TO SAVEPOINT before_allocation;
1807: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1808: END IF;
1809:
1810: --mdebug('After calling: INV_Replenish_Detail_PUB.Line_Details_PUB ');
1811:
1812: INV_PICK_RELEASE_PUB.g_pick_release_caller := NULL; --9556463
1813:
1814: mdebug('After calling: INV_Replenish_Detail_PUB.Line_Details_PUB: l_detailed_qty:' || l_detailed_qty);

Line 1814: mdebug('After calling: INV_Replenish_Detail_PUB.Line_Details_PUB: l_detailed_qty:' || l_detailed_qty);

1810: --mdebug('After calling: INV_Replenish_Detail_PUB.Line_Details_PUB ');
1811:
1812: INV_PICK_RELEASE_PUB.g_pick_release_caller := NULL; --9556463
1813:
1814: mdebug('After calling: INV_Replenish_Detail_PUB.Line_Details_PUB: l_detailed_qty:' || l_detailed_qty);
1815: mdebug('After calling pick release: number_of_rows:'|| l_num_of_rows);
1816: mdebug(' v_transaction_temp_id : '|| v_transaction_temp_id);
1817: mdebug(' l_sec_detailed_qty : '|| l_sec_detailed_qty);
1818: