Oracle E-Business Suite · JSON Structure

Financial Services Journal Line Structure

Type: object Properties: 7
Business ApplicationsE-Business SuiteEnterpriseERPOracle

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

Properties

jeLineNum codeCombinatonId accountedDr accountedCr enteredDr enteredCr description

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "JournalLine",
  "type": "object",
  "properties": {
    "jeLineNum": {
      "type": "integer"
    },
    "codeCombinatonId": {
      "type": "integer"
    },
    "accountedDr": {
      "type": "number"
    },
    "accountedCr": {
      "type": "number"
    },
    "enteredDr": {
      "type": "number"
    },
    "enteredCr": {
      "type": "number"
    },
    "description": {
      "type": "string"
    }
  }
}