DBA Data[Home] [Help]

APPS.WMS_RULE_PVT dependencies on WMS_OP_PLANS_B

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

13925: SELECT rules.rule_id
13926: , mmtt.organization_id
13927: , mmtt.wms_task_type
13928: , rules.type_hdr_id
13929: FROM wms_rules_b rules, wms_op_plans_b wop, mtl_material_transactions_temp mmtt
13930: WHERE rules.type_code = 7
13931: AND rules.enabled_flag = 'Y'
13932: AND rules.type_hdr_id = wop.operation_plan_id
13933: AND wop.system_task_type = NVL(mmtt.wms_task_type, wop.system_task_type)