DBA Data[Home] [Help]

APPS.WSH_WMS_LPN_GRP dependencies on WMS_LPN_HISTORIES

Line 1673: FROM wms_lpn_histories wlh,

1669: Update wsh_lpn_purge_tmp
1670: Set ELIGIBLE_FLAG = 'N'
1671: WHERE
1672: Lpn_id in (select wt.lpn_id
1673: FROM wms_lpn_histories wlh,
1674: wsh_inbound_txn_history wth,
1675: wsh_lpn_purge_tmp wt
1676: where wlh.parent_lpn_id = wt.lpn_id
1677: and nvl(wt.ELIGIBLE_FLAG,'Y') = 'Y'