DBA Data[Home] [Help]

APPS.WMS_TXNRSN_ACTIONS_PUB dependencies on INV_REPLENISH_DETAIL_PUB

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

1317: FROM dual;
1318:
1319: mdebug('v_header_id: '|| v_header_id);
1320:
1321: mdebug('Before calling: INV_Replenish_Detail_PUB.Line_Details_PUB ');
1322:
1323: l_detailed_qty := 0;
1324:
1325: INV_Replenish_Detail_PUB.Line_Details_PUB

Line 1325: INV_Replenish_Detail_PUB.Line_Details_PUB

1321: mdebug('Before calling: INV_Replenish_Detail_PUB.Line_Details_PUB ');
1322:
1323: l_detailed_qty := 0;
1324:
1325: INV_Replenish_Detail_PUB.Line_Details_PUB
1326: (
1327: p_line_id => l_line_num
1328: , x_number_of_rows => l_num_of_rows
1329: , x_detailed_qty => l_detailed_qty

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

1342: , p_serial_flag => l_serial_flag
1343: );
1344:
1345: IF (l_return_status <> FND_API.G_RET_STS_SUCCESS) THEN
1346: mdebug(' inv_replenish_detail_pub.line_details_pub failed');
1347: --ROLLBACK TO SAVEPOINT before_allocation;
1348: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1349: END IF;
1350:

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

1347: --ROLLBACK TO SAVEPOINT before_allocation;
1348: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1349: END IF;
1350:
1351: --mdebug('After calling: INV_Replenish_Detail_PUB.Line_Details_PUB ');
1352:
1353: mdebug('After calling: INV_Replenish_Detail_PUB.Line_Details_PUB: l_detailed_qty:' || l_detailed_qty);
1354: mdebug('After calling pick release: number_of_rows:'|| l_num_of_rows);
1355: mdebug(' v_transaction_temp_id: '|| v_transaction_temp_id);

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

1349: END IF;
1350:
1351: --mdebug('After calling: INV_Replenish_Detail_PUB.Line_Details_PUB ');
1352:
1353: mdebug('After calling: INV_Replenish_Detail_PUB.Line_Details_PUB: l_detailed_qty:' || l_detailed_qty);
1354: mdebug('After calling pick release: number_of_rows:'|| l_num_of_rows);
1355: mdebug(' v_transaction_temp_id: '|| v_transaction_temp_id);
1356:
1357: if (l_move_order_type <> 3 ) then