DBA Data[Home] [Help]

APPS.INV_MGD_MVT_STATS_PROC dependencies on PO_HEADERS_ALL

Line 3497: po_headers_all

3493: CURSOR l_vendor_site IS
3494: SELECT
3495: vendor_site_id
3496: FROM
3497: po_headers_all
3498: WHERE po_header_id = l_movement_transaction.po_header_id;
3499:
3500: BEGIN
3501: IF (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL)