DBA Data[Home] [Help]

APPS.WMS_STRATEGY_UPGRADE_PVT dependencies on WMS_STRATEGIES_B

Line 56: and wsa.strategy_id in ( select strategy_id from wms_strategies_b

52: wms_org_hierarchy_objs woho
53: where wsa.organization_id = woho.organization_id
54: and wsa.object_id = woho.object_id
55: and wsa.strategy_type_code = woho.type_code
56: and wsa.strategy_id in ( select strategy_id from wms_strategies_b
57: where enabled_flag = 'Y')
58: order by wsa.organization_id ,
59: wsa.strategy_type_code,
60: woho.search_order,