DBA Data[Home] [Help]

APPS.WMS_COSTGROUPENGINE_PVT dependencies on WMS_SEARCH_ORDER_GLOBALS_PVT

Line 598: wms_search_order_globals_pvt.g_costgroup_rule_id := l_rule_id;

594: 'found Cost group id: ' ||
595: l_cost_group_id);
596: end if;
597: -- set global value for simulation form
598: wms_search_order_globals_pvt.g_costgroup_rule_id := l_rule_id;
599: ELSE
600: if l_debug = 1 then
601: log_event(l_api_name, '',
602: 'No cost group found');

Line 629: wms_search_order_globals_pvt.g_costgroup_rule_id := -999;

625: end if;
626:
627:
628: --set global for no cg found from rule; used in sim form
629: wms_search_order_globals_pvt.g_costgroup_rule_id := -999;
630:
631: --if to_sub is defined, get default cost group from there
632: IF (l_to_subinventory_code IS NOT NULL) THEN
633: if l_debug = 1 then

Line 726: wms_search_order_globals_pvt.g_costgroup_id := l_cost_group_id;

722: WHERE mtrl.line_id = p_line_id;
723: end if;
724:
725: --update global value for simulation form
726: wms_search_order_globals_pvt.g_costgroup_id := l_cost_group_id;
727: END IF;
728:
729: -- Standard check of p_commit
730: IF fnd_api.to_boolean(p_commit) THEN