DBA Data[Home] [Help]

APPS.INV_KANBAN_PVT dependencies on PO_DISTRIBUTIONS_ALL

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

3776: AND document_header_id IS NOT NULL
3777: ORDER BY kanban_activity_id DESC;
3778:
3779:
3780: -- MOAC: Changed po_distributions to po_distributions_all.
3781:
3782: CURSOR po_dist(po_rel_id NUMBER, po_dist_id NUMBER) IS
3783: SELECT NVL(quantity_delivered, 0)
3784: FROM po_distributions_all

Line 3784: FROM po_distributions_all

3780: -- MOAC: Changed po_distributions to po_distributions_all.
3781:
3782: CURSOR po_dist(po_rel_id NUMBER, po_dist_id NUMBER) IS
3783: SELECT NVL(quantity_delivered, 0)
3784: FROM po_distributions_all
3785: WHERE po_release_id = po_rel_id
3786: AND po_distribution_id = po_dist_id;
3787:
3788: l_rep_cycl_id NUMBER;