DBA Data[Home] [Help]

APPS.INV_KANBAN_PVT dependencies on PO_DISTRIBUTIONS_ALL

Line 4182: -- MOAC: Changed po_distributions to po_distributions_all.

4178: AND document_header_id IS NOT NULL
4179: ORDER BY kanban_activity_id DESC;
4180:
4181:
4182: -- MOAC: Changed po_distributions to po_distributions_all.
4183:
4184: CURSOR po_dist(po_rel_id NUMBER, po_dist_id NUMBER) IS
4185: SELECT NVL(quantity_delivered, 0)
4186: FROM po_distributions_all

Line 4186: FROM po_distributions_all

4182: -- MOAC: Changed po_distributions to po_distributions_all.
4183:
4184: CURSOR po_dist(po_rel_id NUMBER, po_dist_id NUMBER) IS
4185: SELECT NVL(quantity_delivered, 0)
4186: FROM po_distributions_all
4187: WHERE po_release_id = po_rel_id
4188: AND po_distribution_id = po_dist_id;
4189:
4190: l_rep_cycl_id NUMBER;