DBA Data[Home] [Help]

APPS.GMO_DVC_INTG_PVT dependencies on MTL_PARAMETERS

Line 599: cursor c_get_org_details is select organization_code from mtl_parameters where organization_id = P_ORGANIZATION_ID;

595:
596: l_is_device_locked boolean;
597:
598: l_no_msg_components_err exception;
599: cursor c_get_org_details is select organization_code from mtl_parameters where organization_id = P_ORGANIZATION_ID;
600: cursor c_get_device_details is select output_method, output_method_id, name, subinventory_code from wms_devices_vl where device_id = P_DEVICE_ID;
601: cursor c_get_device_response is select RESP_COMP_CODE_VALUE from gmo_device_responses_t where request_id = l_request_id and RESP_COMP_CODE = l_response_code;
602:
603: