DBMS_CLOUD_OCI_MP_MARKETPLACE_CHANGE_PUBLICATION_COMPARTMENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the change_publication_compartment request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_mp_marketplace_change_publication_compartment_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_MP_MARKETPLACE_CREATE_ACCEPTED_AGREEMENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_accepted_agreement request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_mp_marketplace_create_accepted_agreement_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_marketplace_accepted_agreement_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_accepted_agreement
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_MP_MARKETPLACE_CREATE_PUBLICATION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_publication request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_mp_marketplace_create_publication_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_marketplace_publication_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_publication
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_MP_MARKETPLACE_DELETE_ACCEPTED_AGREEMENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_accepted_agreement request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_mp_marketplace_delete_accepted_agreement_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_MP_MARKETPLACE_DELETE_PUBLICATION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_publication request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_mp_marketplace_delete_publication_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_MP_MARKETPLACE_EXPORT_LISTING_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the export_listing request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_mp_marketplace_export_listing_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_marketplace_work_request_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of export_listing
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_MP_MARKETPLACE_GET_ACCEPTED_AGREEMENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_accepted_agreement request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_mp_marketplace_get_accepted_agreement_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_marketplace_accepted_agreement_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_accepted_agreement
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_MP_MARKETPLACE_GET_AGREEMENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_agreement request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_mp_marketplace_get_agreement_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_marketplace_agreement_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_agreement
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_MP_MARKETPLACE_GET_LISTING_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_listing request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_mp_marketplace_get_listing_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_marketplace_listing_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_listing
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_MP_MARKETPLACE_GET_PACKAGE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_package request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_mp_marketplace_get_package_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_marketplace_listing_package_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_package
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_MP_MARKETPLACE_GET_PUBLICATION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_publication request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_mp_marketplace_get_publication_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_marketplace_publication_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_publication
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_MP_MARKETPLACE_GET_PUBLICATION_PACKAGE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_publication_package request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_mp_marketplace_get_publication_package_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_marketplace_publication_package_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_publication_package
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_MP_MARKETPLACE_GET_WORK_REQUEST_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_work_request request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_mp_marketplace_get_work_request_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_marketplace_work_request_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_work_request
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_MARKETPLACE_ACCEPTED_AGREEMENT_SUMMARY_TBL Type 🔗
Nested table type of dbms_cloud_oci_marketplace_accepted_agreement_summary_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_marketplace_accepted_agreement_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_marketplace_accepted_agreement_summary_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_MP_MARKETPLACE_LIST_ACCEPTED_AGREEMENTS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_accepted_agreements request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_mp_marketplace_list_accepted_agreements_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_marketplace_accepted_agreement_summary_tbl,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_accepted_agreements
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_MARKETPLACE_AGREEMENT_SUMMARY_TBL Type 🔗
Nested table type of dbms_cloud_oci_marketplace_agreement_summary_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_marketplace_agreement_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_marketplace_agreement_summary_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_MP_MARKETPLACE_LIST_AGREEMENTS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_agreements request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_mp_marketplace_list_agreements_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_marketplace_agreement_summary_tbl,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_agreements
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_MARKETPLACE_CATEGORY_SUMMARY_TBL Type 🔗
Nested table type of dbms_cloud_oci_marketplace_category_summary_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_marketplace_category_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_marketplace_category_summary_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_MP_MARKETPLACE_LIST_CATEGORIES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_categories request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_mp_marketplace_list_categories_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_marketplace_category_summary_tbl,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_categories
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_MARKETPLACE_LISTING_SUMMARY_TBL Type 🔗
Nested table type of dbms_cloud_oci_marketplace_listing_summary_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_marketplace_listing_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_marketplace_listing_summary_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_MP_MARKETPLACE_LIST_LISTINGS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_listings request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_mp_marketplace_list_listings_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_marketplace_listing_summary_tbl,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_listings
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_MARKETPLACE_LISTING_PACKAGE_SUMMARY_TBL Type 🔗
Nested table type of dbms_cloud_oci_marketplace_listing_package_summary_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_marketplace_listing_package_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_marketplace_listing_package_summary_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_MP_MARKETPLACE_LIST_PACKAGES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_packages request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_mp_marketplace_list_packages_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_marketplace_listing_package_summary_tbl,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_packages
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_MARKETPLACE_PUBLICATION_PACKAGE_SUMMARY_TBL Type 🔗
Nested table type of dbms_cloud_oci_marketplace_publication_package_summary_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_marketplace_publication_package_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_marketplace_publication_package_summary_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_MP_MARKETPLACE_LIST_PUBLICATION_PACKAGES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_publication_packages request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_mp_marketplace_list_publication_packages_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_marketplace_publication_package_summary_tbl,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_publication_packages
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_MARKETPLACE_PUBLICATION_SUMMARY_TBL Type 🔗
Nested table type of dbms_cloud_oci_marketplace_publication_summary_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_marketplace_publication_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_marketplace_publication_summary_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_MP_MARKETPLACE_LIST_PUBLICATIONS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_publications request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_mp_marketplace_list_publications_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_marketplace_publication_summary_tbl,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_publications
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_MARKETPLACE_PUBLISHER_SUMMARY_TBL Type 🔗
Nested table type of dbms_cloud_oci_marketplace_publisher_summary_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_marketplace_publisher_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_marketplace_publisher_summary_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_MP_MARKETPLACE_LIST_PUBLISHERS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_publishers request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_mp_marketplace_list_publishers_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_marketplace_publisher_summary_tbl,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_publishers
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_MP_MARKETPLACE_LIST_REPORT_TYPES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_report_types request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_mp_marketplace_list_report_types_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_marketplace_report_type_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_report_types
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_MP_MARKETPLACE_LIST_REPORTS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_reports request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_mp_marketplace_list_reports_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_marketplace_report_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_reports
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_MARKETPLACE_TAX_SUMMARY_TBL Type 🔗
Nested table type of dbms_cloud_oci_marketplace_tax_summary_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_marketplace_tax_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_marketplace_tax_summary_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_MP_MARKETPLACE_LIST_TAXES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_taxes request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_mp_marketplace_list_taxes_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_marketplace_tax_summary_tbl,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_taxes
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_MP_MARKETPLACE_LIST_WORK_REQUEST_ERRORS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_work_request_errors request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_mp_marketplace_list_work_request_errors_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_marketplace_work_request_error_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_work_request_errors
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_MP_MARKETPLACE_LIST_WORK_REQUEST_LOGS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_work_request_logs request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_mp_marketplace_list_work_request_logs_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_marketplace_work_request_log_entry_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_work_request_logs
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_MP_MARKETPLACE_LIST_WORK_REQUESTS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_work_requests request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_mp_marketplace_list_work_requests_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_marketplace_work_request_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_work_requests
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_MP_MARKETPLACE_SEARCH_LISTINGS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the search_listings request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_mp_marketplace_search_listings_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_marketplace_listing_summary_tbl,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of search_listings
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_MP_MARKETPLACE_UPDATE_ACCEPTED_AGREEMENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_accepted_agreement request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_mp_marketplace_update_accepted_agreement_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_marketplace_accepted_agreement_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of update_accepted_agreement
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_MP_MARKETPLACE_UPDATE_PUBLICATION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_publication request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_mp_marketplace_update_publication_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_marketplace_publication_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;