DBA Data[Home] [Help]

APPS.WMS_TASK_DISPATCH_LOV dependencies on WMS_PUTAWAY_GROUP_TASKS_GTMP

Line 1314: from wms_putaway_group_tasks_gtmp wpgt

1310: WHERE organization_id = p_organization_id
1311: AND concatenated_segments LIKE p_concatenated_segments
1312: AND exists
1313: ( select 1
1314: from wms_putaway_group_tasks_gtmp wpgt
1315: where wpgt.inventory_item_id = msik.inventory_item_id
1316: and lpn_id = p_lpn_id
1317: and drop_type = 'ID')
1318: --Changes for GTIN

Line 1372: from wms_putaway_group_tasks_gtmp wpgt

1368: OR
1369: mcr.org_independent_flag = 'Y')
1370: AND exists
1371: ( select 1
1372: from wms_putaway_group_tasks_gtmp wpgt
1373: where wpgt.inventory_item_id = msik.inventory_item_id
1374: and lpn_id = p_lpn_id
1375: and drop_type = 'ID');
1376: