DBA Data[Home] [Help]

APPS.RCV_TRANSACTIONS_HISTORY_PKG dependencies on WMS_DEPLOY

Line 323: AND wms_deploy.get_client_code(rsl.item_id) = p_txns_history_rec.client_code);

319: )
320: )
321: AND EXISTS (SELECT '1' FROM rcv_shipment_lines rsl
322: WHERE rsl.shipment_line_id = rt.shipment_line_id
323: AND wms_deploy.get_client_code(rsl.item_id) = p_txns_history_rec.client_code);
324:
325: ELSE
326:
327: IF (g_asn_debug = 'Y') THEN