Oracle E-Business Suite · JSON Structure

Financial Services Fixed Asset Structure

Type: object Properties: 14
Business ApplicationsE-Business SuiteEnterpriseERPOracle

FixedAsset is a JSON Structure definition published by Oracle E-Business Suite, describing 14 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

assetId assetNumber assetDescription assetCategoryId assetType serialNumber tagNumber dateEffective dateInService cost salvageValue depreciationMethod lifeInMonths bookTypeCode

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "FixedAsset",
  "type": "object",
  "properties": {
    "assetId": {
      "type": "integer"
    },
    "assetNumber": {
      "type": "string"
    },
    "assetDescription": {
      "type": "string"
    },
    "assetCategoryId": {
      "type": "integer"
    },
    "assetType": {
      "type": "string"
    },
    "serialNumber": {
      "type": "string"
    },
    "tagNumber": {
      "type": "string"
    },
    "dateEffective": {
      "type": "string"
    },
    "dateInService": {
      "type": "string"
    },
    "cost": {
      "type": "number"
    },
    "salvageValue": {
      "type": "number"
    },
    "depreciationMethod": {
      "type": "string"
    },
    "lifeInMonths": {
      "type": "integer"
    },
    "bookTypeCode": {
      "type": "string"
    }
  }
}