DBA Data[Home] [Help]

APPS.WMS_RULE_PVT dependencies on WMS_OP_PLANS_B

Line 16593: FROM wms_rules_b rules, wms_op_plans_b wop, mtl_material_transactions_temp mmtt

16589: SELECT rules.rule_id
16590: , mmtt.organization_id
16591: , mmtt.wms_task_type
16592: , rules.type_hdr_id
16593: FROM wms_rules_b rules, wms_op_plans_b wop, mtl_material_transactions_temp mmtt
16594: WHERE rules.type_code = 7
16595: AND rules.enabled_flag = 'Y'
16596: AND rules.type_hdr_id = wop.operation_plan_id
16597: AND wop.system_task_type = NVL(mmtt.wms_task_type, wop.system_task_type)