DBA Data[Home] [Help]

APPS.CSP_PL_SHIP_UTIL dependencies on INV_TROLIN_UTIL

Line 386: l_trolin_rec := INV_Trolin_util.Query_Row(l_move_order_line_id);

382: from csp_moveorder_headers
383: where header_id = l_header_id;
384:
385: -- Update the quantity_delivered of the move order line.
386: l_trolin_rec := INV_Trolin_util.Query_Row(l_move_order_line_id);
387: l_trolin_rec.quantity_delivered := nvl(l_trolin_rec.quantity_delivered,0) + l_packlist_line_rec.quantity_shipped;
388: l_trolin_rec.last_update_date := SYSDATE;
389: l_trolin_rec.last_updated_by := FND_GLOBAL.USER_ID;
390: l_trolin_rec.last_update_login := FND_GLOBAL.LOGIN_ID;

Line 391: INV_Trolin_Util.Update_Row(l_trolin_rec);

387: l_trolin_rec.quantity_delivered := nvl(l_trolin_rec.quantity_delivered,0) + l_packlist_line_rec.quantity_shipped;
388: l_trolin_rec.last_update_date := SYSDATE;
389: l_trolin_rec.last_updated_by := FND_GLOBAL.USER_ID;
390: l_trolin_rec.last_update_login := FND_GLOBAL.LOGIN_ID;
391: INV_Trolin_Util.Update_Row(l_trolin_rec);
392:
393: IF l_autoreceipt_flag = 'Y' THEN
394: -- call the ccsp_mo_mtltxns_util.confirm_receipt with l_validation_level = none
395: csp_mo_mtltxns_util.confirm_receipt (