DBA Data[Home] [Help]

APPS.WMS_OPM_INTEGRATION_GRP dependencies on GMO_WMS_INTEGRATION_GRP

Line 29: GMO_WMS_INTEGRATION_GRP.PROCESS_DEVICE_RESPONSE

25:
26: --This is the OPM Open API to be called
27: --GMO does not have a source control area yet
28: --Will uncomment the API call once they are done
29: GMO_WMS_INTEGRATION_GRP.PROCESS_DEVICE_RESPONSE
30: (P_API_VERSION => l_api_version,
31: X_RETURN_STATUS => x_return_status,
32: X_MSG_COUNT => x_msg_count,
33: X_MSG_DATA => x_msg_data,

Line 41: (p_device_id, 'Done calling GMO_WMS_INTEGRATION_GRP.process_response');

37: );
38:
39: IF (l_debug = 1) THEN
40: log
41: (p_device_id, 'Done calling GMO_WMS_INTEGRATION_GRP.process_response');
42: log
43: (p_device_id, 'x_return_status='
44: ||x_return_status
45: ||', x_msg_count='