Safe, secure, and controlled, incoming and outgoing integration with third party applications.
Qbyte Connect is designed to allow third party integrations into Qbyte 360, minimizing the impact to risk and cost of Qbyte version (customer) upgrades. The Connectors maintain security and data integrity. They are generic and versatile to allow customer flexibility in choosing third party applications.
The PL/SQL procedure will be executed with the privileges of its owner (definer’s rights). A definer’s rights procedure operates under the security domain of the user who owns the procedure, regardless of who executes it. Therefore, a user of a definer’s rights procedure requires only the privilege to execute the procedure and no privileges on underlying objects that the procedure accesses. The procedure’s owner must have all necessary object privileges for referenced objects. Fewer privileges must be granted to users of a definer’s rights procedure, resulting in increased control of database access.
It is preferable to call the APIs using named notation. This makes the calling program easier to read, maintain, and allows it to better handle optional arguments. If there is an overloaded version of the main routine, position notation should be used.
For example: External Transactions API has number of overloaded routines with smaller number of parameters in addition to the main routine with all the parameters. The named notation call to an overloaded version of a routine could satisfy declaration of more than one routine and cause compile error – “too many declarations…”
Calling function with Named Notation.
Calling function with Positional Notation.
The Voucher package allows for the creation of transactions:
A distinct user id should be created to use with these APIs. This user could have their password change frequency set to never, if required. If never is not chosen, the third party will need to be updated on password changes with enough notice to make any required changes.
If the volume of transactions is expected to be high this user id should be assigned the Qbyte Connect queue. This will separate the loading of third party transactions from day-to-day processing, like voucher posting and payment processes.
A distinct Voucher Type should be created to use with these APIs. The Voucher Type must have Auto Numbering turned on.
Initial invoice creation as well as invoice adjustments are supported.
DOIs will be assigned using the standard data entry rules.
Care must be taken to ensure invoice links are created and maintained.
A pre-validation API is available and should be used to perform any possible validation prior to loading the data.
Applicable system defaults will be applied when specific data is not provided. Details of these can be found in the API documentation.
Create User, Create Date, Last Update User, and Last Update Date will be populated with the user id included with the third party call. Audit records are created for all updates.
The data is first loaded into temporary tables to ensure that all data integrity rules are followed.
The following APIs are included in the Transactions package: