DBA Data[Home] [Help]

APPS.INV_MGD_MVT_STATS_PROC dependencies on OE_DROP_SHIP_SOURCES

Line 3488: OE_DROP_SHIP_SOURCES

3484: CURSOR l_drpshp IS
3485: SELECT
3486: drop_ship_source_id
3487: FROM
3488: OE_DROP_SHIP_SOURCES
3489: WHERE po_header_id = l_movement_transaction.po_header_id
3490: AND po_line_id = l_movement_transaction.po_line_id
3491: AND line_location_id = l_movement_transaction.po_line_location_id;
3492: