DBA Data[Home] [Help]

APPS.WMS_ENGINE_PVT dependencies on WMS_RULE_PVT

Line 1716: --the following cursors get information used in wms_rule_pvt.apply to

1712: l_pp_transaction_temp_id NUMBER;
1713: -- end LG convergence add
1714:
1715: ---
1716: --the following cursors get information used in wms_rule_pvt.apply to
1717: --compare src sub/loc and dest sub/loc. The information is queried here
1718: --and stored in global variables to prevent multiple queries for the
1719: --same info (which would happen if we queried for data in apply)
1720:

Line 1985: --setting global variables used in wms_rule_pvt.

1981: l_request_context.transfer_flag := FALSE;
1982: l_request_context.type_code := 2;
1983: END IF;
1984:
1985: --setting global variables used in wms_rule_pvt.
1986: If l_debug = 1 THEN
1987: log_event(l_api_name, 'Create Suggestions', 'before fetching move order type '||l_move_order_type);
1988: END IF;
1989:

Line 2068: --set a global variable here, and reference it in WMS_RULE_PVT

2064:
2065:
2066: --bug 2589499 -- if reservation exists for WIP putaway, do not putaway
2067: -- to non-reservable sub.
2068: --set a global variable here, and reference it in WMS_RULE_PVT
2069: g_reservable_putaway_sub_only := FALSE;
2070: l_wip_rsv_exists := 0;
2071:
2072: -- log_event(l_api_name, 'Create Suggestions', 'after all the item check');

Line 2103: wms_rule_pvt.get_wms_sys_task_type(

2099: --log_event(l_api_name, 'Create Suggestions', 'before sys_task_type');
2100: /* Get the wms system task type
2101: changed the call to add 2 new paramters p_transaction_Action_id
2102: and p_transaction_source_type_id for patchset H changes */
2103: wms_rule_pvt.get_wms_sys_task_type(
2104: p_move_order_type => l_move_order_type
2105: , p_transaction_action_id => l_request_context.transaction_action_id
2106: , p_transaction_source_type_id => l_request_context.transaction_source_type_id
2107: , x_wms_sys_task_type => l_request_context.wms_task_type

Line 2273: IF (wms_rule_pvt.isruledebugon(l_simulation_mode)

2269: );
2270: END IF;
2271: -- end LG convergence
2272: --
2273: IF (wms_rule_pvt.isruledebugon(l_simulation_mode)
2274: and l_simulation_mode <> g_available_inventory) THEN
2275: IF l_debug = 1 THEN
2276: log_procedure(l_api_name, 'insert_trace_header', 'Calling insert_trace_header ');
2277: END IF;

Line 2574: wms_rule_pvt.rollback_capacity_update(

2570: 'calling rollback_capacity for item '
2571: || l_request_line_rec.inventory_item_id);
2572: END IF;
2573:
2574: wms_rule_pvt.rollback_capacity_update(
2575: x_return_status => l_return_status
2576: , x_msg_count => l_msg_count
2577: , x_msg_data => l_msg_data
2578: , p_organization_id => l_request_line_rec.organization_id

Line 2611: AND wms_rule_pvt.isruledebugon(l_simulation_mode) THEN

2607: RAISE fnd_api.g_exc_error;
2608: END IF;
2609:
2610: IF l_simulation_mode = g_no_simulation
2611: AND wms_rule_pvt.isruledebugon(l_simulation_mode) THEN
2612: --call insert run time trace lines
2613:
2614: IF l_debug = 1 THEN
2615: log_procedure(l_api_name, 'insert_txn_trace_rows',