DBA Data[Home] [Help]

APPS.INV_VIEW_MTL_TXN dependencies on WMS_RULES

Line 412: from wms_rules

408: if (p_put_away_rule_id is not null) then
409:
410: select name
411: into x_put_away_rule_name
412: from wms_rules
413: where rule_id = p_put_away_rule_id;
414: end if;
415:
416: if (p_pick_strategy_id is not null) then

Line 427: from wms_rules

423:
424: if (p_pick_rule_id is not null) then
425: select name
426: into x_pick_rule_name
427: from wms_rules
428: where rule_id = p_pick_rule_id;
429:
430: end if;
431: EXCEPTION