DBA Data[Home] [Help]

APPS.INV_MGD_MVT_STATS_PROC dependencies on OE_DROP_SHIP_SOURCES

Line 3165: OE_DROP_SHIP_SOURCES

3161: CURSOR l_drpshp IS
3162: SELECT
3163: drop_ship_source_id
3164: FROM
3165: OE_DROP_SHIP_SOURCES
3166: WHERE po_header_id = l_movement_transaction.po_header_id
3167: AND po_line_id = l_movement_transaction.po_line_id
3168: AND line_location_id = l_movement_transaction.po_line_location_id;
3169: