DBA Data[Home] [Help]

APPS.INV_MGD_MVT_STATS_PROC dependencies on PO_HEADERS_ALL

Line 3174: po_headers_all

3170: CURSOR l_vendor_site IS
3171: SELECT
3172: vendor_site_id
3173: FROM
3174: po_headers_all
3175: WHERE po_header_id = l_movement_transaction.po_header_id;
3176:
3177: BEGIN
3178: IF (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL)