Get all joint venture subledger distributions
get
/fscmRestApi/resources/11.13.18.05/jointVentureBasicSLADistributions
Request
Query Parameters
-
expand: string
When this parameter is provided, the specified children are included in the resource payload (instead of just a link). The value of this query parameter is "all" or "". More than one child can be specified using comma as a separator. Example: ?expand=Employees,Localizations. Nested children can also be provided following the format "Child.NestedChild" (Example: ?expand=Employees.Managers). If a nested child is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?expand=Employees.Managers" is the same as "?expand=Employees,Employees.Managers" (which will expand Employees and Managers).
-
fields: string
This parameter filters the resource fields. Only the specified fields are returned, which means that if no fields are specified, no fields are returned (useful to get only the links). If an indirect child resource is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?fields=Employees.Managers:Empname" is the same as "?fields=;Employees:;Employees.Managers:Empname" (which will only return the "Empname" field for Managers). the value of this query parameter is a list of resource fields. The attribute can be a direct (Example: Employees) or indirect (Example: Employees.Managers) child. It cannot be combined with expand query parameter. If both are provided, only fields will be considered.
Format: ?fields=Attribute1,Attribute2
Format for fields in child resource: ?fields=Accessor1:Attribute1,Attribute2 -
finder: string
Used as a predefined finder to search the collection.
Format ?finder=<finderName>;<variableName>=<variableValue>,<variableName2>=<variableValue2>
The following are the available finder names and corresponding finder variables- PrimaryKey Finds the joint venture distribution that matches the primary key criteria specified.
Finder Variables- distributionId; integer; The unique identifier of the joint venture distribution.
- distributionFinder Finds all joint venture distributions originating from the subledger transaction.
Finder Variables- agreement; string; The name of the agreement; string; of the carried interest distribution.
- agreementDescription; string; The description of the agreement; string; of the carried interest distribution.
- assignmentRule; string; The name of the ownership definition assignment rule used to assign the ownership definition or direct billed stakeholder.
- createdBy; string; The user who created the joint venture distribution.
- directBilledStakeholder; string; The name of the stakeholder that's to be directly billed for the transaction.
- distributionLineType; string; The type of the distribution line for billing adjustments.
- distributionOnlyFlag; string; Indicates whether the joint venture stakeholder is only participating in the transaction distribution and not being invoiced.
- distributionStatus; string; The status of the distribution of the joint venture transaction.
- expenditureType; string; The name identifying the expenditure classification.
- jointVenture; string; The name of the joint venture of the source transaction.
- lastUpdatedBy; string; The user who last updated the joint venture distribution.
- ledger; string; The name of the ledger; string; .
- ownershipDefinition; string; The name of the ownership definition used to process the distribution.
- project; string; The name of the project; string; .
- projectCostingStatus; string; The status of the joint venture accounting entries exported to the Project Costing system.
- projectNumber; string; The unique identifier of the project; string; .
- searchAllText; string; A search value to identify joint venture distributions that contain the specified text in any of the attributes.
- sourceOwnershipDefinition; string; The original ownership definition assigned to the joint venture transaction that the distribution was created from.
- task; string; The name of the project; string; task; string; representing a subdivision of work.
- taskNumber; string; The unique number of the project; string; task; string; .
- transactionId; integer; The unique identifier of the joint venture transaction.
- trxNumber; string; A unique value that identifies the invoice generated for the joint venture distribution.
- PrimaryKey Finds the joint venture distribution that matches the primary key criteria specified.
-
limit: integer
This parameter restricts the number of resources returned inside the resource collection. If the limit exceeds the resource count then the framework will only return the available resources.
-
links: string
This parameter can be used to show only certain links while accessing a singular resource or a resource collection. The parameter value format is a comma-separated list of : <link_relation>
Example:
self,canonical -
offset: integer
Used to define the starting position of the resource collection. If offset exceeds the resource count then no resources are returned. Default value is 0.
-
onlyData: boolean
The resource item payload will be filtered in order to contain only data (no links section, for example).
-
orderBy: string
This parameter orders a resource collection based on the specified fields. The parameter value is a comma-separated string of attribute names, each optionally followed by a colon and "asc" or "desc". Specify "asc" for ascending and "desc" for descending. The default value is "asc". For example, ?orderBy=field1:asc,field2:desc
-
q: string
This query parameter defines the where clause. The resource collection will be queried using the provided expressions. The value of this query parameter is one or more expressions. Example: ?q=Deptno>=10 and <= 30;Loc!=NY
Format: ?q=expression1;expression2
You can use these queryable attributes to filter this collection resource using the q query parameter:- agreement; string; The name of the agreement of the carried interest distribution.
- agreementDescription; string; The description of the agreement of the carried interest distribution.
- assignmentRule; string; The name of the ownership definition assignment rule used to assign the ownership definition or direct billed stakeholder.
- businessUnit; string; The name of the business unit associated with the joint venture.
- changeReasonDetails; string; Additional text to describe the reason the joint venture distribution line was canceled
- contributionId; integer; The unique identifier of the partner contribution assigned to the joint venture distribution and drawn from.
- createdBy; string; The user who created the joint venture distribution.
- creationDate; string; The date and time when the joint venture distribution was created.
- currencyCode; string; The currency code of accounting currency of the source joint venture transaction.
- directBilledStakeholder; string; Unique identifier of the stakeholder that's to be directly billed for the transaction.
- distributedAccount; string; The combination of the values of the account segments assigned to the transaction.
- distributedCreditAmount; number; The distributed credit amount for the stakeholder in accounting currency.
- distributedDebitAmount; number; The distributed debit amount for the stakeholder in accounting currency.
- distributedEnteredCreditAmount; number; The distributed credit amount for the stakeholder in the entered currency.
- distributedEnteredDebitAmount; number; The distributed debit amount for the stakeholder in the entered currency.
- distributionId; integer; The unique identifier of the joint venture distribution.
- distributionLineNumber; integer; The line number of a joint venture distribution and any associated lines created for billing adjustments and partner contribution draws.
- distributionLineType; string; The type of the distribution line for billing adjustments.
- distributionOnlyFlag; boolean; Indicates whether the joint venture stakeholder is only participating in the transaction distribution and not being invoiced.
- distributionStatus; string; The status of the distribution of the joint venture transaction. It's based on the ORA_JV_DISTRIBUTION_STATUS lookup codes such as Available to Process, Process Complete, and so forth.
- distributionType; string; Indicates the type of transaction the distribution represents, such as expense, revenue, and so forth.
- enteredCurrencyCode; string; The currency code entered on the original transaction.
- expenditureType; string; The name identifying the expenditure classification.
- expenditureTypeDescription; string; The description of the expenditure type.
- jointVenture; string; The name of the joint venture of the source transaction.
- jointVentureDescription; string; The description of the joint venture of the source transaction.
- lastUpdateDate; string; The date and time when the joint venture distribution was last updated.
- lastUpdatedBy; string; The user who last updated the joint venture distribution.
- ledger; string; The name of the ledger.
- originalDistributedCreditAmount; number; The original credit amount of the joint venture distribution in the accounting currency. This is the amount prior to being split by partner contributions.
- originalDistributedDebitAmount; number; The original debit amount of the joint venture distribution in the accounting currency. This is the amount prior to being split by partner contributions.
- originalDistributedEnteredCreditAmount; number; The original credit amount of the joint venture distribution in the entered currency. This is the amount prior to being split by partner contributions.
- originalDistributedEnteredDebitAmount; number; The original debit amount of the joint venture distribution in the entered currency. This is the amount prior to being split by partner contributions.
- originalStakeholder; string; The name of the stakeholder that was originally associated with the joint venture distribution.
- ownershipDefinition; string; The original ownership definition assigned to the joint venture transaction that the distribution was created from.
- ownershipDefinitionEndDate; string; Effective end date of the ownership definition that was used to distribute the joint venture transaction.
- ownershipDefinitionStartDate; string; Effective start date of the ownership definition that was used to distribute the joint venture transaction.
- percentageOfInterest; number; The percentage of ownership a stakeholder has in a joint venture transaction.
- period; string; The accounting period name in a calendar.
- project; string; The name of the project.
- projectCostingStatus; string; The status of the joint venture accounting entries exported to the Project Costing system.
- projectNumber; string; The unique identifier of the project.
- reassignedStakeholder; string; The name of the stakeholder that's reassigned to the joint venture distribution.
- roundAmountFlag; boolean; An indicator that rounding was applied to the distribution amount.
- sourceOwnershipDefinition; string; The original ownership definition assigned to the joint venture transaction that the distribution was created from.
- stakeholder; string; The name of the distribution stakeholder.
- task; string; The name of the project task representing a subdivision of work.
- taskNumber; string; The unique number of the project task.
- transactionCreditAmount; number; The transaction credit amount in accounting currency.
- transactionDate; string; Indicates the default effective date for journal entries or the transaction date for subledger entries.
- transactionDebitAmount; number; The transaction debit amount in accounting currency.
- transactionDescription; string; The description of the subledger accounting journal line.
- transactionEnteredCreditAmount; number; The transaction credit amount in the entered currency.
- transactionEnteredDebitAmount; number; The transaction debit amount in the entered currency.
- transactionId; integer; The unique identifier for the joint venture transaction that the distribution was created from.
- trxDate; string; The date of the invoice transaction generated for the joint venture distribution.
- trxNumber; string; A unique value that identifies the invoice generated for the joint venture distribution.
-
totalResults: boolean
The resource collection representation will include the "estimated row count" when "?totalResults=true", otherwise the count is not included. The default value is "false".
Header Parameters
-
Metadata-Context:
If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
-
REST-Framework-Version:
The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
Default Response
The following table describes the default response for this task.
Headers
-
Metadata-Context:
If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
-
REST-Framework-Version:
The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
Root Schema : jointVentureBasicSLADistributions
Type:
Show Source
object-
count(required): integer
The number of resource instances returned in the current range.
-
hasMore(required): boolean
Indicates whether more resources are available on the server than the subset returned in the response. If the value is true, then there are more resources to retrieve from the server. The default value is false.
-
items: array
Items
Title:
ItemsThe items in the collection. -
limit(required): integer
The actual paging size used by the server.
-
links(required): array
Links
Title:
LinksThe link relations associated with the resource instance. -
offset(required): integer
The offset value used in the current page.
-
totalResults: integer
The estimated row count when "?totalResults=true", otherwise the count is not included.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : jointVentureBasicSLADistributions-item-response
Type:
Show Source
object-
agreement: string
Title:
Carried Interest AgreementRead Only:trueMaximum Length:30The name of the agreement of the carried interest distribution. -
agreementDescription: string
Title:
DescriptionRead Only:trueMaximum Length:240The description of the agreement of the carried interest distribution. -
assignmentRule: string
Title:
Assignment RuleRead Only:trueMaximum Length:30The name of the ownership definition assignment rule used to assign the ownership definition or direct billed stakeholder. -
businessUnit: string
Title:
Business UnitRead Only:trueMaximum Length:240The name of the business unit associated with the joint venture. -
changeReason: string
Title:
Change ReasonMaximum Length:80The reason the joint venture distribution was canceled. -
changeReasonDetails: string
Title:
Change Reason DetailsMaximum Length:240Additional text to describe the reason the joint venture distribution line was canceled -
contributionId: integer
(int64)
Title:
Partner Contribution IDRead Only:trueThe unique identifier of the partner contribution assigned to the joint venture distribution and drawn from. -
createdBy: string
Title:
Created ByRead Only:trueMaximum Length:64The user who created the joint venture distribution. -
creationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date and time when the joint venture distribution was created. -
currencyCode: string
Title:
Accounting CurrencyRead Only:trueMaximum Length:15The currency code of accounting currency of the source joint venture transaction. -
directBilledStakeholder: string
Title:
Direct Billed StakeholderRead Only:trueMaximum Length:30Unique identifier of the stakeholder that's to be directly billed for the transaction. -
distributedAccount: string
Title:
AccountRead Only:trueMaximum Length:255The combination of the values of the account segments assigned to the transaction. -
distributedCreditAmount: number
Title:
Distributed Accounted CreditRead Only:trueThe distributed credit amount for the stakeholder in accounting currency. -
distributedDebitAmount: number
Title:
Distributed Accounted DebitRead Only:trueThe distributed debit amount for the stakeholder in accounting currency. -
distributedEnteredCreditAmount: number
Title:
Distributed Entered CreditRead Only:trueThe distributed credit amount for the stakeholder in the entered currency. -
distributedEnteredDebitAmount: number
Title:
Distributed Entered DebitRead Only:trueThe distributed debit amount for the stakeholder in the entered currency. -
distributionDFF: array
distributionDFF
-
distributionId: integer
(int64)
Title:
Distribution IDRead Only:trueThe unique identifier of the joint venture distribution. -
distributionLineNumber: integer
(int32)
Title:
Distribution Line NumberRead Only:trueThe line number of a joint venture distribution and any associated lines created for billing adjustments and partner contribution draws. -
distributionLineType: string
Title:
Distribution Line TypeRead Only:trueMaximum Length:80The type of the distribution line for billing adjustments. -
distributionOnlyFlag: boolean
Title:
Distribution OnlyMaximum Length:1Indicates whether the joint venture stakeholder is only participating in the transaction distribution and not being invoiced. -
distributionStatus: string
Title:
Distribution StatusMaximum Length:80The status of the distribution of the joint venture transaction. It's based on the ORA_JV_DISTRIBUTION_STATUS lookup codes such as Available to Process, Process Complete, and so forth. -
distributionType: string
Title:
Account TypeRead Only:trueMaximum Length:80Indicates the type of transaction the distribution represents, such as expense, revenue, and so forth. -
enteredCurrencyCode: string
Title:
Entered CurrencyRead Only:trueMaximum Length:15The currency code entered on the original transaction. -
expenditureType: string
Title:
Expenditure TypeRead Only:trueMaximum Length:240The name identifying the expenditure classification. -
expenditureTypeDescription: string
Title:
Expenditure Type DescriptionRead Only:trueMaximum Length:2000The description of the expenditure type. -
invoiceTransactionType: string
Title:
Invoice TypeRead Only:trueIndicates the type of invoice transaction generated for the joint venture distribution, such as receivable invoice and credit memo. -
jointVenture: string
Title:
Joint VentureRead Only:trueMaximum Length:30The name of the joint venture of the source transaction. -
jointVentureDescription: string
Title:
Joint Venture DescriptionRead Only:trueMaximum Length:240The description of the joint venture of the source transaction. -
lastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueThe date and time when the joint venture distribution was last updated. -
lastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64The user who last updated the joint venture distribution. -
ledger: string
Title:
LedgerRead Only:trueMaximum Length:30The name of the ledger. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
originalDistributedCreditAmount: number
Title:
Original Distributed Accounted CreditRead Only:trueThe original credit amount of the joint venture distribution in the accounting currency. This is the amount prior to being split by partner contributions. -
originalDistributedDebitAmount: number
Title:
Original Distributed Accounted DebitRead Only:trueThe original debit amount of the joint venture distribution in the accounting currency. This is the amount prior to being split by partner contributions. -
originalDistributedEnteredCreditAmount: number
Title:
Original Distributed Entered CreditRead Only:trueThe original credit amount of the joint venture distribution in the entered currency. This is the amount prior to being split by partner contributions. -
originalDistributedEnteredDebitAmount: number
Title:
Original Distributed Entered DebitRead Only:trueThe original debit amount of the joint venture distribution in the entered currency. This is the amount prior to being split by partner contributions. -
originalStakeholder: string
Title:
StakeholderRead Only:trueMaximum Length:30The name of the stakeholder that was originally associated with the joint venture distribution. -
ownershipDefinition: string
Title:
Ownership DefinitionRead Only:trueMaximum Length:30The original ownership definition assigned to the joint venture transaction that the distribution was created from. -
ownershipDefinitionEndDate: string
(date)
Title:
Ownership End DateRead Only:trueEffective end date of the ownership definition that was used to distribute the joint venture transaction. -
ownershipDefinitionStartDate: string
(date)
Title:
Ownership Start DateRead Only:trueEffective start date of the ownership definition that was used to distribute the joint venture transaction. -
percentageOfInterest: number
Title:
Ownership PercentageRead Only:trueThe percentage of ownership a stakeholder has in a joint venture transaction. -
period: string
Title:
Period NameRead Only:trueMaximum Length:15The accounting period name in a calendar. -
project: string
Title:
Project NameRead Only:trueMaximum Length:240The name of the project. -
projectCostingStatus: string
Title:
Project Costing StatusThe status of the joint venture accounting entries exported to the Project Costing system. -
projectNumber: string
Title:
Project NumberRead Only:trueMaximum Length:25The unique identifier of the project. -
reassignedStakeholder: string
Title:
Reassigned StakeholderMaximum Length:30The name of the stakeholder that's reassigned to the joint venture distribution. -
roundAmountFlag: boolean
Title:
Rounding AppliedRead Only:trueMaximum Length:1An indicator that rounding was applied to the distribution amount. -
sourceOwnershipDefinition: string
Title:
Source Ownership DefinitionRead Only:trueMaximum Length:30The original ownership definition assigned to the joint venture transaction that the distribution was created from. -
stakeholder: string
Title:
StakeholderRead Only:trueMaximum Length:30The name of the distribution stakeholder. -
task: string
Title:
Task NameRead Only:trueMaximum Length:255The name of the project task representing a subdivision of work. -
taskNumber: string
Title:
Task NumberRead Only:trueMaximum Length:100The unique number of the project task. -
transactionCreditAmount: number
Title:
Transaction Accounted CreditRead Only:trueThe transaction credit amount in accounting currency. -
transactionDate: string
(date)
Title:
Transaction DateRead Only:trueIndicates the default effective date for journal entries or the transaction date for subledger entries. -
transactionDebitAmount: number
Title:
Transaction Accounted DebitRead Only:trueThe transaction debit amount in accounting currency. -
transactionDescription: string
Title:
Transaction DescriptionRead Only:trueMaximum Length:1996The description of the subledger accounting journal line. -
transactionEnteredCreditAmount: number
Title:
Transaction Entered CreditRead Only:trueThe transaction credit amount in the entered currency. -
transactionEnteredDebitAmount: number
Title:
Transaction Entered DebitRead Only:trueThe transaction debit amount in the entered currency. -
transactionId: integer
(int64)
Title:
Transaction IDRead Only:trueThe unique identifier for the joint venture transaction that the distribution was created from. -
trxDate: string
(date)
Title:
Invoice DateRead Only:trueThe date of the invoice transaction generated for the joint venture distribution. -
trxNumber: string
Title:
Invoice NumberRead Only:trueMaximum Length:20A unique value that identifies the invoice generated for the joint venture distribution.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : jointVentureBasicSLADistributions-distributionDFF-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context SegmentMaximum Length:150 -
__FLEX_Context_DisplayValue: string
Title:
Context Segment -
DistributionId: integer
(int64)
Title:
Distribution IDRead Only:true -
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : link
Type:
Show Source
object-
href: string
Title:
hyperlink referenceThe URI to the related resource. -
kind: string
Title:
kindAllowed Values:[ "collection", "item", "describe", "other" ]The kind of the related resource. -
name: string
Title:
nameThe name of the link to the related resource. -
properties: object
properties
-
rel: string
Title:
relationAllowed Values:[ "self", "lov", "parent", "canonical", "child", "enclosure", "action", "custom" ]The name of the relation to the resource instance. Example: self.
Nested Schema : properties
Type:
Show Source
object-
changeIndicator: string
Change indicator or the ETag value of the resource instance.
Examples
The following example shows how to retrieve all joint venture subledger distributions by submitting a GET request on the REST resource using cURL.
curl -i -u "username:password" -H "Content-type: application/json" -X GET "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/jointVentureBasicSLADistributions"
Example Response Body
The following example shows the contents of the response body in JSON format:
{
"items": [
{
"distributionId": 100100225174790,
"distributionStatus": "On hold",
"distributionType": "Revenue",
"distributionLineType": "Original",
"distributionLineNumber": 1,
"jointVenture": "VENUSWORKS",
"jointVentureDescription": "JOINT VENTURE VENUSWORKS",
"businessUnit": "HEPP Petroleum USA BU1",
"ownershipDefinition": "OPD2017",
"ownershipDefinitionStartDate": null,
"ownershipDefinitionEndDate": null,
"stakeholder": "BARNCASPER",
"percentageOfInterest": 25,
"roundAmountFlag": false,
"transactionId": 100100224794408,
"transactionDate": "2017-01-01",
"directBilledStakeholder": null,
"projectCostingStatus": "Not applicable",
"project": null,
"projectNumber": null,
"task": null,
"taskNumber": null,
"expenditureType": null,
"expenditureTypeDescription": null,
"trxNumber": null,
"trxDate": null,
"invoiceTransactionType": null,
"distributedDebitAmount": null,
"distributedCreditAmount": 250,
"originalDistributedDebitAmount": null,
"originalDistributedCreditAmount": 250,
"currencyCode": "USD",
"distributedEnteredDebitAmount": null,
"distributedEnteredCreditAmount": null,
"originalDistributedEnteredDebitAmount": null,
"originalDistributedEnteredCreditAmount": null,
"enteredCurrencyCode": null,
"transactionDebitAmount": null,
"transactionCreditAmount": 1000,
"transactionEnteredDebitAmount": null,
"transactionEnteredCreditAmount": null,
"transactionDescription": null,
"period": "Jan-17",
"ledger": "HEPPLedger US",
"distributedAccount": "11-3006-40041-11-0001",
"distributionOnlyFlag": false,
"changeReason": null,
"changeReasonDetails": null,
"contributionId": null,
"assignmentRule": null,
"createdBy": "username",
"creationDate": "2020-09-23T12:21:37+00:00",
"lastUpdatedBy": "username",
"lastUpdateDate": "2022-08-02T16:39:52+00:00",
"links": [
{
"rel": "self",
"href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/jointVentureBasicSLADistributions/100100225174790",
"name": "jointVentureBasicSLADistributions",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000478"
}
},
{
"rel": "canonical",
"href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/jointVentureBasicSLADistributions/100100225174790",
"name": "jointVentureBasicSLADistributions",
"kind": "item"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/jointVentureBasicSLADistributions/100100225174790/child/distributionDFF",
"name": "distributionDFF",
"kind": "collection"
}
]
},
{
"distributionId": 100100225174787,
"distributionStatus": "On hold",
"distributionType": "Revenue",
"distributionLineType": "Original",
"distributionLineNumber": 1,
"jointVenture": "VENUSWORKS",
"jointVentureDescription": "JOINT VENTURE VENUSWORKS",
"businessUnit": "HEPP Petroleum USA BU1",
"ownershipDefinition": "OPD2017",
"ownershipDefinitionStartDate": null,
"ownershipDefinitionEndDate": null,
"stakeholder": "GAZOILPROM-B",
"percentageOfInterest": 25,
"roundAmountFlag": false,
"transactionId": 100100224794408,
"transactionDate": "2017-01-01",
"directBilledStakeholder": null,
"projectCostingStatus": "Not applicable",
"project": null,
"projectNumber": null,
"task": null,
"taskNumber": null,
"expenditureType": null,
"expenditureTypeDescription": null,
"trxNumber": null,
"trxDate": null,
"invoiceTransactionType": null,
"distributedDebitAmount": null,
"distributedCreditAmount": 250,
"originalDistributedDebitAmount": null,
"originalDistributedCreditAmount": 250,
"currencyCode": "USD",
"distributedEnteredDebitAmount": null,
"distributedEnteredCreditAmount": null,
"originalDistributedEnteredDebitAmount": null,
"originalDistributedEnteredCreditAmount": null,
"enteredCurrencyCode": null,
"transactionDebitAmount": null,
"transactionCreditAmount": 1000,
"transactionEnteredDebitAmount": null,
"transactionEnteredCreditAmount": null,
"transactionDescription": null,
"period": "Jan-17",
"ledger": "HEPPLedger US",
"distributedAccount": "11-3006-40041-11-0001",
"distributionOnlyFlag": false,
"changeReason": null,
"changeReasonDetails": null,
"contributionId": null,
"assignmentRule": null,
"createdBy": "username",
"creationDate": "2020-09-23T12:21:37+00:00",
"lastUpdatedBy": "username",
"lastUpdateDate": "2020-09-23T12:23:58+00:00",
"links": [
{
"rel": "self",
"href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/jointVentureBasicSLADistributions/100100225174787",
"name": "jointVentureBasicSLADistributions",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000278"
}
},
{
"rel": "canonical",
"href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/jointVentureBasicSLADistributions/100100225174787",
"name": "jointVentureBasicSLADistributions",
"kind": "item"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/jointVentureBasicSLADistributions/100100225174787/child/distributionDFF",
"name": "distributionDFF",
"kind": "collection"
}
]
},
{
"distributionId": 100100225174789,
"distributionStatus": "Available to process",
"distributionType": "Revenue",
"distributionLineType": "Original",
"distributionLineNumber": 1,
"jointVenture": "VENUSWORKS",
"jointVentureDescription": "JOINT VENTURE VENUSWORKS",
"businessUnit": "HEPP Petroleum USA BU1",
"ownershipDefinition": "OPD2017",
"ownershipDefinitionStartDate": null,
"ownershipDefinitionEndDate": null,
"stakeholder": "CASPRO",
"percentageOfInterest": 25,
"roundAmountFlag": false,
"transactionId": 100100224794408,
"transactionDate": "2017-01-01",
"directBilledStakeholder": null,
"projectCostingStatus": "Not applicable",
"project": null,
"projectNumber": null,
"task": null,
"taskNumber": null,
"expenditureType": null,
"expenditureTypeDescription": null,
"trxNumber": null,
"trxDate": null,
"invoiceTransactionType": null,
"distributedDebitAmount": null,
"distributedCreditAmount": 250,
"originalDistributedDebitAmount": null,
"originalDistributedCreditAmount": 250,
"currencyCode": "USD",
"distributedEnteredDebitAmount": null,
"distributedEnteredCreditAmount": null,
"originalDistributedEnteredDebitAmount": null,
"originalDistributedEnteredCreditAmount": null,
"enteredCurrencyCode": null,
"transactionDebitAmount": null,
"transactionCreditAmount": 1000,
"transactionEnteredDebitAmount": null,
"transactionEnteredCreditAmount": null,
"transactionDescription": null,
"period": "Jan-17",
"ledger": "HEPPLedger US",
"distributedAccount": "11-3006-40041-11-0001",
"distributionOnlyFlag": false,
"changeReason": null,
"changeReasonDetails": null,
"contributionId": null,
"assignmentRule": null,
"createdBy": "username",
"creationDate": "2020-09-23T12:21:37+00:00",
"lastUpdatedBy": "username",
"lastUpdateDate": "2020-09-23T12:35:45+00:00",
"links": [
{
"rel": "self",
"href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/jointVentureBasicSLADistributions/100100225174789",
"name": "jointVentureBasicSLADistributions",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000378"
}
},
{
"rel": "canonical",
"href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/jointVentureBasicSLADistributions/100100225174789",
"name": "jointVentureBasicSLADistributions",
"kind": "item"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/jointVentureBasicSLADistributions/100100225174789/child/distributionDFF",
"name": "distributionDFF",
"kind": "collection"
}
]
},
{
"distributionId": 100100225174788,
"distributionStatus": "Available to process",
"distributionType": "Revenue",
"distributionLineType": "Original",
"distributionLineNumber": 1,
"jointVenture": "VENUSWORKS",
"jointVentureDescription": "JOINT VENTURE VENUSWORKS",
"businessUnit": "HEPP Petroleum USA BU1",
"ownershipDefinition": "OPD2017",
"ownershipDefinitionStartDate": null,
"ownershipDefinitionEndDate": null,
"stakeholder": "GAZOILPROM-A",
"percentageOfInterest": 25,
"roundAmountFlag": false,
"transactionId": 100100224794408,
"transactionDate": "2017-01-01",
"directBilledStakeholder": null,
"projectCostingStatus": "Not applicable",
"project": null,
"projectNumber": null,
"task": null,
"taskNumber": null,
"expenditureType": null,
"expenditureTypeDescription": null,
"trxNumber": null,
"trxDate": null,
"invoiceTransactionType": null,
"distributedDebitAmount": null,
"distributedCreditAmount": 250,
"originalDistributedDebitAmount": null,
"originalDistributedCreditAmount": 250,
"currencyCode": "USD",
"distributedEnteredDebitAmount": null,
"distributedEnteredCreditAmount": null,
"originalDistributedEnteredDebitAmount": null,
"originalDistributedEnteredCreditAmount": null,
"enteredCurrencyCode": null,
"transactionDebitAmount": null,
"transactionCreditAmount": 1000,
"transactionEnteredDebitAmount": null,
"transactionEnteredCreditAmount": null,
"transactionDescription": null,
"period": "Jan-17",
"ledger": "HEPPLedger US",
"distributedAccount": "11-3006-40041-11-0001",
"distributionOnlyFlag": false,
"changeReason": null,
"changeReasonDetails": null,
"contributionId": null,
"assignmentRule": null,
"createdBy": "username",
"creationDate": "2020-09-23T12:21:37+00:00",
"lastUpdatedBy": "username",
"lastUpdateDate": "2020-09-23T12:35:44+00:00",
"links": [
{
"rel": "self",
"href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/jointVentureBasicSLADistributions/100100225174788",
"name": "jointVentureBasicSLADistributions",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000378"
}
},
{
"rel": "canonical",
"href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/jointVentureBasicSLADistributions/100100225174788",
"name": "jointVentureBasicSLADistributions",
"kind": "item"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/jointVentureBasicSLADistributions/100100225174788/child/distributionDFF",
"name": "distributionDFF",
"kind": "collection"
}
]
},
],
"count": 4,
"hasMore": false,
"limit": 25,
"offset": 0,
"links": [
{
"rel": "self",
"href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/jointVentureBasicSLADistributions",
"name": "jointVentureBasicSLADistributions",
"kind": "collection"
}
]
}