DBA Data[Home] [Help]

APPS.WMS_WCS_DIAGNOSTICS dependencies on WMS_CAROUSEL_INTEGRATION_PVT

Line 12: wms_carousel_integration_pvt.log(NULL,p_data);

8: -- Output
9: DBMS_OUTPUT.put_line (p_data);
10:
11: -- Insert into the log table
12: wms_carousel_integration_pvt.log(NULL,p_data);
13:
14: COMMIT;
15: END;
16:

Line 1051: (wms_carousel_integration_pvt.get_config_parameter

1047: COMMIT;
1048: -- Get send pipe parameter
1049: v_send_pipe := 'OUT_' ||
1050: NVL
1051: (wms_carousel_integration_pvt.get_config_parameter
1052: (p_name => 'PIPE_NAME',
1053: p_sequence_id => p_device_id
1054: ),
1055: 'PIPE_NAME_' || p_device_id

Line 1059: wms_carousel_integration_pvt.send_directive (p_device_id => p_device_id,

1055: 'PIPE_NAME_' || p_device_id
1056: );
1057:
1058: -- Tell the bridge to reread parameters to switch to simulation
1059: wms_carousel_integration_pvt.send_directive (p_device_id => p_device_id,
1060: p_pipe_name => v_send_pipe,
1061: p_addr => NULL,
1062: p_directive => 'R',
1063: p_time_out => 10

Line 1070: wms_carousel_integration_pvt.process_request

1066: -- Wait for 5 seconds
1067: v_status := DBMS_PIPE.receive_message ('wcs_nonexistant_pipe', 5);
1068: -- Process the request
1069: LOG ('Processing the test request');
1070: wms_carousel_integration_pvt.process_request
1071: (p_request_id => v_request_id,
1072: x_status_code => v_status_code,
1073: x_status_msg => v_status_msg,
1074: x_device_status => v_device_status

Line 1111: wms_carousel_integration_pvt.send_directive (p_device_id => p_device_id,

1107: AND (SUBINVENTORY = p_zone OR SUBINVENTORY IS NULL);
1108:
1109: COMMIT;
1110: -- Tell the bridge to reread parameters
1111: wms_carousel_integration_pvt.send_directive (p_device_id => p_device_id,
1112: p_pipe_name => v_send_pipe,
1113: p_addr => 1,
1114: p_directive => 'R',
1115: p_time_out => 10