DBA Data[Home] [Help]

APPS.INV_MO_ADMIN_PUB dependencies on WMS_REPLENISHMENT_DETAILS

Line 725: FROM wms_replenishment_details wrd

721: -- For Fill Kill, this proc gets called from WMSTASKB.pls WMSTRSAB.pls INVVTROB.pls
722: BEGIN
723: SELECT 1 INTO l_wrd_exists FROM dual WHERE exists
724: (SELECT 1
725: FROM wms_replenishment_details wrd
726: WHERE wrd.source_line_id = l_line_id);
727: EXCEPTION
728: WHEN OTHERS THEN
729: l_wrd_exists := 0;