DBA Data[Home] [Help]

APPS.WSH_WMS_LPN_GRP dependencies on WSH_INBOUND_TXN_HISTORY

Line 1674: wsh_inbound_txn_history wth,

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'
1678: and wlh.source_type_id = 1