DBA Data[Home] [Help]

APPS.INV_MO_ADMIN_PUB dependencies on WMS_REPLENISHMENT_DETAILS

Line 715: FROM wms_replenishment_details wrd

711: -- For Fill Kill, this proc gets called from WMSTASKB.pls WMSTRSAB.pls INVVTROB.pls
712: BEGIN
713: SELECT 1 INTO l_wrd_exists FROM dual WHERE exists
714: (SELECT 1
715: FROM wms_replenishment_details wrd
716: WHERE wrd.source_line_id = l_line_id);
717: EXCEPTION
718: WHEN OTHERS THEN
719: l_wrd_exists := 0;