Get all joint venture subledger distributions
get
/fscmRestApi/resources/11.13.18.05/jointVentureSLADistributions
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 transaction that matches the primary key criteria specified.
Finder Variables:- distributionId; integer; The unique identifier of the joint venture distribution.
- jointVentureSLADistributionSearch: Finds all joint venture distributions originating from the subledger transaction.
Finder Variables:- agreement; string.
- agreementDescription; string.
- assignmentRule; string.
- businessUnitName; string; The name of the business unit associated with the joint venture.
- costCenterSegmentValue; string; The cost center segment value associated with the distribution stakeholder.
- createdBy; string; The user who created the joint venture distribution.
- directBilledStakeholderName; string; The name of the stakeholder that is to be directly billed for the transaction.
- distributionLineType; string.
- distributionOnlyFlag; string; Indicates whether the joint venture stakeholder is only participating in the transaction distribution and not being invoiced.
- distributionStatus; string; The status code to identify the state of the distribution of the joint venture transaction.
- distributionType; string; Indicates the type of transaction the distribution represents, such as expense, revenue, and so forth.
- expenditureType; string.
- expenditureTypeDescription; string.
- invoicingPartnerName; string; The name of the invoicing partner associated with distribution stakeholder.
- invoicingPreference; string; The field that indicates whether the distribution will be invoiced or not.
- jointVentureName; string; The name of the joint venture of the source transaction.
- lastUpdatedBy; string; The user who last updated the joint venture distribution.
- ledgerName; string; The name of the ledger.
- ownershipDefinitionName; string; The name of the ownership definition used to process the distribution.
- periodName; string; The period name of the subledger transaction.
- projectCostingStatus; string.
- projectName; string.
- projectNumber; string.
- searchAllText; string; A search value to identify joint venture distributions that contain the specified text in any of the attributes.
- sourceOwnershipDefinition; string.
- stakeholderName; string; The name of the distribution stakeholder.
- taskName; string.
- taskNumber; string.
- transactionId; integer; The unique identifier of the joint venture transaction.
- trxNumber; string.
- PrimaryKey: Finds the joint venture transaction 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.
- applicationId; integer; The unique identifier of the functional area for subledger accounting.
- assignmentRule; string; The name of the ownership definition assignment rule used to assign the ownership definition or direct billed stakeholder.
- businessUnitName; string; The name of the business unit associated with the joint venture.
- changeReason; string; The reason the joint venture distribution was canceled.
- changeReasonDetails; string; Additional text to describe the reason the joint venture distribution line was canceled
- contributionAmount; number; The partner contribution amount that's associated with a distribution.
- contributionId; integer; The unique identifier of the partner contribution assigned to the joint venture distribution and drawn from.
- contributionRequest; string; The name of the partner contribution request.
- costCenterSegmentValue; string; The cost center segment value associated with the distributed stakeholder.
- 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.
- customerName; string; The name of the customer associated with the invoicing partner.
- directBilledStakeholderName; string; Unique identifier of the stakeholder that is to be directly billed for the transaction.
- distributedAccountInformation; string; The combination of the values of the account segments assigned to the transaction.
- distributedCreditAmount; number; The distribution credit amount for the stakeholder in accounting currency.
- distributedDebitAmount; number; The distribution 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 code to identify the state of the distribution of the joint venture transaction. It is 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.
- headerId; integer; The unique identifier of the journal.
- invoicingPartnerName; string; The name of the invoicing partner associated with the distribution stakeholder.
- jointVentureClassification; string; The classification of the joint venture associated with the distribution.
- jointVentureDescription; string; The description of the joint venture of the source transaction.
- jointVentureName; string; The name 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.
- ledgerCategoryCode; string; The code that identifies the ledger type, such as primary, secondary, and so on.
- ledgerName; string; The name of the ledger.
- lineNumber; integer; The number of the journal line.
- originalDirectBilledStakeholderName; string; The original stakeholder assigned to the joint venture transaction that the distribution was created from.
- 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.
- originalOwnershipDefinitionName; string; The original ownership definition assigned to the joint venture transaction that the distribution was created from.
- originalSourceApplication; string; The name of the application the transaction originated from, for example Payables or Cost Management.
- originalStakeholder; string; The name of the stakeholder that was originally associated with the joint venture distribution.
- originalTransactionId; string; The unique identifier of the original transaction.
- ownershipDefinitionEndDate; string; Effective end date of the ownership definition that was used to distribute the joint venture transaction.
- ownershipDefinitionName; string; The name of the ownership definition used to process the distribution.
- ownershipDefinitionStartDate; string; Effective start date of the ownership definition that was used to distribute the joint venture transaction.
- ownershipEffectiveEndDate; string; The end date of the effective date range of the ownership definition.
- ownershipEffectiveStartDate; string; The start date of the effective date range of the ownership definition.
- partyName; string; The name of the party associated with the stakeholder on the joint venture distribution.
- percentageOfInterest; number; The percentage of ownership a stakeholder has in a joint venture transaction.
- periodName; string; The accounting period name in a calendar.
- projectCostingStatus; string; The status of the joint venture accounting entries exported to the Project Costing system.
- projectName; string; The name of the project.
- 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; A flag to identify if 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.
- stakeholderName; string; The name of the distribution stakeholder.
- statisticalAmount; number; The statistical unit of measure of the journal entry line.
- supplierName; string; The name of the supplier associated with invoicing partner.
- targetTransactionId; integer; The unique identifier for the external transaction created for joint venture distributions. For example, accounts receivable invoice, credit memo, accounts payable invoice, or journal entry.
- taskName; 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 : jointVentureSLADistributions
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:
Items
The items in the collection. -
limit(required): integer
The actual paging size used by the server.
-
links(required): array
Links
Title:
Links
The 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:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : jointVentureSLADistributions-item-response
Type:
Show Source
object
-
Account: array
Account Key Flexfields
Title:
Account Key Flexfields
The code identifying the subledger accounting account against which amounts are recorded. These represent assets, liabilities, revenues, and expenses. -
agreement: string
Title:
Carried Interest Agreement
Read Only:true
Maximum Length:30
The name of the agreement of the carried interest distribution. -
agreementDescription: string
Title:
Description
Read Only:true
Maximum Length:240
The description of the agreement of the carried interest distribution. -
applicationId: integer
(int64)
Title:
Application ID
Read Only:true
The unique identifier of the functional area for subledger accounting. -
assignmentRule: string
Title:
Assignment Rule
Read Only:true
Maximum Length:30
The name of the ownership definition assignment rule used to assign the ownership definition or direct billed stakeholder. -
businessUnitName: string
Title:
Business Unit
Read Only:true
Maximum Length:240
The name of the business unit associated with the joint venture. -
changeReason: string
Title:
Change Reason
Maximum Length:80
The reason the joint venture distribution was canceled. -
changeReasonDetails: string
Title:
Change Reason Details
Maximum Length:240
Additional text to describe the reason the joint venture distribution line was canceled -
contributionAmount: number
Title:
Contribution Amount
Read Only:true
The partner contribution amount that's associated with a distribution. -
contributionId: integer
(int64)
Title:
Partner Contribution ID
Read Only:true
The unique identifier of the partner contribution assigned to the joint venture distribution and drawn from. -
contributionRequest: string
Title:
Partner Contribution Request
Read Only:true
Maximum Length:30
The name of the partner contribution request. -
costCenterSegmentValue: string
Title:
Cost Center
Read Only:true
Maximum Length:25
The cost center segment value associated with the distributed stakeholder. -
createdBy: string
Title:
Created By
Read Only:true
Maximum Length:64
The user who created the joint venture distribution. -
creationDate: string
(date-time)
Title:
Creation Date
Read Only:true
The date and time when the joint venture distribution was created. -
currencyCode: string
Title:
Accounting Currency
Read Only:true
Maximum Length:15
The currency code of accounting currency of the source joint venture transaction. -
customerName: string
Title:
Customer
Read Only:true
The name of the customer associated with the invoicing partner. -
directBilledStakeholderName: string
Title:
Direct Billed Stakeholder
Read Only:true
Maximum Length:30
Unique identifier of the stakeholder that is to be directly billed for the transaction. -
distributedAccountInformation: string
Title:
Account
Read Only:true
The combination of the values of the account segments assigned to the transaction. -
distributedCreditAmount: number
Title:
Distributed Accounted Credit
Read Only:true
The distribution credit amount for the stakeholder in accounting currency. -
distributedDebitAmount: number
Title:
Distributed Accounted Debit
Read Only:true
The distribution debit amount for the stakeholder in accounting currency. -
distributedEnteredCreditAmount: number
Title:
Distributed Entered Credit
Read Only:true
The distributed credit amount for the stakeholder in the entered currency. -
distributedEnteredDebitAmount: number
Title:
Distributed Entered Debit
Read Only:true
The distributed debit amount for the stakeholder in the entered currency. -
distributionDFF: array
distributionDFF
-
distributionId: integer
(int64)
Title:
Distribution ID
Read Only:true
The unique identifier of the joint venture distribution. -
distributionLineNumber: integer
(int32)
Title:
Distribution Line Number
Read Only:true
The line number of a joint venture distribution and any associated lines created for billing adjustments and partner contribution draws. -
distributionLineType: string
Title:
Distribution Line Type
Read Only:true
Maximum Length:80
The type of the distribution line for billing adjustments. -
distributionOnlyFlag: boolean
Title:
Distribution Only
Maximum Length:1
Indicates whether the joint venture stakeholder is only participating in the transaction distribution and not being invoiced. -
distributionStatus: string
Title:
Distribution Status
The status code to identify the state of the distribution of the joint venture transaction. It is based on the ORA_JV_DISTRIBUTION_STATUS lookup codes such as Available to Process, Process Complete, and so forth. -
distributionType: string
Title:
Account Type
Read Only:true
Indicates the type of transaction the distribution represents, such as expense, revenue, and so forth. -
enteredCurrencyCode: string
Title:
Entered Currency
Read Only:true
Maximum Length:15
The currency code entered on the original transaction. -
expenditureType: string
Title:
Expenditure Type
Read Only:true
Maximum Length:240
The name identifying the expenditure classification. -
expenditureTypeDescription: string
Title:
Expenditure Type Description
Read Only:true
Maximum Length:2000
The description of the expenditure type. -
headerId: integer
(int64)
Title:
Header ID
Read Only:true
The unique identifier of the journal. -
invoiceTransactionType: string
Title:
Invoice Type
Read Only:true
Indicates the type of invoice transaction generated for the joint venture distribution, such as receivable invoice and credit memo. -
invoicingPartnerName: string
Title:
Invoicing Partner
Read Only:true
Maximum Length:30
The name of the invoicing partner associated with the distribution stakeholder. -
jointVentureClassification: string
Title:
Joint Venture Classification
Read Only:true
Maximum Length:80
The classification of the joint venture associated with the distribution. -
jointVentureDescription: string
Title:
Joint Venture Description
Read Only:true
Maximum Length:240
The description of the joint venture of the source transaction. -
jointVentureName: string
Title:
Joint Venture
Read Only:true
Maximum Length:30
The name of the joint venture of the source transaction. -
lastUpdateDate: string
(date-time)
Title:
Last Updated Date
Read Only:true
The date and time when the joint venture distribution was last updated. -
lastUpdatedBy: string
Title:
Last Updated By
Read Only:true
Maximum Length:64
The user who last updated the joint venture distribution. -
ledgerCategoryCode: string
Title:
Ledger Category Code
Read Only:true
Maximum Length:30
The code that identifies the ledger type, such as primary, secondary, and so on. -
ledgerName: string
Title:
Ledger
Read Only:true
Maximum Length:30
The name of the ledger. -
lineNumber: integer
(int64)
Title:
Line Number
Read Only:true
The number of the journal line. -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
originalDirectBilledStakeholderName: string
Title:
Original Direct Billed Stakeholder
Read Only:true
Maximum Length:30
The original stakeholder assigned to the joint venture transaction that the distribution was created from. -
originalDistributedCreditAmount: number
Title:
Original Distributed Accounted Credit
Read Only:true
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
Title:
Original Distributed Accounted Debit
Read Only:true
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
Title:
Original Distributed Entered Credit
Read Only:true
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
Title:
Original Distributed Entered Debit
Read Only:true
The original debit amount of the joint venture distribution in the entered currency. This is the amount prior to being split by partner contributions. -
originalOwnershipDefinitionName: string
Title:
Original Ownership Definition
Read Only:true
Maximum Length:20
The original ownership definition assigned to the joint venture transaction that the distribution was created from. -
originalSourceApplication: string
Title:
Original Source Application
Read Only:true
Maximum Length:512
The name of the application the transaction originated from, for example Payables or Cost Management. -
originalStakeholder: string
Title:
Original Stakeholder
Read Only:true
Maximum Length:30
The name of the stakeholder that was originally associated with the joint venture distribution. -
originalTransactionId: string
Title:
Original Transaction ID
Read Only:true
Maximum Length:240
The unique identifier of the original transaction. -
ownershipDefinitionEndDate: string
(date)
Title:
Ownership End Date
Read Only:true
Effective end date of the ownership definition that was used to distribute the joint venture transaction. -
ownershipDefinitionName: string
Title:
Ownership Definition
Read Only:true
Maximum Length:30
The name of the ownership definition used to process the distribution. -
ownershipDefinitionStartDate: string
(date)
Title:
Ownership Start Date
Read Only:true
Effective start date of the ownership definition that was used to distribute the joint venture transaction. -
ownershipEffectiveEndDate: string
(date)
Title:
End Date
Read Only:true
The end date of the effective date range of the ownership definition. -
ownershipEffectiveStartDate: string
(date)
Title:
Start Date
Read Only:true
The start date of the effective date range of the ownership definition. -
partnerOffsetAccount: array
Offset Account Key Flexfields
Title:
Offset Account Key Flexfields
The code identifying the subledger accounting offset account against which amounts are recorded. These represent assets, liabilities, revenues, and expenses. -
partnerOffsetAccountInformation: string
Title:
Partner Account
Read Only:true
The combination of account segment values assigned to a partner's line in the receivables invoice. -
partyName: string
Title:
Name
Read Only:true
Maximum Length:360
The name of the party associated with the stakeholder on the joint venture distribution. -
percentageOfInterest: number
Title:
Ownership Percentage
Read Only:true
The percentage of ownership a stakeholder has in a joint venture transaction. -
periodName: string
Title:
Period Name
Read Only:true
Maximum Length:15
The accounting period name in a calendar. -
projectCostingStatus: string
Title:
Project Costing Status
The status of the joint venture accounting entries exported to the Project Costing system. -
projectName: string
Title:
Project Name
Read Only:true
Maximum Length:240
The name of the project. -
projectNumber: string
Title:
Project Number
Read Only:true
Maximum Length:25
The unique identifier of the project. -
reassignedStakeholder: string
Title:
Reassigned Stakeholder
Maximum Length:30
The name of the stakeholder that's reassigned to the joint venture distribution. -
roundAmountFlag: boolean
Title:
Rounding Applied
Read Only:true
Maximum Length:1
A flag to identify if rounding was applied to the distribution amount. -
sourceOwnershipDefinition: string
Title:
Source Ownership Definition
Read Only:true
Maximum Length:30
The original ownership definition assigned to the joint venture transaction that the distribution was created from. -
splitLinesExistFlag: boolean
Title:
Split Lines Exist
Default Value:false
Indicates that split lines exist for the joint venture distribution. -
stakeholderName: string
Title:
Stakeholder
Read Only:true
Maximum Length:30
The name of the distribution stakeholder. -
statisticalAmount: number
Title:
Units
Read Only:true
The statistical unit of measure of the journal entry line. -
supplierName: string
Title:
Supplier
Read Only:true
The name of the supplier associated with invoicing partner. -
targetTransactionHeaderAccount: string
Title:
Target Transaction Account
Read Only:true
The combination of segment values for the receivable or liability account used when posting a receivables or payables invoice. -
targetTransactionId: integer
(int64)
Title:
Target Transaction ID
Read Only:true
The unique identifier for the external transaction created for joint venture distributions. For example, accounts receivable invoice, credit memo, accounts payable invoice, or journal entry. -
taskName: string
Title:
Task Name
Read Only:true
Maximum Length:255
The name of the project task representing a subdivision of work. -
taskNumber: string
Title:
Task Number
Read Only:true
Maximum Length:100
The unique number of the project task. -
transactionCreditAmount: number
Title:
Transaction Accounted Credit
Read Only:true
The transaction credit amount in accounting currency. -
transactionDate: string
(date)
Title:
Transaction Date
Read Only:true
Indicates the default effective date for journal entries or the transaction date for subledger entries. -
transactionDebitAmount: number
Title:
Transaction Accounted Debit
Read Only:true
The transaction debit amount in accounting currency. -
transactionDescription: string
Title:
Transaction Description
Read Only:true
Maximum Length:1996
The description of the subledger accounting journal line. -
transactionEnteredCreditAmount: number
Title:
Transaction Entered Credit
Read Only:true
The transaction credit amount in the entered currency. -
transactionEnteredDebitAmount: number
Title:
Transaction Entered Debit
Read Only:true
The transaction debit amount in the entered currency. -
transactionId: integer
(int64)
Title:
Transaction ID
Read Only:true
The unique identifier for the joint venture transaction that the distribution was created from. -
trxDate: string
(date)
Title:
Invoice Date
Read Only:true
The date of the invoice transaction generated for the joint venture distribution. -
trxNumber: string
Title:
Invoice Number
Read Only:true
Maximum Length:20
A unique value that identifies the invoice generated for the joint venture distribution.
Nested Schema : Account Key Flexfields
Type:
array
Title:
Account Key Flexfields
The code identifying the subledger accounting account against which amounts are recorded. These represent assets, liabilities, revenues, and expenses.
Show Source
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : Offset Account Key Flexfields
Type:
array
Title:
Offset Account Key Flexfields
The code identifying the subledger accounting offset account against which amounts are recorded. These represent assets, liabilities, revenues, and expenses.
Show Source
Nested Schema : jointVentureSLADistributions-Account-item-response
Type:
Show Source
object
-
_CHART_OF_ACCOUNTS_ID: integer
(int64)
Title:
Chart of Accounts
Key flexfield structure identifier. -
_CODE_COMBINATION_ID: integer
(int64)
Title:
Account
Key flexfield combination identifier. -
AccountType: string
Title:
Account Type
Maximum Length:1
Key flexfield combination type (Asset, Liability, etc). -
DetailBudgetingAllowedFlag: string
Maximum Length:
1
Detail budgeting flag. -
DetailPostingAllowedFlag: string
Title:
Allow Posting
Maximum Length:1
Detail posting flag. -
EnabledFlag: string
Title:
Enabled
Maximum Length:1
Key flexfield enabled flag. -
EndDateActive: string
(date)
Title:
To Date
Date after which key flexfield combination is invalid. -
FinancialCategory: string
Maximum Length:
30
Key flexfield financial category. -
JgzzReconFlag: string
Maximum Length:
1
Global reconciliation descriptive flexfield segment. -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
Reference3: string
Maximum Length:
25
Control account flag. -
StartDateActive: string
(date)
Title:
From Date
Date before which key flexfield combination is invalid. -
SummaryFlag: string
Title:
Code Combination Summary
Maximum Length:1
Summary account flag.
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : link
Type:
Show Source
object
-
href: string
Title:
hyperlink reference
The URI to the related resource. -
kind: string
Title:
kind
Allowed Values:[ "collection", "item", "describe", "other" ]
The kind of the related resource. -
name: string
Title:
name
The name of the link to the related resource. -
properties: object
properties
-
rel: string
Title:
relation
Allowed 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.
Nested Schema : jointVentureSLADistributions-distributionDFF-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Context Segment
Maximum Length:150
-
__FLEX_Context_DisplayValue: string
Title:
Context Segment
-
DistributionId: integer
(int64)
Title:
Distribution ID
Read Only:true
-
links: array
Links
Title:
Links
The link relations associated with the resource instance.
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : jointVentureSLADistributions-partnerOffsetAccount-item-response
Type:
Show Source
object
-
_CHART_OF_ACCOUNTS_ID: integer
(int64)
Title:
Chart of Accounts
Key flexfield structure identifier. -
_CODE_COMBINATION_ID: integer
(int64)
Title:
Account
Key flexfield combination identifier. -
AccountType: string
Title:
Account Type
Maximum Length:1
Key flexfield combination type (Asset, Liability, etc). -
DetailBudgetingAllowedFlag: string
Maximum Length:
1
Detail budgeting flag. -
DetailPostingAllowedFlag: string
Title:
Allow Posting
Maximum Length:1
Detail posting flag. -
EnabledFlag: string
Title:
Enabled
Maximum Length:1
Key flexfield enabled flag. -
EndDateActive: string
(date)
Title:
To Date
Date after which key flexfield combination is invalid. -
FinancialCategory: string
Maximum Length:
30
Key flexfield financial category. -
JgzzReconFlag: string
Maximum Length:
1
Global reconciliation descriptive flexfield segment. -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
Reference3: string
Maximum Length:
25
Control account flag. -
StartDateActive: string
(date)
Title:
From Date
Date before which key flexfield combination is invalid. -
SummaryFlag: string
Title:
Code Combination Summary
Maximum Length:1
Summary account flag.
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Examples
The following example shows how to retrieve all distributions originating from subledger accounting by submitting a GET request on the REST resource using cURL.
curl -i -u "username:password" -H "Content-Type: application/vnd.oracle.adf.resourcecollection+json" -X GET https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/jointVentureSLADistributions
Response Body Example
The following shows an example of the response body in JSON format.
{ "items" : [ { "createdBy" : "username", "distributionId" : 100100132855183, "distributedDebitAmount" : null, "currencyCode" : "USD", "creationDate" : "2020-02-21T23:03:05+00:00", "distributedCreditAmount" : 358.55, "percentageOfInterest" : 35.854521, "lastUpdateDate" : "2020-02-21T23:03:05+00:00", "lastUpdatedBy" : "username", "roundAmountFlag" : false, "transactionDate" : "2018-04-18", "transactionId" : 100100132693434, "jointVentureName" : "JVMESS01", "jointVentureDescription" : "Jade Valley Mesa Project\nParcel S01, Lot#34TY6", "ownershipDefinitionName" : "JVMESSOPD1", "stakeholderName" : "JVMESSSH01", "costCenterSegmentValue" : null, "periodName" : null, "invoicingPartnerName" : "JVMESSIP01", "distributionStatus" : "Available to process", "distributionType" : "Expense", "distributedAccountInformation" : "01-110-9110-0000-000", "customerName" : "w_Valley Communications", "supplierName" : null, "distributionOnlyFlag" : false, "ledgerName" : "Vision Operations (USA)", "ownershipEffectiveEndDate" : "2019-07-28", "ownershipEffectiveStartDate" : "2017-01-01", "transactionCreditAmount" : 1000, "transactionDebitAmount" : null, "transactionDescription" : null, "originalOwnershipDefinitionName" : "JVMESSOPD1", "originalDirectBilledStakeholderName" : null, "directBilledStakeholderName" : null, "businessUnitName" : "Vision Operations", "statisticalAmount" : null, }, { "createdBy" : "username", "distributionId" : 100100132855184, "distributedDebitAmount" : null, "currencyCode" : "USD", "creationDate" : "2020-02-21T23:03:05+00:00", "distributedCreditAmount" : 185.22, "percentageOfInterest" : 18.5218934, "lastUpdateDate" : "2020-02-21T23:03:05+00:00", "lastUpdatedBy" : "username", "roundAmountFlag" : false, "transactionDate" : "2018-04-18", "transactionId" : 100100132693434, "jointVentureName" : "JVMESS01", "jointVentureDescription" : "Jade Valley Mesa Project\nParcel S01, Lot#34TY6", "ownershipDefinitionName" : "JVMESSOPD1", "stakeholderName" : "JVMESSSH03", "costCenterSegmentValue" : "110", "periodName" : null, "invoicingPartnerName" : null, "distributionStatus" : "Available to process", "distributionType" : "Expense", "distributedAccountInformation" : "01-110-9110-0000-000", "customerName" : null, "supplierName" : null, "distributionOnlyFlag" : false, "ledgerName" : "Vision Operations (USA)", "ownershipEffectiveEndDate" : "2019-07-28", "ownershipEffectiveStartDate" : "2017-01-01", "transactionCreditAmount" : 1000, "transactionDebitAmount" : null, "transactionDescription" : null, "originalOwnershipDefinitionName" : "JVMESSOPD1", "originalDirectBilledStakeholderName" : null, "directBilledStakeholderName" : null, "businessUnitName" : "Vision Operations", "statisticalAmount" : null, }, { "createdBy" : "username", "distributionId" : 100100132855185, "distributedDebitAmount" : null, "currencyCode" : "USD", "creationDate" : "2020-02-21T23:03:05+00:00", "distributedCreditAmount" : 456.23, "percentageOfInterest" : 45.6235856, "lastUpdateDate" : "2020-02-21T23:03:05+00:00", "lastUpdatedBy" : "username", "roundAmountFlag" : false, "transactionDate" : "2018-04-18", "transactionId" : 100100132693434, "jointVentureName" : "JVMESS01", "jointVentureDescription" : "Jade Valley Mesa Project\nParcel S01, Lot#34TY6", "ownershipDefinitionName" : "JVMESSOPD1", "stakeholderName" : "JVMESSSH02", "costCenterSegmentValue" : null, "periodName" : null, "invoicingPartnerName" : "JVMESSIP02", "distributionStatus" : "Available to process", "distributionType" : "Expense", "distributedAccountInformation" : "01-110-9110-0000-000", "customerName" : "w_Digital Electronics", "supplierName" : null, "distributionOnlyFlag" : false, "ledgerName" : "Vision Operations (USA)", "ownershipEffectiveEndDate" : "2019-07-28", "ownershipEffectiveStartDate" : "2017-01-01", "transactionCreditAmount" : 1000, "transactionDebitAmount" : null, "transactionDescription" : null, "originalOwnershipDefinitionName" : "JVMESSOPD1", "originalDirectBilledStakeholderName" : null, "directBilledStakeholderName" : null, "businessUnitName" : "Vision Operations", "statisticalAmount" : null, }, { "createdBy" : "username", "distributionId" : 100100132855186, "distributedDebitAmount" : null, "currencyCode" : "USD", "creationDate" : "2020-02-21T23:03:05+00:00", "distributedCreditAmount" : 358.55, "percentageOfInterest" : 35.854521, "lastUpdateDate" : "2020-02-21T23:03:05+00:00", "lastUpdatedBy" : "username", "roundAmountFlag" : false, "transactionDate" : "2018-04-19", "transactionId" : 100100132693435, "jointVentureName" : "JVMESS01", "jointVentureDescription" : "Jade Valley Mesa Project\nParcel S01, Lot#34TY6", "ownershipDefinitionName" : "JVMESSOPD1", "stakeholderName" : "JVMESSSH01", "costCenterSegmentValue" : null, "periodName" : null, "invoicingPartnerName" : "JVMESSIP01", "distributionStatus" : "Available to process", "distributionType" : "Expense", "distributedAccountInformation" : "01-110-9110-0000-000", "customerName" : "w_Valley Communications", "supplierName" : null, "distributionOnlyFlag" : false, "ledgerName" : "Vision Operations (USA)", "ownershipEffectiveEndDate" : "2019-07-28", "ownershipEffectiveStartDate" : "2017-01-01", "transactionCreditAmount" : 1000, "transactionDebitAmount" : null, "transactionDescription" : null, "originalOwnershipDefinitionName" : "JVMESSOPD1", "originalDirectBilledStakeholderName" : null, "directBilledStakeholderName" : null, "businessUnitName" : "Vision Operations", "statisticalAmount" : null, }, { "createdBy" : "username", "distributionId" : 100100132855187, "distributedDebitAmount" : null, "currencyCode" : "USD", "creationDate" : "2020-02-21T23:03:05+00:00", "distributedCreditAmount" : 185.22, "percentageOfInterest" : 18.5218934, "lastUpdateDate" : "2020-02-21T23:03:05+00:00", "lastUpdatedBy" : "username", "roundAmountFlag" : false, "transactionDate" : "2018-04-19", "transactionId" : 100100132693435, "jointVentureName" : "JVMESS01", "jointVentureDescription" : "Jade Valley Mesa Project\nParcel S01, Lot#34TY6", "ownershipDefinitionName" : "JVMESSOPD1", "stakeholderName" : "JVMESSSH03", "costCenterSegmentValue" : "110", "periodName" : null, "invoicingPartnerName" : null, "distributionStatus" : "Available to process", "distributionType" : "Expense", "distributedAccountInformation" : "01-110-9110-0000-000", "customerName" : null, "supplierName" : null, "distributionOnlyFlag" : false, "ledgerName" : "Vision Operations (USA)", "ownershipEffectiveEndDate" : "2019-07-28", "ownershipEffectiveStartDate" : "2017-01-01", "transactionCreditAmount" : 1000, "transactionDebitAmount" : null, "transactionDescription" : null, "originalOwnershipDefinitionName" : "JVMESSOPD1", "originalDirectBilledStakeholderName" : null, "directBilledStakeholderName" : null, "businessUnitName" : "Vision Operations", "statisticalAmount" : null, }, { "createdBy" : "username", "distributionId" : 100100132855188, "distributedDebitAmount" : null, "currencyCode" : "USD", "creationDate" : "2020-02-21T23:03:05+00:00", "distributedCreditAmount" : 456.23, "percentageOfInterest" : 45.6235856, "lastUpdateDate" : "2020-02-21T23:03:05+00:00", "lastUpdatedBy" : "username", "roundAmountFlag" : false, "transactionDate" : "2018-04-19", "transactionId" : 100100132693435, "jointVentureName" : "JVMESS01", "jointVentureDescription" : "Jade Valley Mesa Project\nParcel S01, Lot#34TY6", "ownershipDefinitionName" : "JVMESSOPD1", "stakeholderName" : "JVMESSSH02", "costCenterSegmentValue" : null, "periodName" : null, "invoicingPartnerName" : "JVMESSIP02", "distributionStatus" : "Available to process", "distributionType" : "Expense", "distributedAccountInformation" : "01-110-9110-0000-000", "customerName" : "w_Digital Electronics", "supplierName" : null, "distributionOnlyFlag" : false, "ledgerName" : "Vision Operations (USA)", "ownershipEffectiveEndDate" : "2019-07-28", "ownershipEffectiveStartDate" : "2017-01-01", "transactionCreditAmount" : 1000, "transactionDebitAmount" : null, "transactionDescription" : null, "originalOwnershipDefinitionName" : "JVMESSOPD1", "originalDirectBilledStakeholderName" : null, "directBilledStakeholderName" : null, "businessUnitName" : "Vision Operations", "statisticalAmount" : null, } ], "count" : 6, "hasMore" : false, "limit" : 25, "offset" : 0, }