DBA Data[Home] [Help]

APPS.RCV_BILL_UPDATING_SV dependencies on PO_LINE_LOCATIONS_ALL

Line 145: UPDATE po_line_locations_all pll

141: ** Scheduled Release (SR) as well as the backing order (PPO)
142: ** should be updated.
143: */
144: --Bug 12886371. Added the updation of who columns
145: UPDATE po_line_locations_all pll
146: SET pll.quantity_billed = nvl(pll.quantity_billed,0) + X_po_quantity_billed,
147: pll.amount_billed = nvl(pll.amount_billed,0) + X_po_amount_billed,
148: pll.last_updated_by = fnd_global.user_id,
149: pll.last_update_date=sysdate,