Oracle Hospitality OPERA Cloud Web Self-Service Profile Config Service Web Service Reference. October 2017

Size: px
Start display at page:

Download "Oracle Hospitality OPERA Cloud Web Self-Service Profile Config Service Web Service Reference. October 2017"

Transcription

1 Oracle Hospitality OPERA Cloud Web Self-Service Profile Config Service Web Service Reference October 2017

2 Copyright 2017, Oracle and/or its affiliates. All rights reserved. This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited. The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing. If this software or related documentation is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, then the following notice is applicable: U.S. GOVERNMENT END USERS: Oracle programs, including any operating system, integrated software, any programs installed on the hardware, and/or documentation, delivered to U.S. Government end users are "commercial computer software" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations. As such, use, duplication, disclosure, modification, and adaptation of the programs, including any operating system, integrated software, any programs installed on the hardware, and/or documentation, shall be subject to license terms and license restrictions applicable to the programs. No other rights are granted to the U.S. Government. This software or hardware is developed for general use in a variety of information management applications. It is not developed or intended for use in any inherently dangerous applications, including applications that may create a risk of personal injury. If you use this software or hardware in dangerous applications, then you shall be responsible to take all appropriate fail-safe, backup, redundancy, and other measures to ensure its safe use. Oracle Corporation and its affiliates disclaim any liability for any damages caused by use of this software or hardware in dangerous applications. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners. Intel and Intel Xeon are trademarks or registered trademarks of Intel Corporation. All SPARC trademarks are used under license and are trademarks or registered trademarks of SPARC International, Inc. AMD, Opteron, the AMD logo, and the AMD Opteron logo are trademarks or registered trademarks of Advanced Micro Devices. UNIX is a registered trademark of The Open Group. This software or hardware and documentation may provide access to or information about content, products, and services from third parties. Oracle Corporation and its affiliates are not responsible for and expressly disclaim all warranties of any kind with respect to third-party content, products, and services unless otherwise set forth in an applicable agreement between you and Oracle. Oracle Corporation and its affiliates will not be responsible for any loss, costs, or damages incurred due to your access to or use of third-party content, products, or services, except as set forth in an applicable agreement between you and Oracle. 2

3 Preface... 4 Contents Audience... 4 Customer Support... 4 Documentation... 4 Revision History ProfileConfigService... 5 ProfileConfigService Web Service... 6 Methods: ProfileConfigService... 7 Complex Types: ProfileConfigService... 9 Elements: ProfileConfigService... 17

4 Preface This document describes the ProfileConfig Service web service. The document describes methods, complex types, and elements. Audience This document is intended for developers who develop applications that interface with OPERA through OPERA Cloud Web Self-Service. Customer Support To contact Oracle Customer Support, access My Oracle Support at the following URL: When contacting Customer Support, please provide the following: Product version and program/module name Functional and technical description of the problem (include business impact) Detailed step-by-step instructions to re-create Exact error message received and any associated log files Screen shots of each step you take Documentation Oracle Hospitality product documentation is available on the Oracle Help Center at Revision History Date of Change October 2017 Initial publication 4

5 1 ProfileConfigService Sources Name ProfileConfigService The Profile Config Service web service provides the ability to configure the Master Data needed for Profiles. 5

6 ProfileConfigService Web Service Name ProfileConfigService The Profile Config Service web service provides the ability to configure the Master Data needed for Profiles. See Also Methods Elements Complex Types 6

7 Methods: ProfileConfigService Methods Name FetchPreferences Ping Fetches configured preferences. Sends a response to a ping. Method: FetchPreferences Fetches configured preferences. Input The input of this method is the document element FetchPreferencesRQ having the structure defined by the following table. Output Name Type Required? Occurs OperaContext OperaContextType No 0..1 Refer to Generic common types document. Criteria ConfigHotelPreferencesSearchType Yes Criteria used for searching preferences. The output of this method is the document element FetchPreferencesRS having the structure defined by the following table. Name Type Required? Occurs Yes Errors ErrorsType No 0..1 Refer to Generic common types document. Yes HotelPreferences ConfigHotelPreferencesType Yes Collection of preferences specified at the hotel level. Method: Ping Sends a response to a ping. Input The input of this method is the document element PingRQ having the structure defined by the following table. Output Name Type Required? Occurs OperaContext OperaContextType No 0..1 Refer to Generic common types document. OperaPingInput OperaPingRequestType No 0..1 Optional Input for Ping operation. The output of this method is the document element PingRS having the structure defined by the following table. Name Type Required? Occurs Yes 7

8 Name Type Required? Occurs Errors ErrorsType No 0..1 Refer to Generic common types document. Yes OperaVersion OperaVersionNumberType No 0..1 OPERA version number. 8

9 Complex Types: ProfileConfigService Complex Type: CodeListType Component Type Occurs Code CodeType 0..* Code Complex Type: ConfigBasePreferencesSearchType Base details common between both template and property level preference searches. Component Type Occurs PreferenceCodes CodeListType 0..1 Preference codes to be searched. PreferenceGroups CodeListType 0..1 Preference groups to be searched. Complex Type: ConfigBasePreferenceType Base details common between both template and property level preferences. Name Type Required? Code CodeType No Specifies the preference code. PreferenceGroup CodeType No Specifies the preference group to which the preference belongs. Housekeeping boolean No Flag to indicate if this preference should be available on the Task Sheet Workflow configuration. It is only applicable for preference types FLOOR and SPECIALS. OrderSequence double No Display order sequence. Component Type Occurs StringLength The description of the preference. Complex Type: ConfigHotelPreferencesSearchType Search criteria to fetch preferences at property level. 9

10 Component Type Occurs PreferenceCodes CodeListType 0..1 Preference codes to be searched. PreferenceGroups CodeListType 0..1 Preference groups to be searched. HotelCodes CodeListType 0..1 Specifies the hotel codes for which preferences have to be searched. CreatedBy UserIDsType 0..1 Specifies the created by User IDs list for which preferences have to be searched. Complex Type: ConfigHotelPreferencesType This type holds a collection of preferences at the property level. Component Type Occurs HotelPreference ConfigHotelPreferenceType 0..* Collection of preferences at the hotel level Complex Type: ConfigHotelPreferenceType This gives detailed information about a preference at the property level. Name Type Required? HotelCode CodeType No Specifies the hotel code for which the preference is specified. Code CodeType No Specifies the preference code. PreferenceGroup CodeType No Specifies the preference group the preference belongs to. Housekeeping boolean No Flag to indicate if this preference should be available on the Task Sheet Workflow configuration. It is only applicable for preference types FLOOR and SPECIALS. OrderSequence double No Display order sequence. Component Type Occurs StringLength The description of the preference. Complex Type: ErrorsType A collection of errors that occurred during the processing of a message. 10

11 Component Type Occurs Error ErrorType An error that occurred during the processing of a message. Complex Type: ErrorType Standard way to indicate that an error occurred during the processing of an OpenTravel message. If the message successfully processes, but there are business errors, those errors should be passed in the warning element. Name Type Required? Type CodeType Yes The Error element MUST contain the Type attribute that uses a recommended set of values to indicate the error type. The validating XSD can expect to accept values that it has NOT been explicitly coded for and process them by using Type ="Unknown". Refer to OpenTravel Code List Error Warning Type (EWT). ShortText string No An abbreviated version of the error in textual format. Code CodeType No If present, this refers to a table of coded values exchanged between applications to identify errors or warnings. Refer to OpenTravel Code List Error Codes (ERR). DocURL string No If present, this URL refers to an online description of the error that occurred. Status string No If present, recommended values are those enumerated in the OTA_ErrorRS (Not Processed, Incomplete, Complete, and Unknown). However, the data type is designated as string data, recognizing that trading partners may identify additional status conditions not included in the enumeration. Tag string No If present, this attribute may identify an unknown or misspelled tag that caused an error in processing. It is recommended that the Tag attribute use XPath notation to identify the location of a tag in the event that more than one tag of the same name is present in the document. Alternatively, the tag name alone can be used to identify missing data [Type=ReqFieldMissing]. 11

12 Name Type Required? RecordID string No If present, this attribute allows for batch processing and the identification of the record that failed amongst a group of records. This value may contain a concatenation of a unique failed transaction ID with specific record(s) associated with that transaction. NodeList string No An XPath expression that selects all the nodes whose data caused this error. Further, this expression should have an additional constraint which contains the data of the node. This will provide the offending data back to systems that cannot maintain the original message. Complex Type: FreeTextType Textual information to provide descriptions and/or additional information. Name Type Required? Language language No Language identification. Complex Type: OperaContextType Instructions common to all messages to set a certain context in the OPERA Database before serving the message request. Component Type Occurs UserLanguage language 0..1 The user's language code. CROCode CodeType 0..1 Central Reservation office (CRO) code. HotelCode CodeType 0..1 The hotel code. Language CodeType 0..1 The hotel's language code. RunningApplication StringLength Running Application. (Not supported) TerminalId StringLength Terminal ID from where this request originated. LogLevel LogLevelType 0..1 Log level to debug the code, such as FINE, FINER, and so on. ExternalSystem StringLength80 The external system code. Override boolean 0..1 OPERA context is derived internally by request but in case client wants to override the OPERA Context it can send true and then the OperaContext will override the above settings, such as HotelCode. 12

13 Component Type Occurs TargetExternalSystem StringLength This element carries ID of the External System that serves this request. It is needed only while making a call to external web services from OPERA UI through integration. UseLocal boolean 0..1 Determines whether local system should be used and ignore the external system instead. Complex Type: OperaWebServiceRQBaseType This Request base type is used as a base for an extension for OPERA Web Services Requests to provide uniform implementation. Name Type Required? EchoToken StringLength128 No A reference for additional message identification, assigned by the requesting host system. When a request message includes an echo token the corresponding response message MUST include an echo token with an identical value. TimeStamp datetime No Indicates the creation date and time of the message in UTC using the following format specified by ISO 8601; YYYY-MM-DDThh:mm:ssZ with time values using the 24 hour clock (for example, 20 November 2003, 1:59:38 pm UTC becomes T13:59:38Z). Version StringLength40 No For all OPERA versioned messages, the version of the message is indicated by an OPERA Version value. CorrelationID StringLength80 No Allow end-to-end correlation of log messages with the corresponding web service message throughout the processing of the web service message. Component Type Occurs OperaContext OperaContextType 0..1 Refer to Generic common types document. Complex Type: OperaWebServiceRSBaseType This Response base type is used as an extension for OPERA Web Services Responses to provide a uniform implementation. 13

14 Name Type Required? EchoToken StringLength128 No A reference for additional message identification, assigned by the requesting host system. When a request message includes an echo token the corresponding response message MUST include an echo token with an identical value. TimeStamp datetime No Indicates the creation date and time of the message in UTC using the following format specified by ISO 8601; YYYY-MM-DDThh:mm:ssZ with time values using the 24 hour clock (for example, 20 November 2003, 1:59:38 pm UTC becomes T13:59:38Z). Version StringLength40 No For all OPERA versioned messages, the version of the message is indicated by an OPERA Version value. CorrelationID StringLength80 No Allow end-to-end correlation of log messages with the corresponding Web service message throughout the processing of the Web service message. Component Type Occurs Errors ErrorsType 0..1 Refer to Generic common types document. Success SuccessType 0..1 Refer to Generic common types document. Warnings WarningsType 0..1 Refer to Generic common types document. Complex Type: SuccessType Returning an empty element of this type indicates the successful processing of an OpenTravel message. This is used in conjunction with the Warning Type to report any warnings or business errors. Complex Type: UserIDsType Component Type Occurs UserID int 0..* Complex Type: WarningsType A collection of warnings. 14

15 Component Type Occurs Warning WarningType 0..* Used in conjunction with the Success element to define a business error. Complex Type: WarningType Used when a message has been successfully processed to report any warnings or business errors that occurred. Name Type Required? Type CodeType Yes The Warning element MUST contain the Type attribute that uses a recommended set of values to indicate the warning type. The validating XSD can expect to accept values that it has NOT been explicitly coded for and process them by using Type ="Unknown". Refer to OpenTravel Code List Error Warning Type (EWT). ShortText string No An abbreviated version of the error in textual format. Code CodeType No If present, this refers to a table of coded values exchanged between applications to identify errors or warnings. Refer to OpenTravel Code List Error Codes (ERR). DocURL string No If present, this URL refers to an online description of the error that occurred. Status string No If present, recommended values are those enumerated in the OTA_ErrorRS (Not Processed, Incomplete, Complete, and Unknown). However, the data type is designated as string data, recognizing that trading partners may identify additional status conditions not included in the enumeration. Tag string No If present, this attribute may identify an unknown or misspelled tag that caused an error in processing. It is recommended that the Tag attribute use XPath notation to identify the location of a tag in the event that more than one tag of the same name is present in the document. Alternatively, the tag name alone can be used to identify missing data [Type=ReqFieldMissing]. RecordID string No If present, this attribute allows for batch processing and the identification of the record that failed amongst a group of records. This value may contain a concatenation of a unique failed transaction ID with specific record(s) associated with that transaction. 15

16 Name Type Required? RPH RPH_Type No Reference Place Holder used as an index for this warning. 16

17 Elements: ProfileConfigService Element: Code [type CodeListType] Element: CreatedBy [type ConfigHotelPreferencesSearchType] Specifies the created by User IDs list for which preferences have to be searched. Component Type Occurs UserID int 0..* Specifies the created by User IDs list for which preferences have to be searched. Element: Criteria [element FetchPreferencesRQ] Criteria used for searching preferences. Component Type Occurs PreferenceCodes CodeListType 0..1 Preference codes to be searched. PreferenceGroups CodeListType 0..1 Preference groups to be searched. HotelCodes CodeListType 0..1 Specifies the hotel codes for which preferences have to be searched. CreatedBy UserIDsType 0..1 Specifies the created by User IDs list for which preferences have to be searched. Element: CROCode [type OperaContextType] Central Reservation office (CRO) code. Element: [type ConfigBasePreferenceType] The description of the preference. Element: Error [type ErrorsType] An error that occurred during the processing of a message. 17

18 Name Type Required? Type CodeType Yes The Error element MUST contain the Type attribute that uses a recommended set of values to indicate the error type. The validating XSD can expect to accept values that it has NOT been explicitly coded for and process them by using Type ="Unknown". Refer to OpenTravel Code List Error Warning Type (EWT). ShortText string No An abbreviated version of the error in textual format. Code CodeType No If present, this refers to a table of coded values exchanged between applications to identify errors or warnings. Refer to OpenTravel Code List Error Codes (ERR). DocURL string No If present, this URL refers to an online description of the error that occurred. Status string No If present, recommended values are those enumerated in the OTA_ErrorRS (Not Processed, Incomplete, Complete, and Unknown). However, the data type is designated as string data, recognizing that trading partners may identify additional status conditions not included in the enumeration. Tag string No If present, this attribute may identify an unknown or misspelled tag that caused an error in processing. It is recommended that the Tag attribute use XPath notation to identify the location of a tag in the event that more than one tag of the same name is present in the document. Alternatively, the tag name alone can be used to identify missing data [Type=ReqFieldMissing]. RecordID string No If present, this attribute allows for batch processing and the identification of the record that failed amongst a group of records. This value may contain a concatenation of a unique failed transaction ID with specific record(s) associated with that transaction. NodeList string No An XPath expression that selects all the nodes whose data caused this error. Further, this expression should have an additional constraint which contains the data of the node. This will provide the offending data back to systems that cannot maintain the original message. Element: Errors [type OperaWebServiceRSBaseType] Refer to Generic common types document. 18

19 Component Type Occurs Error ErrorType An error that occurred during the processing of a message. Element: ExternalSystem [type OperaContextType] The external system code. Element: FetchPreferencesRQ Request object for fetching preferences at the property level. Name Type Required? EchoToken StringLength128 No A reference for additional message identification, assigned by the requesting host system. When a request message includes an echo token the corresponding response message MUST include an echo token with an identical value. TimeStamp datetime No Indicates the creation date and time of the message in UTC using the following format specified by ISO 8601; YYYY-MM-DDThh:mm:ssZ with time values using the 24 hour clock (for example, 20 November 2003, 1:59:38 pm UTC becomes T13:59:38Z). Version StringLength40 No For all OPERA versioned messages, the version of the message is indicated by an OPERA Version value. CorrelationID StringLength80 No Allow end-to-end correlation of log messages with the corresponding Web service message throughout the processing of the Web service message. Component Type Occurs OperaContext OperaContextType 0..1 Refer to Generic common types document. Criteria ConfigHotelPreferencesSearchType Criteria used for searching preferences. Element: FetchPreferencesRS Response object for fetching preferences at the property level. 19

20 Name Type Required? EchoToken StringLength128 No A reference for additional message identification, assigned by the requesting host system. When a request message includes an echo token the corresponding response message MUST include an echo token with an identical value. TimeStamp datetime No Indicates the creation date and time of the message in UTC using the following format specified by ISO 8601; YYYY-MM-DDThh:mm:ssZ with time values using the 24 hour clock (for example, 20 November 2003, 1:59:38 pm UTC becomes T13:59:38Z). Version StringLength40 No For all OPERA versioned messages, the version of the message is indicated by an OPERA Version value. CorrelationID StringLength80 No Allow end-to-end correlation of log messages with the corresponding Web service message throughout the processing of the Web service message. Component Type Occurs Errors ErrorsType 0..1 Refer to Generic common types document. Success SuccessType 0..1 Refer to Generic common types document. Warnings WarningsType 0..1 Refer to Generic common types document. HotelPreferences ConfigHotelPreferencesType Collection of preferences specified at the hotel level. Element: HotelCode [type OperaContextType] The hotel code. Element: HotelCodes [type ConfigHotelPreferencesSearchType] Specifies the property codes for which preferences have to be searched. Component Type Occurs Code CodeType 0..* Specifies the hotel codes for which preferences have to be searched. Element: HotelPreference [type ConfigHotelPreferencesType] 20

21 Name Type Required? HotelCode CodeType No Specifies the Hotel code for which the preference is specified. Code CodeType No Specifies the preference code. PreferenceGroup CodeType No Specifies the preference group the preference belongs to. Housekeeping boolean No Flag to indicate if this preference should be available on the Task Sheet Workflow configuration. It is only applicable for preference types FLOOR and SPECIALS. OrderSequence double No Display order sequence. Component Type Occurs StringLength The description of the preference. Element: HotelPreferences [element FetchPreferencesRS] Collection of preferences specified at the property level. Component Type Occurs HotelPreference ConfigHotelPreferenceType 0..* Collection of preferences specified at the Hotel level Element: Language [type OperaContextType] The hotel's language code. Element: LogLevel [type OperaContextType] Log level to debug the code, such as FINE, FINER, and so on. Enumeration Value SEVERE WARNING INFO CONFIG FINE FINER 21

22 Value FINEST ERROR MESSAGE DEBUG TRACE Element: OperaContext [type OperaWebServiceRQBaseType] Refer to Generic common types document. Component Type Occurs UserLanguage language 0..1 The user's language code. CROCode CodeType 0..1 Central Reservation office (CRO) code. HotelCode CodeType 0..1 The hotel code. Language CodeType 0..1 The hotel's language code. RunningApplication StringLength Running Application. (Not supported) TerminalId StringLength Terminal ID from where this request originated. LogLevel LogLevelType 0..1 Log level to debug the code, such as FINE, FINER, and so on. ExternalSystem StringLength80 The external system code. Override boolean 0..1 OPERA context is derived internally by request but in case client wants to override the OPERA Context it can send true and then the OperaContext will override the above settings, such as HotelCode. TargetExternalSystem StringLength This element carries ID of the External System that serves this request. It is needed only while making a call to external web services from OPERA UI through integration. UseLocal boolean 0..1 Determines whether local system should be used and ignore the external system instead. Element: OperaPingInput [element PingRQ] Optional input for Ping operation. Element: OperaVersion [element PingRS] OPERA version number. Element: Override [type OperaContextType] 22

23 OPERA context is derived internally by request. In case the client wants to override the OPERA Context, the client can send true and then the OperaContext will override the above settings, such as HotelCode. Element: PingRQ Request for Ping operation. Name Type Required? EchoToken StringLength128 No A reference for additional message identification, assigned by the requesting host system. When a request message includes an echo token the corresponding response message MUST include an echo token with an identical value. TimeStamp datetime No Indicates the creation date and time of the message in UTC using the following format specified by ISO 8601; YYYY-MM-DDThh:mm:ssZ with time values using the 24 hour clock (for example, 20 November 2003, 1:59:38 pm UTC becomes T13:59:38Z). Version StringLength40 No For all OPERA versioned messages, the version of the message is indicated by an OPERA Version value. CorrelationID StringLength80 No Allow end-to-end correlation of log messages with the corresponding Web service message throughout the processing of the Web service message. Component Type Occurs OperaContext OperaContextType 0..1 Refer to Generic common types document. OperaPingInput OperaPingRequestType 0..1 Optional input for Ping operation. Element: PingRS Response for Ping operation. Name Type Required? EchoToken StringLength128 No A reference for additional message identification, assigned by the requesting host system. When a request message includes an echo token the corresponding response message MUST include an echo token with an identical value. 23

24 Name Type Required? TimeStamp datetime No Indicates the creation date and time of the message in UTC using the following format specified by ISO 8601; YYYY-MM-DDThh:mm:ssZ with time values using the 24 hour clock (for example, 20 November 2003, 1:59:38 pm UTC becomes T13:59:38Z). Version StringLength40 No For all OPERA versioned messages, the version of the message is indicated by an OPERA Version value. CorrelationID StringLength80 No Allow end-to-end correlation of log messages with the corresponding Web service message throughout the processing of the Web service message. Component Type Occurs Errors ErrorsType 0..1 Refer to Generic common types document. Success SuccessType 0..1 Refer to Generic common types document. Warnings WarningsType 0..1 Refer to Generic common types document. OperaVersion OperaVersionNumberType 0..1 OPERA version number. Element: PreferenceCodes [type ConfigBasePreferencesSearchType] Preference codes to be searched. Component Type Occurs Code CodeType 0..* Preference codes to be searched. Element: PreferenceGroups [type ConfigBasePreferencesSearchType] Preference groups to be searched. Component Type Occurs Code CodeType 0..* Preference groups to be searched. 24

25 Element: RunningApplication [type OperaContextType] Running Application. (Not supported) Element: Success [type OperaWebServiceRSBaseType] Refer to Generic common types document. Element: TargetExternalSystem [type OperaContextType] This element carries ID of the External System that serves this request. It is needed only while making a call to external web services from OPERA UI through integration. Element: TerminalId [type OperaContextType] Terminal ID from where this request originated. Element: UseLocal [type OperaContextType] Determines if the local system should be used and the external system ignored. Element: UserID [type UserIDsType] Element: UserLanguage [type OperaContextType] User's language code. Element: Warning [type WarningsType] Used in conjunction with the Success element to define a business error. Name Type Required? Type CodeType Yes The Warning element MUST contain the Type attribute that uses a recommended set of values to indicate the warning type. The validating XSD can expect to accept values that it has NOT been explicitly coded for and process them by using Type ="Unknown". Refer to OpenTravel Code List Error Warning Type (EWT). ShortText string No An abbreviated version of the error in textual format. Code CodeType No If present, this refers to a table of coded values exchanged between applications to identify errors or warnings. Refer to OpenTravel Code List Error Codes (ERR). 25

26 Name Type Required? DocURL string No If present, this URL refers to an online description of the error that occurred. Status string No If present, recommended values are those enumerated in the OTA_ErrorRS (Not Processed, Incomplete, Complete, and Unknown). However, the data type is designated as string data, recognizing that trading partners may identify additional status conditions not included in the enumeration. Tag string No If present, this attribute may identify an unknown or misspelled tag that caused an error in processing. It is recommended that the Tag attribute use XPath notation to identify the location of a tag in the event that more than one tag of the same name is present in the document. Alternatively, the tag name alone can be used to identify missing data [Type=ReqFieldMissing]. RecordID string No If present, this attribute allows for batch processing and the identification of the record that failed amongst a group of records. This value may contain a concatenation of a unique failed transaction ID with specific record(s) associated with that transaction. RPH RPH_Type No Reference Place Holder used as an index for this warning. Element: Warnings [type OperaWebServiceRSBaseType] Refer to Generic common types document. Component Type Occurs Warning WarningType 0..* Used in conjunction with the Success element to define a business error. 26

Oracle Hospitality OPERA Cloud Web Self-Service Inventory Service Web Service Reference

Oracle Hospitality OPERA Cloud Web Self-Service Inventory Service Web Service Reference Oracle Hospitality OPERA Cloud Web Self-Service Inventory Service Web Service Reference October 2017 Copyright 2017, Oracle and/or its affiliates. All rights reserved. This software and related documentation

More information

Oracle Hospitality OPERA Cloud Web Self-Service Integration Processor Service Web Service Reference

Oracle Hospitality OPERA Cloud Web Self-Service Integration Processor Service Web Service Reference Oracle Hospitality OPERA Cloud Web Self-Service Integration Processor Service Web Service Reference October 2017 Copyright 2017, Oracle and/or its affiliates. All rights reserved. This software and related

More information

Oracle Hospitality OPERA Exchange Interface Cloud Authentication. October 2017

Oracle Hospitality OPERA Exchange Interface Cloud Authentication. October 2017 Oracle Hospitality OPERA Exchange Interface Cloud Authentication October 2017 Copyright 2016, 2017, Oracle and/or its affiliates. All rights reserved. This software and related documentation are provided

More information

Oracle Hospitality Suite8 Export to Outlook User Manual Release 8.9. July 2015

Oracle Hospitality Suite8 Export to Outlook User Manual Release 8.9. July 2015 Oracle Hospitality Suite8 Export to Outlook User Manual Release 8.9 July 2015 Copyright 1987, 2015, Oracle and/or its affiliates. All rights reserved. This software and related documentation are provided

More information

Oracle Hospitality MICROS Commerce Platform Release Notes Release Part Number: E December 2015

Oracle Hospitality MICROS Commerce Platform Release Notes Release Part Number: E December 2015 Oracle Hospitality MICROS Commerce Platform Release Notes Release 4.2.1 Part Number: E69448-01 December 2015 Copyright 2010, 2015, Oracle and/or its affiliates. All rights reserved. This software and related

More information

Oracle Payment Interface Installation and Reference Guide Release E April 2018

Oracle Payment Interface Installation and Reference Guide Release E April 2018 Oracle Payment Interface Installation and Reference Guide Release 6.2.1 E94970-01 April 2018 Copyright 2010, 2018, Oracle and/or its affiliates. All rights reserved. This software and related documentation

More information

Oracle Hospitality Suite8 XML Export of Invoice Data for Hungarian Tax Authority Release and Higher E November 2016

Oracle Hospitality Suite8 XML Export of Invoice Data for Hungarian Tax Authority Release and Higher E November 2016 Oracle Hospitality Suite8 XML Export of Invoice Data for Hungarian Tax Authority Release 8.7.4 and Higher E81378-01 November 2016 Copyright 2002, 2016, Oracle and/or its affiliates. All rights reserved.

More information

Oracle Hospitality Cruise Shipboard Property Management System Topaz Signature Device Installation Guide Release 8.00 E

Oracle Hospitality Cruise Shipboard Property Management System Topaz Signature Device Installation Guide Release 8.00 E Oracle Hospitality Cruise Shipboard Property Management System Topaz Signature Device Installation Guide Release 8.00 E93107-01 January 2018 Copyright 2010, 2018, Oracle and/or its affiliates. All rights

More information

Oracle Hospitality Hotel Mobile Release Notes. Release (1.30)

Oracle Hospitality Hotel Mobile Release Notes. Release (1.30) Oracle Hospitality Hotel Mobile Release Notes Release 1.3.0.0 (1.30) F12511 02 December 2018 Oracle Hospitality Hotel Mobile Release Notes, Release 1.3.0.0 (1.30) F12511 02 Copyright 2016, 2018, Oracle

More information

Oracle Hospitality Simphony Engagement Cloud Service Release Notes Release 2.0 E January 2016

Oracle Hospitality Simphony Engagement Cloud Service Release Notes Release 2.0 E January 2016 Oracle Hospitality Simphony Engagement Cloud Service Release Notes Release 2.0 E71449-01 January 2016 Copyright 2014, 2016, Oracle and/or its affiliates. All rights reserved. This software and related

More information

Oracle Communications Configuration Management

Oracle Communications Configuration Management Oracle Communications Configuration Management Planning Guide Release 7.2 E35436-01 October 2013 Oracle Communications Configuration Management Planning Guide, Release 7.2 E35436-01 Copyright 2011, 2013,

More information

Oracle Hospitality BellaVita Hardware Requirements. June 2016

Oracle Hospitality BellaVita Hardware Requirements. June 2016 Oracle Hospitality BellaVita Hardware Requirements June 2016 Copyright 1987, 2016, Oracle /or its affiliates. All rights reserved. This software related documentation are provided under a license agreement

More information

Oracle Simphony Venue Management (SimVen) Installation Guide Release Part Number: E

Oracle Simphony Venue Management (SimVen) Installation Guide Release Part Number: E Oracle Simphony Venue Management (SimVen) Installation Guide Release 3.7.100 Part Number: E68504-01 May 2015 Copyright 2002, 2015, Oracle and/or its affiliates. All rights reserved. This software and related

More information

Oracle mymicros.net, icare, myinventory and mylabor Self Host Release Notes Release v April 2015

Oracle mymicros.net, icare, myinventory and mylabor Self Host Release Notes Release v April 2015 Oracle mymicros.net, icare, myinventory and mylabor Self Host Release Notes Release v8.4.3 April 2015 Copyright 2015, Oracle and/or its affiliates. All rights reserved. This software and related documentation

More information

Oracle Hospitality BellaVita Adding a New Language Release 2.7. September 2015

Oracle Hospitality BellaVita Adding a New Language Release 2.7. September 2015 Oracle Hospitality BellaVita Adding a New Language Release 2.7 September 2015 Copyright 1987, 2015, Oracle and/or its affiliates. All rights reserved. This software and related documentation are provided

More information

Oracle Hospitality Query and Analysis Languages and Translation Configuration Guide. March 2016

Oracle Hospitality Query and Analysis Languages and Translation Configuration Guide. March 2016 Oracle Hospitality Query and Analysis Languages and Translation Configuration Guide March 2016 Original Issued Date: March 2006 Vision / Serduct version: 03.x Author Product: MICROS Opera 3.x Copyright

More information

Materials Control. Account Classes. Product Version Account Classes. Document Title: Joerg Trommeschlaeger

Materials Control. Account Classes. Product Version Account Classes. Document Title: Joerg Trommeschlaeger MICROS Product Version 8.7.10.40.1382 : : : Date: 19.09.2012 Version No. of Document: 1.0 Copyright 2015, Oracle and/or its affiliates. All rights reserved. This software and related documentation are

More information

Oracle Hospitality Cruise Meal Count System Security Guide Release 8.3 E

Oracle Hospitality Cruise Meal Count System Security Guide Release 8.3 E Oracle Hospitality Cruise Meal Count System Security Guide Release 8.3 E99233-01 August 2018 Copyright 2015, 2018, Oracle and/or its affiliates. All rights reserved. This software and related documentation

More information

Oracle Retail MICROS Stores2 Functional Document Sales - Receipt List Screen Release September 2015

Oracle Retail MICROS Stores2 Functional Document Sales - Receipt List Screen Release September 2015 Oracle Retail MICROS Stores2 Functional Document Sales - Receipt List Screen Release 1.36 September 2015 Oracle Retail MICROS Stores2 Functional Document Sales - Receipt List Screen, Release 1.36 Copyright

More information

Oracle Hospitality RES 3700 Server Setup Guide Release 5.5 E May 2016

Oracle Hospitality RES 3700 Server Setup Guide Release 5.5 E May 2016 Oracle Hospitality RES 3700 Server Setup Guide Release 5.5 E76174-01 May 2016 Copyright 1998, 2016, Oracle and/or its affiliates. All rights reserved. This software and related documentation are provided

More information

Report Management and Editor!

Report Management and Editor! Quickly Find the Right Reports and Build New Reports with the Report Management and Editor! HOW DOES THE REPORT MANAGER AND EDITOR WORK? The Report Manager is a search and preview interface which helps

More information

What s New for Cloud at Customer What's New for the Cloud Services on Oracle Cloud at Customer New Documentation for Oracle Cloud at Customer

What s New for Cloud at Customer What's New for the Cloud Services on Oracle Cloud at Customer New Documentation for Oracle Cloud at Customer Oracle Cloud at What's New for Oracle Cloud at Release 18.1.4 E93578-04 October 2018 What s New for Oracle Cloud at This document lists the new features and enhancements added to the Oracle Cloud at and

More information

PeopleSoft Fluid Required Fields Standards

PeopleSoft Fluid Required Fields Standards ORACLE CORPORATION PeopleSoft Fluid Required Fields Standards Fluid User Experience November 2015 PeopleSoft Fluid Required Fields Standards Copyright 2015, Oracle and/or its affiliates. All rights reserved.

More information

Oracle Enterprise Manager Ops Center. Introduction. What You Will Need. Installing and Updating Local Software Packages 12c Release

Oracle Enterprise Manager Ops Center. Introduction. What You Will Need. Installing and Updating Local Software Packages 12c Release Oracle Enterprise Manager Ops Center Installing and Updating Local Software Packages 12c Release 12.1.2.0.0 E37233-01 November 2012 This guide provides an end-to-end example for how to use Oracle Enterprise

More information

Oracle Enterprise Manager Ops Center

Oracle Enterprise Manager Ops Center Oracle Enterprise Manager Ops Center Discover and Manage SPARC T5 Series Servers and SPARC T7 Series Servers 12c Release 3 (12.3.2.0.0) E60000-03 July 2016 This guide provides an end-to-end example for

More information

Oracle Hospitality Simphony Venue Management Release Notes Release 3.9 E March 2017

Oracle Hospitality Simphony Venue Management Release Notes Release 3.9 E March 2017 Oracle Hospitality Simphony Venue Management Release Notes Release 3.9 E80151-02 March 2017 Copyright 2002, 2017, Oracle and/or its affiliates. All rights reserved. This software and related documentation

More information

Security Guide Release 4.0

Security Guide Release 4.0 [1]Oracle Communications Session Monitor Security Guide Release 4.0 E89197-01 November 2017 Oracle Communications Session Monitor Security Guide, Release 4.0 E89197-01 Copyright 2017, Oracle and/or its

More information

Oracle Linux. UEFI Secure Boot Signing Key Update Notice

Oracle Linux. UEFI Secure Boot Signing Key Update Notice Oracle Linux UEFI Secure Boot Signing Key Update Notice F12070-01 November 2018 Oracle Legal Notices Copyright 2018, Oracle and/or its affiliates. All rights reserved. This software and related documentation

More information

Oracle Hospitality Simphony First Edition Venue Management (SimVen) Installation Guide Release 3.8 Part Number: E

Oracle Hospitality Simphony First Edition Venue Management (SimVen) Installation Guide Release 3.8 Part Number: E Oracle Hospitality Simphony First Edition Venue Management (SimVen) Installation Guide Release 3.8 Part Number: E69856-01 December 2015 Copyright 2002, 2015, Oracle and/or its affiliates. All rights reserved.

More information

Recipe Calculation Survey. Materials Control. Copyright by: MICROS-FIDELIO GmbH Europadamm 2-6 D Neuss Date: August 21 st 2007.

Recipe Calculation Survey. Materials Control. Copyright by: MICROS-FIDELIO GmbH Europadamm 2-6 D Neuss Date: August 21 st 2007. Recipe Calculation Survey Materials Control Copyright by: MICROS-FIDELIO GmbH Europadamm 2-6 D - 41460 Neuss Date: August 21 st 2007 Page 1 of 8 Copyright 2015, Oracle and/or its affiliates. All rights

More information

Oracle Hospitality OPERA Exchange Interface Guest Stay Data XML Specifications. October 2017

Oracle Hospitality OPERA Exchange Interface Guest Stay Data XML Specifications. October 2017 Oracle Hospitality OPERA Exchange Interface Guest Data XML Specifications October 2017 Copyright 2009, 2017, Oracle and/or its affiliates. All rights reserved. This software and related documentation are

More information

Oracle Enterprise Manager Ops Center. Introduction. What You Will Need. Hardware and Software Configuration

Oracle Enterprise Manager Ops Center. Introduction. What You Will Need. Hardware and Software Configuration Oracle Enterprise Manager Ops Center Create Private Networks in a Virtual Datacenter 12c Release 3 (12.3.0.0.0) E60045-01 June 2015 This guide provides an end-to-end example for how to use Oracle Enterprise

More information

Oracle Enterprise Manager Ops Center. Introduction. What You Will Need

Oracle Enterprise Manager Ops Center. Introduction. What You Will Need Oracle Enterprise Manager Ops Center Creating a Server Pool for Oracle VM Server for SPARC 12c Release 2 (12.2.2.0.0) E48147-03 December 2014 This guide provides an end-to-end example for how to use Oracle

More information

Database Change Reference Release 6.3

Database Change Reference Release 6.3 [1]Oracle Communications MetaSolv Solution Database Change Reference Release 6.3 E69841-01 April 2018 Oracle Communications MetaSolv Solution Database Change Reference, Release 6.3 E69841-01 Copyright

More information

Oracle Hospitality e7 Point-of-Sale Release Notes. Release 4.2

Oracle Hospitality e7 Point-of-Sale Release Notes. Release 4.2 Oracle Hospitality e7 Point-of-Sale Release Notes Release 4.2 E67877-02 June 2018 Oracle Hospitality e7 Point-of-Sale Release Notes, Release 4.2 E67877-02 Copyright 2003, 2018, Oracle and/or its affiliates.

More information

PeopleSoft Fluid Icon Standards

PeopleSoft Fluid Icon Standards ORACLE CORPORATION PeopleSoft Fluid Icon Standards Fluid User Experience November 2015 PeopleSoft Fluid Icon Standards Copyright 2015, Oracle and/or its affiliates. All rights reserved. This software and

More information

Oracle Hospitality Materials Control. Server Sizing Guide

Oracle Hospitality Materials Control. Server Sizing Guide Oracle Hospitality Materials Control Server Sizing Guide Release 18.1 E96487-04 April 2019 Oracle Hospitality Materials Control Server Sizing Guide, Release 18.1 E96487-04 Copyright 1998, 2019, Oracle

More information

JavaFX. JavaFX System Requirements Release E

JavaFX. JavaFX System Requirements Release E JavaFX JavaFX 2.0.3 System Requirements Release 2.0.3 E20473-03 February 2012 JavaFX/JavaFX 2.0.3 System Requirements, Release 2.0.3 E20473-03 Copyright 2008, 2012, Oracle and/or its affiliates. All rights

More information

Oracle Enterprise Manager Ops Center. Introduction. What You Will Need. Creating vservers 12c Release 1 ( )

Oracle Enterprise Manager Ops Center. Introduction. What You Will Need. Creating vservers 12c Release 1 ( ) Oracle Enterprise Manager Ops Center Creating vservers 12c Release 1 (12.1.4.0.0) E27357-02 June 2013 This guide provides an end-to-end example for how to use Oracle Enterprise Manager Ops Center. Introduction

More information

Oracle Hospitality ecommerce Integration Cloud Service Security Guide Release 4.2 E

Oracle Hospitality ecommerce Integration Cloud Service Security Guide Release 4.2 E Oracle Hospitality ecommerce Integration Cloud Service Security Guide Release 4.2 E96343-01 May 2018 Copyright 2010, 2018, Oracle and/or its affiliates. All rights reserved. This software and related documentation

More information

Oracle Hospitality Cruise Fine Dining System Security Guide Release E

Oracle Hospitality Cruise Fine Dining System Security Guide Release E Oracle Hospitality Cruise Fine Dining System Security Guide Release 9.0.2.29 E99054-01 August 2018 Copyright 2015, 2018, Oracle and/or its affiliates. All rights reserved. This software and related documentation

More information

Oracle MICROS Simphony Server Setup Guide Server Version 1. April 2015

Oracle MICROS Simphony Server Setup Guide Server Version 1. April 2015 Oracle MICROS Simphony Server Setup Guide Server Version 1 April 2015 Copyright 2015, Oracle and/or its affiliates. All rights reserved. This software and related documentation are provided under a license

More information

Oracle Hospitality Cruise Silverwhere Release Notes for GDF Interface and Template Release 8.0. March 2016

Oracle Hospitality Cruise Silverwhere Release Notes for GDF Interface and Template Release 8.0. March 2016 Oracle Hospitality Cruise Silverwhere Release Notes for GDF Interface 9.0.5.6 and Template 1.1.29 Release 8.0 March 2016 Copyright 2015, 2016, Oracle and/or its affiliates. All rights reserved. This software

More information

What s New for Oracle Cloud Stack Manager. Topics: July Oracle Cloud. What's New for Oracle Cloud Stack Release

What s New for Oracle Cloud Stack Manager. Topics: July Oracle Cloud. What's New for Oracle Cloud Stack Release Oracle Cloud What's New for Oracle Cloud Stack Release 18.3.2 E83240-17 July 2018 What s New for Oracle Cloud Stack Manager Oracle Cloud Stack Manager is upgraded in Oracle Cloud data centers as soon as

More information

Oracle Utilities Opower Custom URL Configuration

Oracle Utilities Opower Custom URL Configuration Oracle Utilities Opower Custom URL Configuration Technical Brief E84773-01 Last Updated: Thursday, May 25, 2017 Oracle Utilities Opower Customer URL Configuration Technical Brief Copyright 2012, 2017,

More information

Taleo Enterprise Deep Linking Configuration Guide Release 17

Taleo Enterprise Deep Linking Configuration Guide Release 17 Oracle Taleo Enterprise Release 17 Taleo Enterprise Part Number: E89359-01 Copyright 2017, Oracle and/or its affiliates. All rights reserved Authors: Taleo Information Development Team This software and

More information

Oracle Hospitality e7 Point-of-Sale Release Notes. Release 4.4 Global

Oracle Hospitality e7 Point-of-Sale Release Notes. Release 4.4 Global Oracle Hospitality e7 Point-of-Sale Release Notes Release 4.4 Global E95048-03 Autust 2018 Oracle Hospitality e7 Point-of-Sale Release Notes, Release 4.4 Global E95048-03 Copyright 2003, 2018, Oracle and/or

More information

Copyright 1998, 2009, Oracle and/or its affiliates. All rights reserved.

Copyright 1998, 2009, Oracle and/or its affiliates. All rights reserved. Clearing Cache COPYRIGHT & TRADEMARKS Copyright 1998, 2009, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names

More information

Oracle Payment Interface Oracle Hospitality OPERA Property Management System Installation Guide Release 6.1 E

Oracle Payment Interface Oracle Hospitality OPERA Property Management System Installation Guide Release 6.1 E Oracle Payment Interface Oracle Hospitality OPERA Property Management System Installation Guide Release 6.1 E84798-01 February 2017 Copyright 2010, 2017, Oracle and/or its affiliates. All rights reserved.

More information

Oracle Hospitality OPERA Exchange Interface Inventory Snapshot XML Specifications. October 2017

Oracle Hospitality OPERA Exchange Interface Inventory Snapshot XML Specifications. October 2017 Oracle Hospitality OPERA Exchange Interface Snapshot XML Specifications October 2017 Copyright 2009, 2017, Oracle and/or its affiliates. All rights reserved. This software and related documentation are

More information

Oracle Hospitality Cruise Fleet Management Release Notes Release 9.0 E

Oracle Hospitality Cruise Fleet Management Release Notes Release 9.0 E Oracle Hospitality Cruise Fleet Management Release Notes Release 9.0 E89560-02 April 2018 Copyright 2006, 2018, Oracle and/or its affiliates. All rights reserved. This software and related documentation

More information

Defining Constants and Variables for Oracle Java CAPS Environments

Defining Constants and Variables for Oracle Java CAPS Environments Defining Constants and Variables for Oracle Java CAPS Environments Part No: 821 2547 March 2011 Copyright 2008, 2011, Oracle and/or its affiliates. All rights reserved. License Restrictions Warranty/Consequential

More information

Oracle Hospitality ecommerce Integration Cloud Service Security Guide Release 18.1 E

Oracle Hospitality ecommerce Integration Cloud Service Security Guide Release 18.1 E Oracle Hospitality ecommerce Integration Cloud Service Security Guide Release 18.1 E68585-02 May 2018 Copyright 2010, 2018, Oracle and/or its affiliates. All rights reserved. This software and related

More information

Oracle Utilities Advanced Spatial and Operational Analytics

Oracle Utilities Advanced Spatial and Operational Analytics Oracle Utilities Advanced Spatial and Operational Analytics Release Notes Release 2.4.0.4 E36255-03 December 2012 Oracle Utilities Advanced Spatial and Operational Analytics Release Notes E36255-03 Copyright

More information

Oracle Argus Safety. 1 Configuration. 1.1 Configuring a Reporting Destination for the emdr Profile. emdr Best Practices Document Release 8.0.

Oracle Argus Safety. 1 Configuration. 1.1 Configuring a Reporting Destination for the emdr Profile. emdr Best Practices Document Release 8.0. Oracle Argus Safety emdr Best Practices Document Release 8.0.1 E68590-01 November 2015 This document provides information on using emdr to switch from MedWatch Device reporting, and special considerations

More information

Oracle Hospitality Materials Control Mobile Solutions. Installation and Configuration Guide

Oracle Hospitality Materials Control Mobile Solutions. Installation and Configuration Guide Oracle Hospitality Materials Control Mobile Solutions Installation and Configuration Guide Release 18.1 E99521-03 October 2018 Oracle Hospitality Materials Control Mobile Solutions Installation and Configuration

More information

Oracle Hospitality OPERA Exchange Interface HTTP Communication Specification for Business Event XML Retrieval. October 2017

Oracle Hospitality OPERA Exchange Interface HTTP Communication Specification for Business Event XML Retrieval. October 2017 Oracle Hospitality OPERA Exchange Interface HTTP Communication Specification for Business Event XML Retrieval October 2017 Copyright 2008, 2017, Oracle and/or its affiliates. All rights reserved. This

More information

Oracle. Field Service Cloud Using the Parts Catalog

Oracle. Field Service Cloud Using the Parts Catalog Oracle Field Service Cloud Release August 2016 Field Service Cloud Part Number: E67887-10 Copyright 2016, Oracle and/or its affiliates. All rights reserved Authors: The Field Service Cloud Information

More information

Oracle Communications Convergent Charging Controller. Sample Message Flows Reference Guide Release 6.0.1

Oracle Communications Convergent Charging Controller. Sample Message Flows Reference Guide Release 6.0.1 Oracle Communications Convergent Charging Controller Sample Message Flows Reference Guide Release 6.0.1 April 2017 Copyright Copyright 2017, Oracle and/or its affiliates. All rights reserved. This software

More information

Materials Control Recipe Reduction based on Article Defaults

Materials Control Recipe Reduction based on Article Defaults Materials Control Recipe Reduction based on Article Defaults Copyright by: MICROS-FIDELIO GmbH Europadamm 2-6 D - 41460 Neuss Date: August 31 st 2006 Page 1 of 15 Copyright 2015, Oracle and/or its affiliates.

More information

Oracle Cloud E

Oracle Cloud E Oracle Cloud Known Issues for Oracle Cloud Identity and Access Management 16.3 E68445-07 August 2016 This document describes issues you might encounter when using shared identity management for Oracle

More information

Managing Zone Configuration

Managing Zone Configuration Oracle Enterprise Manager Ops Center Managing the Configuration of a Zone 12c Release 1 (12.1.2.0.0) E27356-01 November 2012 This guide provides an end-to-end example for how to use Oracle Enterprise Manager

More information

Oracle Hospitality Cruise Shipboard Property Management System Quick Encode Installation Guide Release 8.00 E

Oracle Hospitality Cruise Shipboard Property Management System Quick Encode Installation Guide Release 8.00 E Oracle Hospitality Cruise Shipboard Property Management System Quick Encode Installation Guide Release 8.00 E89748-01 November 2017 Copyright 2015, 2017, Oracle and/or its affiliates. All rights reserved.

More information

Export generates an empty file

Export generates an empty file Known Issues for Oracle SQL Developer Web Release 18.1 E96172-01 May 2018 Known Issues for Oracle SQL Developer Web This section describes known issues associated with the Oracle SQL Developer Web 18.1

More information

Oracle Banking Channels Bank User Base

Oracle Banking Channels Bank User Base Oracle Banking Channels Bank User Base Functional Overview Release 2.2.0.0.0 E51323-01 December 2013 Oracle Banking Channels Bank User Base Functional Overview, Release 2.2.0.0.0 E51323-01 Copyright 2013,

More information

Oracle Utilities Meter Data Management Release Utility Reference Model Maintain Generic Usage Subscription

Oracle Utilities Meter Data Management Release Utility Reference Model Maintain Generic Usage Subscription Oracle Utilities Meter Data Management Release 2.0.1 Utility Reference Model 3.3.2.1 Maintain Generic Usage Subscription January 2014 Oracle Utilities Meter Data Management Utility Reference Model 3.3.2.1

More information

Oracle Utilities Work and Asset Management

Oracle Utilities Work and Asset Management ESRI3 ArcGIS Viewer Oracle Utilities Work and Asset Management ESRI3 ArcGIS Viewer User Guide Release 1.9.1.2.5 July 2015 Oracle Utilities Work and Asset Management ESRI3 ArcGIS Viewer Guide - Release

More information

Oracle Cloud Using Oracle E-Business Suite Adapter Endpoint Configuration Wizard. Release 17.3

Oracle Cloud Using Oracle E-Business Suite Adapter Endpoint Configuration Wizard. Release 17.3 Oracle Cloud Using Oracle E-Business Suite Adapter Endpoint Configuration Wizard Release 17.3 E70281-08 September 2017 Oracle Cloud Using Oracle E-Business Suite Adapter Endpoint Configuration Wizard,

More information

Microsoft Active Directory Plug-in User s Guide Release

Microsoft Active Directory Plug-in User s Guide Release [1]Oracle Enterprise Manager Microsoft Active Directory Plug-in User s Guide Release 13.1.0.1.0 E66401-01 December 2015 Oracle Enterprise Manager Microsoft Active Directory Plug-in User's Guide, Release

More information

Oracle Hospitality OPERA Software Description for OPERA Activity Scheduler Interface Version 5.1. January 2018

Oracle Hospitality OPERA Software Description for OPERA Activity Scheduler Interface Version 5.1. January 2018 Oracle Hospitality OPERA Software Description for OPERA Activity Scheduler Interface Version 5.1 January 2018 Copyright 2002, 2018, Oracle and/or its affiliates. All rights reserved. This software and

More information

Oracle Hospitality OPERA Cloud ID Document Scanning Specifications Version February 2018

Oracle Hospitality OPERA Cloud ID Document Scanning Specifications Version February 2018 Oracle Hospitality OPERA Cloud ID Document Scanning Specifications Version 1.0.1 February 2018 Copyright 2016, 2018, Oracle and/or its affiliates. All rights reserved. This software and related documentation

More information

Oracle Communications Order and Service Management. OSM New Features

Oracle Communications Order and Service Management. OSM New Features Oracle Communications Order and Service Management What s New Release 7.3.5 E89975-01 March 2018 This document describes the new features that are delivered in Oracle Communications Order and Service Management

More information

Oracle Hospitality BellaVita Installation Guide Release May 2016

Oracle Hospitality BellaVita Installation Guide Release May 2016 Oracle Hospitality BellaVita Installation Guide Release 2.7.2.2 May 2016 Copyright 1987, 2016, Oracle and/or its affiliates. All rights reserved. This software and related documentation are provided under

More information

Oracle Hospitality Cruise Shipboard Property Management System DESKO Penta Installation Guide Release 8.00 F

Oracle Hospitality Cruise Shipboard Property Management System DESKO Penta Installation Guide Release 8.00 F Oracle Hospitality Cruise Shipboard Property Management System DESKO Penta Installation Guide Release 8.00 F10691-01 September 2018 Copyright 2015, 2015 Oracle and/or its affiliates. All rights reserved.

More information

Oracle Hospitality Cruise Shipboard Property Management System OHC ADPI User Guide Release E

Oracle Hospitality Cruise Shipboard Property Management System OHC ADPI User Guide Release E Oracle Hospitality Cruise Shipboard Property Management System OHC ADPI User Guide Release 7.30.871 E83359-01 January 2017 Copyright 2011, 2017, Oracle and/or its affiliates. All rights reserved. This

More information

Oracle Utilities Work and Asset Cloud Service End-User Provisioning Guide

Oracle Utilities Work and Asset Cloud Service End-User Provisioning Guide Oracle Utilities Work and Asset Cloud Service End-User Provisioning Guide Release 2.1.1 SP 1 E84299-01 February 2017 Oracle Utilities Work and Asset Cloud Service Release 2.1.1 SP 1 End-User Provisioning

More information

1 Understanding the Cross Reference Facility

1 Understanding the Cross Reference Facility JD Edwards EnterpriseOne Tools Cross Reference Facility Guide Release 9.1 E21485-01 December 2011 The JD Edwards EnterpriseOne Tools Cross Reference Facility Guide contains the following topics: Section

More information

Oracle Hospitality Cruise Shipboard Property Management System E

Oracle Hospitality Cruise Shipboard Property Management System E Oracle Hospitality Cruise Shipboard Property Management System Advanced Oracle Hospitality 9700 Point-of-Sale Interface Installation Guide Release 8.0 E90960-01 October 2017 Copyright 2011, 2017, Oracle

More information

Oracle Utilities Work and Asset Management

Oracle Utilities Work and Asset Management Oracle GIS Viewer Oracle Utilities Work and Asset Management Oracle GIS Viewer User Guide Release 1.9.1.1 E39486-03 December 2013 Oracle Utilities Work and Asset Management Oracle GIS Viewer User Guide,

More information

Oracle Hospitality Materials Control Release Notes. Release 8.32

Oracle Hospitality Materials Control Release Notes. Release 8.32 Oracle Hospitality Materials Control Release Notes Release 8.32 E88125-02 August 2017 Oracle Hospitality Materials Control Release Notes, Release 8.32 E88125-02 Copyright 2002, 2017, Oracle and/or its

More information

OKM Key Management Appliance

OKM Key Management Appliance Oracle Key Manager Network Configuration Guide for OKM and the SL4000 Library E88947-01 July 2017 The SL4000 Modular Library System requires only a single connection to Oracle Key Manager (OKM) rather

More information

Oracle Retail MICROS Stores2 Functional Document Stores2 for Portugal Disaster Recovery Release

Oracle Retail MICROS Stores2 Functional Document Stores2 for Portugal Disaster Recovery Release Oracle Retail MICROS Stores2 Functional Document Stores2 for Portugal Disaster Recovery Release 1.39.4 March 2018 Oracle Retail MICROS Stores2 Functional Document for Portugal Disaster Recovery, Release

More information

Oracle Hospitality 9700 Point-of-Sale Server Setup Guide - Server Version 2 Release 4.0 Part Number: E July 2016

Oracle Hospitality 9700 Point-of-Sale Server Setup Guide - Server Version 2 Release 4.0 Part Number: E July 2016 Oracle Hospitality 9700 Point-of-Sale Server Setup Guide - Server Version 2 Release 4.0 Part Number: E64346-01 July 2016 Copyright 2001, 2016, Oracle and/or its affiliates. All rights reserved. This software

More information

Oracle Hospitality Cruise AffairWhere Security Guide Release E April 2017

Oracle Hospitality Cruise AffairWhere Security Guide Release E April 2017 Oracle Hospitality Cruise AffairWhere Security Guide Release 2.2.5 E85968-01 April 2017 Copyright 2006, 2017, Oracle and/or its affiliates. All rights reserved. This software and related documentation

More information

Oracle Fusion Middleware Oracle Stream Analytics Release Notes. 12c Release ( )

Oracle Fusion Middleware Oracle Stream Analytics Release Notes. 12c Release ( ) Oracle Fusion Middleware Oracle Stream Analytics Release Notes 12c Release (12.2.1.3.0) E83091-01 August 2017 Oracle Fusion Middleware Oracle Stream Analytics Release Notes, 12c Release (12.2.1.3.0) E83091-01

More information

User's Guide Release

User's Guide Release [1]Oracle Communications Customer Experience Analytics User's Guide Release 12.1.1 E72007-01 August 2016 Oracle Communications Customer Experience Analytics User's Guide, Release 12.1.1 E72007-01 Copyright

More information

Oracle Cloud What's New for Oracle WebCenter Portal Cloud Service

Oracle Cloud What's New for Oracle WebCenter Portal Cloud Service Oracle Cloud What's New for Oracle WebCenter Portal Cloud Service E80293-09 April 2018 Oracle Cloud What's New for Oracle WebCenter Portal Cloud Service, E80293-09 Copyright 2017, 2018, Oracle and/or its

More information

Oracle Hospitality Cruise Shipboard Property Management System

Oracle Hospitality Cruise Shipboard Property Management System Oracle Hospitality Cruise Shipboard Property Management System Fargo HDP5000 Printer Installation Guide Release 7.30.872 E83930-01 April 2017 Copyright 1995, 2017 Oracle and/or its affiliates. All rights

More information

Oracle Public Sector Revenue Management Self Service

Oracle Public Sector Revenue Management Self Service Oracle Public Sector Revenue Management Self Service Release Notes Release 2.4.0 Service Pack 2 E61989-01 August 2015 Oracle Public Sector Revenue Management Self Service Release Notes Release 2.4.0 Service

More information

Oracle Retail Furniture Retail System (FRS) Product Spec Sheet Guide Release October 2015

Oracle Retail Furniture Retail System (FRS) Product Spec Sheet Guide Release October 2015 Oracle Retail Furniture Retail System (FRS) Product Spec Sheet Guide Release 1101 October 2015 Oracle Retail Furniture Retail System (FRS) Product Spec Sheet Guide, Release 1101 Copyright 2015, Oracle

More information

JD Edwards EnterpriseOne Licensing

JD Edwards EnterpriseOne Licensing JD Edwards EnterpriseOne Licensing Disabling Client Licensing for Various Tools Releases O R A C L E W H I T E P A P E R O C T O B E R 2 0 1 5 Disclaimer The following is intended to outline our general

More information

New Features in Primavera Professional 15.2

New Features in Primavera Professional 15.2 New Features in Primavera Professional 15.2 COPYRIGHT & TRADEMARKS Copyright 2015, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates.

More information

Oracle Communications Policy Management Configuring NetBackup for Upgrade Method of Procedure

Oracle Communications Policy Management Configuring NetBackup for Upgrade Method of Procedure Oracle Communications Method of Procedure Oracle Communications Policy Management Configuring NetBackup for Upgrade Method of Procedure E82603-01 January 2017 Page 1 E82603-01 Oracle Communications Oracle

More information

Oracle Hospitality Suite8 Release Notes Release Part Number: E December 2017

Oracle Hospitality Suite8 Release Notes Release Part Number: E December 2017 Oracle Hospitality Suite8 Release Notes Release 8.11.0.0 Part Number: E91859-01 December 2017 Copyright 2002, 2017, Oracle and/or its affiliates. All rights reserved. This software and related documentation

More information

Oracle Hospitality Cruise Shipboard Property Management System Fargo HDP5000 Printer Installation Guide Release 8.0 E

Oracle Hospitality Cruise Shipboard Property Management System Fargo HDP5000 Printer Installation Guide Release 8.0 E Oracle Hospitality Cruise Shipboard Property Management System Fargo HDP5000 Printer Installation Guide Release 8.0 E84863-01 August 2017 Copyright 2015, 2017 Oracle and/or its affiliates. All rights reserved.

More information

Oracle Retail MICROS Stores2 Functional Document Malta Taxation Release July 2017

Oracle Retail MICROS Stores2 Functional Document Malta Taxation Release July 2017 Oracle Retail MICROS Stores2 Functional Document Malta Taxation Release 1.20-1.39 July 2017 Oracle Retail MICROS Stores2 Functional Document Malta Taxation, Release 1.20-1.39 Copyright 2017, Oracle and/or

More information

Acme Packet ETC NIU Memory Upgrade Guide. Formerly Net-Net 4500

Acme Packet ETC NIU Memory Upgrade Guide. Formerly Net-Net 4500 Acme Packet 4500 ETC NIU Memory Upgrade Guide Formerly Net-Net 4500 October 2013 Copyright 2013, 2012 Oracle and/or its affiliates. All rights reserved. This software and related documentation are provided

More information

Oracle Hospitality Suite8 Mobile Key User Manual Release Part Number: E May 2017

Oracle Hospitality Suite8 Mobile Key User Manual Release Part Number: E May 2017 Oracle Hospitality Suite8 Mobile Key User Manual Release 8.10.2 Part Number: E87505-01 May 2017 Copyright 2002, 2017, Oracle and/ or its affiliates. All rights reserved. This software and related documentation

More information

Oracle. Field Service Cloud Using Android and ios Mobile Applications 18B

Oracle. Field Service Cloud Using Android and ios Mobile Applications 18B Oracle Field Service Cloud Using Android and ios Mobile Applications 18B Part Number: E94755-02 Copyright 2018, Oracle and/or its affiliates. All rights reserved Authors: The Field Service Cloud Information

More information

Oracle Hospitality Hotel Mobile OPERA Web Services Server Installation Guide Release 1.1 E May 2017

Oracle Hospitality Hotel Mobile OPERA Web Services Server Installation Guide Release 1.1 E May 2017 Oracle Hospitality Hotel Mobile OPERA Web Services Server Installation Guide Release 1.1 E87103-01 May 2017 Copyright 2016, 2017, Oracle and/or its affiliates. All rights reserved. This software and related

More information