DBA Data[Home] [Help]

APPS.RCV_BILL_UPDATING_SV dependencies on PO_DISTRIBUTIONS_ALL

Line 63: UPDATE po_distributions_all pod

59: ** Scheduled Release (SR) as well as the backing order (PPO)
60: ** should be updated.
61: */
62: --Bug 12886371. Added the updation of who columns
63: UPDATE po_distributions_all pod
64: SET pod.quantity_billed = nvl(pod.quantity_billed,0) + X_po_quantity_billed,
65: pod.amount_billed = nvl(pod.amount_billed,0) + X_po_amount_billed,
66: pod.last_updated_by = fnd_global.user_id,
67: pod.last_update_date=sysdate,