- REST API for Oracle Fusion Cloud Financials
- Tasks
- Receivables Credit Memos
- Receivables Credit Memo Global Descriptive Flexfields
Get all global descriptive flexfields for a group of receivables credit memos
get
/fscmRestApi/resources/11.13.18.05/receivablesCreditMemos/{CustomerTransactionId}/child/receivablesCreditMemoGdf
Request
Path Parameters
-
CustomerTransactionId(required): integer(int64)
The unique identifier of the credit memo.
Query Parameters
-
dependency: string
This parameter specifies dependencies which are fields that are set before and rolled back after generating the response. Generally they are used to preview the effects of an attribute change. The fields specified in this parameter are always set in the resource instance in question. When a child resource collection is requested and the parameter is set, the fields will be set in the parent resource instance before generating the resource collection payload. The value of this query parameter is a set of dependency fields. Example: dependency=ProductId=2
Format: <attr1>=<val1>,<attr2>=<value2> -
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
Finder Variables:- CustomerTrxId
- PrimaryKey
-
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 -
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.
Body ()
Root Schema : receivablesCreditMemos-receivablesCreditMemoGdf
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.
{
"required":[
"count",
"hasMore",
"limit",
"links",
"offset"
],
"type":"object",
"properties":{
"totalResults":{
"type":"integer",
"description":"The estimated row count when \"?totalResults=true\", otherwise the count is not included."
},
"offset":{
"type":"integer",
"description":"The offset value used in the current page."
},
"count":{
"type":"integer",
"description":"The number of resource instances returned in the current range."
},
"hasMore":{
"type":"boolean",
"description":"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."
},
"limit":{
"type":"integer",
"description":"The actual paging size used by the server."
},
"links":{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
},
"items":{
"title":"Items",
"type":"array",
"description":"The items in the collection.",
"items":{
"$ref":"#/components/schemas/receivablesCreditMemos-receivablesCreditMemoGdf-item-response"
},
"x-cardinality":"1"
}
}
}
Nested Schema : Items
Type:
array
Title:
Items
The items in the collection.
Show Source
-
Array of:
object Discriminator: __FLEX_Context
Discriminator:
{ "propertyName":"__FLEX_Context", "mapping":{ "JAxINTaxInvoices":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJAxINTaxInvoicesVO-item-response", "JAxKRReceivablesInformation":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJAxKRReceivablesInformationVO-item-response", "JAxMYAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJAxMYAdditionalInfoVO-item-response", "JAxTWTransactions":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJAxTWTransactionsVO-item-response", "JE_DE_Z4_REPORTING":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJE__5FDE__5FZ4__5FREPORTINGVO-item-response", "JE_ES_MODELO340":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJE__5FES__5FMODELO340VO-item-response", "JE_ES_MODELO347":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJE__5FES__5FMODELO347VO-item-response", "JE_ES_MODELO347PR":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJE__5FES__5FMODELO347PRVO-item-response", "JE_ES_MODELO349":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJE__5FES__5FMODELO349VO-item-response", "JE_ES_MODELO415_347":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJE__5FES__5FMODELO415__5F347VO-item-response", "JE_ES_MODELO415_347PR":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJE__5FES__5FMODELO415__5F347PRVO-item-response", "JE_IL_VAT_REPORTING":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJE__5FIL__5FVAT__5FREPORTINGVO-item-response", "JE_IT_ESL_OF_SERVICES":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJE__5FIT__5FESL__5FOF__5FSERVICESVO-item-response", "JExBGAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExBGAdditionalInfoVO-item-response", "JExCZAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExCZAdditionalInfoVO-item-response", "JExESOnlineVatReporting":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExESOnlineVatReportingVO-item-response", "JExHRAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExHRAdditionalInfoVO-item-response", "JExHUAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExHUAdditionalInfoVO-item-response", "JExPLAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExPLAdditionalInfoVO-item-response", "JExPTAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExPTAdditionalInfoVO-item-response", "JExROAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExROAdditionalInfoVO-item-response", "JExRSAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExRSAdditionalInfoVO-item-response", "JExRUAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExRUAdditionalInfoVO-item-response", "JExSIAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExSIAdditionalInfoVO-item-response", "JExSKAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExSKAdditionalInfoVO-item-response", "JExTRAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExTRAdditionalInfoVO-item-response", "JL_BR_ARXTWMAI_Additional":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJL__5FBR__5FARXTWMAI__5FAdditionalVO-item-response", "JLxARTransactions":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJLxARTransactionsVO-item-response", "JLxCLTransactions":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJLxCLTransactionsVO-item-response", "JLxCOTransactions":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJLxCOTransactionsVO-item-response", "JLxMXReceivablesInformation":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJLxMXReceivablesInformationVO-item-response" } }
{
"title":"Items",
"type":"array",
"description":"The items in the collection.",
"items":{
"$ref":"#/components/schemas/receivablesCreditMemos-receivablesCreditMemoGdf-item-response"
},
"x-cardinality":"1"
}
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
}
Nested Schema : Discriminator: __FLEX_Context
Type:
object
Discriminator: __FLEX_Context
Discriminator Values
- JAxINTaxInvoices
- JAxKRReceivablesInformation
- JAxMYAdditionalInfo
- JAxTWTransactions
- JE_DE_Z4_REPORTING
- JE_ES_MODELO340
- JE_ES_MODELO347
- JE_ES_MODELO347PR
- JE_ES_MODELO349
- JE_ES_MODELO415_347
- JE_ES_MODELO415_347PR
- JE_IL_VAT_REPORTING
- JE_IT_ESL_OF_SERVICES
- JExBGAdditionalInfo
- JExCZAdditionalInfo
- JExESOnlineVatReporting
- JExHRAdditionalInfo
- JExHUAdditionalInfo
- JExPLAdditionalInfo
- JExPTAdditionalInfo
- JExROAdditionalInfo
- JExRSAdditionalInfo
- JExRUAdditionalInfo
- JExSIAdditionalInfo
- JExSKAdditionalInfo
- JExTRAdditionalInfo
- JL_BR_ARXTWMAI_Additional
- JLxARTransactions
- JLxCLTransactions
- JLxCOTransactions
- JLxMXReceivablesInformation
{
"discriminator":{
"propertyName":"__FLEX_Context",
"mapping":{
"JAxINTaxInvoices":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJAxINTaxInvoicesVO-item-response",
"JAxKRReceivablesInformation":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJAxKRReceivablesInformationVO-item-response",
"JAxMYAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJAxMYAdditionalInfoVO-item-response",
"JAxTWTransactions":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJAxTWTransactionsVO-item-response",
"JE_DE_Z4_REPORTING":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJE__5FDE__5FZ4__5FREPORTINGVO-item-response",
"JE_ES_MODELO340":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJE__5FES__5FMODELO340VO-item-response",
"JE_ES_MODELO347":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJE__5FES__5FMODELO347VO-item-response",
"JE_ES_MODELO347PR":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJE__5FES__5FMODELO347PRVO-item-response",
"JE_ES_MODELO349":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJE__5FES__5FMODELO349VO-item-response",
"JE_ES_MODELO415_347":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJE__5FES__5FMODELO415__5F347VO-item-response",
"JE_ES_MODELO415_347PR":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJE__5FES__5FMODELO415__5F347PRVO-item-response",
"JE_IL_VAT_REPORTING":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJE__5FIL__5FVAT__5FREPORTINGVO-item-response",
"JE_IT_ESL_OF_SERVICES":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJE__5FIT__5FESL__5FOF__5FSERVICESVO-item-response",
"JExBGAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExBGAdditionalInfoVO-item-response",
"JExCZAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExCZAdditionalInfoVO-item-response",
"JExESOnlineVatReporting":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExESOnlineVatReportingVO-item-response",
"JExHRAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExHRAdditionalInfoVO-item-response",
"JExHUAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExHUAdditionalInfoVO-item-response",
"JExPLAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExPLAdditionalInfoVO-item-response",
"JExPTAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExPTAdditionalInfoVO-item-response",
"JExROAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExROAdditionalInfoVO-item-response",
"JExRSAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExRSAdditionalInfoVO-item-response",
"JExRUAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExRUAdditionalInfoVO-item-response",
"JExSIAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExSIAdditionalInfoVO-item-response",
"JExSKAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExSKAdditionalInfoVO-item-response",
"JExTRAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExTRAdditionalInfoVO-item-response",
"JL_BR_ARXTWMAI_Additional":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJL__5FBR__5FARXTWMAI__5FAdditionalVO-item-response",
"JLxARTransactions":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJLxARTransactionsVO-item-response",
"JLxCLTransactions":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJLxCLTransactionsVO-item-response",
"JLxCOTransactions":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJLxCOTransactionsVO-item-response",
"JLxMXReceivablesInformation":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJLxMXReceivablesInformationVO-item-response"
}
},
"oneOf":[
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJAxINTaxInvoicesVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJAxKRReceivablesInformationVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJAxMYAdditionalInfoVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJAxTWTransactionsVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJE__5FDE__5FZ4__5FREPORTINGVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJE__5FES__5FMODELO340VO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJE__5FES__5FMODELO347VO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJE__5FES__5FMODELO347PRVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJE__5FES__5FMODELO349VO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJE__5FES__5FMODELO415__5F347VO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJE__5FES__5FMODELO415__5F347PRVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJE__5FIL__5FVAT__5FREPORTINGVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJE__5FIT__5FESL__5FOF__5FSERVICESVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExBGAdditionalInfoVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExCZAdditionalInfoVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExESOnlineVatReportingVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExHRAdditionalInfoVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExHUAdditionalInfoVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExPLAdditionalInfoVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExPTAdditionalInfoVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExROAdditionalInfoVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExRSAdditionalInfoVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExRUAdditionalInfoVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExSIAdditionalInfoVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExSKAdditionalInfoVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExTRAdditionalInfoVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJL__5FBR__5FARXTWMAI__5FAdditionalVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJLxARTransactionsVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJLxCLTransactionsVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJLxCOTransactionsVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJLxMXReceivablesInformationVO-item-response"
}
]
}
Match One Schema
Show Source
-
JAxINTaxInvoices -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJAxINTaxInvoicesVO-item-response
-
JAxKRReceivablesInformation -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJAxKRReceivablesInformationVO-item-response
-
JAxMYAdditionalInfo -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJAxMYAdditionalInfoVO-item-response
-
JAxTWTransactions -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJAxTWTransactionsVO-item-response
-
JE_DE_Z4_REPORTING -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJE__5FDE__5FZ4__5FREPORTINGVO-item-response
-
JE_ES_MODELO340 -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJE__5FES__5FMODELO340VO-item-response
-
JE_ES_MODELO347 -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJE__5FES__5FMODELO347VO-item-response
-
JE_ES_MODELO347PR -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJE__5FES__5FMODELO347PRVO-item-response
-
JE_ES_MODELO349 -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJE__5FES__5FMODELO349VO-item-response
-
JE_ES_MODELO415_347 -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJE__5FES__5FMODELO415__5F347VO-item-response
-
JE_ES_MODELO415_347PR -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJE__5FES__5FMODELO415__5F347PRVO-item-response
-
JE_IL_VAT_REPORTING -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJE__5FIL__5FVAT__5FREPORTINGVO-item-response
-
JE_IT_ESL_OF_SERVICES -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJE__5FIT__5FESL__5FOF__5FSERVICESVO-item-response
-
JExBGAdditionalInfo -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExBGAdditionalInfoVO-item-response
-
JExCZAdditionalInfo -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExCZAdditionalInfoVO-item-response
-
JExESOnlineVatReporting -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExESOnlineVatReportingVO-item-response
-
JExHRAdditionalInfo -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExHRAdditionalInfoVO-item-response
-
JExHUAdditionalInfo -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExHUAdditionalInfoVO-item-response
-
JExPLAdditionalInfo -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExPLAdditionalInfoVO-item-response
-
JExPTAdditionalInfo -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExPTAdditionalInfoVO-item-response
-
JExROAdditionalInfo -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExROAdditionalInfoVO-item-response
-
JExRSAdditionalInfo -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExRSAdditionalInfoVO-item-response
-
JExRUAdditionalInfo -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExRUAdditionalInfoVO-item-response
-
JExSIAdditionalInfo -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExSIAdditionalInfoVO-item-response
-
JExSKAdditionalInfo -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExSKAdditionalInfoVO-item-response
-
JExTRAdditionalInfo -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExTRAdditionalInfoVO-item-response
-
JL_BR_ARXTWMAI_Additional -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJL__5FBR__5FARXTWMAI__5FAdditionalVO-item-response
-
JLxARTransactions -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJLxARTransactionsVO-item-response
-
JLxCLTransactions -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJLxCLTransactionsVO-item-response
-
JLxCOTransactions -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJLxCOTransactionsVO-item-response
-
JLxMXReceivablesInformation -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJLxMXReceivablesInformationVO-item-response
{
"discriminator":{
"propertyName":"__FLEX_Context",
"mapping":{
"JAxINTaxInvoices":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJAxINTaxInvoicesVO-item-response",
"JAxKRReceivablesInformation":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJAxKRReceivablesInformationVO-item-response",
"JAxMYAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJAxMYAdditionalInfoVO-item-response",
"JAxTWTransactions":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJAxTWTransactionsVO-item-response",
"JE_DE_Z4_REPORTING":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJE__5FDE__5FZ4__5FREPORTINGVO-item-response",
"JE_ES_MODELO340":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJE__5FES__5FMODELO340VO-item-response",
"JE_ES_MODELO347":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJE__5FES__5FMODELO347VO-item-response",
"JE_ES_MODELO347PR":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJE__5FES__5FMODELO347PRVO-item-response",
"JE_ES_MODELO349":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJE__5FES__5FMODELO349VO-item-response",
"JE_ES_MODELO415_347":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJE__5FES__5FMODELO415__5F347VO-item-response",
"JE_ES_MODELO415_347PR":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJE__5FES__5FMODELO415__5F347PRVO-item-response",
"JE_IL_VAT_REPORTING":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJE__5FIL__5FVAT__5FREPORTINGVO-item-response",
"JE_IT_ESL_OF_SERVICES":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJE__5FIT__5FESL__5FOF__5FSERVICESVO-item-response",
"JExBGAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExBGAdditionalInfoVO-item-response",
"JExCZAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExCZAdditionalInfoVO-item-response",
"JExESOnlineVatReporting":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExESOnlineVatReportingVO-item-response",
"JExHRAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExHRAdditionalInfoVO-item-response",
"JExHUAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExHUAdditionalInfoVO-item-response",
"JExPLAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExPLAdditionalInfoVO-item-response",
"JExPTAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExPTAdditionalInfoVO-item-response",
"JExROAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExROAdditionalInfoVO-item-response",
"JExRSAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExRSAdditionalInfoVO-item-response",
"JExRUAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExRUAdditionalInfoVO-item-response",
"JExSIAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExSIAdditionalInfoVO-item-response",
"JExSKAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExSKAdditionalInfoVO-item-response",
"JExTRAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExTRAdditionalInfoVO-item-response",
"JL_BR_ARXTWMAI_Additional":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJL__5FBR__5FARXTWMAI__5FAdditionalVO-item-response",
"JLxARTransactions":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJLxARTransactionsVO-item-response",
"JLxCLTransactions":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJLxCLTransactionsVO-item-response",
"JLxCOTransactions":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJLxCOTransactionsVO-item-response",
"JLxMXReceivablesInformation":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJLxMXReceivablesInformationVO-item-response"
}
},
"oneOf":[
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJAxINTaxInvoicesVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJAxKRReceivablesInformationVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJAxMYAdditionalInfoVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJAxTWTransactionsVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJE__5FDE__5FZ4__5FREPORTINGVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJE__5FES__5FMODELO340VO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJE__5FES__5FMODELO347VO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJE__5FES__5FMODELO347PRVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJE__5FES__5FMODELO349VO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJE__5FES__5FMODELO415__5F347VO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJE__5FES__5FMODELO415__5F347PRVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJE__5FIL__5FVAT__5FREPORTINGVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJE__5FIT__5FESL__5FOF__5FSERVICESVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExBGAdditionalInfoVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExCZAdditionalInfoVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExESOnlineVatReportingVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExHRAdditionalInfoVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExHUAdditionalInfoVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExPLAdditionalInfoVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExPTAdditionalInfoVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExROAdditionalInfoVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExRSAdditionalInfoVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExRUAdditionalInfoVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExSIAdditionalInfoVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExSKAdditionalInfoVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExTRAdditionalInfoVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJL__5FBR__5FARXTWMAI__5FAdditionalVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJLxARTransactionsVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJLxCLTransactionsVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJLxCOTransactionsVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJLxMXReceivablesInformationVO-item-response"
}
]
}
Nested Schema : oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJAxINTaxInvoicesVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Regional Information
Maximum Length:30
Default Value:JAxINTaxInvoices
-
__FLEX_Context_DisplayValue: string
Title:
Regional Information
-
CustomerTrxId: integer
(int64)
-
DeliveryDateforTaxPointDate: string
(date)
Title:
Delivery Date for Tax Point Date
-
ExcludeFromNetting: string
Title:
Exclude From Netting
Maximum Length:240
-
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
OriginalTaxInvoiceDate: string
(date)
Title:
Original Tax Invoice Date
-
OriginalTaxInvoiceNumber: string
Title:
Original Tax Invoice Number
Maximum Length:240
-
PortCode: string
Title:
Port Code
Maximum Length:240
-
proofOfExportNumber: string
Title:
Proof of Export Number
Maximum Length:240
-
ProofReceivedDate: string
(date)
Title:
Proof Received Date
-
ShippingBillDateOrBillOfExport: string
(date)
Title:
Shipping Bill Date or Bill of Export Date
-
ShippingBillNoOrBillOfExportNo: string
Title:
Shipping Bill No. or Bill of Export No.
Maximum Length:240
-
TaxInvoiceDate: string
(date)
Title:
Tax Invoice Date
-
TaxInvoiceNumber: string
Title:
Tax Invoice Number
Maximum Length:240
{
"type":"object",
"properties":{
"ShippingBillNoOrBillOfExportNo":{
"title":"Shipping Bill No. or Bill of Export No.",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JG_CHARACTER_L150#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"ShippingBillNoOrBillOfExportNo",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"150",
"FND_ACFF_SegmentName":"ShippingBillNoOrBillOfExportNo",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"TaxInvoiceDate":{
"title":"Tax Invoice Date",
"type":"string",
"format":"date",
"nullable":true,
"x-hints":{
"updateable":"false",
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"FND_ACFF_IsReadOnly":"true",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"TaxInvoiceDate",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_SegmentName":"TaxInvoiceDate",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"ExcludeFromNetting":{
"title":"Exclude From Netting",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_CheckboxUncheckedValue":"N",
"FND_ACFF_DV":"N",
"FND_ACFF_OpenIdentifier":"ExcludeFromNetting",
"FND_ACFF_SegmentName":"ExcludeFromNetting",
"FND_ACFF_ValueSetInfo":"JE_YES_NO#TABLE",
"controlType":"check_box",
"includeInCompactView":true,
"FND_ACFF_IsGlobal":"true",
"FND_ACFF_DVT":"C",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_CheckboxCheckedValue":"Y",
"FND_ACFF_IsGlobalDisplay":"true",
"FND_ACFF_PreferredDisplayType":"CHECKBOX"
},
"x-oj":{
"componentType":"oj-sp-flex-checkbox",
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"TaxInvoiceNumber":{
"title":"Tax Invoice Number",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"updateable":"false",
"FND_ACFF_ValueSetInfo":"JG_CHARACTER_L150#FORMAT_ONLY",
"FND_ACFF_IsReadOnly":"true",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"TaxInvoiceNumber",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"150",
"FND_ACFF_SegmentName":"TaxInvoiceNumber",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"CustomerTrxId":{
"type":"integer",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":"18",
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"OriginalTaxInvoiceDate":{
"title":"Original Tax Invoice Date",
"type":"string",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"OriginalTaxInvoiceDate",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_SegmentName":"OriginalTaxInvoiceDate",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"ShippingBillDateOrBillOfExport":{
"title":"Shipping Bill Date or Bill of Export Date",
"type":"string",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"ShippingBillDateOrBillOfExport",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_SegmentName":"ShippingBillDateOrBillOfExport",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"proofOfExportNumber":{
"title":"Proof of Export Number",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JG_CHARACTER_L150#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"proofOfExportNumber",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"150",
"FND_ACFF_SegmentName":"ProofofExportNumber",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"PortCode":{
"title":"Port Code",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JG_CHARACTER_L150#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"PortCode",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"150",
"FND_ACFF_SegmentName":"PortCode",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context_DisplayValue":{
"title":"Regional Information",
"type":"string",
"nullable":true,
"x-hints":{
"updateable":"false",
"DISPLAYHINT":"Hide",
"FND_ACFF_IsReadOnly":"true",
"FND_ACFF_AkaRealSegmentAttrName":"__FLEX_Context",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"DeliveryDateforTaxPointDate":{
"title":"Delivery Date for Tax Point Date",
"type":"string",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_IsGlobal":"true",
"FND_ACFF_OpenIdentifier":"DeliveryDateforTaxPointDate",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_IsGlobalDisplay":"true",
"FND_ACFF_SegmentName":"DeliveryDateforTaxPointDate",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"ProofReceivedDate":{
"title":"Proof Received Date",
"type":"string",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"ProofReceivedDate",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_SegmentName":"ProofReceivedDate",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"links":{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
},
"OriginalTaxInvoiceNumber":{
"title":"Original Tax Invoice Number",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JG_CHARACTER_L150#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"OriginalTaxInvoiceNumber",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"150",
"FND_ACFF_SegmentName":"OriginalTaxInvoiceNumber",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context":{
"title":"Regional Information",
"maxLength":"30",
"type":"string",
"nullable":true,
"default":"JAxINTaxInvoices",
"x-hints":{
"FND_ACFF_AkaAttrName":"__FLEX_Context_DisplayValue",
"FND_ACFF_IsDiscriminator":"true",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FND_ACFF_ValueSetInfo":"JG_GDF_CONTEXTS_BY_COUNTRY#TABLE",
"controlType":"choice",
"includeInCompactView":true,
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
}
}
}
Nested Schema : oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJAxKRReceivablesInformationVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Regional Information
Maximum Length:30
Default Value:JAxKRReceivablesInformation
-
__FLEX_Context_DisplayValue: string
Title:
Regional Information
-
_SentByElectronicMedia: string
Title:
Sent by Electronic Media
Maximum Length:240
-
_SentByElectronicMedia_Display: string
Title:
Sent by Electronic Media
-
CustomerTrxId: integer
(int64)
-
DeliveryDateforTaxPointDate: string
(date)
Title:
Delivery Date for Tax Point Date
-
ExcludeFromNetting: string
Title:
Exclude From Netting
Maximum Length:240
-
links: array
Links
Title:
Links
The link relations associated with the resource instance.
{
"type":"object",
"properties":{
"_SentByElectronicMedia_Display":{
"title":"Sent by Electronic Media",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_SentByElectronicMedia",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context_DisplayValue":{
"title":"Regional Information",
"type":"string",
"nullable":true,
"x-hints":{
"updateable":"false",
"DISPLAYHINT":"Hide",
"FND_ACFF_IsReadOnly":"true",
"FND_ACFF_AkaRealSegmentAttrName":"__FLEX_Context",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"DeliveryDateforTaxPointDate":{
"title":"Delivery Date for Tax Point Date",
"type":"string",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_IsGlobal":"true",
"FND_ACFF_OpenIdentifier":"DeliveryDateforTaxPointDate",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_IsGlobalDisplay":"true",
"FND_ACFF_SegmentName":"DeliveryDateforTaxPointDate",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"ExcludeFromNetting":{
"title":"Exclude From Netting",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_CheckboxUncheckedValue":"N",
"FND_ACFF_DV":"N",
"FND_ACFF_OpenIdentifier":"ExcludeFromNetting",
"FND_ACFF_SegmentName":"ExcludeFromNetting",
"FND_ACFF_ValueSetInfo":"JE_YES_NO#TABLE",
"controlType":"check_box",
"includeInCompactView":true,
"FND_ACFF_IsGlobal":"true",
"FND_ACFF_DVT":"C",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_CheckboxCheckedValue":"Y",
"FND_ACFF_IsGlobalDisplay":"true",
"FND_ACFF_PreferredDisplayType":"CHECKBOX"
},
"x-oj":{
"componentType":"oj-sp-flex-checkbox",
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"CustomerTrxId":{
"type":"integer",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":"18",
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"links":{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
},
"__FLEX_Context":{
"title":"Regional Information",
"maxLength":"30",
"type":"string",
"nullable":true,
"default":"JAxKRReceivablesInformation",
"x-hints":{
"FND_ACFF_AkaAttrName":"__FLEX_Context_DisplayValue",
"FND_ACFF_IsDiscriminator":"true",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FND_ACFF_ValueSetInfo":"JG_GDF_CONTEXTS_BY_COUNTRY#TABLE",
"controlType":"choice",
"includeInCompactView":true,
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_SentByElectronicMedia":{
"title":"Sent by Electronic Media",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_SentByElectronicMedia_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"JE_YES_NO#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_SegmentName":"SentByElectronicMedia",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
}
}
}
Nested Schema : oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJAxMYAdditionalInfoVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Regional Information
Maximum Length:30
Default Value:JAxMYAdditionalInfo
-
__FLEX_Context_DisplayValue: string
Title:
Regional Information
-
CustomerTrxId: integer
(int64)
-
DeliveryDateforTaxPointDate: string
(date)
Title:
Delivery Date for Tax Point Date
-
ExcludeFromNetting: string
Title:
Exclude From Netting
Maximum Length:240
-
IRBMUniqueIdentifier: string
Title:
IRBM Unique Identifier
Maximum Length:240
-
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
ValidationDate: string
Title:
Validation Date
Maximum Length:240
-
ValidationIdentifier: string
Title:
Validation Identifier
Maximum Length:240
{
"type":"object",
"properties":{
"ValidationDate":{
"title":"Validation Date",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"updateable":"false",
"FND_ACFF_ValueSetInfo":"ORA_JG_CHARACTER_L30#FORMAT_ONLY",
"FND_ACFF_IsReadOnly":"true",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"ValidationDate",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_SegmentName":"ValidationDate",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context_DisplayValue":{
"title":"Regional Information",
"type":"string",
"nullable":true,
"x-hints":{
"updateable":"false",
"DISPLAYHINT":"Hide",
"FND_ACFF_IsReadOnly":"true",
"FND_ACFF_AkaRealSegmentAttrName":"__FLEX_Context",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"DeliveryDateforTaxPointDate":{
"title":"Delivery Date for Tax Point Date",
"type":"string",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_IsGlobal":"true",
"FND_ACFF_OpenIdentifier":"DeliveryDateforTaxPointDate",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_IsGlobalDisplay":"true",
"FND_ACFF_SegmentName":"DeliveryDateforTaxPointDate",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"ValidationIdentifier":{
"title":"Validation Identifier",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"updateable":"false",
"FND_ACFF_ValueSetInfo":"ORA_JG_CHARACTER_L240#FORMAT_ONLY",
"FND_ACFF_IsReadOnly":"true",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"ValidationIdentifier",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"240",
"FND_ACFF_SegmentName":"ValidationIdentifier",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"ExcludeFromNetting":{
"title":"Exclude From Netting",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_CheckboxUncheckedValue":"N",
"FND_ACFF_DV":"N",
"FND_ACFF_OpenIdentifier":"ExcludeFromNetting",
"FND_ACFF_SegmentName":"ExcludeFromNetting",
"FND_ACFF_ValueSetInfo":"JE_YES_NO#TABLE",
"controlType":"check_box",
"includeInCompactView":true,
"FND_ACFF_IsGlobal":"true",
"FND_ACFF_DVT":"C",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_CheckboxCheckedValue":"Y",
"FND_ACFF_IsGlobalDisplay":"true",
"FND_ACFF_PreferredDisplayType":"CHECKBOX"
},
"x-oj":{
"componentType":"oj-sp-flex-checkbox",
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"CustomerTrxId":{
"type":"integer",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":"18",
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"IRBMUniqueIdentifier":{
"title":"IRBM Unique Identifier",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"updateable":"false",
"FND_ACFF_ValueSetInfo":"ORA_JG_CHARACTER_L26#FORMAT_ONLY",
"FND_ACFF_IsReadOnly":"true",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"IRBMUniqueIdentifier",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"26",
"FND_ACFF_SegmentName":"IRBMUniqueIdentifier",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"links":{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
},
"__FLEX_Context":{
"title":"Regional Information",
"maxLength":"30",
"type":"string",
"nullable":true,
"default":"JAxMYAdditionalInfo",
"x-hints":{
"FND_ACFF_AkaAttrName":"__FLEX_Context_DisplayValue",
"FND_ACFF_IsDiscriminator":"true",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FND_ACFF_ValueSetInfo":"JG_GDF_CONTEXTS_BY_COUNTRY#TABLE",
"controlType":"choice",
"includeInCompactView":true,
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
}
}
}
Nested Schema : oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJAxTWTransactionsVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Regional Information
Maximum Length:30
Default Value:JAxTWTransactions
-
__FLEX_Context_DisplayValue: string
Title:
Regional Information
-
CustomerTrxId: integer
(int64)
-
DeliveryDateforTaxPointDate: string
(date)
Title:
Delivery Date for Tax Point Date
-
ExcludeFromNetting: string
Title:
Exclude From Netting
Maximum Length:240
-
exportCertificateNumber: string
Title:
Export Certificate Number
Maximum Length:240
-
exportDate: string
(date)
Title:
Export Date
-
exportMethod: string
Title:
Export Method
Maximum Length:240
-
exportMethod_Display: string
Title:
Export Method
-
exportName: string
Title:
Export Name
Maximum Length:240
-
exportName_Display: string
Title:
Export Name
-
exportType: string
Title:
Export Type
Maximum Length:240
-
exportType_Display: string
Title:
Export Type
-
legacyUniformInvoice: string
Title:
Legacy Uniform Invoice
Maximum Length:240
-
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
originalTransactionNumber: string
Title:
Original Transaction Number
Maximum Length:240
{
"type":"object",
"properties":{
"exportCertificateNumber":{
"title":"Export Certificate Number",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JG_CHARACTER_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"exportCertificateNumber",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_SegmentName":"ExportCertificateNumber",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"exportType_Display":{
"title":"Export Type",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"exportType",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"ExcludeFromNetting":{
"title":"Exclude From Netting",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_CheckboxUncheckedValue":"N",
"FND_ACFF_DV":"N",
"FND_ACFF_OpenIdentifier":"ExcludeFromNetting",
"FND_ACFF_SegmentName":"ExcludeFromNetting",
"FND_ACFF_ValueSetInfo":"JE_YES_NO#TABLE",
"controlType":"check_box",
"includeInCompactView":true,
"FND_ACFF_IsGlobal":"true",
"FND_ACFF_DVT":"C",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_CheckboxCheckedValue":"Y",
"FND_ACFF_IsGlobalDisplay":"true",
"FND_ACFF_PreferredDisplayType":"CHECKBOX"
},
"x-oj":{
"componentType":"oj-sp-flex-checkbox",
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"CustomerTrxId":{
"type":"integer",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":"18",
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"exportName":{
"title":"Export Name",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"exportName_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"ORA_JATW_AR_EXPORT_CERT_NAME#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_OpenIdentifier":"exportName",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_SegmentName":"ExportName",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"exportMethod":{
"title":"Export Method",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"exportMethod_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"ORA_JATW_AR_EXPORT_METHOD#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_OpenIdentifier":"exportMethod",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_SegmentName":"ExportMethod",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"exportDate":{
"title":"Export Date",
"type":"string",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JLBR_STANDARD_DATE_STANDARD#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"exportDate",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_SegmentName":"ExportDate",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context_DisplayValue":{
"title":"Regional Information",
"type":"string",
"nullable":true,
"x-hints":{
"updateable":"false",
"DISPLAYHINT":"Hide",
"FND_ACFF_IsReadOnly":"true",
"FND_ACFF_AkaRealSegmentAttrName":"__FLEX_Context",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"exportType":{
"title":"Export Type",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"exportType_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"ORA_JATW_AR_EXPORT_TYPE#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_OpenIdentifier":"exportType",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_SegmentName":"ExportType",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"DeliveryDateforTaxPointDate":{
"title":"Delivery Date for Tax Point Date",
"type":"string",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_IsGlobal":"true",
"FND_ACFF_OpenIdentifier":"DeliveryDateforTaxPointDate",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_IsGlobalDisplay":"true",
"FND_ACFF_SegmentName":"DeliveryDateforTaxPointDate",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"originalTransactionNumber":{
"title":"Original Transaction Number",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JG_CHARACTER_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"originalTransactionNumber",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_SegmentName":"OriginalTransactionNumber",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"links":{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
},
"exportMethod_Display":{
"title":"Export Method",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"exportMethod",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"legacyUniformInvoice":{
"title":"Legacy Uniform Invoice",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JG_CHARACTER_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"legacyUniformInvoice",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_SegmentName":"LegacyUniformInvoice",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"exportName_Display":{
"title":"Export Name",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"exportName",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context":{
"title":"Regional Information",
"maxLength":"30",
"type":"string",
"nullable":true,
"default":"JAxTWTransactions",
"x-hints":{
"FND_ACFF_AkaAttrName":"__FLEX_Context_DisplayValue",
"FND_ACFF_IsDiscriminator":"true",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FND_ACFF_ValueSetInfo":"JG_GDF_CONTEXTS_BY_COUNTRY#TABLE",
"controlType":"choice",
"includeInCompactView":true,
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
}
}
}
Nested Schema : oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJE__5FDE__5FZ4__5FREPORTINGVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Regional Information
Maximum Length:30
Default Value:JE_DE_Z4_REPORTING
-
__FLEX_Context_DisplayValue: string
Title:
Regional Information
-
_Reason: string
Title:
Reason
Maximum Length:240
-
_Reason_Display: string
Title:
Reason
-
_Record__Type: string
Title:
Record Type
Maximum Length:240
-
_Record__Type_Display: string
Title:
Record Type
-
CustomerTrxId: integer
(int64)
-
DeliveryDateforTaxPointDate: string
(date)
Title:
Delivery Date for Tax Point Date
-
ExcludeFromNetting: string
Title:
Exclude From Netting
Maximum Length:240
-
links: array
Links
Title:
Links
The link relations associated with the resource instance.
{
"type":"object",
"properties":{
"_Record__Type_Display":{
"title":"Record Type",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_Record__Type",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Record__Type":{
"title":"Record Type",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_Record__Type_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"JEDE_Z4_REPORTING_RECORD_TYPE#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_SegmentName":"Record Type",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context_DisplayValue":{
"title":"Regional Information",
"type":"string",
"nullable":true,
"x-hints":{
"updateable":"false",
"DISPLAYHINT":"Hide",
"FND_ACFF_IsReadOnly":"true",
"FND_ACFF_AkaRealSegmentAttrName":"__FLEX_Context",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"DeliveryDateforTaxPointDate":{
"title":"Delivery Date for Tax Point Date",
"type":"string",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_IsGlobal":"true",
"FND_ACFF_OpenIdentifier":"DeliveryDateforTaxPointDate",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_IsGlobalDisplay":"true",
"FND_ACFF_SegmentName":"DeliveryDateforTaxPointDate",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Reason_Display":{
"title":"Reason",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_Reason",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"ExcludeFromNetting":{
"title":"Exclude From Netting",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_CheckboxUncheckedValue":"N",
"FND_ACFF_DV":"N",
"FND_ACFF_OpenIdentifier":"ExcludeFromNetting",
"FND_ACFF_SegmentName":"ExcludeFromNetting",
"FND_ACFF_ValueSetInfo":"JE_YES_NO#TABLE",
"controlType":"check_box",
"includeInCompactView":true,
"FND_ACFF_IsGlobal":"true",
"FND_ACFF_DVT":"C",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_CheckboxCheckedValue":"Y",
"FND_ACFF_IsGlobalDisplay":"true",
"FND_ACFF_PreferredDisplayType":"CHECKBOX"
},
"x-oj":{
"componentType":"oj-sp-flex-checkbox",
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"CustomerTrxId":{
"type":"integer",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":"18",
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"_Reason":{
"title":"Reason",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_Reason_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"JEDE_Z4_REPORTING_REASON#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_SegmentName":"Reason",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"links":{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
},
"__FLEX_Context":{
"title":"Regional Information",
"maxLength":"30",
"type":"string",
"nullable":true,
"default":"JE_DE_Z4_REPORTING",
"x-hints":{
"FND_ACFF_AkaAttrName":"__FLEX_Context_DisplayValue",
"FND_ACFF_IsDiscriminator":"true",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FND_ACFF_ValueSetInfo":"JG_GDF_CONTEXTS_BY_COUNTRY#TABLE",
"controlType":"choice",
"includeInCompactView":true,
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
}
}
}
Nested Schema : oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJE__5FES__5FMODELO340VO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Regional Information
Maximum Length:30
Default Value:JE_ES_MODELO340
-
__FLEX_Context_DisplayValue: string
Title:
Regional Information
-
_Transaction__Date: string
(date)
Title:
Transaction Date
-
_Transaction__Deadline: number
Title:
Transaction Deadline
-
_Year__of__Amount__Received__in__Cas: string
Title:
Year of Amount Received in Cash
Maximum Length:240
-
CustomerTrxId: integer
(int64)
-
DeliveryDateforTaxPointDate: string
(date)
Title:
Delivery Date for Tax Point Date
-
ExcludeFromNetting: string
Title:
Exclude From Netting
Maximum Length:240
-
links: array
Links
Title:
Links
The link relations associated with the resource instance.
{
"type":"object",
"properties":{
"_Year__of__Amount__Received__in__Cas":{
"title":"Year of Amount Received in Cash",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_YEARYYYY#FORMAT_ONLY",
"FND_ACFF_IsNumericOnly":"true",
"includeInCompactView":true,
"FND_ACFF_MinimumValue":"1900",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"4",
"FND_ACFF_MaximumValue":"4012",
"FND_ACFF_SegmentName":"Year of Amount Received in Cas",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context_DisplayValue":{
"title":"Regional Information",
"type":"string",
"nullable":true,
"x-hints":{
"updateable":"false",
"DISPLAYHINT":"Hide",
"FND_ACFF_IsReadOnly":"true",
"FND_ACFF_AkaRealSegmentAttrName":"__FLEX_Context",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"DeliveryDateforTaxPointDate":{
"title":"Delivery Date for Tax Point Date",
"type":"string",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_IsGlobal":"true",
"FND_ACFF_OpenIdentifier":"DeliveryDateforTaxPointDate",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_IsGlobalDisplay":"true",
"FND_ACFF_SegmentName":"DeliveryDateforTaxPointDate",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"ExcludeFromNetting":{
"title":"Exclude From Netting",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_CheckboxUncheckedValue":"N",
"FND_ACFF_DV":"N",
"FND_ACFF_OpenIdentifier":"ExcludeFromNetting",
"FND_ACFF_SegmentName":"ExcludeFromNetting",
"FND_ACFF_ValueSetInfo":"JE_YES_NO#TABLE",
"controlType":"check_box",
"includeInCompactView":true,
"FND_ACFF_IsGlobal":"true",
"FND_ACFF_DVT":"C",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_CheckboxCheckedValue":"Y",
"FND_ACFF_IsGlobalDisplay":"true",
"FND_ACFF_PreferredDisplayType":"CHECKBOX"
},
"x-oj":{
"componentType":"oj-sp-flex-checkbox",
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"CustomerTrxId":{
"type":"integer",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":"18",
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"links":{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
},
"_Transaction__Deadline":{
"title":"Transaction Deadline",
"type":"number",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_SRS_NUMBER3#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_MinimumValue":"1",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FND_ACFF_MaximumValue":"999",
"FND_ACFF_SegmentName":"Transaction Deadline",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Transaction__Date":{
"title":"Transaction Date",
"type":"string",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_SegmentName":"Transaction Date",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context":{
"title":"Regional Information",
"maxLength":"30",
"type":"string",
"nullable":true,
"default":"JE_ES_MODELO340",
"x-hints":{
"FND_ACFF_AkaAttrName":"__FLEX_Context_DisplayValue",
"FND_ACFF_IsDiscriminator":"true",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FND_ACFF_ValueSetInfo":"JG_GDF_CONTEXTS_BY_COUNTRY#TABLE",
"controlType":"choice",
"includeInCompactView":true,
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
}
}
}
Nested Schema : oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJE__5FES__5FMODELO347VO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Regional Information
Maximum Length:30
Default Value:JE_ES_MODELO347
-
__FLEX_Context_DisplayValue: string
Title:
Regional Information
-
_Transaction__Date: string
(date)
Title:
Transaction Date
-
_Transmission__of__Property: string
Title:
Transmission of Property Subject to VAT
Maximum Length:240
-
_Transmission__of__Property_Display: string
Title:
Transmission of Property Subject to VAT
-
_Year__of__Amount__Received__in__Cas: string
Title:
Year of Amount Received in Cash
Maximum Length:240
-
CustomerTrxId: integer
(int64)
-
DateLastUpdated: string
(date)
Title:
Date Last Updated
-
DeliveryDateforTaxPointDate: string
(date)
Title:
Delivery Date for Tax Point Date
-
ExcludeFromNetting: string
Title:
Exclude From Netting
Maximum Length:240
-
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
MessageCode: string
Title:
Message Code
Maximum Length:240
-
MessageDescription: string
Title:
Message Description
Maximum Length:240
-
TaxAuthorityStatus: string
Title:
Tax Authority Status
Maximum Length:240
-
TaxAuthorityStatus_Display: string
Title:
Tax Authority Status
-
TransactionStatus: string
Title:
Transaction Status
Maximum Length:240
-
TransactionStatus_Display: string
Title:
Transaction Status
{
"type":"object",
"properties":{
"_Year__of__Amount__Received__in__Cas":{
"title":"Year of Amount Received in Cash",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_YEARYYYY#FORMAT_ONLY",
"FND_ACFF_IsNumericOnly":"true",
"includeInCompactView":true,
"FND_ACFF_MinimumValue":"1900",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"4",
"FND_ACFF_MaximumValue":"4012",
"FND_ACFF_SegmentName":"Year of Amount Received in Cas",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"MessageCode":{
"title":"Message Code",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"updateable":"false",
"FND_ACFF_ValueSetInfo":"JG_CHARACTER_L150#FORMAT_ONLY",
"FND_ACFF_IsReadOnly":"true",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"MessageCode",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"150",
"FND_ACFF_SegmentName":"MessageCode",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Transmission__of__Property":{
"title":"Transmission of Property Subject to VAT",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_Transmission__of__Property_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"JE_YES_NO#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_SegmentName":"Transmission of Property",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"MessageDescription":{
"title":"Message Description",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"updateable":"false",
"FND_ACFF_ValueSetInfo":"JG_CHARACTER_L150#FORMAT_ONLY",
"FND_ACFF_IsReadOnly":"true",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"MessageDescription",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"150",
"FND_ACFF_SegmentName":"MessageDescription",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"ExcludeFromNetting":{
"title":"Exclude From Netting",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_CheckboxUncheckedValue":"N",
"FND_ACFF_DV":"N",
"FND_ACFF_OpenIdentifier":"ExcludeFromNetting",
"FND_ACFF_SegmentName":"ExcludeFromNetting",
"FND_ACFF_ValueSetInfo":"JE_YES_NO#TABLE",
"controlType":"check_box",
"includeInCompactView":true,
"FND_ACFF_IsGlobal":"true",
"FND_ACFF_DVT":"C",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_CheckboxCheckedValue":"Y",
"FND_ACFF_IsGlobalDisplay":"true",
"FND_ACFF_PreferredDisplayType":"CHECKBOX"
},
"x-oj":{
"componentType":"oj-sp-flex-checkbox",
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"CustomerTrxId":{
"type":"integer",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":"18",
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"TransactionStatus":{
"title":"Transaction Status",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"TransactionStatus_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"ORA_JEES_TRANSACTION_STATUS#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_OpenIdentifier":"TransactionStatus",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_SegmentName":"TransactionStatus",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"TransactionStatus_Display":{
"title":"Transaction Status",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"TransactionStatus",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Transaction__Date":{
"title":"Transaction Date",
"type":"string",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_SegmentName":"Transaction Date",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"TaxAuthorityStatus_Display":{
"title":"Tax Authority Status",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"TaxAuthorityStatus",
"updateable":"false",
"controlType":"combo_lov",
"FND_ACFF_IsReadOnly":"true",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"DateLastUpdated":{
"title":"Date Last Updated",
"type":"string",
"format":"date",
"nullable":true,
"x-hints":{
"updateable":"false",
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"FND_ACFF_IsReadOnly":"true",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"DateLastUpdated",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_SegmentName":"DateLastUpdated",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context_DisplayValue":{
"title":"Regional Information",
"type":"string",
"nullable":true,
"x-hints":{
"updateable":"false",
"DISPLAYHINT":"Hide",
"FND_ACFF_IsReadOnly":"true",
"FND_ACFF_AkaRealSegmentAttrName":"__FLEX_Context",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"DeliveryDateforTaxPointDate":{
"title":"Delivery Date for Tax Point Date",
"type":"string",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_IsGlobal":"true",
"FND_ACFF_OpenIdentifier":"DeliveryDateforTaxPointDate",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_IsGlobalDisplay":"true",
"FND_ACFF_SegmentName":"DeliveryDateforTaxPointDate",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Transmission__of__Property_Display":{
"title":"Transmission of Property Subject to VAT",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_Transmission__of__Property",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"links":{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
},
"__FLEX_Context":{
"title":"Regional Information",
"maxLength":"30",
"type":"string",
"nullable":true,
"default":"JE_ES_MODELO347",
"x-hints":{
"FND_ACFF_AkaAttrName":"__FLEX_Context_DisplayValue",
"FND_ACFF_IsDiscriminator":"true",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FND_ACFF_ValueSetInfo":"JG_GDF_CONTEXTS_BY_COUNTRY#TABLE",
"controlType":"choice",
"includeInCompactView":true,
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"TaxAuthorityStatus":{
"title":"Tax Authority Status",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"TaxAuthorityStatus_Display",
"updateable":"false",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"ORA_JEES_TAX_AUTHORITY_STATUS#TABLE",
"FND_ACFF_IsReadOnly":"true",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_OpenIdentifier":"TaxAuthorityStatus",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_SegmentName":"TaxAuthorityStatus",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
}
}
}
Nested Schema : oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJE__5FES__5FMODELO347PRVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Regional Information
Maximum Length:30
Default Value:JE_ES_MODELO347PR
-
__FLEX_Context_DisplayValue: string
Title:
Regional Information
-
_Property__Location: number
Title:
Property Location
-
_Property__Location_Display: string
Title:
Property Location
-
_Transaction__Date: string
(date)
Title:
Transaction Date
-
_Transmission__of__Property: string
Title:
Transmission of Property Subject to VAT
Maximum Length:240
-
_Transmission__of__Property_Display: string
Title:
Transmission of Property Subject to VAT
-
_Year__of__Amount__Received__in__Cas: string
Title:
Year of Amount Received in Cash
Maximum Length:240
-
CustomerTrxId: integer
(int64)
-
DateLastUpdated: string
(date)
Title:
Date Last Updated
-
DeliveryDateforTaxPointDate: string
(date)
Title:
Delivery Date for Tax Point Date
-
ExcludeFromNetting: string
Title:
Exclude From Netting
Maximum Length:240
-
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
MessageCode: string
Title:
Message Code
Maximum Length:240
-
MessageDescription: string
Title:
Message Description
Maximum Length:240
-
TaxAuthorityStatus: string
Title:
Tax Authority Status
Maximum Length:240
-
TaxAuthorityStatus_Display: string
Title:
Tax Authority Status
-
TransactionStatus: string
Title:
Transaction Status
Maximum Length:240
-
TransactionStatus_Display: string
Title:
Transaction Status
{
"type":"object",
"properties":{
"_Year__of__Amount__Received__in__Cas":{
"title":"Year of Amount Received in Cash",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_YEARYYYY#FORMAT_ONLY",
"FND_ACFF_IsNumericOnly":"true",
"includeInCompactView":true,
"FND_ACFF_MinimumValue":"1900",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"4",
"FND_ACFF_MaximumValue":"4012",
"FND_ACFF_SegmentName":"Year of Amount Received in Cas",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"MessageCode":{
"title":"Message Code",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"updateable":"false",
"FND_ACFF_ValueSetInfo":"JG_CHARACTER_L150#FORMAT_ONLY",
"FND_ACFF_IsReadOnly":"true",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"MessageCode",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"150",
"FND_ACFF_SegmentName":"MessageCode",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Transmission__of__Property":{
"title":"Transmission of Property Subject to VAT",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_Transmission__of__Property_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"JE_YES_NO#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_SegmentName":"Transmission of Property",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"MessageDescription":{
"title":"Message Description",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"updateable":"false",
"FND_ACFF_ValueSetInfo":"JG_CHARACTER_L150#FORMAT_ONLY",
"FND_ACFF_IsReadOnly":"true",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"MessageDescription",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"150",
"FND_ACFF_SegmentName":"MessageDescription",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"ExcludeFromNetting":{
"title":"Exclude From Netting",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_CheckboxUncheckedValue":"N",
"FND_ACFF_DV":"N",
"FND_ACFF_OpenIdentifier":"ExcludeFromNetting",
"FND_ACFF_SegmentName":"ExcludeFromNetting",
"FND_ACFF_ValueSetInfo":"JE_YES_NO#TABLE",
"controlType":"check_box",
"includeInCompactView":true,
"FND_ACFF_IsGlobal":"true",
"FND_ACFF_DVT":"C",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_CheckboxCheckedValue":"Y",
"FND_ACFF_IsGlobalDisplay":"true",
"FND_ACFF_PreferredDisplayType":"CHECKBOX"
},
"x-oj":{
"componentType":"oj-sp-flex-checkbox",
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"CustomerTrxId":{
"type":"integer",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":"18",
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"TransactionStatus":{
"title":"Transaction Status",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"TransactionStatus_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"ORA_JEES_TRANSACTION_STATUS#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_OpenIdentifier":"TransactionStatus",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_SegmentName":"TransactionStatus",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"TransactionStatus_Display":{
"title":"Transaction Status",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"TransactionStatus",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Transaction__Date":{
"title":"Transaction Date",
"type":"string",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_SegmentName":"Transaction Date",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"TaxAuthorityStatus_Display":{
"title":"Tax Authority Status",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"TaxAuthorityStatus",
"updateable":"false",
"controlType":"combo_lov",
"FND_ACFF_IsReadOnly":"true",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"DateLastUpdated":{
"title":"Date Last Updated",
"type":"string",
"format":"date",
"nullable":true,
"x-hints":{
"updateable":"false",
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"FND_ACFF_IsReadOnly":"true",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"DateLastUpdated",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_SegmentName":"DateLastUpdated",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Property__Location_Display":{
"title":"Property Location",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_Property__Location",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context_DisplayValue":{
"title":"Regional Information",
"type":"string",
"nullable":true,
"x-hints":{
"updateable":"false",
"DISPLAYHINT":"Hide",
"FND_ACFF_IsReadOnly":"true",
"FND_ACFF_AkaRealSegmentAttrName":"__FLEX_Context",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"DeliveryDateforTaxPointDate":{
"title":"Delivery Date for Tax Point Date",
"type":"string",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_IsGlobal":"true",
"FND_ACFF_OpenIdentifier":"DeliveryDateforTaxPointDate",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_IsGlobalDisplay":"true",
"FND_ACFF_SegmentName":"DeliveryDateforTaxPointDate",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Transmission__of__Property_Display":{
"title":"Transmission of Property Subject to VAT",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_Transmission__of__Property",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"links":{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
},
"_Property__Location":{
"title":"Property Location",
"type":"number",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_Property__Location_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"JEES_RENTED_LOCATION#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FND_ACFF_SegmentName":"Property Location",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context":{
"title":"Regional Information",
"maxLength":"30",
"type":"string",
"nullable":true,
"default":"JE_ES_MODELO347PR",
"x-hints":{
"FND_ACFF_AkaAttrName":"__FLEX_Context_DisplayValue",
"FND_ACFF_IsDiscriminator":"true",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FND_ACFF_ValueSetInfo":"JG_GDF_CONTEXTS_BY_COUNTRY#TABLE",
"controlType":"choice",
"includeInCompactView":true,
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"TaxAuthorityStatus":{
"title":"Tax Authority Status",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"TaxAuthorityStatus_Display",
"updateable":"false",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"ORA_JEES_TAX_AUTHORITY_STATUS#TABLE",
"FND_ACFF_IsReadOnly":"true",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_OpenIdentifier":"TaxAuthorityStatus",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_SegmentName":"TaxAuthorityStatus",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
}
}
}
Nested Schema : oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJE__5FES__5FMODELO349VO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Regional Information
Maximum Length:30
Default Value:JE_ES_MODELO349
-
__FLEX_Context_DisplayValue: string
Title:
Regional Information
-
_Correction__Period: string
Title:
Correction Period
Maximum Length:240
-
_Correction__Year: string
Title:
Correction Year
Maximum Length:240
-
_Transaction__Date: string
(date)
Title:
Transaction Date
-
_Transaction__Deadline: number
Title:
Transaction Deadline
-
CustomerTrxId: integer
(int64)
-
DateLastUpdated: string
(date)
Title:
Date Last Updated
-
DeliveryDateforTaxPointDate: string
(date)
Title:
Delivery Date for Tax Point Date
-
ExcludeFromNetting: string
Title:
Exclude From Netting
Maximum Length:240
-
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
MessageCode: string
Title:
Message Code
Maximum Length:240
-
MessageDescription: string
Title:
Message Description
Maximum Length:240
-
TaxAuthorityStatus: string
Title:
Tax Authority Status
Maximum Length:240
-
TaxAuthorityStatus_Display: string
Title:
Tax Authority Status
-
TransactionStatus: string
Title:
Transaction Status
Maximum Length:240
-
TransactionStatus_Display: string
Title:
Transaction Status
{
"type":"object",
"properties":{
"MessageCode":{
"title":"Message Code",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"updateable":"false",
"FND_ACFF_ValueSetInfo":"JG_CHARACTER_L150#FORMAT_ONLY",
"FND_ACFF_IsReadOnly":"true",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"MessageCode",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"150",
"FND_ACFF_SegmentName":"MessageCode",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"MessageDescription":{
"title":"Message Description",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"updateable":"false",
"FND_ACFF_ValueSetInfo":"JG_CHARACTER_L150#FORMAT_ONLY",
"FND_ACFF_IsReadOnly":"true",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"MessageDescription",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"150",
"FND_ACFF_SegmentName":"MessageDescription",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Correction__Period":{
"title":"Correction Period",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_PERIOD_349#TABLE",
"controlType":"combo_lov",
"includeInCompactView":true,
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_SegmentName":"Correction Period",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"ExcludeFromNetting":{
"title":"Exclude From Netting",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_CheckboxUncheckedValue":"N",
"FND_ACFF_DV":"N",
"FND_ACFF_OpenIdentifier":"ExcludeFromNetting",
"FND_ACFF_SegmentName":"ExcludeFromNetting",
"FND_ACFF_ValueSetInfo":"JE_YES_NO#TABLE",
"controlType":"check_box",
"includeInCompactView":true,
"FND_ACFF_IsGlobal":"true",
"FND_ACFF_DVT":"C",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_CheckboxCheckedValue":"Y",
"FND_ACFF_IsGlobalDisplay":"true",
"FND_ACFF_PreferredDisplayType":"CHECKBOX"
},
"x-oj":{
"componentType":"oj-sp-flex-checkbox",
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"CustomerTrxId":{
"type":"integer",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":"18",
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"TransactionStatus":{
"title":"Transaction Status",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"TransactionStatus_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"ORA_JEES_TRANSACTION_STATUS#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_OpenIdentifier":"TransactionStatus",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_SegmentName":"TransactionStatus",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"TransactionStatus_Display":{
"title":"Transaction Status",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"TransactionStatus",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Transaction__Deadline":{
"title":"Transaction Deadline",
"type":"number",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_SRS_NUMBER3#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_MinimumValue":"1",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FND_ACFF_MaximumValue":"999",
"FND_ACFF_SegmentName":"Transaction Deadline",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Transaction__Date":{
"title":"Transaction Date",
"type":"string",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_SegmentName":"Transaction Date",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"TaxAuthorityStatus_Display":{
"title":"Tax Authority Status",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"TaxAuthorityStatus",
"updateable":"false",
"controlType":"combo_lov",
"FND_ACFF_IsReadOnly":"true",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"DateLastUpdated":{
"title":"Date Last Updated",
"type":"string",
"format":"date",
"nullable":true,
"x-hints":{
"updateable":"false",
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"FND_ACFF_IsReadOnly":"true",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"DateLastUpdated",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_SegmentName":"DateLastUpdated",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context_DisplayValue":{
"title":"Regional Information",
"type":"string",
"nullable":true,
"x-hints":{
"updateable":"false",
"DISPLAYHINT":"Hide",
"FND_ACFF_IsReadOnly":"true",
"FND_ACFF_AkaRealSegmentAttrName":"__FLEX_Context",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"DeliveryDateforTaxPointDate":{
"title":"Delivery Date for Tax Point Date",
"type":"string",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_IsGlobal":"true",
"FND_ACFF_OpenIdentifier":"DeliveryDateforTaxPointDate",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_IsGlobalDisplay":"true",
"FND_ACFF_SegmentName":"DeliveryDateforTaxPointDate",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"links":{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
},
"_Correction__Year":{
"title":"Correction Year",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_YEARYYYY#FORMAT_ONLY",
"FND_ACFF_IsNumericOnly":"true",
"includeInCompactView":true,
"FND_ACFF_MinimumValue":"1900",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"4",
"FND_ACFF_MaximumValue":"4012",
"FND_ACFF_SegmentName":"Correction Year",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context":{
"title":"Regional Information",
"maxLength":"30",
"type":"string",
"nullable":true,
"default":"JE_ES_MODELO349",
"x-hints":{
"FND_ACFF_AkaAttrName":"__FLEX_Context_DisplayValue",
"FND_ACFF_IsDiscriminator":"true",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FND_ACFF_ValueSetInfo":"JG_GDF_CONTEXTS_BY_COUNTRY#TABLE",
"controlType":"choice",
"includeInCompactView":true,
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"TaxAuthorityStatus":{
"title":"Tax Authority Status",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"TaxAuthorityStatus_Display",
"updateable":"false",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"ORA_JEES_TAX_AUTHORITY_STATUS#TABLE",
"FND_ACFF_IsReadOnly":"true",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_OpenIdentifier":"TaxAuthorityStatus",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_SegmentName":"TaxAuthorityStatus",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
}
}
}
Nested Schema : oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJE__5FES__5FMODELO415__5F347VO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Regional Information
Maximum Length:30
Default Value:JE_ES_MODELO415_347
-
__FLEX_Context_DisplayValue: string
Title:
Regional Information
-
_Transaction__Date: string
(date)
Title:
Transaction Date
-
_Transmission__of__Property: string
Title:
Transmission of Property Subject to VAT
Maximum Length:240
-
_Transmission__of__Property_Display: string
Title:
Transmission of Property Subject to VAT
-
_Year__of__Amount__Received__in__Cas: string
Title:
Year of Amount Received in Cash
Maximum Length:240
-
CustomerTrxId: integer
(int64)
-
DateLastUpdated: string
(date)
Title:
Date Last Updated
-
DeliveryDateforTaxPointDate: string
(date)
Title:
Delivery Date for Tax Point Date
-
ExcludeFromNetting: string
Title:
Exclude From Netting
Maximum Length:240
-
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
MessageCode: string
Title:
Message Code
Maximum Length:240
-
MessageDescription: string
Title:
Message Description
Maximum Length:240
-
TaxAuthorityStatus: string
Title:
Tax Authority Status
Maximum Length:240
-
TaxAuthorityStatus_Display: string
Title:
Tax Authority Status
-
TransactionStatus: string
Title:
Transaction Status
Maximum Length:240
-
TransactionStatus_Display: string
Title:
Transaction Status
{
"type":"object",
"properties":{
"_Year__of__Amount__Received__in__Cas":{
"title":"Year of Amount Received in Cash",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_YEARYYYY#FORMAT_ONLY",
"FND_ACFF_IsNumericOnly":"true",
"includeInCompactView":true,
"FND_ACFF_MinimumValue":"1900",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"4",
"FND_ACFF_MaximumValue":"4012",
"FND_ACFF_SegmentName":"Year of Amount Received in Cas",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"MessageCode":{
"title":"Message Code",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"updateable":"false",
"FND_ACFF_ValueSetInfo":"JG_CHARACTER_L150#FORMAT_ONLY",
"FND_ACFF_IsReadOnly":"true",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"MessageCode",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"150",
"FND_ACFF_SegmentName":"MessageCode",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Transmission__of__Property":{
"title":"Transmission of Property Subject to VAT",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_Transmission__of__Property_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"JE_YES_NO#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_SegmentName":"Transmission of Property",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"MessageDescription":{
"title":"Message Description",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"updateable":"false",
"FND_ACFF_ValueSetInfo":"JG_CHARACTER_L150#FORMAT_ONLY",
"FND_ACFF_IsReadOnly":"true",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"MessageDescription",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"150",
"FND_ACFF_SegmentName":"MessageDescription",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"ExcludeFromNetting":{
"title":"Exclude From Netting",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_CheckboxUncheckedValue":"N",
"FND_ACFF_DV":"N",
"FND_ACFF_OpenIdentifier":"ExcludeFromNetting",
"FND_ACFF_SegmentName":"ExcludeFromNetting",
"FND_ACFF_ValueSetInfo":"JE_YES_NO#TABLE",
"controlType":"check_box",
"includeInCompactView":true,
"FND_ACFF_IsGlobal":"true",
"FND_ACFF_DVT":"C",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_CheckboxCheckedValue":"Y",
"FND_ACFF_IsGlobalDisplay":"true",
"FND_ACFF_PreferredDisplayType":"CHECKBOX"
},
"x-oj":{
"componentType":"oj-sp-flex-checkbox",
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"CustomerTrxId":{
"type":"integer",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":"18",
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"TransactionStatus":{
"title":"Transaction Status",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"TransactionStatus_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"ORA_JEES_TRANSACTION_STATUS#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_OpenIdentifier":"TransactionStatus",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_SegmentName":"TransactionStatus",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"TransactionStatus_Display":{
"title":"Transaction Status",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"TransactionStatus",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Transaction__Date":{
"title":"Transaction Date",
"type":"string",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_SegmentName":"Transaction Date",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"TaxAuthorityStatus_Display":{
"title":"Tax Authority Status",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"TaxAuthorityStatus",
"updateable":"false",
"controlType":"combo_lov",
"FND_ACFF_IsReadOnly":"true",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"DateLastUpdated":{
"title":"Date Last Updated",
"type":"string",
"format":"date",
"nullable":true,
"x-hints":{
"updateable":"false",
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"FND_ACFF_IsReadOnly":"true",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"DateLastUpdated",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_SegmentName":"DateLastUpdated",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context_DisplayValue":{
"title":"Regional Information",
"type":"string",
"nullable":true,
"x-hints":{
"updateable":"false",
"DISPLAYHINT":"Hide",
"FND_ACFF_IsReadOnly":"true",
"FND_ACFF_AkaRealSegmentAttrName":"__FLEX_Context",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"DeliveryDateforTaxPointDate":{
"title":"Delivery Date for Tax Point Date",
"type":"string",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_IsGlobal":"true",
"FND_ACFF_OpenIdentifier":"DeliveryDateforTaxPointDate",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_IsGlobalDisplay":"true",
"FND_ACFF_SegmentName":"DeliveryDateforTaxPointDate",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Transmission__of__Property_Display":{
"title":"Transmission of Property Subject to VAT",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_Transmission__of__Property",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"links":{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
},
"__FLEX_Context":{
"title":"Regional Information",
"maxLength":"30",
"type":"string",
"nullable":true,
"default":"JE_ES_MODELO415_347",
"x-hints":{
"FND_ACFF_AkaAttrName":"__FLEX_Context_DisplayValue",
"FND_ACFF_IsDiscriminator":"true",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FND_ACFF_ValueSetInfo":"JG_GDF_CONTEXTS_BY_COUNTRY#TABLE",
"controlType":"choice",
"includeInCompactView":true,
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"TaxAuthorityStatus":{
"title":"Tax Authority Status",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"TaxAuthorityStatus_Display",
"updateable":"false",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"ORA_JEES_TAX_AUTHORITY_STATUS#TABLE",
"FND_ACFF_IsReadOnly":"true",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_OpenIdentifier":"TaxAuthorityStatus",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_SegmentName":"TaxAuthorityStatus",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
}
}
}
Nested Schema : oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJE__5FES__5FMODELO415__5F347PRVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Regional Information
Maximum Length:30
Default Value:JE_ES_MODELO415_347PR
-
__FLEX_Context_DisplayValue: string
Title:
Regional Information
-
_Property__Location: number
Title:
Property Location
-
_Property__Location_Display: string
Title:
Property Location
-
_Transaction__Date: string
(date)
Title:
Transaction Date
-
_Transmission__of__Property: string
Title:
Transmission of Property Subject to VAT
Maximum Length:240
-
_Transmission__of__Property_Display: string
Title:
Transmission of Property Subject to VAT
-
_Year__of__Amount__Received__in__Cas: string
Title:
Year of Amount Received in Cash
Maximum Length:240
-
CustomerTrxId: integer
(int64)
-
DateLastUpdated: string
(date)
Title:
Date Last Updated
-
DeliveryDateforTaxPointDate: string
(date)
Title:
Delivery Date for Tax Point Date
-
ExcludeFromNetting: string
Title:
Exclude From Netting
Maximum Length:240
-
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
MessageCode: string
Title:
Message Code
Maximum Length:240
-
MessageDescription: string
Title:
Message Description
Maximum Length:240
-
TaxAuthorityStatus: string
Title:
Tax Authority Status
Maximum Length:240
-
TaxAuthorityStatus_Display: string
Title:
Tax Authority Status
-
TransactionStatus: string
Title:
Transaction Status
Maximum Length:240
-
TransactionStatus_Display: string
Title:
Transaction Status
{
"type":"object",
"properties":{
"_Year__of__Amount__Received__in__Cas":{
"title":"Year of Amount Received in Cash",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_YEARYYYY#FORMAT_ONLY",
"FND_ACFF_IsNumericOnly":"true",
"includeInCompactView":true,
"FND_ACFF_MinimumValue":"1900",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"4",
"FND_ACFF_MaximumValue":"4012",
"FND_ACFF_SegmentName":"Year of Amount Received in Cas",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"MessageCode":{
"title":"Message Code",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"updateable":"false",
"FND_ACFF_ValueSetInfo":"JG_CHARACTER_L150#FORMAT_ONLY",
"FND_ACFF_IsReadOnly":"true",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"MessageCode",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"150",
"FND_ACFF_SegmentName":"MessageCode",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Transmission__of__Property":{
"title":"Transmission of Property Subject to VAT",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_Transmission__of__Property_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"JE_YES_NO#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_SegmentName":"Transmission of Property",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"MessageDescription":{
"title":"Message Description",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"updateable":"false",
"FND_ACFF_ValueSetInfo":"JG_CHARACTER_L150#FORMAT_ONLY",
"FND_ACFF_IsReadOnly":"true",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"MessageDescription",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"150",
"FND_ACFF_SegmentName":"MessageDescription",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"ExcludeFromNetting":{
"title":"Exclude From Netting",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_CheckboxUncheckedValue":"N",
"FND_ACFF_DV":"N",
"FND_ACFF_OpenIdentifier":"ExcludeFromNetting",
"FND_ACFF_SegmentName":"ExcludeFromNetting",
"FND_ACFF_ValueSetInfo":"JE_YES_NO#TABLE",
"controlType":"check_box",
"includeInCompactView":true,
"FND_ACFF_IsGlobal":"true",
"FND_ACFF_DVT":"C",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_CheckboxCheckedValue":"Y",
"FND_ACFF_IsGlobalDisplay":"true",
"FND_ACFF_PreferredDisplayType":"CHECKBOX"
},
"x-oj":{
"componentType":"oj-sp-flex-checkbox",
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"CustomerTrxId":{
"type":"integer",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":"18",
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"TransactionStatus":{
"title":"Transaction Status",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"TransactionStatus_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"ORA_JEES_TRANSACTION_STATUS#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_OpenIdentifier":"TransactionStatus",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_SegmentName":"TransactionStatus",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"TransactionStatus_Display":{
"title":"Transaction Status",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"TransactionStatus",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Transaction__Date":{
"title":"Transaction Date",
"type":"string",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_SegmentName":"Transaction Date",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"TaxAuthorityStatus_Display":{
"title":"Tax Authority Status",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"TaxAuthorityStatus",
"updateable":"false",
"controlType":"combo_lov",
"FND_ACFF_IsReadOnly":"true",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"DateLastUpdated":{
"title":"Date Last Updated",
"type":"string",
"format":"date",
"nullable":true,
"x-hints":{
"updateable":"false",
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"FND_ACFF_IsReadOnly":"true",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"DateLastUpdated",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_SegmentName":"DateLastUpdated",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Property__Location_Display":{
"title":"Property Location",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_Property__Location",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context_DisplayValue":{
"title":"Regional Information",
"type":"string",
"nullable":true,
"x-hints":{
"updateable":"false",
"DISPLAYHINT":"Hide",
"FND_ACFF_IsReadOnly":"true",
"FND_ACFF_AkaRealSegmentAttrName":"__FLEX_Context",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"DeliveryDateforTaxPointDate":{
"title":"Delivery Date for Tax Point Date",
"type":"string",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_IsGlobal":"true",
"FND_ACFF_OpenIdentifier":"DeliveryDateforTaxPointDate",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_IsGlobalDisplay":"true",
"FND_ACFF_SegmentName":"DeliveryDateforTaxPointDate",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Transmission__of__Property_Display":{
"title":"Transmission of Property Subject to VAT",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_Transmission__of__Property",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"links":{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
},
"_Property__Location":{
"title":"Property Location",
"type":"number",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_Property__Location_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"JEES_RENTED_LOCATION#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FND_ACFF_SegmentName":"Property Location",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context":{
"title":"Regional Information",
"maxLength":"30",
"type":"string",
"nullable":true,
"default":"JE_ES_MODELO415_347PR",
"x-hints":{
"FND_ACFF_AkaAttrName":"__FLEX_Context_DisplayValue",
"FND_ACFF_IsDiscriminator":"true",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FND_ACFF_ValueSetInfo":"JG_GDF_CONTEXTS_BY_COUNTRY#TABLE",
"controlType":"choice",
"includeInCompactView":true,
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"TaxAuthorityStatus":{
"title":"Tax Authority Status",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"TaxAuthorityStatus_Display",
"updateable":"false",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"ORA_JEES_TAX_AUTHORITY_STATUS#TABLE",
"FND_ACFF_IsReadOnly":"true",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_OpenIdentifier":"TaxAuthorityStatus",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_SegmentName":"TaxAuthorityStatus",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
}
}
}
Nested Schema : oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJE__5FIL__5FVAT__5FREPORTINGVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Regional Information
Maximum Length:30
Default Value:JE_IL_VAT_REPORTING
-
__FLEX_Context_DisplayValue: string
Title:
Regional Information
-
_Tax__Authority__Reference__Group: string
Title:
Reference Group
Maximum Length:240
-
CustomerTrxId: integer
(int64)
-
DeliveryDateforTaxPointDate: string
(date)
Title:
Delivery Date for Tax Point Date
-
ExcludeFromNetting: string
Title:
Exclude From Netting
Maximum Length:240
-
JExILallocationNumber: string
Title:
Allocation Number
Maximum Length:240
-
links: array
Links
Title:
Links
The link relations associated with the resource instance.
{
"type":"object",
"properties":{
"_Tax__Authority__Reference__Group":{
"title":"Reference Group",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"ORA_JG_CHARACTER_L4#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_DV":"0000",
"FND_ACFF_DVT":"C",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"4",
"FND_ACFF_SegmentName":"Tax Authority Reference Group",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context_DisplayValue":{
"title":"Regional Information",
"type":"string",
"nullable":true,
"x-hints":{
"updateable":"false",
"DISPLAYHINT":"Hide",
"FND_ACFF_IsReadOnly":"true",
"FND_ACFF_AkaRealSegmentAttrName":"__FLEX_Context",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"DeliveryDateforTaxPointDate":{
"title":"Delivery Date for Tax Point Date",
"type":"string",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_IsGlobal":"true",
"FND_ACFF_OpenIdentifier":"DeliveryDateforTaxPointDate",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_IsGlobalDisplay":"true",
"FND_ACFF_SegmentName":"DeliveryDateforTaxPointDate",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"ExcludeFromNetting":{
"title":"Exclude From Netting",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_CheckboxUncheckedValue":"N",
"FND_ACFF_DV":"N",
"FND_ACFF_OpenIdentifier":"ExcludeFromNetting",
"FND_ACFF_SegmentName":"ExcludeFromNetting",
"FND_ACFF_ValueSetInfo":"JE_YES_NO#TABLE",
"controlType":"check_box",
"includeInCompactView":true,
"FND_ACFF_IsGlobal":"true",
"FND_ACFF_DVT":"C",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_CheckboxCheckedValue":"Y",
"FND_ACFF_IsGlobalDisplay":"true",
"FND_ACFF_PreferredDisplayType":"CHECKBOX"
},
"x-oj":{
"componentType":"oj-sp-flex-checkbox",
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"CustomerTrxId":{
"type":"integer",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":"18",
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"links":{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
},
"JExILallocationNumber":{
"title":"Allocation Number",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JG_CHARACTER_L40#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"JExILallocationNumber",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"40",
"FND_ACFF_SegmentName":"AllocationNumber",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context":{
"title":"Regional Information",
"maxLength":"30",
"type":"string",
"nullable":true,
"default":"JE_IL_VAT_REPORTING",
"x-hints":{
"FND_ACFF_AkaAttrName":"__FLEX_Context_DisplayValue",
"FND_ACFF_IsDiscriminator":"true",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FND_ACFF_ValueSetInfo":"JG_GDF_CONTEXTS_BY_COUNTRY#TABLE",
"controlType":"choice",
"includeInCompactView":true,
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
}
}
}
Nested Schema : oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJE__5FIT__5FESL__5FOF__5FSERVICESVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Regional Information
Maximum Length:30
Default Value:JE_IT_ESL_OF_SERVICES
-
__FLEX_Context_DisplayValue: string
Title:
Regional Information
-
_Reporting__Payment__Country: string
Title:
Reporting Receipt Country
Maximum Length:240
-
_Reporting__Payment__Country_Display: string
Title:
Reporting Receipt Country
-
_Reporting__Payment__Method: string
Title:
Reporting Receipt Method
Maximum Length:240
-
_Reporting__Payment__Method_Display: string
Title:
Reporting Receipt Method
-
_Service__Code: string
Title:
Service Code
Maximum Length:240
-
_Service__Code_Display: string
Title:
Service Code
-
_Service__Mode: string
Title:
Service Mode
Maximum Length:240
-
_Service__Mode_Display: string
Title:
Service Mode
-
CustomerTrxId: integer
(int64)
-
DeliveryDateforTaxPointDate: string
(date)
Title:
Delivery Date for Tax Point Date
-
EDeclarationId: string
Title:
Electronic Declaration ID
Maximum Length:240
-
ErrorCode: string
Title:
Error Code
Maximum Length:240
-
ExcludeFromNetting: string
Title:
Exclude From Netting
Maximum Length:240
-
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
ReportingExclusionIndicator: string
Title:
Reporting Exclusion Indicator
Maximum Length:240
-
ReportingExclusionIndicator_Display: string
Title:
Reporting Exclusion Indicator
-
vatNotExposed: string
Title:
VAT Not Exposed
Maximum Length:240
-
vatNotExposed_Display: string
Title:
VAT Not Exposed
{
"type":"object",
"properties":{
"_Service__Code":{
"title":"Service Code",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_Service__Code_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"JG_ESL_EPL_SERVICE_CODE#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_SegmentName":"Service Code",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Reporting__Payment__Method_Display":{
"title":"Reporting Receipt Method",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_Reporting__Payment__Method",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Reporting__Payment__Country_Display":{
"title":"Reporting Receipt Country",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_Reporting__Payment__Country",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Service__Code_Display":{
"title":"Service Code",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_Service__Code",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"EDeclarationId":{
"title":"Electronic Declaration ID",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"updateable":"false",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"ORA_JG_CHAR_NUMERIC_L18#FORMAT_ONLY",
"FND_ACFF_IsNumericOnly":"true",
"FND_ACFF_IsReadOnly":"true",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"EDeclarationId",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"18",
"FND_ACFF_SegmentName":"EDeclarationId",
"FND_ACFF_PreferredDisplayType":"HIDDEN"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"ExcludeFromNetting":{
"title":"Exclude From Netting",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_CheckboxUncheckedValue":"N",
"FND_ACFF_DV":"N",
"FND_ACFF_OpenIdentifier":"ExcludeFromNetting",
"FND_ACFF_SegmentName":"ExcludeFromNetting",
"FND_ACFF_ValueSetInfo":"JE_YES_NO#TABLE",
"controlType":"check_box",
"includeInCompactView":true,
"FND_ACFF_IsGlobal":"true",
"FND_ACFF_DVT":"C",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_CheckboxCheckedValue":"Y",
"FND_ACFF_IsGlobalDisplay":"true",
"FND_ACFF_PreferredDisplayType":"CHECKBOX"
},
"x-oj":{
"componentType":"oj-sp-flex-checkbox",
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"CustomerTrxId":{
"type":"integer",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":"18",
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"vatNotExposed":{
"title":"VAT Not Exposed",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"vatNotExposed_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"JE_YES_NO#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_OpenIdentifier":"vatNotExposed",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_SegmentName":"VatNotExposed",
"FND_ACFF_HelpText":"VAT not exposed document",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Service__Mode_Display":{
"title":"Service Mode",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_Service__Mode",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"ReportingExclusionIndicator":{
"title":"Reporting Exclusion Indicator",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"ReportingExclusionIndicator_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"JE_YES_NO#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_OpenIdentifier":"ReportingExclusionIndicator",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_SegmentName":"ReportingExclusionIndicator",
"FND_ACFF_HelpText":"Exclude from Invoice Electronic Listing.",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"ReportingExclusionIndicator_Display":{
"title":"Reporting Exclusion Indicator",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"ReportingExclusionIndicator",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_HelpText":"Exclude from Invoice Electronic Listing.",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"vatNotExposed_Display":{
"title":"VAT Not Exposed",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"vatNotExposed",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_HelpText":"VAT not exposed document",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context_DisplayValue":{
"title":"Regional Information",
"type":"string",
"nullable":true,
"x-hints":{
"updateable":"false",
"DISPLAYHINT":"Hide",
"FND_ACFF_IsReadOnly":"true",
"FND_ACFF_AkaRealSegmentAttrName":"__FLEX_Context",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"DeliveryDateforTaxPointDate":{
"title":"Delivery Date for Tax Point Date",
"type":"string",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_IsGlobal":"true",
"FND_ACFF_OpenIdentifier":"DeliveryDateforTaxPointDate",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_IsGlobalDisplay":"true",
"FND_ACFF_SegmentName":"DeliveryDateforTaxPointDate",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"links":{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
},
"_Reporting__Payment__Method":{
"title":"Reporting Receipt Method",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_Reporting__Payment__Method_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"JG_ESL_EPL_RCPT_PYMT_MODE#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_SegmentName":"Reporting Payment Method",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"ErrorCode":{
"title":"Error Code",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"updateable":"false",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"JG_CHARACTER_L40#FORMAT_ONLY",
"FND_ACFF_IsReadOnly":"true",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"ErrorCode",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"40",
"FND_ACFF_SegmentName":"ErrorCode",
"FND_ACFF_PreferredDisplayType":"HIDDEN"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Reporting__Payment__Country":{
"title":"Reporting Receipt Country",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_Reporting__Payment__Country_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"JG_ESL_EPL_ISO_COUNTRY_CODE#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_SegmentName":"Reporting Payment Country",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Service__Mode":{
"title":"Service Mode",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_Service__Mode_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"JG_ESL_EPL_SERVICE_MODE#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_SegmentName":"Service Mode",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context":{
"title":"Regional Information",
"maxLength":"30",
"type":"string",
"nullable":true,
"default":"JE_IT_ESL_OF_SERVICES",
"x-hints":{
"FND_ACFF_AkaAttrName":"__FLEX_Context_DisplayValue",
"FND_ACFF_IsDiscriminator":"true",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FND_ACFF_ValueSetInfo":"JG_GDF_CONTEXTS_BY_COUNTRY#TABLE",
"controlType":"choice",
"includeInCompactView":true,
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
}
}
}
Nested Schema : oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExBGAdditionalInfoVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Regional Information
Maximum Length:30
Default Value:JExBGAdditionalInfo
-
__FLEX_Context_DisplayValue: string
Title:
Regional Information
-
CustomerTrxId: integer
(int64)
-
DeliveryDateforTaxPointDate: string
(date)
Title:
Delivery Date for Tax Point Date
-
ExcludeFromNetting: string
Title:
Exclude From Netting
Maximum Length:240
-
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
TaxPointDate: string
(date)
Title:
Adjusted Tax Point Date
{
"type":"object",
"properties":{
"__FLEX_Context_DisplayValue":{
"title":"Regional Information",
"type":"string",
"nullable":true,
"x-hints":{
"updateable":"false",
"DISPLAYHINT":"Hide",
"FND_ACFF_IsReadOnly":"true",
"FND_ACFF_AkaRealSegmentAttrName":"__FLEX_Context",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"DeliveryDateforTaxPointDate":{
"title":"Delivery Date for Tax Point Date",
"type":"string",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_IsGlobal":"true",
"FND_ACFF_OpenIdentifier":"DeliveryDateforTaxPointDate",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_IsGlobalDisplay":"true",
"FND_ACFF_SegmentName":"DeliveryDateforTaxPointDate",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"ExcludeFromNetting":{
"title":"Exclude From Netting",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_CheckboxUncheckedValue":"N",
"FND_ACFF_DV":"N",
"FND_ACFF_OpenIdentifier":"ExcludeFromNetting",
"FND_ACFF_SegmentName":"ExcludeFromNetting",
"FND_ACFF_ValueSetInfo":"JE_YES_NO#TABLE",
"controlType":"check_box",
"includeInCompactView":true,
"FND_ACFF_IsGlobal":"true",
"FND_ACFF_DVT":"C",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_CheckboxCheckedValue":"Y",
"FND_ACFF_IsGlobalDisplay":"true",
"FND_ACFF_PreferredDisplayType":"CHECKBOX"
},
"x-oj":{
"componentType":"oj-sp-flex-checkbox",
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"CustomerTrxId":{
"type":"integer",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":"18",
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"TaxPointDate":{
"title":"Adjusted Tax Point Date",
"type":"string",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"TaxPointDate",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_SegmentName":"TaxPointDate",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"links":{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
},
"__FLEX_Context":{
"title":"Regional Information",
"maxLength":"30",
"type":"string",
"nullable":true,
"default":"JExBGAdditionalInfo",
"x-hints":{
"FND_ACFF_AkaAttrName":"__FLEX_Context_DisplayValue",
"FND_ACFF_IsDiscriminator":"true",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FND_ACFF_ValueSetInfo":"JG_GDF_CONTEXTS_BY_COUNTRY#TABLE",
"controlType":"choice",
"includeInCompactView":true,
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
}
}
}
Nested Schema : oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExCZAdditionalInfoVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Regional Information
Maximum Length:30
Default Value:JExCZAdditionalInfo
-
__FLEX_Context_DisplayValue: string
Title:
Regional Information
-
CustomerTrxId: integer
(int64)
-
DeliveryDateforTaxPointDate: string
(date)
Title:
Delivery Date for Tax Point Date
-
ExcludeFromNetting: string
Title:
Exclude From Netting
Maximum Length:240
-
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
TaxPointDate: string
(date)
Title:
Adjusted Tax Point Date
{
"type":"object",
"properties":{
"__FLEX_Context_DisplayValue":{
"title":"Regional Information",
"type":"string",
"nullable":true,
"x-hints":{
"updateable":"false",
"DISPLAYHINT":"Hide",
"FND_ACFF_IsReadOnly":"true",
"FND_ACFF_AkaRealSegmentAttrName":"__FLEX_Context",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"DeliveryDateforTaxPointDate":{
"title":"Delivery Date for Tax Point Date",
"type":"string",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_IsGlobal":"true",
"FND_ACFF_OpenIdentifier":"DeliveryDateforTaxPointDate",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_IsGlobalDisplay":"true",
"FND_ACFF_SegmentName":"DeliveryDateforTaxPointDate",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"ExcludeFromNetting":{
"title":"Exclude From Netting",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_CheckboxUncheckedValue":"N",
"FND_ACFF_DV":"N",
"FND_ACFF_OpenIdentifier":"ExcludeFromNetting",
"FND_ACFF_SegmentName":"ExcludeFromNetting",
"FND_ACFF_ValueSetInfo":"JE_YES_NO#TABLE",
"controlType":"check_box",
"includeInCompactView":true,
"FND_ACFF_IsGlobal":"true",
"FND_ACFF_DVT":"C",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_CheckboxCheckedValue":"Y",
"FND_ACFF_IsGlobalDisplay":"true",
"FND_ACFF_PreferredDisplayType":"CHECKBOX"
},
"x-oj":{
"componentType":"oj-sp-flex-checkbox",
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"CustomerTrxId":{
"type":"integer",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":"18",
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"TaxPointDate":{
"title":"Adjusted Tax Point Date",
"type":"string",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"TaxPointDate",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_SegmentName":"TaxPointDate",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"links":{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
},
"__FLEX_Context":{
"title":"Regional Information",
"maxLength":"30",
"type":"string",
"nullable":true,
"default":"JExCZAdditionalInfo",
"x-hints":{
"FND_ACFF_AkaAttrName":"__FLEX_Context_DisplayValue",
"FND_ACFF_IsDiscriminator":"true",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FND_ACFF_ValueSetInfo":"JG_GDF_CONTEXTS_BY_COUNTRY#TABLE",
"controlType":"choice",
"includeInCompactView":true,
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
}
}
}
Nested Schema : oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExESOnlineVatReportingVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Regional Information
Maximum Length:30
Default Value:JExESOnlineVatReporting
-
__FLEX_Context_DisplayValue: string
Title:
Regional Information
-
BillingAgreementNumber: string
Title:
Billing Agreement Number
Maximum Length:240
-
CorrectionPeriod: string
Title:
Correction Period
Maximum Length:240
-
CorrectionYear: string
Title:
Correction Year
Maximum Length:240
-
CustomerTrxId: integer
(int64)
-
DateLastUpdated: string
(date)
Title:
Date Last Updated
-
DateTransactionPerformed: string
(date)
Title:
Date Transaction Performed
-
DeliveryDateforTaxPointDate: string
(date)
Title:
Delivery Date for Tax Point Date
-
DocumentTypeOverride: string
Title:
Document Type Override
Maximum Length:240
-
DocumentTypeOverride_Display: string
Title:
Document Type Override
-
ExcludeFromNetting: string
Title:
Exclude From Netting
Maximum Length:240
-
IntraEUDeclaredKey: string
Title:
Intra - EU Declared Key
Maximum Length:240
-
IntraEUDeclaredKey_Display: string
Title:
Intra - EU Declared Key
-
IntraEUSubtype: string
Title:
Intra - EU Subtype
Maximum Length:240
-
IntraEUSubtype_Display: string
Title:
Intra - EU Subtype
-
InvoiceRecordingDate: string
(date)
Title:
Invoice Recording Date
-
InvoiceWithNoCounterpart: string
Title:
Invoice with No Counterpart
Maximum Length:240
-
InvoiceWithNoCounterpart_Display: string
Title:
Invoice with No Counterpart
-
LastDocumentNumberOfSummaryInv: string
Title:
Last Document Number of Summary Invoice
Maximum Length:240
-
LateSubmission: string
Title:
Late Submission
Maximum Length:240
-
LateSubmission_Display: string
Title:
Late Submission
-
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
MessageCode: string
Title:
Message Code
Maximum Length:240
-
MessageDescription: string
Title:
Message Description
Maximum Length:240
-
OriginalInvoiceNumber: number
Title:
Original Invoice Number
-
OriginalInvoiceNumber_Display: string
Title:
Original Invoice Number
-
PropertyLocation: number
Title:
Property Location
-
PropertyLocation_Display: string
Title:
Property Location
-
RegisterType: string
Title:
Register Type
Maximum Length:240
-
RegisterType_Display: string
Title:
Register Type
-
SimplifiedInvoice: string
Title:
Simplified Invoice
Maximum Length:240
-
SimplifiedInvoice_Display: string
Title:
Simplified Invoice
-
SpecialRegime: string
Title:
Special Regime
Maximum Length:240
-
SpecialRegime_Display: string
Title:
Special Regime
-
TaxAuthorityStatus: string
Title:
Tax Authority Status
Maximum Length:240
-
TaxAuthorityStatus_Display: string
Title:
Tax Authority Status
-
ThirdPartyInvoice: string
Title:
Third Party Invoice
Maximum Length:240
-
ThirdPartyInvoice_Display: string
Title:
Third Party Invoice
-
TransactionDate: string
(date)
Title:
Transaction Date
-
TransactionStatus: string
Title:
Transaction Status
Maximum Length:240
-
TransactionStatus_Display: string
Title:
Transaction Status
-
TransactiontransactionDeadline: number
Title:
Transaction Deadline
-
TransmissionOfPropertySubjectT: string
Title:
Transmission of Property Subject to VAT
Maximum Length:240
-
TransmissionOfPropertySubjectT_Display: string
Title:
Transmission of Property Subject to VAT
-
YearOfAmountReceivedInCash: string
Title:
Year of Amount Received in Cash
Maximum Length:240
{
"type":"object",
"properties":{
"ThirdPartyInvoice":{
"title":"Third Party Invoice",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"ThirdPartyInvoice_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"JE_YES_NO#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_OpenIdentifier":"ThirdPartyInvoice",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_SegmentName":"ThirdPartyInvoice",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"PropertyLocation_Display":{
"title":"Property Location",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"PropertyLocation",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"CorrectionYear":{
"title":"Correction Year",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_YEARYYYY#FORMAT_ONLY",
"FND_ACFF_IsNumericOnly":"true",
"includeInCompactView":true,
"FND_ACFF_MinimumValue":"1900",
"FND_ACFF_OpenIdentifier":"CorrectionYear",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"4",
"FND_ACFF_MaximumValue":"4012",
"FND_ACFF_SegmentName":"CorrectionYear",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"LastDocumentNumberOfSummaryInv":{
"title":"Last Document Number of Summary Invoice",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JG_CHARACTER_L150#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"LastDocumentNumberOfSummaryInv",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"150",
"FND_ACFF_SegmentName":"LastDocumentNumberOfSummaryInv",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"ExcludeFromNetting":{
"title":"Exclude From Netting",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_CheckboxUncheckedValue":"N",
"FND_ACFF_DV":"N",
"FND_ACFF_OpenIdentifier":"ExcludeFromNetting",
"FND_ACFF_SegmentName":"ExcludeFromNetting",
"FND_ACFF_ValueSetInfo":"JE_YES_NO#TABLE",
"controlType":"check_box",
"includeInCompactView":true,
"FND_ACFF_IsGlobal":"true",
"FND_ACFF_DVT":"C",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_CheckboxCheckedValue":"Y",
"FND_ACFF_IsGlobalDisplay":"true",
"FND_ACFF_PreferredDisplayType":"CHECKBOX"
},
"x-oj":{
"componentType":"oj-sp-flex-checkbox",
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"TransactionStatus":{
"title":"Transaction Status",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"TransactionStatus_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"ORA_JEES_TRANSACTION_STATUS#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_OpenIdentifier":"TransactionStatus",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_SegmentName":"TransactionStatus",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"TransactionStatus_Display":{
"title":"Transaction Status",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"TransactionStatus",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"LateSubmission":{
"title":"Late Submission",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"LateSubmission_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"JE_YES_NO#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_OpenIdentifier":"LateSubmission",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_SegmentName":"LateSubmission",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"BillingAgreementNumber":{
"title":"Billing Agreement Number",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"ORA_JG_CHARACTERS_L15#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"BillingAgreementNumber",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"15",
"FND_ACFF_SegmentName":"BillingAgreementNumber",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"TaxAuthorityStatus_Display":{
"title":"Tax Authority Status",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"TaxAuthorityStatus",
"updateable":"false",
"controlType":"combo_lov",
"FND_ACFF_IsReadOnly":"true",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"SimplifiedInvoice_Display":{
"title":"Simplified Invoice",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"SimplifiedInvoice",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"InvoiceWithNoCounterpart":{
"title":"Invoice with No Counterpart",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"InvoiceWithNoCounterpart_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"JE_YES_NO#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_OpenIdentifier":"InvoiceWithNoCounterpart",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_SegmentName":"InvoiceWithNoCounterpart",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"DateLastUpdated":{
"title":"Date Last Updated",
"type":"string",
"format":"date",
"nullable":true,
"x-hints":{
"updateable":"false",
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"FND_ACFF_IsReadOnly":"true",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"DateLastUpdated",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_SegmentName":"DateLastUpdated",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"IntraEUSubtype_Display":{
"title":"Intra - EU Subtype",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"IntraEUSubtype",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"TransmissionOfPropertySubjectT_Display":{
"title":"Transmission of Property Subject to VAT",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"TransmissionOfPropertySubjectT",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"SimplifiedInvoice":{
"title":"Simplified Invoice",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"SimplifiedInvoice_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"JE_YES_NO#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_OpenIdentifier":"SimplifiedInvoice",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_SegmentName":"SimplifiedInvoice",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"DateTransactionPerformed":{
"title":"Date Transaction Performed",
"type":"string",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"DateTransactionPerformed",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_SegmentName":"DateTransactionPerformed",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"LateSubmission_Display":{
"title":"Late Submission",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"LateSubmission",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"InvoiceRecordingDate":{
"title":"Invoice Recording Date",
"type":"string",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"InvoiceRecordingDate",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_SegmentName":"InvoiceRecordingDate",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"links":{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
},
"IntraEUDeclaredKey":{
"title":"Intra - EU Declared Key",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"IntraEUDeclaredKey_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"ORA_JEES_INTRAEU_DECLARED_KEY#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_OpenIdentifier":"IntraEUDeclaredKey",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_SegmentName":"IntraEUDeclaredKey",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"RegisterType":{
"title":"Register Type",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"RegisterType_Display",
"updateable":"false",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"ORA_JEES_REGISTER_TYPE#TABLE",
"FND_ACFF_IsReadOnly":"true",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_OpenIdentifier":"RegisterType",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_SegmentName":"RegisterType",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"YearOfAmountReceivedInCash":{
"title":"Year of Amount Received in Cash",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_YEARYYYY#FORMAT_ONLY",
"FND_ACFF_IsNumericOnly":"true",
"includeInCompactView":true,
"FND_ACFF_MinimumValue":"1900",
"FND_ACFF_OpenIdentifier":"YearOfAmountReceivedInCash",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"4",
"FND_ACFF_MaximumValue":"4012",
"FND_ACFF_SegmentName":"YearOfAmountReceivedInCash",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context":{
"title":"Regional Information",
"maxLength":"30",
"type":"string",
"nullable":true,
"default":"JExESOnlineVatReporting",
"x-hints":{
"FND_ACFF_AkaAttrName":"__FLEX_Context_DisplayValue",
"FND_ACFF_IsDiscriminator":"true",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FND_ACFF_ValueSetInfo":"JG_GDF_CONTEXTS_BY_COUNTRY#TABLE",
"controlType":"choice",
"includeInCompactView":true,
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"TransactionDate":{
"title":"Transaction Date",
"type":"string",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"TransactionDate",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_SegmentName":"TransactionDate",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"SpecialRegime":{
"title":"Special Regime",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"SpecialRegime_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"ORA_JEES_ISS_SPECIAL_REGIME#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_OpenIdentifier":"SpecialRegime",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_SegmentName":"SpecialRegime",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"MessageCode":{
"title":"Message Code",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"updateable":"false",
"FND_ACFF_ValueSetInfo":"JG_CHARACTER_L150#FORMAT_ONLY",
"FND_ACFF_IsReadOnly":"true",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"MessageCode",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"150",
"FND_ACFF_SegmentName":"MessageCode",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"MessageDescription":{
"title":"Message Description",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"updateable":"false",
"FND_ACFF_ValueSetInfo":"JG_CHARACTER_L150#FORMAT_ONLY",
"FND_ACFF_IsReadOnly":"true",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"MessageDescription",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"150",
"FND_ACFF_SegmentName":"MessageDescription",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"CustomerTrxId":{
"type":"integer",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":"18",
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"RegisterType_Display":{
"title":"Register Type",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"RegisterType",
"updateable":"false",
"controlType":"combo_lov",
"FND_ACFF_IsReadOnly":"true",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"TransmissionOfPropertySubjectT":{
"title":"Transmission of Property Subject to VAT",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"TransmissionOfPropertySubjectT_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"JE_YES_NO#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_OpenIdentifier":"TransmissionOfPropertySubjectT",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_SegmentName":"TransmissionOfPropertySubjectT",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"DocumentTypeOverride_Display":{
"title":"Document Type Override",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"DocumentTypeOverride",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"OriginalInvoiceNumber":{
"title":"Original Invoice Number",
"type":"number",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"OriginalInvoiceNumber_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_OpenIdentifier":"OriginalInvoiceNumber",
"FlexClientVar_flex_vst_bind3_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind2_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FND_ACFF_SegmentName":"OriginalInvoiceNumber",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_ValueSetInfo":"ORA_JEES_ORIG_TRX_NUM#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.InvoiceDate",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.CustomerTrxId",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.BillToSiteUseId",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"OriginalInvoiceNumber_Display":{
"title":"Original Invoice Number",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"OriginalInvoiceNumber",
"FlexClientVar_flex_vst_bind3_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind2_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.InvoiceDate",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.CustomerTrxId",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.BillToSiteUseId",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"IntraEUDeclaredKey_Display":{
"title":"Intra - EU Declared Key",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"IntraEUDeclaredKey",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"InvoiceWithNoCounterpart_Display":{
"title":"Invoice with No Counterpart",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"InvoiceWithNoCounterpart",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"PropertyLocation":{
"title":"Property Location",
"type":"number",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"PropertyLocation_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"JEES_RENTED_LOCATION#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_OpenIdentifier":"PropertyLocation",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FND_ACFF_SegmentName":"PropertyLocation",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context_DisplayValue":{
"title":"Regional Information",
"type":"string",
"nullable":true,
"x-hints":{
"updateable":"false",
"DISPLAYHINT":"Hide",
"FND_ACFF_IsReadOnly":"true",
"FND_ACFF_AkaRealSegmentAttrName":"__FLEX_Context",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"SpecialRegime_Display":{
"title":"Special Regime",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"SpecialRegime",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"DocumentTypeOverride":{
"title":"Document Type Override",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"DocumentTypeOverride_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"ORA_JEES_DOC_TYPE_OVERRIDE#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_OpenIdentifier":"DocumentTypeOverride",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_SegmentName":"DocumentTypeOverride",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"DeliveryDateforTaxPointDate":{
"title":"Delivery Date for Tax Point Date",
"type":"string",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_IsGlobal":"true",
"FND_ACFF_OpenIdentifier":"DeliveryDateforTaxPointDate",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_IsGlobalDisplay":"true",
"FND_ACFF_SegmentName":"DeliveryDateforTaxPointDate",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"TransactiontransactionDeadline":{
"title":"Transaction Deadline",
"type":"number",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_SRS_NUMBER3#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_MinimumValue":"1",
"FND_ACFF_OpenIdentifier":"TransactiontransactionDeadline",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FND_ACFF_MaximumValue":"999",
"FND_ACFF_SegmentName":"TransactionDeadline",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"CorrectionPeriod":{
"title":"Correction Period",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_PERIOD_349#TABLE",
"controlType":"combo_lov",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"CorrectionPeriod",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_SegmentName":"CorrectionPeriod",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"TaxAuthorityStatus":{
"title":"Tax Authority Status",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"TaxAuthorityStatus_Display",
"updateable":"false",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"ORA_JEES_TAX_AUTHORITY_STATUS#TABLE",
"FND_ACFF_IsReadOnly":"true",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_OpenIdentifier":"TaxAuthorityStatus",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_SegmentName":"TaxAuthorityStatus",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"ThirdPartyInvoice_Display":{
"title":"Third Party Invoice",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"ThirdPartyInvoice",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"IntraEUSubtype":{
"title":"Intra - EU Subtype",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"IntraEUSubtype_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"ORA_JEES_INTRAEU_SUBTYPE#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_OpenIdentifier":"IntraEUSubtype",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_SegmentName":"IntraEUSubtype",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
}
}
}
Nested Schema : oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExHRAdditionalInfoVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Regional Information
Maximum Length:30
Default Value:JExHRAdditionalInfo
-
__FLEX_Context_DisplayValue: string
Title:
Regional Information
-
CustomerTrxId: integer
(int64)
-
DeliveryDateforTaxPointDate: string
(date)
Title:
Delivery Date for Tax Point Date
-
ExcludeFromNetting: string
Title:
Exclude From Netting
Maximum Length:240
-
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
TaxPointDate: string
(date)
Title:
Adjusted Tax Point Date
{
"type":"object",
"properties":{
"__FLEX_Context_DisplayValue":{
"title":"Regional Information",
"type":"string",
"nullable":true,
"x-hints":{
"updateable":"false",
"DISPLAYHINT":"Hide",
"FND_ACFF_IsReadOnly":"true",
"FND_ACFF_AkaRealSegmentAttrName":"__FLEX_Context",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"DeliveryDateforTaxPointDate":{
"title":"Delivery Date for Tax Point Date",
"type":"string",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_IsGlobal":"true",
"FND_ACFF_OpenIdentifier":"DeliveryDateforTaxPointDate",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_IsGlobalDisplay":"true",
"FND_ACFF_SegmentName":"DeliveryDateforTaxPointDate",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"ExcludeFromNetting":{
"title":"Exclude From Netting",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_CheckboxUncheckedValue":"N",
"FND_ACFF_DV":"N",
"FND_ACFF_OpenIdentifier":"ExcludeFromNetting",
"FND_ACFF_SegmentName":"ExcludeFromNetting",
"FND_ACFF_ValueSetInfo":"JE_YES_NO#TABLE",
"controlType":"check_box",
"includeInCompactView":true,
"FND_ACFF_IsGlobal":"true",
"FND_ACFF_DVT":"C",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_CheckboxCheckedValue":"Y",
"FND_ACFF_IsGlobalDisplay":"true",
"FND_ACFF_PreferredDisplayType":"CHECKBOX"
},
"x-oj":{
"componentType":"oj-sp-flex-checkbox",
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"CustomerTrxId":{
"type":"integer",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":"18",
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"TaxPointDate":{
"title":"Adjusted Tax Point Date",
"type":"string",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"TaxPointDate",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_SegmentName":"TaxPointDate",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"links":{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
},
"__FLEX_Context":{
"title":"Regional Information",
"maxLength":"30",
"type":"string",
"nullable":true,
"default":"JExHRAdditionalInfo",
"x-hints":{
"FND_ACFF_AkaAttrName":"__FLEX_Context_DisplayValue",
"FND_ACFF_IsDiscriminator":"true",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FND_ACFF_ValueSetInfo":"JG_GDF_CONTEXTS_BY_COUNTRY#TABLE",
"controlType":"choice",
"includeInCompactView":true,
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
}
}
}
Nested Schema : oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExHUAdditionalInfoVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Regional Information
Maximum Length:30
Default Value:JExHUAdditionalInfo
-
__FLEX_Context_DisplayValue: string
Title:
Regional Information
-
CustomerTrxId: integer
(int64)
-
DeliveryDateforTaxPointDate: string
(date)
Title:
Delivery Date for Tax Point Date
-
ExcludeFromNetting: string
Title:
Exclude From Netting
Maximum Length:240
-
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
TaxPointDate: string
(date)
Title:
Adjusted Tax Point Date
{
"type":"object",
"properties":{
"__FLEX_Context_DisplayValue":{
"title":"Regional Information",
"type":"string",
"nullable":true,
"x-hints":{
"updateable":"false",
"DISPLAYHINT":"Hide",
"FND_ACFF_IsReadOnly":"true",
"FND_ACFF_AkaRealSegmentAttrName":"__FLEX_Context",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"DeliveryDateforTaxPointDate":{
"title":"Delivery Date for Tax Point Date",
"type":"string",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_IsGlobal":"true",
"FND_ACFF_OpenIdentifier":"DeliveryDateforTaxPointDate",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_IsGlobalDisplay":"true",
"FND_ACFF_SegmentName":"DeliveryDateforTaxPointDate",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"ExcludeFromNetting":{
"title":"Exclude From Netting",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_CheckboxUncheckedValue":"N",
"FND_ACFF_DV":"N",
"FND_ACFF_OpenIdentifier":"ExcludeFromNetting",
"FND_ACFF_SegmentName":"ExcludeFromNetting",
"FND_ACFF_ValueSetInfo":"JE_YES_NO#TABLE",
"controlType":"check_box",
"includeInCompactView":true,
"FND_ACFF_IsGlobal":"true",
"FND_ACFF_DVT":"C",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_CheckboxCheckedValue":"Y",
"FND_ACFF_IsGlobalDisplay":"true",
"FND_ACFF_PreferredDisplayType":"CHECKBOX"
},
"x-oj":{
"componentType":"oj-sp-flex-checkbox",
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"CustomerTrxId":{
"type":"integer",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":"18",
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"TaxPointDate":{
"title":"Adjusted Tax Point Date",
"type":"string",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"TaxPointDate",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_SegmentName":"TaxPointDate",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"links":{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
},
"__FLEX_Context":{
"title":"Regional Information",
"maxLength":"30",
"type":"string",
"nullable":true,
"default":"JExHUAdditionalInfo",
"x-hints":{
"FND_ACFF_AkaAttrName":"__FLEX_Context_DisplayValue",
"FND_ACFF_IsDiscriminator":"true",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FND_ACFF_ValueSetInfo":"JG_GDF_CONTEXTS_BY_COUNTRY#TABLE",
"controlType":"choice",
"includeInCompactView":true,
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
}
}
}
Nested Schema : oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExPLAdditionalInfoVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Regional Information
Maximum Length:30
Default Value:JExPLAdditionalInfo
-
__FLEX_Context_DisplayValue: string
Title:
Regional Information
-
adjustedTaxPointDate: string
(date)
Title:
Adjusted Tax Point Date
-
CorrectionReason: string
Title:
Correction Reason
Maximum Length:240
-
CustomerTrxId: integer
(int64)
-
customsDocumentDate: string
(date)
Title:
Customs Document Date
-
customsDocumentNumber: string
Title:
Customs Document Number
Maximum Length:240
-
DeliveryDate: string
(date)
Title:
Delivery Date
-
DeliveryDateforTaxPointDate: string
(date)
Title:
Delivery Date for Tax Point Date
-
discountReason: string
Title:
Discount Reason
Maximum Length:240
-
ExcludeFromNetting: string
Title:
Exclude From Netting
Maximum Length:240
-
importingPartyName: string
Title:
Importing Party Name
Maximum Length:240
-
KsefNumber: string
Title:
KSeF number
Maximum Length:240
-
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
OriginalInvoice: number
Title:
Original Invoice
-
OriginalInvoice_Display: string
Title:
Original Invoice
-
PreviousInvoice: number
Title:
Previous Invoice
-
PreviousInvoice_Display: string
Title:
Previous Invoice
-
PrintStatus: string
Title:
Print Status
Maximum Length:240
-
PrintStatus_Display: string
Title:
Print Status
-
splitPayment: string
Title:
Split Payment
Maximum Length:240
-
splitPayment_Display: string
Title:
Split Payment
{
"type":"object",
"properties":{
"KsefNumber":{
"title":"KSeF number",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"ORA_JG_CHARACTER_L50#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"KsefNumber",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"50",
"FND_ACFF_SegmentName":"KsefNumber",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"CorrectionReason":{
"title":"Correction Reason",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JG_CHARACTER_L150#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"CorrectionReason",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"150",
"FND_ACFF_SegmentName":"CorrectionReason",
"FND_ACFF_PreferredDisplayType":"TEXT_AREA"
},
"x-oj":{
"componentType":"oj-text-area",
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"OriginalInvoice_Display":{
"title":"Original Invoice",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"OriginalInvoice",
"FlexClientVar_flex_vst_bind2_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.CustomerTrxId",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.BillToSiteUseId",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"ExcludeFromNetting":{
"title":"Exclude From Netting",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_CheckboxUncheckedValue":"N",
"FND_ACFF_DV":"N",
"FND_ACFF_OpenIdentifier":"ExcludeFromNetting",
"FND_ACFF_SegmentName":"ExcludeFromNetting",
"FND_ACFF_ValueSetInfo":"JE_YES_NO#TABLE",
"controlType":"check_box",
"includeInCompactView":true,
"FND_ACFF_IsGlobal":"true",
"FND_ACFF_DVT":"C",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_CheckboxCheckedValue":"Y",
"FND_ACFF_IsGlobalDisplay":"true",
"FND_ACFF_PreferredDisplayType":"CHECKBOX"
},
"x-oj":{
"componentType":"oj-sp-flex-checkbox",
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"CustomerTrxId":{
"type":"integer",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":"18",
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"splitPayment":{
"title":"Split Payment",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"splitPayment_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"JE_YES_NO#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_OpenIdentifier":"splitPayment",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_SegmentName":"SplitPayment",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"DeliveryDate":{
"title":"Delivery Date",
"type":"string",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"DeliveryDate",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_SegmentName":"DeliveryDate",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"PrintStatus_Display":{
"title":"Print Status",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"PrintStatus",
"updateable":"false",
"FND_ACFF_IsReadOnly":"true",
"FlexClientVar_flex_vst_bind2_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.CustomerTrxId",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.CustomerTrxId",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"PreviousInvoice_Display":{
"title":"Previous Invoice",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"PreviousInvoice",
"FlexClientVar_flex_vst_bind2_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.CustomerTrxId",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.BillToSiteUseId",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"customsDocumentDate":{
"title":"Customs Document Date",
"type":"string",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"customsDocumentDate",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_SegmentName":"CustomsDocumentDate",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"OriginalInvoice":{
"title":"Original Invoice",
"type":"number",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"OriginalInvoice_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_OpenIdentifier":"OriginalInvoice",
"FlexClientVar_flex_vst_bind2_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FND_ACFF_SegmentName":"OriginalInvoice",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_ValueSetInfo":"ORA_JEPL_CORRECTION_ORIG_INV#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.CustomerTrxId",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.BillToSiteUseId",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FlexClientVsBindVars":"flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context_DisplayValue":{
"title":"Regional Information",
"type":"string",
"nullable":true,
"x-hints":{
"updateable":"false",
"DISPLAYHINT":"Hide",
"FND_ACFF_IsReadOnly":"true",
"FND_ACFF_AkaRealSegmentAttrName":"__FLEX_Context",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"DeliveryDateforTaxPointDate":{
"title":"Delivery Date for Tax Point Date",
"type":"string",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_IsGlobal":"true",
"FND_ACFF_OpenIdentifier":"DeliveryDateforTaxPointDate",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_IsGlobalDisplay":"true",
"FND_ACFF_SegmentName":"DeliveryDateforTaxPointDate",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"adjustedTaxPointDate":{
"title":"Adjusted Tax Point Date",
"type":"string",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"adjustedTaxPointDate",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_SegmentName":"TaxPointDate",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"customsDocumentNumber":{
"title":"Customs Document Number",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JG_CHARACTER_L150#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"customsDocumentNumber",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"150",
"FND_ACFF_SegmentName":"CustomsDocumentNumber",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"discountReason":{
"title":"Discount Reason",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JG_CHARACTER_L150#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"discountReason",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"150",
"FND_ACFF_SegmentName":"DiscountReason",
"FND_ACFF_PreferredDisplayType":"TEXT_AREA"
},
"x-oj":{
"componentType":"oj-text-area",
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"links":{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
},
"PrintStatus":{
"title":"Print Status",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"PrintStatus_Display",
"updateable":"false",
"DISPLAYHINT":"Hide",
"FND_ACFF_IsReadOnly":"true",
"FND_ACFF_DV":"PCD",
"FND_ACFF_OpenIdentifier":"PrintStatus",
"FlexClientVar_flex_vst_bind2_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FND_ACFF_SegmentName":"PrintStatus",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_ValueSetInfo":"ORA_JEEU_PCD_PRINT_STATUS_AR#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.CustomerTrxId",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.CustomerTrxId",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_DVT":"C",
"FND_ACFF_JavaType":"java.lang.String",
"FlexClientVsBindVars":"flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"PreviousInvoice":{
"title":"Previous Invoice",
"type":"number",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"PreviousInvoice_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_OpenIdentifier":"PreviousInvoice",
"FlexClientVar_flex_vst_bind2_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FND_ACFF_SegmentName":"PreviousInvoice",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_ValueSetInfo":"ORA_JEPL_CORRECTION_PREV_INV#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.CustomerTrxId",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.BillToSiteUseId",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FlexClientVsBindVars":"flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"importingPartyName":{
"title":"Importing Party Name",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JG_CHARACTER_L150#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"importingPartyName",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"150",
"FND_ACFF_SegmentName":"ImportingPartyName",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"splitPayment_Display":{
"title":"Split Payment",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"splitPayment",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context":{
"title":"Regional Information",
"maxLength":"30",
"type":"string",
"nullable":true,
"default":"JExPLAdditionalInfo",
"x-hints":{
"FND_ACFF_AkaAttrName":"__FLEX_Context_DisplayValue",
"FND_ACFF_IsDiscriminator":"true",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FND_ACFF_ValueSetInfo":"JG_GDF_CONTEXTS_BY_COUNTRY#TABLE",
"controlType":"choice",
"includeInCompactView":true,
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
}
}
}
Nested Schema : oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExPTAdditionalInfoVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Regional Information
Maximum Length:30
Default Value:JExPTAdditionalInfo
-
__FLEX_Context_DisplayValue: string
Title:
Regional Information
-
atcud: string
Title:
ATCUD
Maximum Length:240
-
BillOfLading: string
Title:
Bill of Lading
Maximum Length:240
-
CertificationNumber: string
Title:
Certificate Number
Maximum Length:240
-
CustomerTrxId: integer
(int64)
-
DeliveryDateforTaxPointDate: string
(date)
Title:
Delivery Date for Tax Point Date
-
ExcludeFromNetting: string
Title:
Exclude From Netting
Maximum Length:240
-
ExternalHashKey: string
Title:
External Hash Key
Maximum Length:240
-
ExternalReferenceKey: string
Title:
External Reference Key
Maximum Length:240
-
ExternalTransactionAmount: string
Title:
External Transaction Amount
Maximum Length:240
-
ExternalTransactionDate: string
(date)
Title:
External Transaction Date
-
ExternalTransactionNumber: string
Title:
External Transaction Number
Maximum Length:240
-
HashControlValue: string
Title:
Hash Control Value
Maximum Length:240
-
HashValue: string
Title:
Hash Value
Maximum Length:240
-
InvoiceReference: number
Title:
Invoice Reference
-
InvoiceReference_Display: string
Title:
Invoice Reference
-
InvoiceStatus: string
Title:
Invoice Status
Maximum Length:240
-
InvoiceStatus_Display: string
Title:
Invoice Status
-
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
MultipleInvReferences: string
Title:
Multiple Invoice Reference
Maximum Length:240
-
PrintStatus: string
Title:
Print Status
Maximum Length:240
-
PrintStatus_Display: string
Title:
Print Status
-
ReferenceDateFrom: string
(date)
Title:
Reference Date From
-
ReferenceDateTo: string
(date)
Title:
Reference Date To
-
RefferenceApplType: string
Title:
Reference Application Type
Maximum Length:240
-
RefferenceApplType_Display: string
Title:
Reference Application Type
-
SourceSystemID: string
Title:
Source System ID
Maximum Length:240
-
SystemEntryDate: string
(date)
Title:
System Entry Date
{
"type":"object",
"properties":{
"InvoiceReference":{
"title":"Invoice Reference",
"type":"number",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"InvoiceReference_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_OpenIdentifier":"InvoiceReference",
"FlexClientVar_flex_vst_bind3_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind4_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind2_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FND_ACFF_SegmentName":"InvoiceReference",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_ValueSetInfo":"ORA_JEPT_INV_REF#TABLE",
"FlexClientVar_flex_vst_bind4_RQ":"true",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.InvoiceDate",
"FlexClientVar_flex_vst_bind4_VT":"PARAMETER.OrgId",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.InvoiceDate",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.BillToSiteUseId",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind4,flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"ExcludeFromNetting":{
"title":"Exclude From Netting",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_CheckboxUncheckedValue":"N",
"FND_ACFF_DV":"N",
"FND_ACFF_OpenIdentifier":"ExcludeFromNetting",
"FND_ACFF_SegmentName":"ExcludeFromNetting",
"FND_ACFF_ValueSetInfo":"JE_YES_NO#TABLE",
"controlType":"check_box",
"includeInCompactView":true,
"FND_ACFF_IsGlobal":"true",
"FND_ACFF_DVT":"C",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_CheckboxCheckedValue":"Y",
"FND_ACFF_IsGlobalDisplay":"true",
"FND_ACFF_PreferredDisplayType":"CHECKBOX"
},
"x-oj":{
"componentType":"oj-sp-flex-checkbox",
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"InvoiceStatus_Display":{
"title":"Invoice Status",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"InvoiceStatus",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_IsRequired":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"atcud":{
"title":"ATCUD",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"updateable":"false",
"FND_ACFF_ValueSetInfo":"JG_CHARACTER_L150#FORMAT_ONLY",
"FND_ACFF_IsReadOnly":"true",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"atcud",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"150",
"FND_ACFF_SegmentName":"ATCUD",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"BillOfLading":{
"title":"Bill of Lading",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"updateable":"false",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"JG_CHARACTER_L150#FORMAT_ONLY",
"FND_ACFF_IsReadOnly":"true",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"BillOfLading",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"150",
"FND_ACFF_SegmentName":"BillOfLading",
"FND_ACFF_PreferredDisplayType":"HIDDEN"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"InvoiceReference_Display":{
"title":"Invoice Reference",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"InvoiceReference",
"FlexClientVar_flex_vst_bind3_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind4_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind2_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"controlType":"combo_lov",
"FlexClientVar_flex_vst_bind4_RQ":"true",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.InvoiceDate",
"FlexClientVar_flex_vst_bind4_VT":"PARAMETER.OrgId",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.InvoiceDate",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.BillToSiteUseId",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind4,flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"ReferenceDateTo":{
"title":"Reference Date To",
"type":"string",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"ReferenceDateTo",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_SegmentName":"ReferenceDateTo",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"links":{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
},
"PrintStatus":{
"title":"Print Status",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"PrintStatus_Display",
"updateable":"false",
"DISPLAYHINT":"Hide",
"FND_ACFF_IsReadOnly":"true",
"FND_ACFF_DV":"PCD",
"FND_ACFF_OpenIdentifier":"PrintStatus",
"FlexClientVar_flex_vst_bind2_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FND_ACFF_SegmentName":"PrintStatus",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_ValueSetInfo":"ORA_JEEU_PCD_PRINT_STATUS_AR#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.CustomerTrxId",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.CustomerTrxId",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_DVT":"C",
"FND_ACFF_JavaType":"java.lang.String",
"FlexClientVsBindVars":"flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"SystemEntryDate":{
"title":"System Entry Date",
"type":"string",
"format":"date",
"nullable":true,
"x-hints":{
"updateable":"false",
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"FND_ACFF_IsReadOnly":"true",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"SystemEntryDate",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_SegmentName":"SystemEntryDate",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context":{
"title":"Regional Information",
"maxLength":"30",
"type":"string",
"nullable":true,
"default":"JExPTAdditionalInfo",
"x-hints":{
"FND_ACFF_AkaAttrName":"__FLEX_Context_DisplayValue",
"FND_ACFF_IsDiscriminator":"true",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FND_ACFF_ValueSetInfo":"JG_GDF_CONTEXTS_BY_COUNTRY#TABLE",
"controlType":"choice",
"includeInCompactView":true,
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"ExternalReferenceKey":{
"title":"External Reference Key",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"updateable":"false",
"FND_ACFF_ValueSetInfo":"ORA_JEPT_CHARACTER_L240#FORMAT_ONLY",
"FND_ACFF_IsReadOnly":"true",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"ExternalReferenceKey",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"240",
"FND_ACFF_SegmentName":"ExternalReferenceKey",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"RefferenceApplType_Display":{
"title":"Reference Application Type",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"RefferenceApplType",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"ExternalTransactionAmount":{
"title":"External Transaction Amount",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"updateable":"false",
"FND_ACFF_ValueSetInfo":"ORA_JEPT_CHARACTER_L240#FORMAT_ONLY",
"FND_ACFF_IsReadOnly":"true",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"ExternalTransactionAmount",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"240",
"FND_ACFF_SegmentName":"ExternalTransactionAmount",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"ExternalHashKey":{
"title":"External Hash Key",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"updateable":"false",
"FND_ACFF_ValueSetInfo":"ORA_JEPT_CHARACTER_L240#FORMAT_ONLY",
"FND_ACFF_IsReadOnly":"true",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"ExternalHashKey",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"240",
"FND_ACFF_SegmentName":"ExternalHashKey",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"CustomerTrxId":{
"type":"integer",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":"18",
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"PrintStatus_Display":{
"title":"Print Status",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"PrintStatus",
"updateable":"false",
"FND_ACFF_IsReadOnly":"true",
"FlexClientVar_flex_vst_bind2_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.CustomerTrxId",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.CustomerTrxId",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"SourceSystemID":{
"title":"Source System ID",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JG_CHARACTER_L150#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"SourceSystemID",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"150",
"FND_ACFF_SegmentName":"SourceSystemID",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"HashControlValue":{
"title":"Hash Control Value",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"updateable":"false",
"FND_ACFF_ValueSetInfo":"ORA_JEPT_CHARACTER_L240#FORMAT_ONLY",
"FND_ACFF_IsReadOnly":"true",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"HashControlValue",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"240",
"FND_ACFF_SegmentName":"HashControlValue",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"ReferenceDateFrom":{
"title":"Reference Date From",
"type":"string",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"ReferenceDateFrom",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_SegmentName":"ReferenceDateFrom",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"RefferenceApplType":{
"title":"Reference Application Type",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"RefferenceApplType_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"ORA_JEPT_MEMO_APP_TYPE#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_OpenIdentifier":"RefferenceApplType",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_SegmentName":"RefferenceApplType",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"MultipleInvReferences":{
"title":"Multiple Invoice Reference",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"ORA_JEPT_CHARACTER_L60#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"MultipleInvReferences",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"60",
"FND_ACFF_SegmentName":"MultipleInvReferences",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context_DisplayValue":{
"title":"Regional Information",
"type":"string",
"nullable":true,
"x-hints":{
"updateable":"false",
"DISPLAYHINT":"Hide",
"FND_ACFF_IsReadOnly":"true",
"FND_ACFF_AkaRealSegmentAttrName":"__FLEX_Context",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"DeliveryDateforTaxPointDate":{
"title":"Delivery Date for Tax Point Date",
"type":"string",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_IsGlobal":"true",
"FND_ACFF_OpenIdentifier":"DeliveryDateforTaxPointDate",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_IsGlobalDisplay":"true",
"FND_ACFF_SegmentName":"DeliveryDateforTaxPointDate",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"HashValue":{
"title":"Hash Value",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"updateable":"false",
"FND_ACFF_ValueSetInfo":"ORA_JEPT_CHARACTER_L240#FORMAT_ONLY",
"FND_ACFF_IsReadOnly":"true",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"HashValue",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"240",
"FND_ACFF_SegmentName":"HashValue",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"CertificationNumber":{
"title":"Certificate Number",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"updateable":"false",
"FND_ACFF_ValueSetInfo":"ORA_JEPT_CHARACTER_L240#FORMAT_ONLY",
"FND_ACFF_IsReadOnly":"true",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"CertificationNumber",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"240",
"FND_ACFF_SegmentName":"CertificationNumber",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"InvoiceStatus":{
"title":"Invoice Status",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"InvoiceStatus_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"ORA_JEEU_INVOICE_STATUS#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_DV":"N",
"FND_ACFF_OpenIdentifier":"InvoiceStatus",
"FND_ACFF_DVT":"C",
"FND_ACFF_IsRequired":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_SegmentName":"InvoiceStatus",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"ExternalTransactionDate":{
"title":"External Transaction Date",
"type":"string",
"format":"date",
"nullable":true,
"x-hints":{
"updateable":"false",
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"FND_ACFF_IsReadOnly":"true",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"ExternalTransactionDate",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_SegmentName":"ExternalTransactionDate",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"ExternalTransactionNumber":{
"title":"External Transaction Number",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"updateable":"false",
"FND_ACFF_ValueSetInfo":"ORA_JEPT_CHARACTER_L240#FORMAT_ONLY",
"FND_ACFF_IsReadOnly":"true",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"ExternalTransactionNumber",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"240",
"FND_ACFF_SegmentName":"ExternalTransactionNumber",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
}
}
}
Nested Schema : oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExROAdditionalInfoVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Regional Information
Maximum Length:30
Default Value:JExROAdditionalInfo
-
__FLEX_Context_DisplayValue: string
Title:
Regional Information
-
CustomerTrxId: integer
(int64)
-
DeliveryDateforTaxPointDate: string
(date)
Title:
Delivery Date for Tax Point Date
-
ExcludeFromNetting: string
Title:
Exclude From Netting
Maximum Length:240
-
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
TaxPointDate: string
(date)
Title:
Adjusted Tax Point Date
{
"type":"object",
"properties":{
"__FLEX_Context_DisplayValue":{
"title":"Regional Information",
"type":"string",
"nullable":true,
"x-hints":{
"updateable":"false",
"DISPLAYHINT":"Hide",
"FND_ACFF_IsReadOnly":"true",
"FND_ACFF_AkaRealSegmentAttrName":"__FLEX_Context",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"DeliveryDateforTaxPointDate":{
"title":"Delivery Date for Tax Point Date",
"type":"string",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_IsGlobal":"true",
"FND_ACFF_OpenIdentifier":"DeliveryDateforTaxPointDate",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_IsGlobalDisplay":"true",
"FND_ACFF_SegmentName":"DeliveryDateforTaxPointDate",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"ExcludeFromNetting":{
"title":"Exclude From Netting",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_CheckboxUncheckedValue":"N",
"FND_ACFF_DV":"N",
"FND_ACFF_OpenIdentifier":"ExcludeFromNetting",
"FND_ACFF_SegmentName":"ExcludeFromNetting",
"FND_ACFF_ValueSetInfo":"JE_YES_NO#TABLE",
"controlType":"check_box",
"includeInCompactView":true,
"FND_ACFF_IsGlobal":"true",
"FND_ACFF_DVT":"C",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_CheckboxCheckedValue":"Y",
"FND_ACFF_IsGlobalDisplay":"true",
"FND_ACFF_PreferredDisplayType":"CHECKBOX"
},
"x-oj":{
"componentType":"oj-sp-flex-checkbox",
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"CustomerTrxId":{
"type":"integer",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":"18",
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"TaxPointDate":{
"title":"Adjusted Tax Point Date",
"type":"string",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"TaxPointDate",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_SegmentName":"TaxPointDate",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"links":{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
},
"__FLEX_Context":{
"title":"Regional Information",
"maxLength":"30",
"type":"string",
"nullable":true,
"default":"JExROAdditionalInfo",
"x-hints":{
"FND_ACFF_AkaAttrName":"__FLEX_Context_DisplayValue",
"FND_ACFF_IsDiscriminator":"true",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FND_ACFF_ValueSetInfo":"JG_GDF_CONTEXTS_BY_COUNTRY#TABLE",
"controlType":"choice",
"includeInCompactView":true,
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
}
}
}
Nested Schema : oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExRSAdditionalInfoVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Regional Information
Maximum Length:30
Default Value:JExRSAdditionalInfo
-
__FLEX_Context_DisplayValue: string
Title:
Regional Information
-
CustomerTrxId: integer
(int64)
-
DeliveryDateforTaxPointDate: string
(date)
Title:
Delivery Date for Tax Point Date
-
ExcludeFromNetting: string
Title:
Exclude From Netting
Maximum Length:240
-
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
TaxPointDate: string
(date)
Title:
Adjusted Tax Point Date
{
"type":"object",
"properties":{
"__FLEX_Context_DisplayValue":{
"title":"Regional Information",
"type":"string",
"nullable":true,
"x-hints":{
"updateable":"false",
"DISPLAYHINT":"Hide",
"FND_ACFF_IsReadOnly":"true",
"FND_ACFF_AkaRealSegmentAttrName":"__FLEX_Context",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"DeliveryDateforTaxPointDate":{
"title":"Delivery Date for Tax Point Date",
"type":"string",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_IsGlobal":"true",
"FND_ACFF_OpenIdentifier":"DeliveryDateforTaxPointDate",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_IsGlobalDisplay":"true",
"FND_ACFF_SegmentName":"DeliveryDateforTaxPointDate",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"ExcludeFromNetting":{
"title":"Exclude From Netting",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_CheckboxUncheckedValue":"N",
"FND_ACFF_DV":"N",
"FND_ACFF_OpenIdentifier":"ExcludeFromNetting",
"FND_ACFF_SegmentName":"ExcludeFromNetting",
"FND_ACFF_ValueSetInfo":"JE_YES_NO#TABLE",
"controlType":"check_box",
"includeInCompactView":true,
"FND_ACFF_IsGlobal":"true",
"FND_ACFF_DVT":"C",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_CheckboxCheckedValue":"Y",
"FND_ACFF_IsGlobalDisplay":"true",
"FND_ACFF_PreferredDisplayType":"CHECKBOX"
},
"x-oj":{
"componentType":"oj-sp-flex-checkbox",
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"CustomerTrxId":{
"type":"integer",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":"18",
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"TaxPointDate":{
"title":"Adjusted Tax Point Date",
"type":"string",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"TaxPointDate",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_SegmentName":"TaxPointDate",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"links":{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
},
"__FLEX_Context":{
"title":"Regional Information",
"maxLength":"30",
"type":"string",
"nullable":true,
"default":"JExRSAdditionalInfo",
"x-hints":{
"FND_ACFF_AkaAttrName":"__FLEX_Context_DisplayValue",
"FND_ACFF_IsDiscriminator":"true",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FND_ACFF_ValueSetInfo":"JG_GDF_CONTEXTS_BY_COUNTRY#TABLE",
"controlType":"choice",
"includeInCompactView":true,
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
}
}
}
Nested Schema : oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExRUAdditionalInfoVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Regional Information
Maximum Length:30
Default Value:JExRUAdditionalInfo
-
__FLEX_Context_DisplayValue: string
Title:
Regional Information
-
CancellationType: string
Title:
Cancellation type
Maximum Length:240
-
CancellationType_DisplayValue: string
Title:
Cancellation type
-
ConfirmedbyThirdParties: string
Title:
Confirmed by Third Parties
Maximum Length:240
-
Consignor: number
Title:
Consignor Site
-
Consignor_Display: string
Title:
Consignor Site
-
ConsignorParty: string
Title:
Consignor Party
Maximum Length:240
-
ConsignorParty_Display: string
Title:
Consignor Party
-
CorrectedInvoice: number
Title:
Corrected Invoice
-
CorrectedInvoice_Display: string
Title:
Corrected Invoice
-
CustomerTrxId: integer
(int64)
-
DeliveryDateforTaxPointDate: string
(date)
Title:
Delivery Date for Tax Point Date
-
ExcludeFromNetting: string
Title:
Exclude From Netting
Maximum Length:240
-
ExportConfirmationAmount: number
Title:
Export Confirmation Amount
-
ExportDate: string
(date)
Title:
Export Date
-
IntermediaryTrxnCustomer: string
Title:
Customer for Intermediary Transaction
Maximum Length:240
-
IntermediaryTrxnCustomer_Display: string
Title:
Customer for Intermediary Transaction
-
IntermediaryTrxnCustomerSite: number
Title:
Customer Site for Intermediary Transaction
-
IntermediaryTrxnCustomerSite_Display: string
Title:
Customer Site for Intermediary Transaction
-
IntermediaryTrxnSupplierInv: number
Title:
Supplier Invoice for Intermediary Transaction
-
IntermediaryTrxnSupplierInv_Display: string
Title:
Supplier Invoice for Intermediary Transaction
-
IntermediaryTrxnSupplierSite: number
Title:
Supplier Site for Intermediary Transaction
-
IntermediaryTrxnSupplierSite_Display: string
Title:
Supplier Site for Intermediary Transaction
-
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
PrepaymentCashReceipt: number
Title:
Prepayment Cash Receipt
-
PrepaymentCashReceipt_Display: string
Title:
Prepayment Cash Receipt
-
PreviousInvoice: number
Title:
Previous Invoice
-
PreviousInvoice_Display: string
Title:
Previous Invoice
-
PrintStatus: string
Title:
Print Status
Maximum Length:240
-
PrintStatus_Display: string
Title:
Print Status
-
RevisedInvoice: number
Title:
Revised Invoice
-
RevisedInvoice_Display: string
Title:
Revised Invoice
-
RevisionNumber: string
Title:
Revision Number
Maximum Length:240
-
SourceSupplier: string
Title:
Supplier for Intermediary Transaction
Maximum Length:240
-
SourceSupplier_Display: string
Title:
Supplier for Intermediary Transaction
-
TaxPointDate: string
(date)
Title:
Adjusted Tax Point Date
{
"type":"object",
"properties":{
"ConsignorParty":{
"title":"Consignor Party",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"ConsignorParty_Display",
"FND_ACFF_IsReferenced":"true",
"DISPLAYHINT":"Hide",
"FND_ACFF_OpenIdentifier":"ConsignorParty",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FND_ACFF_SegmentName":"ConsignorParty",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_ValueSetInfo":"ORA_JERU_CONSIGNOR#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.OrgId",
"FND_ACFF_JavaType":"java.lang.String",
"FlexClientVsBindVars":"flex_vst_bind1",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"IntermediaryTrxnSupplierInv_Display":{
"title":"Supplier Invoice for Intermediary Transaction",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"IntermediaryTrxnSupplierInv",
"FND_ACFF_PartialTarget":" IntermediaryTrxnSupplierSite",
"FlexClientVar_flex_vst_bind2_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind2_VT":"SEGMENT.IntermediaryTrxnSupplierSite",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.OrgId",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"ExcludeFromNetting":{
"title":"Exclude From Netting",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_CheckboxUncheckedValue":"N",
"FND_ACFF_DV":"N",
"FND_ACFF_OpenIdentifier":"ExcludeFromNetting",
"FND_ACFF_SegmentName":"ExcludeFromNetting",
"FND_ACFF_ValueSetInfo":"JE_YES_NO#TABLE",
"controlType":"check_box",
"includeInCompactView":true,
"FND_ACFF_IsGlobal":"true",
"FND_ACFF_DVT":"C",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_CheckboxCheckedValue":"Y",
"FND_ACFF_IsGlobalDisplay":"true",
"FND_ACFF_PreferredDisplayType":"CHECKBOX"
},
"x-oj":{
"componentType":"oj-sp-flex-checkbox",
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"SourceSupplier_Display":{
"title":"Supplier for Intermediary Transaction",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"SourceSupplier",
"FND_ACFF_IsReferenced":"true",
"FlexClientVar_flex_vst_bind3_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind4_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind2_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind1_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"controlType":"combo_lov",
"FlexClientVar_flex_vst_bind4_RQ":"true",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.OrgId",
"FlexClientVar_flex_vst_bind4_VT":"PARAMETER.OrgId",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.InvoiceDate",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.InvoiceDate",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind4,flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"PreviousInvoice_Display":{
"title":"Previous Invoice",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"PreviousInvoice",
"FlexClientVar_flex_vst_bind2_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.CustomerTrxId",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.BillToSiteUseId",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"IntermediaryTrxnCustomerSite_Display":{
"title":"Customer Site for Intermediary Transaction",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"IntermediaryTrxnCustomerSite",
"FND_ACFF_PartialTarget":"IntermediaryTrxnCustomer",
"FlexClientVar_flex_vst_bind2_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.OrgId",
"FlexClientVar_flex_vst_bind1_VT":"SEGMENT.IntermediaryTrxnCustomer",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"CancellationType_DisplayValue":{
"title":"Cancellation type",
"type":"string",
"nullable":true,
"x-hints":{
"updateable":"false",
"DISPLAYHINT":"Hide",
"FND_ACFF_IsReadOnly":"true",
"FND_ACFF_AkaRealSegmentAttrName":"CancellationType",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"DROP_DOWN_LIST"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"IntermediaryTrxnSupplierInv":{
"title":"Supplier Invoice for Intermediary Transaction",
"type":"number",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"IntermediaryTrxnSupplierInv_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_PartialTarget":" IntermediaryTrxnSupplierSite",
"FND_ACFF_OpenIdentifier":"IntermediaryTrxnSupplierInv",
"FlexClientVar_flex_vst_bind2_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FND_ACFF_SegmentName":"IntermediaryTrxnSupplierInv",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_ValueSetInfo":"ORA_JERU_INTERMEDIARY_SUPP_INVOICE#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FlexClientVar_flex_vst_bind2_VT":"SEGMENT.IntermediaryTrxnSupplierSite",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.OrgId",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FlexClientVsBindVars":"flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_DependsOnAttributes":"IntermediaryTrxnSupplierSite",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"IntermediaryTrxnCustomer":{
"title":"Customer for Intermediary Transaction",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"IntermediaryTrxnCustomer_Display",
"FND_ACFF_IsReferenced":"true",
"DISPLAYHINT":"Hide",
"FND_ACFF_OpenIdentifier":"IntermediaryTrxnCustomer",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FND_ACFF_SegmentName":"IntermediaryTrxnCustomer",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_ValueSetInfo":"ORA_JERU_INTERMEDIARY_CUSTOMER#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.OrgId",
"FND_ACFF_JavaType":"java.lang.String",
"FlexClientVsBindVars":"flex_vst_bind1",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"TaxPointDate":{
"title":"Adjusted Tax Point Date",
"type":"string",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"TaxPointDate",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_SegmentName":"TaxPointDate",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"links":{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
},
"PrintStatus":{
"title":"Print Status",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"PrintStatus_Display",
"updateable":"false",
"DISPLAYHINT":"Hide",
"FND_ACFF_IsReadOnly":"true",
"FND_ACFF_DV":"PCD",
"FND_ACFF_OpenIdentifier":"PrintStatus",
"FlexClientVar_flex_vst_bind2_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FND_ACFF_SegmentName":"PrintStatus",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_ValueSetInfo":"ORA_JEEU_PCD_PRINT_STATUS_AR#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.CustomerTrxId",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.CustomerTrxId",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_DVT":"C",
"FND_ACFF_JavaType":"java.lang.String",
"FlexClientVsBindVars":"flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"IntermediaryTrxnSupplierSite_Display":{
"title":"Supplier Site for Intermediary Transaction",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_IsReferenced":"true",
"FND_ACFF_PartialTarget":"SourceSupplier",
"FlexClientVar_flex_vst_bind3_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind1_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind5_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind4_RQ":"true",
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind4_VT":"PARAMETER.OrgId",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.InvoiceDate",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"LOV",
"FND_ACFF_SegmentAttributeName":"IntermediaryTrxnSupplierSite",
"FlexClientVar_flex_vst_bind4_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind2_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.InvoiceDate",
"FlexClientVar_flex_vst_bind5_RQ":"true",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind1_VT":"SEGMENT.SourceSupplier",
"FND_ACFF_JavaType":"java.lang.String",
"FlexClientVar_flex_vst_bind5_VT":"PARAMETER.OrgId",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind4,flex_vst_bind5,flex_vst_bind1,flex_vst_bind2"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"PreviousInvoice":{
"title":"Previous Invoice",
"type":"number",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"PreviousInvoice_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_OpenIdentifier":"PreviousInvoice",
"FlexClientVar_flex_vst_bind2_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FND_ACFF_SegmentName":"PreviousInvoice",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_ValueSetInfo":"ORA_JERU_CORRECTION_PREV_INV#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.CustomerTrxId",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.BillToSiteUseId",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FlexClientVsBindVars":"flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context":{
"title":"Regional Information",
"maxLength":"30",
"type":"string",
"nullable":true,
"default":"JExRUAdditionalInfo",
"x-hints":{
"FND_ACFF_AkaAttrName":"__FLEX_Context_DisplayValue",
"FND_ACFF_IsDiscriminator":"true",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FND_ACFF_ValueSetInfo":"JG_GDF_CONTEXTS_BY_COUNTRY#TABLE",
"controlType":"choice",
"includeInCompactView":true,
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"ExportDate":{
"title":"Export Date",
"type":"string",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"ExportDate",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_SegmentName":"ExportDate",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"IntermediaryTrxnSupplierSite":{
"title":"Supplier Site for Intermediary Transaction",
"type":"number",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"IntermediaryTrxnSupplierSite_Display",
"FND_ACFF_IsReferenced":"true",
"FND_ACFF_PartialTarget":"SourceSupplier",
"FND_ACFF_OpenIdentifier":"IntermediaryTrxnSupplierSite",
"FlexClientVar_flex_vst_bind3_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind1_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind5_JT":"java.math.BigDecimal",
"FND_ACFF_ValueSetInfo":"ORA_JERU_SUPPLIER_SITE#TABLE",
"FlexClientVar_flex_vst_bind4_RQ":"true",
"FlexClientDisplayHint":"Show",
"FlexClientVar_flex_vst_bind4_VT":"PARAMETER.OrgId",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.InvoiceDate",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_PreferredDisplayType":"LOV",
"DISPLAYHINT":"Hide",
"FlexClientVar_flex_vst_bind4_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind2_JT":"java.sql.Date",
"FND_ACFF_SegmentName":"IntermediaryTrxnSupplierSite",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"includeInCompactView":true,
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.InvoiceDate",
"FlexClientVar_flex_vst_bind5_RQ":"true",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind1_VT":"SEGMENT.SourceSupplier",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind5_VT":"PARAMETER.OrgId",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind4,flex_vst_bind5,flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_DependsOnAttributes":"SourceSupplier"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"CancellationType":{
"title":"Cancellation type",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"ORA_JERU_CANCELLATION_TYPE#TABLE",
"controlType":"choice",
"FND_ACFF_AkaAttrName":"CancellationType_DisplayValue",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"CancellationType",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_SegmentName":"CancellationType",
"FND_ACFF_PreferredDisplayType":"DROP_DOWN_LIST"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"PrepaymentCashReceipt_Display":{
"title":"Prepayment Cash Receipt",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"PrepaymentCashReceipt",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.BillToSiteUseId",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FlexClientVsBindVars":"flex_vst_bind1",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"CustomerTrxId":{
"type":"integer",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":"18",
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"ConsignorParty_Display":{
"title":"Consignor Party",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"ConsignorParty",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_IsReferenced":"true",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.OrgId",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FlexClientVsBindVars":"flex_vst_bind1",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"PrintStatus_Display":{
"title":"Print Status",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"PrintStatus",
"updateable":"false",
"FND_ACFF_IsReadOnly":"true",
"FlexClientVar_flex_vst_bind2_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.CustomerTrxId",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.CustomerTrxId",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"RevisedInvoice":{
"title":"Revised Invoice",
"type":"number",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"RevisedInvoice_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_OpenIdentifier":"RevisedInvoice",
"FlexClientVar_flex_vst_bind2_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FND_ACFF_SegmentName":"RevisedInvoice",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_ValueSetInfo":"ORA_JERU_CORRECTION_REV_INV#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.CustomerTrxId",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.BillToSiteUseId",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FlexClientVsBindVars":"flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"RevisionNumber":{
"title":"Revision Number",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"ORA_JERU_CHAR_NUMERIC_L3#FORMAT_ONLY",
"FND_ACFF_IsNumericOnly":"true",
"includeInCompactView":true,
"FND_ACFF_MinimumValue":"1",
"FND_ACFF_OpenIdentifier":"RevisionNumber",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"3",
"FND_ACFF_MaximumValue":"999",
"FND_ACFF_SegmentName":"RevisionNumber",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"Consignor":{
"title":"Consignor Site",
"type":"number",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"Consignor_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_PartialTarget":"ConsignorParty",
"FND_ACFF_OpenIdentifier":"Consignor",
"FlexClientVar_flex_vst_bind2_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_JT":"java.lang.String",
"FND_ACFF_SegmentName":"Consignor",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_ValueSetInfo":"ORA_JERU_CONSIGNOR_SITE#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.OrgId",
"FlexClientVar_flex_vst_bind1_VT":"SEGMENT.ConsignorParty",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FlexClientVsBindVars":"flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_DependsOnAttributes":"ConsignorParty",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"IntermediaryTrxnCustomerSite":{
"title":"Customer Site for Intermediary Transaction",
"type":"number",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"IntermediaryTrxnCustomerSite_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_PartialTarget":"IntermediaryTrxnCustomer",
"FND_ACFF_OpenIdentifier":"IntermediaryTrxnCustomerSite",
"FlexClientVar_flex_vst_bind2_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_JT":"java.lang.String",
"FND_ACFF_SegmentName":"IntermediaryTrxnCustomerSite",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_ValueSetInfo":"ORA_JERU_INTERMEDIARY_CUSTOMER_SITE#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.OrgId",
"FlexClientVar_flex_vst_bind1_VT":"SEGMENT.IntermediaryTrxnCustomer",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FlexClientVsBindVars":"flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_DependsOnAttributes":"IntermediaryTrxnCustomer",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"PrepaymentCashReceipt":{
"title":"Prepayment Cash Receipt",
"type":"number",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"PrepaymentCashReceipt_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_OpenIdentifier":"PrepaymentCashReceipt",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FND_ACFF_SegmentName":"PrepaymentCashReceipt",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_ValueSetInfo":"ORA_JERU_VOP_CASH_RECEIPT#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.BillToSiteUseId",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FlexClientVsBindVars":"flex_vst_bind1",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"CorrectedInvoice_Display":{
"title":"Corrected Invoice",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"CorrectedInvoice",
"FlexClientVar_flex_vst_bind2_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.CustomerTrxId",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.BillToSiteUseId",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"ConfirmedbyThirdParties":{
"title":"Confirmed by Third Parties",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JE_YES_NO#TABLE",
"controlType":"check_box",
"includeInCompactView":true,
"FND_ACFF_CheckboxUncheckedValue":"N",
"FND_ACFF_DV":"N",
"FND_ACFF_OpenIdentifier":"ConfirmedbyThirdParties",
"FND_ACFF_DVT":"C",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_CheckboxCheckedValue":"Y",
"FND_ACFF_SegmentName":"ConfirmedbyThirdParties",
"FND_ACFF_PreferredDisplayType":"CHECKBOX"
},
"x-oj":{
"componentType":"oj-sp-flex-checkbox",
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context_DisplayValue":{
"title":"Regional Information",
"type":"string",
"nullable":true,
"x-hints":{
"updateable":"false",
"DISPLAYHINT":"Hide",
"FND_ACFF_IsReadOnly":"true",
"FND_ACFF_AkaRealSegmentAttrName":"__FLEX_Context",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"ExportConfirmationAmount":{
"title":"Export Confirmation Amount",
"type":"number",
"nullable":true,
"x-hints":{
"FND_ACFF_Scale":"2",
"FND_ACFF_ValueSetInfo":"JG_NUMBER_S2#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"ExportConfirmationAmount",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FND_ACFF_SegmentName":"ExportConfirmationAmount",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"DeliveryDateforTaxPointDate":{
"title":"Delivery Date for Tax Point Date",
"type":"string",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_IsGlobal":"true",
"FND_ACFF_OpenIdentifier":"DeliveryDateforTaxPointDate",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_IsGlobalDisplay":"true",
"FND_ACFF_SegmentName":"DeliveryDateforTaxPointDate",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"RevisedInvoice_Display":{
"title":"Revised Invoice",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"RevisedInvoice",
"FlexClientVar_flex_vst_bind2_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.CustomerTrxId",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.BillToSiteUseId",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"IntermediaryTrxnCustomer_Display":{
"title":"Customer for Intermediary Transaction",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"IntermediaryTrxnCustomer",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_IsReferenced":"true",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.OrgId",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FlexClientVsBindVars":"flex_vst_bind1",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"SourceSupplier":{
"title":"Supplier for Intermediary Transaction",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"SourceSupplier_Display",
"FND_ACFF_IsReferenced":"true",
"DISPLAYHINT":"Hide",
"FND_ACFF_OpenIdentifier":"SourceSupplier",
"FlexClientVar_flex_vst_bind3_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind4_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind2_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind1_JT":"java.sql.Date",
"FND_ACFF_SegmentName":"SourceSupplier",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_ValueSetInfo":"ORA_JERU_SUPPLIER#TABLE",
"FlexClientVar_flex_vst_bind4_RQ":"true",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.OrgId",
"FlexClientVar_flex_vst_bind4_VT":"PARAMETER.OrgId",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.InvoiceDate",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.InvoiceDate",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind4,flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"CorrectedInvoice":{
"title":"Corrected Invoice",
"type":"number",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"CorrectedInvoice_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_OpenIdentifier":"CorrectedInvoice",
"FlexClientVar_flex_vst_bind2_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FND_ACFF_SegmentName":"CorrectedInvoice",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_ValueSetInfo":"ORA_JERU_CORRECTION_CORR_INV#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.CustomerTrxId",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.BillToSiteUseId",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FlexClientVsBindVars":"flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"Consignor_Display":{
"title":"Consignor Site",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"Consignor",
"FND_ACFF_PartialTarget":"ConsignorParty",
"FlexClientVar_flex_vst_bind2_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.OrgId",
"FlexClientVar_flex_vst_bind1_VT":"SEGMENT.ConsignorParty",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
}
}
}
Nested Schema : oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExSIAdditionalInfoVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Regional Information
Maximum Length:30
Default Value:JExSIAdditionalInfo
-
__FLEX_Context_DisplayValue: string
Title:
Regional Information
-
CustomerTrxId: integer
(int64)
-
DeliveryDateforTaxPointDate: string
(date)
Title:
Delivery Date for Tax Point Date
-
ExcludeFromNetting: string
Title:
Exclude From Netting
Maximum Length:240
-
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
TaxPointDate: string
(date)
Title:
Adjusted Tax Point Date
{
"type":"object",
"properties":{
"__FLEX_Context_DisplayValue":{
"title":"Regional Information",
"type":"string",
"nullable":true,
"x-hints":{
"updateable":"false",
"DISPLAYHINT":"Hide",
"FND_ACFF_IsReadOnly":"true",
"FND_ACFF_AkaRealSegmentAttrName":"__FLEX_Context",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"DeliveryDateforTaxPointDate":{
"title":"Delivery Date for Tax Point Date",
"type":"string",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_IsGlobal":"true",
"FND_ACFF_OpenIdentifier":"DeliveryDateforTaxPointDate",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_IsGlobalDisplay":"true",
"FND_ACFF_SegmentName":"DeliveryDateforTaxPointDate",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"ExcludeFromNetting":{
"title":"Exclude From Netting",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_CheckboxUncheckedValue":"N",
"FND_ACFF_DV":"N",
"FND_ACFF_OpenIdentifier":"ExcludeFromNetting",
"FND_ACFF_SegmentName":"ExcludeFromNetting",
"FND_ACFF_ValueSetInfo":"JE_YES_NO#TABLE",
"controlType":"check_box",
"includeInCompactView":true,
"FND_ACFF_IsGlobal":"true",
"FND_ACFF_DVT":"C",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_CheckboxCheckedValue":"Y",
"FND_ACFF_IsGlobalDisplay":"true",
"FND_ACFF_PreferredDisplayType":"CHECKBOX"
},
"x-oj":{
"componentType":"oj-sp-flex-checkbox",
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"CustomerTrxId":{
"type":"integer",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":"18",
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"TaxPointDate":{
"title":"Adjusted Tax Point Date",
"type":"string",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"TaxPointDate",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_SegmentName":"TaxPointDate",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"links":{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
},
"__FLEX_Context":{
"title":"Regional Information",
"maxLength":"30",
"type":"string",
"nullable":true,
"default":"JExSIAdditionalInfo",
"x-hints":{
"FND_ACFF_AkaAttrName":"__FLEX_Context_DisplayValue",
"FND_ACFF_IsDiscriminator":"true",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FND_ACFF_ValueSetInfo":"JG_GDF_CONTEXTS_BY_COUNTRY#TABLE",
"controlType":"choice",
"includeInCompactView":true,
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
}
}
}
Nested Schema : oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExSKAdditionalInfoVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Regional Information
Maximum Length:30
Default Value:JExSKAdditionalInfo
-
__FLEX_Context_DisplayValue: string
Title:
Regional Information
-
CustomerTrxId: integer
(int64)
-
DeliveryDateforTaxPointDate: string
(date)
Title:
Delivery Date for Tax Point Date
-
ExcludeFromNetting: string
Title:
Exclude From Netting
Maximum Length:240
-
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
TaxPointDate: string
(date)
Title:
Adjusted Tax Point Date
{
"type":"object",
"properties":{
"__FLEX_Context_DisplayValue":{
"title":"Regional Information",
"type":"string",
"nullable":true,
"x-hints":{
"updateable":"false",
"DISPLAYHINT":"Hide",
"FND_ACFF_IsReadOnly":"true",
"FND_ACFF_AkaRealSegmentAttrName":"__FLEX_Context",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"DeliveryDateforTaxPointDate":{
"title":"Delivery Date for Tax Point Date",
"type":"string",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_IsGlobal":"true",
"FND_ACFF_OpenIdentifier":"DeliveryDateforTaxPointDate",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_IsGlobalDisplay":"true",
"FND_ACFF_SegmentName":"DeliveryDateforTaxPointDate",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"ExcludeFromNetting":{
"title":"Exclude From Netting",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_CheckboxUncheckedValue":"N",
"FND_ACFF_DV":"N",
"FND_ACFF_OpenIdentifier":"ExcludeFromNetting",
"FND_ACFF_SegmentName":"ExcludeFromNetting",
"FND_ACFF_ValueSetInfo":"JE_YES_NO#TABLE",
"controlType":"check_box",
"includeInCompactView":true,
"FND_ACFF_IsGlobal":"true",
"FND_ACFF_DVT":"C",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_CheckboxCheckedValue":"Y",
"FND_ACFF_IsGlobalDisplay":"true",
"FND_ACFF_PreferredDisplayType":"CHECKBOX"
},
"x-oj":{
"componentType":"oj-sp-flex-checkbox",
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"CustomerTrxId":{
"type":"integer",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":"18",
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"TaxPointDate":{
"title":"Adjusted Tax Point Date",
"type":"string",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"TaxPointDate",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_SegmentName":"TaxPointDate",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"links":{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
},
"__FLEX_Context":{
"title":"Regional Information",
"maxLength":"30",
"type":"string",
"nullable":true,
"default":"JExSKAdditionalInfo",
"x-hints":{
"FND_ACFF_AkaAttrName":"__FLEX_Context_DisplayValue",
"FND_ACFF_IsDiscriminator":"true",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FND_ACFF_ValueSetInfo":"JG_GDF_CONTEXTS_BY_COUNTRY#TABLE",
"controlType":"choice",
"includeInCompactView":true,
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
}
}
}
Nested Schema : oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExTRAdditionalInfoVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Regional Information
Maximum Length:30
Default Value:JExTRAdditionalInfo
-
__FLEX_Context_DisplayValue: string
Title:
Regional Information
-
CustomerTrxId: integer
(int64)
-
DeliveryDateforTaxPointDate: string
(date)
Title:
Delivery Date for Tax Point Date
-
ExchangeRateDiffInvoManCreate: string
Title:
Exchange Rate Difference Invoice Manual Creation
Maximum Length:240
-
ExchangeRateDiffInvoManCreate_Display: string
Title:
Exchange Rate Difference Invoice Manual Creation
-
ExcludeFromNetting: string
Title:
Exclude From Netting
Maximum Length:240
-
ExportDate: string
(date)
Title:
Export Date
-
links: array
Links
Title:
Links
The link relations associated with the resource instance.
{
"type":"object",
"properties":{
"ExportDate":{
"title":"Export Date",
"type":"string",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"ExportDate",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_SegmentName":"ExportDate",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context_DisplayValue":{
"title":"Regional Information",
"type":"string",
"nullable":true,
"x-hints":{
"updateable":"false",
"DISPLAYHINT":"Hide",
"FND_ACFF_IsReadOnly":"true",
"FND_ACFF_AkaRealSegmentAttrName":"__FLEX_Context",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"DeliveryDateforTaxPointDate":{
"title":"Delivery Date for Tax Point Date",
"type":"string",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_IsGlobal":"true",
"FND_ACFF_OpenIdentifier":"DeliveryDateforTaxPointDate",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_IsGlobalDisplay":"true",
"FND_ACFF_SegmentName":"DeliveryDateforTaxPointDate",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"ExcludeFromNetting":{
"title":"Exclude From Netting",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_CheckboxUncheckedValue":"N",
"FND_ACFF_DV":"N",
"FND_ACFF_OpenIdentifier":"ExcludeFromNetting",
"FND_ACFF_SegmentName":"ExcludeFromNetting",
"FND_ACFF_ValueSetInfo":"JE_YES_NO#TABLE",
"controlType":"check_box",
"includeInCompactView":true,
"FND_ACFF_IsGlobal":"true",
"FND_ACFF_DVT":"C",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_CheckboxCheckedValue":"Y",
"FND_ACFF_IsGlobalDisplay":"true",
"FND_ACFF_PreferredDisplayType":"CHECKBOX"
},
"x-oj":{
"componentType":"oj-sp-flex-checkbox",
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"CustomerTrxId":{
"type":"integer",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":"18",
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"links":{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
},
"ExchangeRateDiffInvoManCreate":{
"title":"Exchange Rate Difference Invoice Manual Creation",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"ExchangeRateDiffInvoManCreate_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"JE_YES_NO#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_DV":"N",
"FND_ACFF_OpenIdentifier":"ExchangeRateDiffInvoManCreate",
"FND_ACFF_DVT":"C",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_SegmentName":"ExchangeRateDiffInvoManCreate",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"ExchangeRateDiffInvoManCreate_Display":{
"title":"Exchange Rate Difference Invoice Manual Creation",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"ExchangeRateDiffInvoManCreate",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context":{
"title":"Regional Information",
"maxLength":"30",
"type":"string",
"nullable":true,
"default":"JExTRAdditionalInfo",
"x-hints":{
"FND_ACFF_AkaAttrName":"__FLEX_Context_DisplayValue",
"FND_ACFF_IsDiscriminator":"true",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FND_ACFF_ValueSetInfo":"JG_GDF_CONTEXTS_BY_COUNTRY#TABLE",
"controlType":"choice",
"includeInCompactView":true,
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
}
}
}
Nested Schema : oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJL__5FBR__5FARXTWMAI__5FAdditionalVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Regional Information
Maximum Length:30
Default Value:JL_BR_ARXTWMAI_Additional
-
__FLEX_Context_DisplayValue: string
Title:
Regional Information
-
_Interest__Formula: string
Title:
Interest Formula
Maximum Length:240
-
_Interest__Formula_Display: string
Title:
Interest Formula
-
_Interest__Grace__Days: number
Title:
Interest Grace Days
-
_Interest__Penalty__Rate___2F__Amount: number
Title:
Interest Penalty Rate or Amount
-
_Interest__Penalty__Type: string
Title:
Interest Penalty Type
Maximum Length:240
-
_Interest__Penalty__Type_Display: string
Title:
Interest Penalty Type
-
_Interest__Period: number
Title:
Interest Period
-
_Interest__Rate___2F__Amount: number
Title:
Interest Rate or Amount
-
_Interest__Type: string
Title:
Interest Type
Maximum Length:240
-
_Interest__Type_Display: string
Title:
Interest Type
-
CustomerTrxId: integer
(int64)
-
DeliveryDateforTaxPointDate: string
(date)
Title:
Delivery Date for Tax Point Date
-
ExcludeFromNetting: string
Title:
Exclude From Netting
Maximum Length:240
-
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
shipmentGeneratedFiscalDoc: string
Title:
Shipment Generated Fiscal Document
Maximum Length:240
-
shipmentGeneratedFiscalDoc_Display: string
Title:
Shipment Generated Fiscal Document
{
"type":"object",
"properties":{
"_Interest__Penalty__Rate___2F__Amount":{
"title":"Interest Penalty Rate or Amount",
"type":"number",
"nullable":true,
"x-hints":{
"FND_ACFF_Precision":"15",
"FND_ACFF_ValueSetInfo":"JLBR_AP_INT_PENALTY_RATE_AMOUNT#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_MinimumValue":"0",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FND_ACFF_SegmentName":"Interest Penalty Rate / Amount",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"shipmentGeneratedFiscalDoc":{
"title":"Shipment Generated Fiscal Document",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"shipmentGeneratedFiscalDoc_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"JE_YES_NO#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_OpenIdentifier":"shipmentGeneratedFiscalDoc",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_SegmentName":"ShipmentGeneratedFiscalDoc",
"FND_ACFF_PreferredDisplayType":"HIDDEN"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Interest__Rate___2F__Amount":{
"title":"Interest Rate or Amount",
"type":"number",
"nullable":true,
"x-hints":{
"FND_ACFF_Precision":"15",
"FND_ACFF_ValueSetInfo":"JLBR_AP_INTEREST_RATE_AMOUNT#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_MinimumValue":"0",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FND_ACFF_SegmentName":"Interest Rate / Amount",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"shipmentGeneratedFiscalDoc_Display":{
"title":"Shipment Generated Fiscal Document",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"shipmentGeneratedFiscalDoc",
"DISPLAYHINT":"Hide",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"HIDDEN"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"ExcludeFromNetting":{
"title":"Exclude From Netting",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_CheckboxUncheckedValue":"N",
"FND_ACFF_DV":"N",
"FND_ACFF_OpenIdentifier":"ExcludeFromNetting",
"FND_ACFF_SegmentName":"ExcludeFromNetting",
"FND_ACFF_ValueSetInfo":"JE_YES_NO#TABLE",
"controlType":"check_box",
"includeInCompactView":true,
"FND_ACFF_IsGlobal":"true",
"FND_ACFF_DVT":"C",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_CheckboxCheckedValue":"Y",
"FND_ACFF_IsGlobalDisplay":"true",
"FND_ACFF_PreferredDisplayType":"CHECKBOX"
},
"x-oj":{
"componentType":"oj-sp-flex-checkbox",
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"CustomerTrxId":{
"type":"integer",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":"18",
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"_Interest__Grace__Days":{
"title":"Interest Grace Days",
"type":"number",
"nullable":true,
"x-hints":{
"FND_ACFF_Precision":"4",
"FND_ACFF_ValueSetInfo":"JLBR_AP_INTEREST_GRACE_DAYS#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_MinimumValue":"0",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FND_ACFF_SegmentName":"Interest Grace Days",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Interest__Formula":{
"title":"Interest Formula",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_Interest__Formula_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"JLBR_AP_INTEREST_FORMULA#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_SegmentName":"Interest Formula",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Interest__Period":{
"title":"Interest Period",
"type":"number",
"nullable":true,
"x-hints":{
"FND_ACFF_Precision":"4",
"FND_ACFF_ValueSetInfo":"JLBR_AP_INTEREST_PERIOD#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_MinimumValue":"0",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FND_ACFF_SegmentName":"Interest Period",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context_DisplayValue":{
"title":"Regional Information",
"type":"string",
"nullable":true,
"x-hints":{
"updateable":"false",
"DISPLAYHINT":"Hide",
"FND_ACFF_IsReadOnly":"true",
"FND_ACFF_AkaRealSegmentAttrName":"__FLEX_Context",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"DeliveryDateforTaxPointDate":{
"title":"Delivery Date for Tax Point Date",
"type":"string",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_IsGlobal":"true",
"FND_ACFF_OpenIdentifier":"DeliveryDateforTaxPointDate",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_IsGlobalDisplay":"true",
"FND_ACFF_SegmentName":"DeliveryDateforTaxPointDate",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Interest__Penalty__Type_Display":{
"title":"Interest Penalty Type",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_Interest__Penalty__Type",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"links":{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
},
"_Interest__Penalty__Type":{
"title":"Interest Penalty Type",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_Interest__Penalty__Type_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"JLBR_AP_INTEREST_PENALTY_TYPE#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_SegmentName":"Interest Penalty Type",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Interest__Type_Display":{
"title":"Interest Type",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_Interest__Type",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Interest__Formula_Display":{
"title":"Interest Formula",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_Interest__Formula",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Interest__Type":{
"title":"Interest Type",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_Interest__Type_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"JLBR_AP_INTEREST_TYPE#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_SegmentName":"Interest Type",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context":{
"title":"Regional Information",
"maxLength":"30",
"type":"string",
"nullable":true,
"default":"JL_BR_ARXTWMAI_Additional",
"x-hints":{
"FND_ACFF_AkaAttrName":"__FLEX_Context_DisplayValue",
"FND_ACFF_IsDiscriminator":"true",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FND_ACFF_ValueSetInfo":"JG_GDF_CONTEXTS_BY_COUNTRY#TABLE",
"controlType":"choice",
"includeInCompactView":true,
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
}
}
}
Nested Schema : oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJLxARTransactionsVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Regional Information
Maximum Length:30
Default Value:JLxARTransactions
-
__FLEX_Context_DisplayValue: string
Title:
Regional Information
-
copyStatus: string
Title:
Copy Status
Maximum Length:240
-
copyStatus_Display: string
Title:
Copy Status
-
CustomerTrxId: integer
(int64)
-
DeliveryDateforTaxPointDate: string
(date)
Title:
Delivery Date for Tax Point Date
-
ExcludeFromNetting: string
Title:
Exclude From Netting
Maximum Length:240
-
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
numericBarCode: string
Title:
Numeric Bar Code
Maximum Length:240
-
originalTransactionTypeId: string
Title:
Original Transaction Type ID
Maximum Length:240
-
relatedTransactionNumber: string
Title:
Related Transaction Number
Maximum Length:240
{
"type":"object",
"properties":{
"copyStatus_Display":{
"title":"Copy Status",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"copyStatus",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context_DisplayValue":{
"title":"Regional Information",
"type":"string",
"nullable":true,
"x-hints":{
"updateable":"false",
"DISPLAYHINT":"Hide",
"FND_ACFF_IsReadOnly":"true",
"FND_ACFF_AkaRealSegmentAttrName":"__FLEX_Context",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"DeliveryDateforTaxPointDate":{
"title":"Delivery Date for Tax Point Date",
"type":"string",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_IsGlobal":"true",
"FND_ACFF_OpenIdentifier":"DeliveryDateforTaxPointDate",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_IsGlobalDisplay":"true",
"FND_ACFF_SegmentName":"DeliveryDateforTaxPointDate",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"originalTransactionTypeId":{
"title":"Original Transaction Type ID",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JG_CHARACTER_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"originalTransactionTypeId",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_SegmentName":"OriginalTransactionTypeID",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"ExcludeFromNetting":{
"title":"Exclude From Netting",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_CheckboxUncheckedValue":"N",
"FND_ACFF_DV":"N",
"FND_ACFF_OpenIdentifier":"ExcludeFromNetting",
"FND_ACFF_SegmentName":"ExcludeFromNetting",
"FND_ACFF_ValueSetInfo":"JE_YES_NO#TABLE",
"controlType":"check_box",
"includeInCompactView":true,
"FND_ACFF_IsGlobal":"true",
"FND_ACFF_DVT":"C",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_CheckboxCheckedValue":"Y",
"FND_ACFF_IsGlobalDisplay":"true",
"FND_ACFF_PreferredDisplayType":"CHECKBOX"
},
"x-oj":{
"componentType":"oj-sp-flex-checkbox",
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"CustomerTrxId":{
"type":"integer",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":"18",
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"links":{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
},
"copyStatus":{
"title":"Copy Status",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"copyStatus_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"ORA_JLZZ_AR_COPY_STATUS#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_OpenIdentifier":"copyStatus",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_SegmentName":"CopyStatus",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"numericBarCode":{
"title":"Numeric Bar Code",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JG_CHARACTER_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"numericBarCode",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_SegmentName":"NumericBarCode",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"relatedTransactionNumber":{
"title":"Related Transaction Number",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JG_CHARACTER_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"relatedTransactionNumber",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_SegmentName":"RelatedTransactionNumber",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context":{
"title":"Regional Information",
"maxLength":"30",
"type":"string",
"nullable":true,
"default":"JLxARTransactions",
"x-hints":{
"FND_ACFF_AkaAttrName":"__FLEX_Context_DisplayValue",
"FND_ACFF_IsDiscriminator":"true",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FND_ACFF_ValueSetInfo":"JG_GDF_CONTEXTS_BY_COUNTRY#TABLE",
"controlType":"choice",
"includeInCompactView":true,
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
}
}
}
Nested Schema : oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJLxCLTransactionsVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Regional Information
Maximum Length:30
Default Value:JLxCLTransactions
-
__FLEX_Context_DisplayValue: string
Title:
Regional Information
-
copyStatus: string
Title:
Copy Status
Maximum Length:240
-
copyStatus_Display: string
Title:
Copy Status
-
CustomerTrxId: integer
(int64)
-
DeliveryDateforTaxPointDate: string
(date)
Title:
Delivery Date for Tax Point Date
-
ExcludeFromNetting: string
Title:
Exclude From Netting
Maximum Length:240
-
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
originalTransactionTypeId: string
Title:
Original Transaction Type ID
Maximum Length:240
{
"type":"object",
"properties":{
"copyStatus_Display":{
"title":"Copy Status",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"copyStatus",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context_DisplayValue":{
"title":"Regional Information",
"type":"string",
"nullable":true,
"x-hints":{
"updateable":"false",
"DISPLAYHINT":"Hide",
"FND_ACFF_IsReadOnly":"true",
"FND_ACFF_AkaRealSegmentAttrName":"__FLEX_Context",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"DeliveryDateforTaxPointDate":{
"title":"Delivery Date for Tax Point Date",
"type":"string",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_IsGlobal":"true",
"FND_ACFF_OpenIdentifier":"DeliveryDateforTaxPointDate",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_IsGlobalDisplay":"true",
"FND_ACFF_SegmentName":"DeliveryDateforTaxPointDate",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"originalTransactionTypeId":{
"title":"Original Transaction Type ID",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JG_CHARACTER_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"originalTransactionTypeId",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_SegmentName":"OriginalTransactionTypeID",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"ExcludeFromNetting":{
"title":"Exclude From Netting",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_CheckboxUncheckedValue":"N",
"FND_ACFF_DV":"N",
"FND_ACFF_OpenIdentifier":"ExcludeFromNetting",
"FND_ACFF_SegmentName":"ExcludeFromNetting",
"FND_ACFF_ValueSetInfo":"JE_YES_NO#TABLE",
"controlType":"check_box",
"includeInCompactView":true,
"FND_ACFF_IsGlobal":"true",
"FND_ACFF_DVT":"C",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_CheckboxCheckedValue":"Y",
"FND_ACFF_IsGlobalDisplay":"true",
"FND_ACFF_PreferredDisplayType":"CHECKBOX"
},
"x-oj":{
"componentType":"oj-sp-flex-checkbox",
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"CustomerTrxId":{
"type":"integer",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":"18",
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"links":{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
},
"copyStatus":{
"title":"Copy Status",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"copyStatus_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"ORA_JLZZ_AR_COPY_STATUS#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_OpenIdentifier":"copyStatus",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_SegmentName":"CopyStatus",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context":{
"title":"Regional Information",
"maxLength":"30",
"type":"string",
"nullable":true,
"default":"JLxCLTransactions",
"x-hints":{
"FND_ACFF_AkaAttrName":"__FLEX_Context_DisplayValue",
"FND_ACFF_IsDiscriminator":"true",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FND_ACFF_ValueSetInfo":"JG_GDF_CONTEXTS_BY_COUNTRY#TABLE",
"controlType":"choice",
"includeInCompactView":true,
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
}
}
}
Nested Schema : oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJLxCOTransactionsVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Regional Information
Maximum Length:30
Default Value:JLxCOTransactions
-
__FLEX_Context_DisplayValue: string
Title:
Regional Information
-
copyStatus: string
Title:
Copy Status
Maximum Length:240
-
copyStatus_Display: string
Title:
Copy Status
-
CustomerTrxId: integer
(int64)
-
DeliveryDateforTaxPointDate: string
(date)
Title:
Delivery Date for Tax Point Date
-
ExcludeFromNetting: string
Title:
Exclude From Netting
Maximum Length:240
-
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
originalTransactionTypeId: string
Title:
Original Transaction Type ID
Maximum Length:240
{
"type":"object",
"properties":{
"copyStatus_Display":{
"title":"Copy Status",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"copyStatus",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context_DisplayValue":{
"title":"Regional Information",
"type":"string",
"nullable":true,
"x-hints":{
"updateable":"false",
"DISPLAYHINT":"Hide",
"FND_ACFF_IsReadOnly":"true",
"FND_ACFF_AkaRealSegmentAttrName":"__FLEX_Context",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"DeliveryDateforTaxPointDate":{
"title":"Delivery Date for Tax Point Date",
"type":"string",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_IsGlobal":"true",
"FND_ACFF_OpenIdentifier":"DeliveryDateforTaxPointDate",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_IsGlobalDisplay":"true",
"FND_ACFF_SegmentName":"DeliveryDateforTaxPointDate",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"originalTransactionTypeId":{
"title":"Original Transaction Type ID",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JG_CHARACTER_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"originalTransactionTypeId",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_SegmentName":"OriginalTransactionTypeID",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"ExcludeFromNetting":{
"title":"Exclude From Netting",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_CheckboxUncheckedValue":"N",
"FND_ACFF_DV":"N",
"FND_ACFF_OpenIdentifier":"ExcludeFromNetting",
"FND_ACFF_SegmentName":"ExcludeFromNetting",
"FND_ACFF_ValueSetInfo":"JE_YES_NO#TABLE",
"controlType":"check_box",
"includeInCompactView":true,
"FND_ACFF_IsGlobal":"true",
"FND_ACFF_DVT":"C",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_CheckboxCheckedValue":"Y",
"FND_ACFF_IsGlobalDisplay":"true",
"FND_ACFF_PreferredDisplayType":"CHECKBOX"
},
"x-oj":{
"componentType":"oj-sp-flex-checkbox",
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"CustomerTrxId":{
"type":"integer",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":"18",
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"links":{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
},
"copyStatus":{
"title":"Copy Status",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"copyStatus_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"ORA_JLZZ_AR_COPY_STATUS#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_OpenIdentifier":"copyStatus",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_SegmentName":"CopyStatus",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context":{
"title":"Regional Information",
"maxLength":"30",
"type":"string",
"nullable":true,
"default":"JLxCOTransactions",
"x-hints":{
"FND_ACFF_AkaAttrName":"__FLEX_Context_DisplayValue",
"FND_ACFF_IsDiscriminator":"true",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FND_ACFF_ValueSetInfo":"JG_GDF_CONTEXTS_BY_COUNTRY#TABLE",
"controlType":"choice",
"includeInCompactView":true,
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
}
}
}
Nested Schema : oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJLxMXReceivablesInformationVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Regional Information
Maximum Length:30
Default Value:JLxMXReceivablesInformation
-
__FLEX_Context_DisplayValue: string
Title:
Regional Information
-
CFDCBBInvoiceNumber: string
Title:
Digital Tax Receipt Invoice Number
Maximum Length:240
-
CFDCBBSerialNumber: string
Title:
Digital Tax Receipt Serial Number
Maximum Length:240
-
CFDIUniqueIdentifier: string
Title:
Digital Tax Receipt using Internet Unique ID
Maximum Length:240
-
CustomerTrxId: integer
(int64)
-
DeliveryDateforTaxPointDate: string
(date)
Title:
Delivery Date for Tax Point Date
-
ExcludeFromNetting: string
Title:
Exclude From Netting
Maximum Length:240
-
links: array
Links
Title:
Links
The link relations associated with the resource instance.
{
"type":"object",
"properties":{
"CFDCBBInvoiceNumber":{
"title":"Digital Tax Receipt Invoice Number",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JG_CHARACTER_L150#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"CFDCBBInvoiceNumber",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"150",
"FND_ACFF_SegmentName":"CFDCBBInvoiceNumber",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"CFDCBBSerialNumber":{
"title":"Digital Tax Receipt Serial Number",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JG_CHARACTER_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"CFDCBBSerialNumber",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_SegmentName":"CFDCBBSerialNumber",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context_DisplayValue":{
"title":"Regional Information",
"type":"string",
"nullable":true,
"x-hints":{
"updateable":"false",
"DISPLAYHINT":"Hide",
"FND_ACFF_IsReadOnly":"true",
"FND_ACFF_AkaRealSegmentAttrName":"__FLEX_Context",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"DeliveryDateforTaxPointDate":{
"title":"Delivery Date for Tax Point Date",
"type":"string",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_IsGlobal":"true",
"FND_ACFF_OpenIdentifier":"DeliveryDateforTaxPointDate",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_IsGlobalDisplay":"true",
"FND_ACFF_SegmentName":"DeliveryDateforTaxPointDate",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"ExcludeFromNetting":{
"title":"Exclude From Netting",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_CheckboxUncheckedValue":"N",
"FND_ACFF_DV":"N",
"FND_ACFF_OpenIdentifier":"ExcludeFromNetting",
"FND_ACFF_SegmentName":"ExcludeFromNetting",
"FND_ACFF_ValueSetInfo":"JE_YES_NO#TABLE",
"controlType":"check_box",
"includeInCompactView":true,
"FND_ACFF_IsGlobal":"true",
"FND_ACFF_DVT":"C",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_CheckboxCheckedValue":"Y",
"FND_ACFF_IsGlobalDisplay":"true",
"FND_ACFF_PreferredDisplayType":"CHECKBOX"
},
"x-oj":{
"componentType":"oj-sp-flex-checkbox",
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"CustomerTrxId":{
"type":"integer",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":"18",
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"CFDIUniqueIdentifier":{
"title":"Digital Tax Receipt using Internet Unique ID",
"maxLength":"240",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JG_CHARACTER_L150#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"CFDIUniqueIdentifier",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"150",
"FND_ACFF_SegmentName":"CFDIUniqueIdentifier",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"links":{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
},
"__FLEX_Context":{
"title":"Regional Information",
"maxLength":"30",
"type":"string",
"nullable":true,
"default":"JLxMXReceivablesInformation",
"x-hints":{
"FND_ACFF_AkaAttrName":"__FLEX_Context_DisplayValue",
"FND_ACFF_IsDiscriminator":"true",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FND_ACFF_ValueSetInfo":"JG_GDF_CONTEXTS_BY_COUNTRY#TABLE",
"controlType":"choice",
"includeInCompactView":true,
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
}
}
}
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
}
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.
{
"type":"object",
"properties":{
"kind":{
"title":"kind",
"type":"string",
"description":"The kind of the related resource.",
"enum":[
"collection",
"item",
"describe",
"other"
]
},
"rel":{
"title":"relation",
"type":"string",
"description":"The name of the relation to the resource instance. Example: self.",
"enum":[
"self",
"lov",
"parent",
"canonical",
"child",
"enclosure",
"action",
"custom"
]
},
"name":{
"title":"name",
"type":"string",
"description":"The name of the link to the related resource."
},
"href":{
"title":"hyperlink reference",
"type":"string",
"description":"The URI to the related resource."
},
"properties":{
"type":"object",
"properties":{
"changeIndicator":{
"type":"string",
"description":"Change indicator or the ETag value of the resource instance."
}
}
}
}
}
Nested Schema : properties
Type:
Show Source
object
-
changeIndicator: string
Change indicator or the ETag value of the resource instance.
{
"type":"object",
"properties":{
"changeIndicator":{
"type":"string",
"description":"Change indicator or the ETag value of the resource instance."
}
}
}
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
}
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
}
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
}
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
}
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
}
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
}
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
}
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
}
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
}
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
}
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
}
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
}
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
}
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
}
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
}
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
}
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
}
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
}
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
}
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
}
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
}
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
}
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
}
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
}
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
}
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
}
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
}
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
}
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
}
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
}
Examples
The following example shows how to retrieve all the global descriptive flexfields for a group of receivables credit memos 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/receivablesCreditMemos/300100027046709/child/receivablesCreditMemoGdf
Example Response Body
The following example shows the contents of the response body in JSON format:
{ "items": [ { "CustomerTrxId": 300100027046709, "ExcludeFromNetting": null, "DeliveryDateforTaxPointDate": null, "__FLEX_Context": null, "__FLEX_Context_DisplayValue": null, "links": [ { "rel": "self", "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesCreditMemos/300100027046709/child/receivablesCreditMemoGdf/300100027046709", "name": "receivablesCreditMemoGdf", "kind": "item", "properties": { "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178" } }, { "rel": "canonical", "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesCreditMemos/300100027046709/child/receivablesCreditMemoGdf/300100027046709", "name": "receivablesCreditMemoGdf", "kind": "item" }, { "rel": "parent", "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesCreditMemos/300100027046709", "name": "receivablesCreditMemos", "kind": "item" }, { "rel": "lov", "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesCreditMemos/300100027046709/child/receivablesCreditMemoGdf/300100027046709/lov/LVVO___FLEX_Context", "name": "LVVO___FLEX_Context", "kind": "collection" }, { "rel": "lov", "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesCreditMemos/300100027046709/child/receivablesCreditMemoGdf/300100027046709/lov/LVVO_ExcludeFromNetting", "name": "LVVO_ExcludeFromNetting", "kind": "collection" } ] }, ... ], "count": 10, "hasMore": false, "limit": 25, "offset": 0, "links": [ { "rel": "self", "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesCreditMemos/300100027046709/child/receivablesCreditMemoGdf", "name": "receivablesCreditMemoGdf", "kind": "collection" } ] }