DBA Data[Home] [Help]

APPS.PO_HEADERS_SV1 dependencies on PO_DISTRIBUTIONS_ALL

Line 247: FROM po_distributions_all

243:
244: -- Collect all deleted distributions
245: SELECT po_distribution_id
246: BULK COLLECT INTO l_deleted_dist_list
247: FROM po_distributions_all
248: WHERE po_header_id = X_po_header_id;
249:
250:
251: IF (PO_LOG.d_stmt) THEN