Fusion Apps Types

DBMS_CLOUD_OCI_FA_FUSION_APPLICATIONS_CHANGE_FUSION_ENVIRONMENT_COMPARTMENT_RESPONSE_T Type

Contains the response body, headers and the status code of the change_fusion_environment_compartment request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fa_fusion_applications_change_fusion_environment_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_FA_FUSION_APPLICATIONS_CHANGE_FUSION_ENVIRONMENT_FAMILY_COMPARTMENT_RESPONSE_T Type

Contains the response body, headers and the status code of the change_fusion_environment_family_compartment request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fa_fusion_applications_change_fusion_environment_family_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_FA_FUSION_APPLICATIONS_CREATE_DATA_MASKING_ACTIVITY_RESPONSE_T Type

Contains the response body, headers and the status code of the create_data_masking_activity request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fa_fusion_applications_create_data_masking_activity_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_FA_FUSION_APPLICATIONS_CREATE_FUSION_ENVIRONMENT_RESPONSE_T Type

Contains the response body, headers and the status code of the create_fusion_environment request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fa_fusion_applications_create_fusion_environment_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_FA_FUSION_APPLICATIONS_CREATE_FUSION_ENVIRONMENT_ADMIN_USER_RESPONSE_T Type

Contains the response body, headers and the status code of the create_fusion_environment_admin_user request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fa_fusion_applications_create_fusion_environment_admin_user_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_FA_FUSION_APPLICATIONS_CREATE_FUSION_ENVIRONMENT_FAMILY_RESPONSE_T Type

Contains the response body, headers and the status code of the create_fusion_environment_family request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fa_fusion_applications_create_fusion_environment_family_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_FA_FUSION_APPLICATIONS_CREATE_REFRESH_ACTIVITY_RESPONSE_T Type

Contains the response body, headers and the status code of the create_refresh_activity request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fa_fusion_applications_create_refresh_activity_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_FA_FUSION_APPLICATIONS_CREATE_SERVICE_ATTACHMENT_RESPONSE_T Type

Contains the response body, headers and the status code of the create_service_attachment request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fa_fusion_applications_create_service_attachment_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_FA_FUSION_APPLICATIONS_DELETE_FUSION_ENVIRONMENT_RESPONSE_T Type

Contains the response body, headers and the status code of the delete_fusion_environment request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fa_fusion_applications_delete_fusion_environment_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_FA_FUSION_APPLICATIONS_DELETE_FUSION_ENVIRONMENT_ADMIN_USER_RESPONSE_T Type

Contains the response body, headers and the status code of the delete_fusion_environment_admin_user request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fa_fusion_applications_delete_fusion_environment_admin_user_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_FA_FUSION_APPLICATIONS_DELETE_FUSION_ENVIRONMENT_FAMILY_RESPONSE_T Type

Contains the response body, headers and the status code of the delete_fusion_environment_family request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fa_fusion_applications_delete_fusion_environment_family_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_FA_FUSION_APPLICATIONS_DELETE_REFRESH_ACTIVITY_RESPONSE_T Type

Contains the response body, headers and the status code of the delete_refresh_activity request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fa_fusion_applications_delete_refresh_activity_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_FA_FUSION_APPLICATIONS_DELETE_SERVICE_ATTACHMENT_RESPONSE_T Type

Contains the response body, headers and the status code of the delete_service_attachment request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fa_fusion_applications_delete_service_attachment_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_FA_FUSION_APPLICATIONS_GET_DATA_MASKING_ACTIVITY_RESPONSE_T Type

Contains the response body, headers and the status code of the get_data_masking_activity request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fa_fusion_applications_get_data_masking_activity_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_fusion_apps_data_masking_activity_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of get_data_masking_activity

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_FA_FUSION_APPLICATIONS_GET_FUSION_ENVIRONMENT_RESPONSE_T Type

Contains the response body, headers and the status code of the get_fusion_environment request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fa_fusion_applications_get_fusion_environment_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_fusion_apps_fusion_environment_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of get_fusion_environment

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_FA_FUSION_APPLICATIONS_GET_FUSION_ENVIRONMENT_FAMILY_RESPONSE_T Type

Contains the response body, headers and the status code of the get_fusion_environment_family request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fa_fusion_applications_get_fusion_environment_family_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_fusion_apps_fusion_environment_family_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of get_fusion_environment_family

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_FA_FUSION_APPLICATIONS_GET_FUSION_ENVIRONMENT_FAMILY_LIMITS_AND_USAGE_RESPONSE_T Type

Contains the response body, headers and the status code of the get_fusion_environment_family_limits_and_usage request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fa_fusion_applications_get_fusion_environment_family_limits_and_usage_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_fusion_apps_fusion_environment_family_limits_and_usage_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of get_fusion_environment_family_limits_and_usage

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_FA_FUSION_APPLICATIONS_GET_FUSION_ENVIRONMENT_FAMILY_SUBSCRIPTION_DETAIL_RESPONSE_T Type

Contains the response body, headers and the status code of the get_fusion_environment_family_subscription_detail request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fa_fusion_applications_get_fusion_environment_family_subscription_detail_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_fusion_apps_subscription_detail_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of get_fusion_environment_family_subscription_detail

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_FA_FUSION_APPLICATIONS_GET_FUSION_ENVIRONMENT_STATUS_RESPONSE_T Type

Contains the response body, headers and the status code of the get_fusion_environment_status request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fa_fusion_applications_get_fusion_environment_status_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_fusion_apps_fusion_environment_status_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of get_fusion_environment_status

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_FA_FUSION_APPLICATIONS_GET_REFRESH_ACTIVITY_RESPONSE_T Type

Contains the response body, headers and the status code of the get_refresh_activity request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fa_fusion_applications_get_refresh_activity_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_fusion_apps_refresh_activity_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of get_refresh_activity

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_FA_FUSION_APPLICATIONS_GET_SCHEDULED_ACTIVITY_RESPONSE_T Type

Contains the response body, headers and the status code of the get_scheduled_activity request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fa_fusion_applications_get_scheduled_activity_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_fusion_apps_scheduled_activity_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of get_scheduled_activity

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_FA_FUSION_APPLICATIONS_GET_SERVICE_ATTACHMENT_RESPONSE_T Type

Contains the response body, headers and the status code of the get_service_attachment request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fa_fusion_applications_get_service_attachment_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_fusion_apps_service_attachment_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of get_service_attachment

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_FA_FUSION_APPLICATIONS_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_fa_fusion_applications_get_work_request_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_fusion_apps_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_FA_FUSION_APPLICATIONS_LIST_ADMIN_USERS_RESPONSE_T Type

Contains the response body, headers and the status code of the list_admin_users request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fa_fusion_applications_list_admin_users_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_fusion_apps_admin_user_collection_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_admin_users

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_FA_FUSION_APPLICATIONS_LIST_DATA_MASKING_ACTIVITIES_RESPONSE_T Type

Contains the response body, headers and the status code of the list_data_masking_activities request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fa_fusion_applications_list_data_masking_activities_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_fusion_apps_data_masking_activity_collection_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_data_masking_activities

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_FA_FUSION_APPLICATIONS_LIST_FUSION_ENVIRONMENT_FAMILIES_RESPONSE_T Type

Contains the response body, headers and the status code of the list_fusion_environment_families request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fa_fusion_applications_list_fusion_environment_families_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_fusion_apps_fusion_environment_family_collection_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_fusion_environment_families

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_FA_FUSION_APPLICATIONS_LIST_FUSION_ENVIRONMENTS_RESPONSE_T Type

Contains the response body, headers and the status code of the list_fusion_environments request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fa_fusion_applications_list_fusion_environments_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_fusion_apps_fusion_environment_collection_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_fusion_environments

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_FA_FUSION_APPLICATIONS_LIST_REFRESH_ACTIVITIES_RESPONSE_T Type

Contains the response body, headers and the status code of the list_refresh_activities request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fa_fusion_applications_list_refresh_activities_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_fusion_apps_refresh_activity_collection_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_refresh_activities

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_FA_FUSION_APPLICATIONS_LIST_SCHEDULED_ACTIVITIES_RESPONSE_T Type

Contains the response body, headers and the status code of the list_scheduled_activities request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fa_fusion_applications_list_scheduled_activities_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_fusion_apps_scheduled_activity_collection_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_scheduled_activities

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_FA_FUSION_APPLICATIONS_LIST_SERVICE_ATTACHMENTS_RESPONSE_T Type

Contains the response body, headers and the status code of the list_service_attachments request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fa_fusion_applications_list_service_attachments_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_fusion_apps_service_attachment_collection_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_service_attachments

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_FA_FUSION_APPLICATIONS_LIST_TIME_AVAILABLE_FOR_REFRESHES_RESPONSE_T Type

Contains the response body, headers and the status code of the list_time_available_for_refreshes request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fa_fusion_applications_list_time_available_for_refreshes_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_fusion_apps_time_available_for_refresh_collection_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_time_available_for_refreshes

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_FA_FUSION_APPLICATIONS_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_fa_fusion_applications_list_work_request_errors_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_fusion_apps_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_FA_FUSION_APPLICATIONS_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_fa_fusion_applications_list_work_request_logs_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_fusion_apps_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_FA_FUSION_APPLICATIONS_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_fa_fusion_applications_list_work_requests_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_fusion_apps_work_request_summary_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_FA_FUSION_APPLICATIONS_RESET_FUSION_ENVIRONMENT_PASSWORD_RESPONSE_T Type

Contains the response body, headers and the status code of the reset_fusion_environment_password request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fa_fusion_applications_reset_fusion_environment_password_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_FA_FUSION_APPLICATIONS_UPDATE_FUSION_ENVIRONMENT_RESPONSE_T Type

Contains the response body, headers and the status code of the update_fusion_environment request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fa_fusion_applications_update_fusion_environment_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_FA_FUSION_APPLICATIONS_UPDATE_FUSION_ENVIRONMENT_FAMILY_RESPONSE_T Type

Contains the response body, headers and the status code of the update_fusion_environment_family request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fa_fusion_applications_update_fusion_environment_family_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_FA_FUSION_APPLICATIONS_UPDATE_REFRESH_ACTIVITY_RESPONSE_T Type

Contains the response body, headers and the status code of the update_refresh_activity request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fa_fusion_applications_update_refresh_activity_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_fusion_apps_refresh_activity_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of update_refresh_activity

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_FA_FUSION_APPLICATIONS_VERIFY_SERVICE_ATTACHMENT_RESPONSE_T Type

Contains the response body, headers and the status code of the verify_service_attachment request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_fa_fusion_applications_verify_service_attachment_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

Was this article helpful?