- REST API for Oracle Fusion Cloud Financials
- Tasks
- Receivables Invoices
- Receivables Invoice Lines
- Receivables Invoice Line Global Descriptive Flexfields
get
/fscmRestApi/resources/11.13.18.05/receivablesInvoices/{CustomerTransactionId}/child/receivablesInvoiceLines/{CustomerTransactionLineId}/child/receivablesInvoiceLineGdf
Request
Path Parameters
-
CustomerTransactionId(required): integer(int64)
The unique identifier of the invoice.
-
CustomerTransactionLineId(required): integer(int64)
The unique identifier of an invoice line.
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: Finds the invoice line global descriptive flexfield that matches the primary key criteria specified.
Finder Variables:- CustomerTrxLineId; integer; The unique identifier of the invoice line global descriptive flexfield.
- PrimaryKey: Finds the invoice line global descriptive flexfield that matches the primary key criteria specified.
-
limit: integer
This parameter restricts the number of resources returned inside the resource collection. If the limit exceeds the resource count then the framework will only return the available resources.
-
links: string
This parameter can be used to show only certain links while accessing a singular resource or a resource collection. The parameter value format is a comma-separated list of : <link_relation>
Example:
self,canonical -
offset: integer
Used to define the starting position of the resource collection. If offset exceeds the resource count then no resources are returned. Default value is 0.
-
onlyData: boolean
The resource item payload will be filtered in order to contain only data (no links section, for example).
-
orderBy: string
This parameter orders a resource collection based on the specified fields. The parameter value is a comma-separated string of attribute names, each optionally followed by a colon and "asc" or "desc". Specify "asc" for ascending and "desc" for descending. The default value is "asc". For example, ?orderBy=field1:asc,field2:desc
-
q: string
This query parameter defines the where clause. The resource collection will be queried using the provided expressions. The value of this query parameter is one or more expressions. Example: ?q=Deptno>=10 and <= 30;Loc!=NY
Format: ?q=expression1;expression2 -
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: string
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: string
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 : receivablesInvoices-receivablesInvoiceLines-receivablesInvoiceLineGdf
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/receivablesInvoices-receivablesInvoiceLines-receivablesInvoiceLineGdf-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":{ "JAxINAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_TransactionLineGdf_view_TransactionLineGdfJAxINAdditionalInfoVO-item-response", "JE_IL_EXPORT_INFO":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_TransactionLineGdf_view_TransactionLineGdfJE__5FIL__5FEXPORT__5FINFOVO-item-response", "JE_IT_ESL_OF_SERVICES":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_TransactionLineGdf_view_TransactionLineGdfJE__5FIT__5FESL__5FOF__5FSERVICESVO-item-response", "JExBGAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_TransactionLineGdf_view_TransactionLineGdfJExBGAdditionalInfoVO-item-response", "JExCZAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_TransactionLineGdf_view_TransactionLineGdfJExCZAdditionalInfoVO-item-response", "JExHRAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_TransactionLineGdf_view_TransactionLineGdfJExHRAdditionalInfoVO-item-response", "JExHUAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_TransactionLineGdf_view_TransactionLineGdfJExHUAdditionalInfoVO-item-response", "JExPLAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_TransactionLineGdf_view_TransactionLineGdfJExPLAdditionalInfoVO-item-response", "JExPTAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_TransactionLineGdf_view_TransactionLineGdfJExPTAdditionalInfoVO-item-response", "JExROAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_TransactionLineGdf_view_TransactionLineGdfJExROAdditionalInfoVO-item-response", "JExRSAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_TransactionLineGdf_view_TransactionLineGdfJExRSAdditionalInfoVO-item-response", "JExRUAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_TransactionLineGdf_view_TransactionLineGdfJExRUAdditionalInfoVO-item-response", "JExSIAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_TransactionLineGdf_view_TransactionLineGdfJExSIAdditionalInfoVO-item-response", "JExSKAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_TransactionLineGdf_view_TransactionLineGdfJExSKAdditionalInfoVO-item-response", "JExTRBaBsReporting":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_TransactionLineGdf_view_TransactionLineGdfJExTRBaBsReportingVO-item-response", "JLxBRAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_TransactionLineGdf_view_TransactionLineGdfJLxBRAdditionalInfoVO-item-response" } }
{
"title":"Items",
"type":"array",
"description":"The items in the collection.",
"items":{
"$ref":"#/components/schemas/receivablesInvoices-receivablesInvoiceLines-receivablesInvoiceLineGdf-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
- JAxINAdditionalInfo
- JE_IL_EXPORT_INFO
- JE_IT_ESL_OF_SERVICES
- JExBGAdditionalInfo
- JExCZAdditionalInfo
- JExHRAdditionalInfo
- JExHUAdditionalInfo
- JExPLAdditionalInfo
- JExPTAdditionalInfo
- JExROAdditionalInfo
- JExRSAdditionalInfo
- JExRUAdditionalInfo
- JExSIAdditionalInfo
- JExSKAdditionalInfo
- JExTRBaBsReporting
- JLxBRAdditionalInfo
{
"discriminator":{
"propertyName":"__FLEX_Context",
"mapping":{
"JAxINAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_TransactionLineGdf_view_TransactionLineGdfJAxINAdditionalInfoVO-item-response",
"JE_IL_EXPORT_INFO":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_TransactionLineGdf_view_TransactionLineGdfJE__5FIL__5FEXPORT__5FINFOVO-item-response",
"JE_IT_ESL_OF_SERVICES":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_TransactionLineGdf_view_TransactionLineGdfJE__5FIT__5FESL__5FOF__5FSERVICESVO-item-response",
"JExBGAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_TransactionLineGdf_view_TransactionLineGdfJExBGAdditionalInfoVO-item-response",
"JExCZAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_TransactionLineGdf_view_TransactionLineGdfJExCZAdditionalInfoVO-item-response",
"JExHRAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_TransactionLineGdf_view_TransactionLineGdfJExHRAdditionalInfoVO-item-response",
"JExHUAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_TransactionLineGdf_view_TransactionLineGdfJExHUAdditionalInfoVO-item-response",
"JExPLAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_TransactionLineGdf_view_TransactionLineGdfJExPLAdditionalInfoVO-item-response",
"JExPTAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_TransactionLineGdf_view_TransactionLineGdfJExPTAdditionalInfoVO-item-response",
"JExROAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_TransactionLineGdf_view_TransactionLineGdfJExROAdditionalInfoVO-item-response",
"JExRSAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_TransactionLineGdf_view_TransactionLineGdfJExRSAdditionalInfoVO-item-response",
"JExRUAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_TransactionLineGdf_view_TransactionLineGdfJExRUAdditionalInfoVO-item-response",
"JExSIAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_TransactionLineGdf_view_TransactionLineGdfJExSIAdditionalInfoVO-item-response",
"JExSKAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_TransactionLineGdf_view_TransactionLineGdfJExSKAdditionalInfoVO-item-response",
"JExTRBaBsReporting":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_TransactionLineGdf_view_TransactionLineGdfJExTRBaBsReportingVO-item-response",
"JLxBRAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_TransactionLineGdf_view_TransactionLineGdfJLxBRAdditionalInfoVO-item-response"
}
},
"oneOf":[
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_TransactionLineGdf_view_TransactionLineGdfJAxINAdditionalInfoVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_TransactionLineGdf_view_TransactionLineGdfJE__5FIL__5FEXPORT__5FINFOVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_TransactionLineGdf_view_TransactionLineGdfJE__5FIT__5FESL__5FOF__5FSERVICESVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_TransactionLineGdf_view_TransactionLineGdfJExBGAdditionalInfoVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_TransactionLineGdf_view_TransactionLineGdfJExCZAdditionalInfoVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_TransactionLineGdf_view_TransactionLineGdfJExHRAdditionalInfoVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_TransactionLineGdf_view_TransactionLineGdfJExHUAdditionalInfoVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_TransactionLineGdf_view_TransactionLineGdfJExPLAdditionalInfoVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_TransactionLineGdf_view_TransactionLineGdfJExPTAdditionalInfoVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_TransactionLineGdf_view_TransactionLineGdfJExROAdditionalInfoVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_TransactionLineGdf_view_TransactionLineGdfJExRSAdditionalInfoVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_TransactionLineGdf_view_TransactionLineGdfJExRUAdditionalInfoVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_TransactionLineGdf_view_TransactionLineGdfJExSIAdditionalInfoVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_TransactionLineGdf_view_TransactionLineGdfJExSKAdditionalInfoVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_TransactionLineGdf_view_TransactionLineGdfJExTRBaBsReportingVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_TransactionLineGdf_view_TransactionLineGdfJLxBRAdditionalInfoVO-item-response"
}
]
}
Match One Schema
Show Source
-
JAxINAdditionalInfo -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_TransactionLineGdf_view_TransactionLineGdfJAxINAdditionalInfoVO-item-response
-
JE_IL_EXPORT_INFO -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_TransactionLineGdf_view_TransactionLineGdfJE__5FIL__5FEXPORT__5FINFOVO-item-response
-
JE_IT_ESL_OF_SERVICES -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_TransactionLineGdf_view_TransactionLineGdfJE__5FIT__5FESL__5FOF__5FSERVICESVO-item-response
-
JExBGAdditionalInfo -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_TransactionLineGdf_view_TransactionLineGdfJExBGAdditionalInfoVO-item-response
-
JExCZAdditionalInfo -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_TransactionLineGdf_view_TransactionLineGdfJExCZAdditionalInfoVO-item-response
-
JExHRAdditionalInfo -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_TransactionLineGdf_view_TransactionLineGdfJExHRAdditionalInfoVO-item-response
-
JExHUAdditionalInfo -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_TransactionLineGdf_view_TransactionLineGdfJExHUAdditionalInfoVO-item-response
-
JExPLAdditionalInfo -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_TransactionLineGdf_view_TransactionLineGdfJExPLAdditionalInfoVO-item-response
-
JExPTAdditionalInfo -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_TransactionLineGdf_view_TransactionLineGdfJExPTAdditionalInfoVO-item-response
-
JExROAdditionalInfo -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_TransactionLineGdf_view_TransactionLineGdfJExROAdditionalInfoVO-item-response
-
JExRSAdditionalInfo -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_TransactionLineGdf_view_TransactionLineGdfJExRSAdditionalInfoVO-item-response
-
JExRUAdditionalInfo -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_TransactionLineGdf_view_TransactionLineGdfJExRUAdditionalInfoVO-item-response
-
JExSIAdditionalInfo -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_TransactionLineGdf_view_TransactionLineGdfJExSIAdditionalInfoVO-item-response
-
JExSKAdditionalInfo -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_TransactionLineGdf_view_TransactionLineGdfJExSKAdditionalInfoVO-item-response
-
JExTRBaBsReporting -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_TransactionLineGdf_view_TransactionLineGdfJExTRBaBsReportingVO-item-response
-
JLxBRAdditionalInfo -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_TransactionLineGdf_view_TransactionLineGdfJLxBRAdditionalInfoVO-item-response
{
"discriminator":{
"propertyName":"__FLEX_Context",
"mapping":{
"JAxINAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_TransactionLineGdf_view_TransactionLineGdfJAxINAdditionalInfoVO-item-response",
"JE_IL_EXPORT_INFO":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_TransactionLineGdf_view_TransactionLineGdfJE__5FIL__5FEXPORT__5FINFOVO-item-response",
"JE_IT_ESL_OF_SERVICES":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_TransactionLineGdf_view_TransactionLineGdfJE__5FIT__5FESL__5FOF__5FSERVICESVO-item-response",
"JExBGAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_TransactionLineGdf_view_TransactionLineGdfJExBGAdditionalInfoVO-item-response",
"JExCZAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_TransactionLineGdf_view_TransactionLineGdfJExCZAdditionalInfoVO-item-response",
"JExHRAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_TransactionLineGdf_view_TransactionLineGdfJExHRAdditionalInfoVO-item-response",
"JExHUAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_TransactionLineGdf_view_TransactionLineGdfJExHUAdditionalInfoVO-item-response",
"JExPLAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_TransactionLineGdf_view_TransactionLineGdfJExPLAdditionalInfoVO-item-response",
"JExPTAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_TransactionLineGdf_view_TransactionLineGdfJExPTAdditionalInfoVO-item-response",
"JExROAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_TransactionLineGdf_view_TransactionLineGdfJExROAdditionalInfoVO-item-response",
"JExRSAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_TransactionLineGdf_view_TransactionLineGdfJExRSAdditionalInfoVO-item-response",
"JExRUAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_TransactionLineGdf_view_TransactionLineGdfJExRUAdditionalInfoVO-item-response",
"JExSIAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_TransactionLineGdf_view_TransactionLineGdfJExSIAdditionalInfoVO-item-response",
"JExSKAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_TransactionLineGdf_view_TransactionLineGdfJExSKAdditionalInfoVO-item-response",
"JExTRBaBsReporting":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_TransactionLineGdf_view_TransactionLineGdfJExTRBaBsReportingVO-item-response",
"JLxBRAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_TransactionLineGdf_view_TransactionLineGdfJLxBRAdditionalInfoVO-item-response"
}
},
"oneOf":[
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_TransactionLineGdf_view_TransactionLineGdfJAxINAdditionalInfoVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_TransactionLineGdf_view_TransactionLineGdfJE__5FIL__5FEXPORT__5FINFOVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_TransactionLineGdf_view_TransactionLineGdfJE__5FIT__5FESL__5FOF__5FSERVICESVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_TransactionLineGdf_view_TransactionLineGdfJExBGAdditionalInfoVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_TransactionLineGdf_view_TransactionLineGdfJExCZAdditionalInfoVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_TransactionLineGdf_view_TransactionLineGdfJExHRAdditionalInfoVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_TransactionLineGdf_view_TransactionLineGdfJExHUAdditionalInfoVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_TransactionLineGdf_view_TransactionLineGdfJExPLAdditionalInfoVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_TransactionLineGdf_view_TransactionLineGdfJExPTAdditionalInfoVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_TransactionLineGdf_view_TransactionLineGdfJExROAdditionalInfoVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_TransactionLineGdf_view_TransactionLineGdfJExRSAdditionalInfoVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_TransactionLineGdf_view_TransactionLineGdfJExRUAdditionalInfoVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_TransactionLineGdf_view_TransactionLineGdfJExSIAdditionalInfoVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_TransactionLineGdf_view_TransactionLineGdfJExSKAdditionalInfoVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_TransactionLineGdf_view_TransactionLineGdfJExTRBaBsReportingVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_TransactionLineGdf_view_TransactionLineGdfJLxBRAdditionalInfoVO-item-response"
}
]
}
Nested Schema : oracle_apps_flex_financials_receivables_transactions_shared_restModel_TransactionLineGdf_view_TransactionLineGdfJAxINAdditionalInfoVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Regional Information
Maximum Length:30
Default Value:JAxINAdditionalInfo
The invoice line global descriptive flexfield context segment. -
__FLEX_Context_DisplayValue: string
Title:
Regional Information
The invoice line global descriptive flexfield context segment displayed value. -
acknowledgmentDate: string
(date)
Title:
Acknowledgment Date
Acknowledgment Date -
acknowledgmentNumber: string
Title:
Acknowledgment Number
Maximum Length:150
Acknowledgment Number -
CustomerTrxLineId: integer
(int64)
The unique identifier of the invoice line global descriptive flexfield.
-
EwayBillDate: string
(date)
Title:
E-Way Bill Date
E-Way Bill Date -
EwayBillExpiryDate: string
(date)
Title:
E-Way Bill Expiry Date
E-Way Bill Expiry Date -
EwayBillNumber: number
Title:
E-Way Bill Number
E-Way Bill Number -
GeneratedBy: string
Title:
E-Way Bill Generated By
Maximum Length:150
E-Way Bill Generated By -
invoiceReferenceNumber: string
Title:
Invoice Reference Number
Maximum Length:150
Invoice Reference Number -
irnGenerationStatus: string
Title:
IRN Generation Status
Maximum Length:150
IRN Generation Status -
irnStatusDetails: string
Title:
IRN Status Details
Maximum Length:150
IRN Status Details -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
qrCodeStatus: string
Title:
QR Code Status
Maximum Length:150
QR Code Status -
sourceLineNumber: string
Title:
Source Line Number
Maximum Length:150
Source Line Number -
sourceTransactionNumber: string
Title:
Source Transaction Number
Maximum Length:150
Source Transaction Number
{
"type":"object",
"properties":{
"GeneratedBy":{
"title":"E-Way Bill Generated By",
"maxLength":150,
"type":"string",
"description":"E-Way Bill Generated By",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JG_CHARACTER_L150#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"GeneratedBy",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"150",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE1",
"FND_ACFF_SegmentName":"GeneratedBy",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"qrCodeStatus":{
"title":"QR Code Status",
"maxLength":150,
"type":"string",
"description":"QR Code Status",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JG_CHARACTER_L150#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"qrCodeStatus",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"150",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE6",
"FND_ACFF_SegmentName":"QRCodeStatus",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"CustomerTrxLineId":{
"type":"integer",
"description":"The unique identifier of the invoice line global descriptive flexfield.",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18,
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"EwayBillDate":{
"title":"E-Way Bill Date",
"type":"string",
"description":"E-Way Bill Date",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"EwayBillDate",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE_DATE1",
"FND_ACFF_SegmentName":"EwayBillDate",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"acknowledgmentDate":{
"title":"Acknowledgment Date",
"type":"string",
"description":"Acknowledgment Date",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"acknowledgmentDate",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE_DATE3",
"FND_ACFF_SegmentName":"AcknowledgementDate",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"EwayBillExpiryDate":{
"title":"E-Way Bill Expiry Date",
"type":"string",
"description":"E-Way Bill Expiry Date",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"EwayBillExpiryDate",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE_DATE2",
"FND_ACFF_SegmentName":"EwayBillExpiryDate",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"EwayBillNumber":{
"title":"E-Way Bill Number",
"type":"number",
"description":"E-Way Bill Number",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JG_NUMBER#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"EwayBillNumber",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE_NUMBER1",
"FND_ACFF_SegmentName":"EwayBillNumber",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"invoiceReferenceNumber":{
"title":"Invoice Reference Number",
"maxLength":150,
"type":"string",
"description":"Invoice Reference Number",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JG_CHARACTER_L150#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"invoiceReferenceNumber",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"150",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE3",
"FND_ACFF_SegmentName":"InvoiceReferenceNumber",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"irnStatusDetails":{
"title":"IRN Status Details",
"maxLength":150,
"type":"string",
"description":"IRN Status Details",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JG_CHARACTER_L150#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"irnStatusDetails",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"150",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE5",
"FND_ACFF_SegmentName":"IRNStatusDetails",
"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",
"description":"The invoice line global descriptive flexfield context segment displayed value.",
"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"
}
}
},
"irnGenerationStatus":{
"title":"IRN Generation Status",
"maxLength":150,
"type":"string",
"description":"IRN Generation Status",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JG_CHARACTER_L150#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"irnGenerationStatus",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"150",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE4",
"FND_ACFF_SegmentName":"IRNGenerationStatus",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"sourceTransactionNumber":{
"title":"Source Transaction Number",
"maxLength":150,
"type":"string",
"description":"Source Transaction Number",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JG_CHARACTER_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"sourceTransactionNumber",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE19",
"FND_ACFF_SegmentName":"SourceTransactionNumber",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"sourceLineNumber":{
"title":"Source Line Number",
"maxLength":150,
"type":"string",
"description":"Source Line Number",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JG_CHARACTER_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"sourceLineNumber",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE20",
"FND_ACFF_SegmentName":"SourceLineNumber",
"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"
}
},
"acknowledgmentNumber":{
"title":"Acknowledgment Number",
"maxLength":150,
"type":"string",
"description":"Acknowledgment Number",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JG_CHARACTER_L150#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"acknowledgmentNumber",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"150",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE2",
"FND_ACFF_SegmentName":"AcknowledgementNumber",
"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",
"description":"The invoice line global descriptive flexfield context segment.",
"nullable":true,
"default":"JAxINAdditionalInfo",
"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_TransactionLineGdf_view_TransactionLineGdfJE__5FIL__5FEXPORT__5FINFOVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Regional Information
Maximum Length:30
Default Value:JE_IL_EXPORT_INFO
The invoice line global descriptive flexfield context segment. -
__FLEX_Context_DisplayValue: string
Title:
Regional Information
The invoice line global descriptive flexfield context segment displayed value. -
_Export__Date: string
(date)
Title:
Export Date
Export Date -
CustomerTrxLineId: integer
(int64)
The unique identifier of the invoice line global descriptive flexfield.
-
exportNumberNew: string
Title:
Export Document Number
Maximum Length:150
Export Document Number -
links: array
Links
Title:
Links
The link relations associated with the resource instance.
{
"type":"object",
"properties":{
"CustomerTrxLineId":{
"type":"integer",
"description":"The unique identifier of the invoice line global descriptive flexfield.",
"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"
}
},
"exportNumberNew":{
"title":"Export Document Number",
"maxLength":150,
"type":"string",
"description":"Export Document Number",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"ORA_JG_CHAR_NUMERIC_L9#FORMAT_ONLY",
"FND_ACFF_IsNumericOnly":"true",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"exportNumberNew",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"9",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE1",
"FND_ACFF_SegmentName":"Export_Number_New",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Export__Date":{
"title":"Export Date",
"type":"string",
"description":"Export Date",
"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_ColumnName":"GLOBAL_ATTRIBUTE_DATE1",
"FND_ACFF_SegmentName":"Export Date",
"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",
"description":"The invoice line global descriptive flexfield context segment displayed value.",
"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"
}
}
},
"__FLEX_Context":{
"title":"Regional Information",
"maxLength":30,
"type":"string",
"description":"The invoice line global descriptive flexfield context segment.",
"nullable":true,
"default":"JE_IL_EXPORT_INFO",
"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_TransactionLineGdf_view_TransactionLineGdfJE__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
The invoice line global descriptive flexfield context segment. -
__FLEX_Context_DisplayValue: string
Title:
Regional Information
The invoice line global descriptive flexfield context segment displayed value. -
_Service__Code: string
Title:
Service Code
Maximum Length:150
Service Code -
_Service__Code_Display: string
Title:
Service Code
Service Code -
_Service__Mode: string
Title:
Service Mode
Maximum Length:150
Service Mode -
_Service__Mode_Display: string
Title:
Service Mode
Service Mode -
CustomerTrxLineId: integer
(int64)
The unique identifier of the invoice line global descriptive flexfield.
-
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
reportingExclusionIndicator: string
Title:
Reporting Exclusion Indicator
Maximum Length:150
Reporting Exclusion Indicator -
reportingExclusionIndicator_Display: string
Title:
Reporting Exclusion Indicator
Reporting Exclusion Indicator
{
"type":"object",
"properties":{
"_Service__Code":{
"title":"Service Code",
"maxLength":150,
"type":"string",
"description":"Service Code",
"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_ColumnName":"GLOBAL_ATTRIBUTE1",
"FND_ACFF_SegmentName":"Service Code",
"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",
"description":"Service Code",
"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"
}
}
},
"__FLEX_Context_DisplayValue":{
"title":"Regional Information",
"type":"string",
"description":"The invoice line global descriptive flexfield context segment displayed value.",
"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"
}
}
},
"CustomerTrxLineId":{
"type":"integer",
"description":"The unique identifier of the invoice line global descriptive flexfield.",
"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"
}
},
"_Service__Mode_Display":{
"title":"Service Mode",
"type":"string",
"description":"Service Mode",
"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":150,
"type":"string",
"description":"Reporting Exclusion Indicator",
"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_ColumnName":"GLOBAL_ATTRIBUTE3",
"FND_ACFF_SegmentName":"ReportingExclusionIndicator",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"reportingExclusionIndicator_Display":{
"title":"Reporting Exclusion Indicator",
"type":"string",
"description":"Reporting Exclusion Indicator",
"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_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Service__Mode":{
"title":"Service Mode",
"maxLength":150,
"type":"string",
"description":"Service Mode",
"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_ColumnName":"GLOBAL_ATTRIBUTE2",
"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",
"description":"The invoice line global descriptive flexfield context segment.",
"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_TransactionLineGdf_view_TransactionLineGdfJExBGAdditionalInfoVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Regional Information
Maximum Length:30
Default Value:JExBGAdditionalInfo
The invoice line global descriptive flexfield context segment. -
__FLEX_Context_DisplayValue: string
Title:
Regional Information
The invoice line global descriptive flexfield context segment displayed value. -
CustomerTrxLineId: integer
(int64)
The unique identifier of the invoice line global descriptive flexfield.
-
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
TaxPointDate: string
(date)
Title:
Adjusted Tax Point Date
Adjusted Tax Point Date -
TPDHistory: string
Title:
Tax Point Date History
Maximum Length:150
Tax Point Date History
{
"type":"object",
"properties":{
"CustomerTrxLineId":{
"type":"integer",
"description":"The unique identifier of the invoice line global descriptive flexfield.",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18,
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"TPDHistory":{
"title":"Tax Point Date History",
"maxLength":150,
"type":"string",
"description":"Tax Point Date History",
"nullable":true,
"x-hints":{
"updateable":"false",
"FND_ACFF_ValueSetInfo":"JG_CHARACTER_L150#FORMAT_ONLY",
"FND_ACFF_IsReadOnly":"true",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"TPDHistory",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"150",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE1",
"FND_ACFF_SegmentName":"TPDHistory",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"TaxPointDate":{
"title":"Adjusted Tax Point Date",
"type":"string",
"description":"Adjusted Tax Point Date",
"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_ColumnName":"GLOBAL_ATTRIBUTE_DATE1",
"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_DisplayValue":{
"title":"Regional Information",
"type":"string",
"description":"The invoice line global descriptive flexfield context segment displayed value.",
"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"
}
}
},
"__FLEX_Context":{
"title":"Regional Information",
"maxLength":30,
"type":"string",
"description":"The invoice line global descriptive flexfield context segment.",
"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_TransactionLineGdf_view_TransactionLineGdfJExCZAdditionalInfoVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Regional Information
Maximum Length:30
Default Value:JExCZAdditionalInfo
The invoice line global descriptive flexfield context segment. -
__FLEX_Context_DisplayValue: string
Title:
Regional Information
The invoice line global descriptive flexfield context segment displayed value. -
CustomerTrxLineId: integer
(int64)
The unique identifier of the invoice line global descriptive flexfield.
-
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
TaxPointDate: string
(date)
Title:
Adjusted Tax Point Date
Adjusted Tax Point Date -
TPDHistory: string
Title:
Tax Point Date History
Maximum Length:150
Tax Point Date History
{
"type":"object",
"properties":{
"CustomerTrxLineId":{
"type":"integer",
"description":"The unique identifier of the invoice line global descriptive flexfield.",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18,
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"TPDHistory":{
"title":"Tax Point Date History",
"maxLength":150,
"type":"string",
"description":"Tax Point Date History",
"nullable":true,
"x-hints":{
"updateable":"false",
"FND_ACFF_ValueSetInfo":"JG_CHARACTER_L150#FORMAT_ONLY",
"FND_ACFF_IsReadOnly":"true",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"TPDHistory",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"150",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE1",
"FND_ACFF_SegmentName":"TPDHistory",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"TaxPointDate":{
"title":"Adjusted Tax Point Date",
"type":"string",
"description":"Adjusted Tax Point Date",
"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_ColumnName":"GLOBAL_ATTRIBUTE_DATE1",
"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_DisplayValue":{
"title":"Regional Information",
"type":"string",
"description":"The invoice line global descriptive flexfield context segment displayed value.",
"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"
}
}
},
"__FLEX_Context":{
"title":"Regional Information",
"maxLength":30,
"type":"string",
"description":"The invoice line global descriptive flexfield context segment.",
"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_TransactionLineGdf_view_TransactionLineGdfJExHRAdditionalInfoVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Regional Information
Maximum Length:30
Default Value:JExHRAdditionalInfo
The invoice line global descriptive flexfield context segment. -
__FLEX_Context_DisplayValue: string
Title:
Regional Information
The invoice line global descriptive flexfield context segment displayed value. -
CustomerTrxLineId: integer
(int64)
The unique identifier of the invoice line global descriptive flexfield.
-
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
TaxPointDate: string
(date)
Title:
Adjusted Tax Point Date
Adjusted Tax Point Date -
TPDHistory: string
Title:
Tax Point Date History
Maximum Length:150
Tax Point Date History
{
"type":"object",
"properties":{
"CustomerTrxLineId":{
"type":"integer",
"description":"The unique identifier of the invoice line global descriptive flexfield.",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18,
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"TPDHistory":{
"title":"Tax Point Date History",
"maxLength":150,
"type":"string",
"description":"Tax Point Date History",
"nullable":true,
"x-hints":{
"updateable":"false",
"FND_ACFF_ValueSetInfo":"JG_CHARACTER_L150#FORMAT_ONLY",
"FND_ACFF_IsReadOnly":"true",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"TPDHistory",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"150",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE1",
"FND_ACFF_SegmentName":"TPDHistory",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"TaxPointDate":{
"title":"Adjusted Tax Point Date",
"type":"string",
"description":"Adjusted Tax Point Date",
"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_ColumnName":"GLOBAL_ATTRIBUTE_DATE1",
"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_DisplayValue":{
"title":"Regional Information",
"type":"string",
"description":"The invoice line global descriptive flexfield context segment displayed value.",
"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"
}
}
},
"__FLEX_Context":{
"title":"Regional Information",
"maxLength":30,
"type":"string",
"description":"The invoice line global descriptive flexfield context segment.",
"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_TransactionLineGdf_view_TransactionLineGdfJExHUAdditionalInfoVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Regional Information
Maximum Length:30
Default Value:JExHUAdditionalInfo
The invoice line global descriptive flexfield context segment. -
__FLEX_Context_DisplayValue: string
Title:
Regional Information
The invoice line global descriptive flexfield context segment displayed value. -
CustomerTrxLineId: integer
(int64)
The unique identifier of the invoice line global descriptive flexfield.
-
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
TaxPointDate: string
(date)
Title:
Adjusted Tax Point Date
Adjusted Tax Point Date -
TPDHistory: string
Title:
Tax Point Date History
Maximum Length:150
Tax Point Date History
{
"type":"object",
"properties":{
"CustomerTrxLineId":{
"type":"integer",
"description":"The unique identifier of the invoice line global descriptive flexfield.",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18,
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"TPDHistory":{
"title":"Tax Point Date History",
"maxLength":150,
"type":"string",
"description":"Tax Point Date History",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JG_CHARACTER_L150#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"TPDHistory",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"150",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE1",
"FND_ACFF_SegmentName":"TPDHistory",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"TaxPointDate":{
"title":"Adjusted Tax Point Date",
"type":"string",
"description":"Adjusted Tax Point Date",
"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_ColumnName":"GLOBAL_ATTRIBUTE_DATE1",
"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_DisplayValue":{
"title":"Regional Information",
"type":"string",
"description":"The invoice line global descriptive flexfield context segment displayed value.",
"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"
}
}
},
"__FLEX_Context":{
"title":"Regional Information",
"maxLength":30,
"type":"string",
"description":"The invoice line global descriptive flexfield context segment.",
"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_TransactionLineGdf_view_TransactionLineGdfJExPLAdditionalInfoVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Regional Information
Maximum Length:30
Default Value:JExPLAdditionalInfo
The invoice line global descriptive flexfield context segment. -
__FLEX_Context_DisplayValue: string
Title:
Regional Information
The invoice line global descriptive flexfield context segment displayed value. -
BasePrice: number
Title:
Base Price
Base Price -
CustomerTrxLineId: integer
(int64)
The unique identifier of the invoice line global descriptive flexfield.
-
Discount: number
Title:
Discount Percent
Discount Percent -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
prepaymentInvoice: string
Title:
Prepayment Invoice
Maximum Length:150
Prepayment Invoice -
prepaymentInvoice_Display: string
Title:
Prepayment Invoice
Prepayment Invoice -
PreviousInvoice: number
Title:
Previous Invoice
Previous Invoice -
PreviousInvoice_Display: string
Title:
Previous Invoice
Previous Invoice -
PreviousInvoiceLineNumber: number
Title:
Previous Line
Previous Line -
PreviousInvoiceLineNumber_Display: number
Title:
Previous Line
Previous Line -
ReversalLine: string
Title:
Reversal Line
Maximum Length:150
Reversal Line -
TaxPointDate: string
(date)
Title:
Adjusted Tax Point Date
Adjusted Tax Point Date -
taxPointDateHistory: string
Title:
Tax Point Date History
Maximum Length:150
Tax Point Date History
{
"type":"object",
"properties":{
"BasePrice":{
"title":"Base Price",
"type":"number",
"description":"Base Price",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JG_NUMBER#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"BasePrice",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE_NUMBER1",
"FND_ACFF_SegmentName":"BasePrice",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"Discount":{
"title":"Discount Percent",
"type":"number",
"description":"Discount Percent",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JG_NUMBER#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"Discount",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE_NUMBER2",
"FND_ACFF_SegmentName":"Discount",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"CustomerTrxLineId":{
"type":"integer",
"description":"The unique identifier of the invoice line global descriptive flexfield.",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18,
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"ReversalLine":{
"title":"Reversal Line",
"maxLength":150,
"type":"string",
"description":"Reversal Line",
"nullable":true,
"x-hints":{
"updateable":"false",
"FND_ACFF_IsReadOnly":"true",
"FND_ACFF_CheckboxUncheckedValue":"N",
"FND_ACFF_DV":"N",
"FND_ACFF_OpenIdentifier":"ReversalLine",
"FND_ACFF_SegmentName":"ReversalLine",
"FND_ACFF_ValueSetInfo":"JE_YES_NO#TABLE",
"controlType":"check_box",
"includeInCompactView":true,
"FND_ACFF_DVT":"C",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_CheckboxCheckedValue":"Y",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE5",
"FND_ACFF_PreferredDisplayType":"CHECKBOX"
},
"x-oj":{
"componentType":"oj-sp-flex-checkbox",
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"PreviousInvoiceLineNumber":{
"title":"Previous Line",
"type":"number",
"description":"Previous Line",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"PreviousInvoiceLineNumber_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_PartialTarget":"PreviousInvoice",
"FND_ACFF_OpenIdentifier":"PreviousInvoiceLineNumber",
"FlexClientVar_flex_vst_bind2_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FND_ACFF_SegmentName":"PreviousInvoiceLineNumber",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_ValueSetInfo":"ORA_JEPL_CORRECTION_PREV_LINE#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.HeaderCorrectedInvoice",
"FlexClientVar_flex_vst_bind1_VT":"SEGMENT.PreviousInvoice",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE_NUMBER4",
"FlexClientVsBindVars":"flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_DependsOnAttributes":"PreviousInvoice",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"PreviousInvoiceLineNumber_Display":{
"title":"Previous Line",
"type":"number",
"description":"Previous Line",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"PreviousInvoiceLineNumber",
"FND_ACFF_PartialTarget":"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.HeaderCorrectedInvoice",
"FlexClientVar_flex_vst_bind1_VT":"SEGMENT.PreviousInvoice",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FND_ACFF_ListDisplayAttrName":"ValueBigDecimal",
"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",
"description":"Previous Invoice",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"PreviousInvoice",
"FND_ACFF_IsReferenced":"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.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"
}
}
},
"__FLEX_Context_DisplayValue":{
"title":"Regional Information",
"type":"string",
"description":"The invoice line global descriptive flexfield context segment displayed value.",
"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"
}
}
},
"prepaymentInvoice_Display":{
"title":"Prepayment Invoice",
"type":"string",
"description":"Prepayment Invoice",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"prepaymentInvoice",
"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"
}
}
},
"TaxPointDate":{
"title":"Adjusted Tax Point Date",
"type":"string",
"description":"Adjusted Tax Point Date",
"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_ColumnName":"GLOBAL_ATTRIBUTE_DATE1",
"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"
}
},
"taxPointDateHistory":{
"title":"Tax Point Date History",
"maxLength":150,
"type":"string",
"description":"Tax Point Date History",
"nullable":true,
"x-hints":{
"updateable":"false",
"FND_ACFF_ValueSetInfo":"JG_CHARACTER_L150#FORMAT_ONLY",
"FND_ACFF_IsReadOnly":"true",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"taxPointDateHistory",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"150",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE1",
"FND_ACFF_SegmentName":"TaxPointHistory",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"PreviousInvoice":{
"title":"Previous Invoice",
"type":"number",
"description":"Previous Invoice",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"PreviousInvoice_Display",
"FND_ACFF_IsReferenced":"true",
"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",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE_NUMBER3",
"FlexClientVsBindVars":"flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"prepaymentInvoice":{
"title":"Prepayment Invoice",
"maxLength":150,
"type":"string",
"description":"Prepayment Invoice",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"prepaymentInvoice_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_OpenIdentifier":"prepaymentInvoice",
"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":"PrepaymentInvoice",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_ValueSetInfo":"ORA_JEPL_PREPAYMENT_INV#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.lang.String",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE6",
"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"
}
}
},
"__FLEX_Context":{
"title":"Regional Information",
"maxLength":30,
"type":"string",
"description":"The invoice line global descriptive flexfield context segment.",
"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_TransactionLineGdf_view_TransactionLineGdfJExPTAdditionalInfoVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Regional Information
Maximum Length:30
Default Value:JExPTAdditionalInfo
The invoice line global descriptive flexfield context segment. -
__FLEX_Context_DisplayValue: string
Title:
Regional Information
The invoice line global descriptive flexfield context segment displayed value. -
ARCno: string
Title:
Administrative Reference Code Number
Maximum Length:150
Administrative Reference Code Number -
CustomerTrxLineId: integer
(int64)
The unique identifier of the invoice line global descriptive flexfield.
-
ExcisePayment: string
Title:
Excise payment
Maximum Length:150
Excise payment -
links: array
Links
Title:
Links
The link relations associated with the resource instance.
{
"type":"object",
"properties":{
"CustomerTrxLineId":{
"type":"integer",
"description":"The unique identifier of the invoice line global descriptive flexfield.",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18,
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"ARCno":{
"title":"Administrative Reference Code Number",
"maxLength":150,
"type":"string",
"description":"Administrative Reference Code Number",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JG_CHARACTER_L25#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"ARCno",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"25",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE1",
"FND_ACFF_SegmentName":"ARCno",
"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"
}
},
"ExcisePayment":{
"title":"Excise payment",
"maxLength":150,
"type":"string",
"description":"Excise payment",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JG_CHARACTER_L25#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"ExcisePayment",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"25",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE2",
"FND_ACFF_SegmentName":"ExcisePayment",
"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",
"description":"The invoice line global descriptive flexfield context segment displayed value.",
"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"
}
}
},
"__FLEX_Context":{
"title":"Regional Information",
"maxLength":30,
"type":"string",
"description":"The invoice line global descriptive flexfield context segment.",
"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"
}
}
}
}
}
Nested Schema : oracle_apps_flex_financials_receivables_transactions_shared_restModel_TransactionLineGdf_view_TransactionLineGdfJExROAdditionalInfoVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Regional Information
Maximum Length:30
Default Value:JExROAdditionalInfo
The invoice line global descriptive flexfield context segment. -
__FLEX_Context_DisplayValue: string
Title:
Regional Information
The invoice line global descriptive flexfield context segment displayed value. -
CustomerTrxLineId: integer
(int64)
The unique identifier of the invoice line global descriptive flexfield.
-
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
TaxPointDate: string
(date)
Title:
Adjusted Tax Point Date
Adjusted Tax Point Date -
TPDHistory: string
Title:
Tax Point Date History
Maximum Length:150
Tax Point Date History
{
"type":"object",
"properties":{
"CustomerTrxLineId":{
"type":"integer",
"description":"The unique identifier of the invoice line global descriptive flexfield.",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18,
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"TPDHistory":{
"title":"Tax Point Date History",
"maxLength":150,
"type":"string",
"description":"Tax Point Date History",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JG_CHARACTER_L150#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"TPDHistory",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"150",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE1",
"FND_ACFF_SegmentName":"TPDHistory",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"TaxPointDate":{
"title":"Adjusted Tax Point Date",
"type":"string",
"description":"Adjusted Tax Point Date",
"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_ColumnName":"GLOBAL_ATTRIBUTE_DATE1",
"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_DisplayValue":{
"title":"Regional Information",
"type":"string",
"description":"The invoice line global descriptive flexfield context segment displayed value.",
"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"
}
}
},
"__FLEX_Context":{
"title":"Regional Information",
"maxLength":30,
"type":"string",
"description":"The invoice line global descriptive flexfield context segment.",
"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_TransactionLineGdf_view_TransactionLineGdfJExRSAdditionalInfoVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Regional Information
Maximum Length:30
Default Value:JExRSAdditionalInfo
The invoice line global descriptive flexfield context segment. -
__FLEX_Context_DisplayValue: string
Title:
Regional Information
The invoice line global descriptive flexfield context segment displayed value. -
CustomerTrxLineId: integer
(int64)
The unique identifier of the invoice line global descriptive flexfield.
-
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
TaxPointDate: string
(date)
Title:
Adjusted Tax Point Date
Adjusted Tax Point Date -
TPDHistory: string
Title:
Tax Point Date History
Maximum Length:150
Tax Point Date History
{
"type":"object",
"properties":{
"CustomerTrxLineId":{
"type":"integer",
"description":"The unique identifier of the invoice line global descriptive flexfield.",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18,
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"TPDHistory":{
"title":"Tax Point Date History",
"maxLength":150,
"type":"string",
"description":"Tax Point Date History",
"nullable":true,
"x-hints":{
"updateable":"false",
"FND_ACFF_ValueSetInfo":"JG_CHARACTER_L150#FORMAT_ONLY",
"FND_ACFF_IsReadOnly":"true",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"TPDHistory",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"150",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE1",
"FND_ACFF_SegmentName":"TPDHistory",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"TaxPointDate":{
"title":"Adjusted Tax Point Date",
"type":"string",
"description":"Adjusted Tax Point Date",
"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_ColumnName":"GLOBAL_ATTRIBUTE_DATE1",
"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_DisplayValue":{
"title":"Regional Information",
"type":"string",
"description":"The invoice line global descriptive flexfield context segment displayed value.",
"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"
}
}
},
"__FLEX_Context":{
"title":"Regional Information",
"maxLength":30,
"type":"string",
"description":"The invoice line global descriptive flexfield context segment.",
"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_TransactionLineGdf_view_TransactionLineGdfJExRUAdditionalInfoVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Regional Information
Maximum Length:30
Default Value:JExRUAdditionalInfo
The invoice line global descriptive flexfield context segment. -
__FLEX_Context_DisplayValue: string
Title:
Regional Information
The invoice line global descriptive flexfield context segment displayed value. -
CorrectedInvoice: number
Title:
Corrected Invoice
Corrected Invoice -
CorrectedInvoice_Display: string
Title:
Corrected Invoice
Corrected Invoice -
CorrectedLine: number
Title:
Corrected Line
Corrected Line -
CorrectedLine_Display: number
Title:
Corrected Line
Corrected Line -
CustomerTrxLineId: integer
(int64)
The unique identifier of the invoice line global descriptive flexfield.
-
CustomsDeclarationNumber: string
Title:
Customs Declaration Number
Maximum Length:150
Customs Declaration Number -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
OriginCountry: string
Title:
Country of Origin
Maximum Length:150
Country of Origin -
OriginCountry_Display: string
Title:
Country of Origin
Country of Origin -
taxpointdate: string
(date)
Title:
Adjusted Tax Point Date
Adjusted Tax Point Date -
taxPointDateHistory: string
Title:
Tax Point Date History
Maximum Length:150
Tax Point Date History
{
"type":"object",
"properties":{
"CustomerTrxLineId":{
"type":"integer",
"description":"The unique identifier of the invoice line global descriptive flexfield.",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18,
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"taxpointdate":{
"title":"Adjusted Tax Point Date",
"type":"string",
"description":"Adjusted Tax Point Date",
"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_ColumnName":"GLOBAL_ATTRIBUTE_DATE1",
"FND_ACFF_SegmentName":"TaxPointDate",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"OriginCountry_Display":{
"title":"Country of Origin",
"type":"string",
"description":"Country of Origin",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"OriginCountry",
"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"
}
}
},
"CorrectedInvoice_Display":{
"title":"Corrected Invoice",
"type":"string",
"description":"Corrected Invoice",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"CorrectedInvoice",
"FND_ACFF_IsReferenced":"true",
"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"
}
}
},
"__FLEX_Context_DisplayValue":{
"title":"Regional Information",
"type":"string",
"description":"The invoice line global descriptive flexfield context segment displayed value.",
"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"
}
}
},
"OriginCountry":{
"title":"Country of Origin",
"maxLength":150,
"type":"string",
"description":"Country of Origin",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"OriginCountry_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"JG_ESL_EPL_ISO_COUNTRY_CODE#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_OpenIdentifier":"OriginCountry",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE9",
"FND_ACFF_SegmentName":"OriginCountry",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"CorrectedLine_Display":{
"title":"Corrected Line",
"type":"number",
"description":"Corrected Line",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"CorrectedLine",
"FND_ACFF_PartialTarget":"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.HeaderCorrectedInvoice",
"FlexClientVar_flex_vst_bind1_VT":"SEGMENT.CorrectedInvoice",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FND_ACFF_ListDisplayAttrName":"ValueBigDecimal",
"FlexClientVsBindVars":"flex_vst_bind1,flex_vst_bind2",
"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"
}
},
"CustomsDeclarationNumber":{
"title":"Customs Declaration Number",
"maxLength":150,
"type":"string",
"description":"Customs Declaration Number",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JG_CHARACTER_L150#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"CustomsDeclarationNumber",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"150",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE8",
"FND_ACFF_SegmentName":"CustomsDeclarationNumber",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"taxPointDateHistory":{
"title":"Tax Point Date History",
"maxLength":150,
"type":"string",
"description":"Tax Point Date History",
"nullable":true,
"x-hints":{
"updateable":"false",
"FND_ACFF_ValueSetInfo":"JG_CHARACTER_L150#FORMAT_ONLY",
"FND_ACFF_IsReadOnly":"true",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"taxPointDateHistory",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"150",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE1",
"FND_ACFF_SegmentName":"TaxPointHistory",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"CorrectedInvoice":{
"title":"Corrected Invoice",
"type":"number",
"description":"Corrected Invoice",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"CorrectedInvoice_Display",
"FND_ACFF_IsReferenced":"true",
"DISPLAYHINT":"Hide",
"FND_ACFF_OpenIdentifier":"CorrectedInvoice",
"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":"CorrectedInvoice",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_ValueSetInfo":"ORA_JERU_CONSOLIDATED_CORRECTION_INV#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",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE_NUMBER1",
"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"
}
}
},
"CorrectedLine":{
"title":"Corrected Line",
"type":"number",
"description":"Corrected Line",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"CorrectedLine_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_PartialTarget":"CorrectedInvoice",
"FND_ACFF_OpenIdentifier":"CorrectedLine",
"FlexClientVar_flex_vst_bind2_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FND_ACFF_SegmentName":"CorrectedLine",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_ValueSetInfo":"ORA_JERU_CONSOLIDATED_CORRECTION_LINE#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.HeaderCorrectedInvoice",
"FlexClientVar_flex_vst_bind1_VT":"SEGMENT.CorrectedInvoice",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE_NUMBER2",
"FlexClientVsBindVars":"flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_DependsOnAttributes":"CorrectedInvoice",
"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",
"description":"The invoice line global descriptive flexfield context segment.",
"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"
}
}
}
}
}
Nested Schema : oracle_apps_flex_financials_receivables_transactions_shared_restModel_TransactionLineGdf_view_TransactionLineGdfJExSIAdditionalInfoVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Regional Information
Maximum Length:30
Default Value:JExSIAdditionalInfo
The invoice line global descriptive flexfield context segment. -
__FLEX_Context_DisplayValue: string
Title:
Regional Information
The invoice line global descriptive flexfield context segment displayed value. -
CustomerTrxLineId: integer
(int64)
The unique identifier of the invoice line global descriptive flexfield.
-
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
TaxPointDate: string
(date)
Title:
Adjusted Tax Point Date
Adjusted Tax Point Date -
TPDHistory: string
Title:
Tax Point Date History
Maximum Length:150
Tax Point Date History
{
"type":"object",
"properties":{
"CustomerTrxLineId":{
"type":"integer",
"description":"The unique identifier of the invoice line global descriptive flexfield.",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18,
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"TPDHistory":{
"title":"Tax Point Date History",
"maxLength":150,
"type":"string",
"description":"Tax Point Date History",
"nullable":true,
"x-hints":{
"updateable":"false",
"FND_ACFF_ValueSetInfo":"JG_CHARACTER_L150#FORMAT_ONLY",
"FND_ACFF_IsReadOnly":"true",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"TPDHistory",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"150",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE1",
"FND_ACFF_SegmentName":"TPDHistory",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"TaxPointDate":{
"title":"Adjusted Tax Point Date",
"type":"string",
"description":"Adjusted Tax Point Date",
"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_ColumnName":"GLOBAL_ATTRIBUTE_DATE1",
"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_DisplayValue":{
"title":"Regional Information",
"type":"string",
"description":"The invoice line global descriptive flexfield context segment displayed value.",
"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"
}
}
},
"__FLEX_Context":{
"title":"Regional Information",
"maxLength":30,
"type":"string",
"description":"The invoice line global descriptive flexfield context segment.",
"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_TransactionLineGdf_view_TransactionLineGdfJExSKAdditionalInfoVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Regional Information
Maximum Length:30
Default Value:JExSKAdditionalInfo
The invoice line global descriptive flexfield context segment. -
__FLEX_Context_DisplayValue: string
Title:
Regional Information
The invoice line global descriptive flexfield context segment displayed value. -
CustomerTrxLineId: integer
(int64)
The unique identifier of the invoice line global descriptive flexfield.
-
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
TaxPointDate: string
(date)
Title:
Adjusted Tax Point Date
Adjusted Tax Point Date -
TPDHistory: string
Title:
Tax Point Date History
Maximum Length:150
Tax Point Date History
{
"type":"object",
"properties":{
"CustomerTrxLineId":{
"type":"integer",
"description":"The unique identifier of the invoice line global descriptive flexfield.",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18,
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"TPDHistory":{
"title":"Tax Point Date History",
"maxLength":150,
"type":"string",
"description":"Tax Point Date History",
"nullable":true,
"x-hints":{
"updateable":"false",
"FND_ACFF_ValueSetInfo":"JG_CHARACTER_L150#FORMAT_ONLY",
"FND_ACFF_IsReadOnly":"true",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"TPDHistory",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"150",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE1",
"FND_ACFF_SegmentName":"TPDHistory",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"TaxPointDate":{
"title":"Adjusted Tax Point Date",
"type":"string",
"description":"Adjusted Tax Point Date",
"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_ColumnName":"GLOBAL_ATTRIBUTE_DATE1",
"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_DisplayValue":{
"title":"Regional Information",
"type":"string",
"description":"The invoice line global descriptive flexfield context segment displayed value.",
"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"
}
}
},
"__FLEX_Context":{
"title":"Regional Information",
"maxLength":30,
"type":"string",
"description":"The invoice line global descriptive flexfield context segment.",
"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_TransactionLineGdf_view_TransactionLineGdfJExTRBaBsReportingVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Regional Information
Maximum Length:30
Default Value:JExTRBaBsReporting
The invoice line global descriptive flexfield context segment. -
__FLEX_Context_DisplayValue: string
Title:
Regional Information
The invoice line global descriptive flexfield context segment displayed value. -
CustomerTrxLineId: integer
(int64)
The unique identifier of the invoice line global descriptive flexfield.
-
ExportDate: string
(date)
Title:
Export Date
Export Date -
links: array
Links
Title:
Links
The link relations associated with the resource instance.
{
"type":"object",
"properties":{
"CustomerTrxLineId":{
"type":"integer",
"description":"The unique identifier of the invoice line global descriptive flexfield.",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18,
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"ExportDate":{
"title":"Export Date",
"type":"string",
"description":"Export Date",
"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_ColumnName":"GLOBAL_ATTRIBUTE_DATE1",
"FND_ACFF_SegmentName":"ExportDate",
"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_DisplayValue":{
"title":"Regional Information",
"type":"string",
"description":"The invoice line global descriptive flexfield context segment displayed value.",
"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"
}
}
},
"__FLEX_Context":{
"title":"Regional Information",
"maxLength":30,
"type":"string",
"description":"The invoice line global descriptive flexfield context segment.",
"nullable":true,
"default":"JExTRBaBsReporting",
"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_TransactionLineGdf_view_TransactionLineGdfJLxBRAdditionalInfoVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Regional Information
Maximum Length:30
Default Value:JLxBRAdditionalInfo
The invoice line global descriptive flexfield context segment. -
__FLEX_Context_DisplayValue: string
Title:
Regional Information
The invoice line global descriptive flexfield context segment displayed value. -
CustomerTrxLineId: integer
(int64)
The unique identifier of the invoice line global descriptive flexfield.
-
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
topConfiguredItem: number
Title:
Top Configured Item
Top Configured Item
{
"type":"object",
"properties":{
"CustomerTrxLineId":{
"type":"integer",
"description":"The unique identifier of the invoice line global descriptive flexfield.",
"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"
}
},
"topConfiguredItem":{
"title":"Top Configured Item",
"type":"number",
"description":"Top Configured Item",
"nullable":true,
"x-hints":{
"FND_ACFF_Precision":"15",
"FND_ACFF_Scale":"0",
"FND_ACFF_ValueSetInfo":"JG_NUMBER_P15_S0#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_MinimumValue":"1",
"FND_ACFF_OpenIdentifier":"topConfiguredItem",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE_NUMBER1",
"FND_ACFF_MaximumValue":"999999999999999",
"FND_ACFF_SegmentName":"Top Configured Item",
"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",
"description":"The invoice line global descriptive flexfield context segment displayed value.",
"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"
}
}
},
"__FLEX_Context":{
"title":"Regional Information",
"maxLength":30,
"type":"string",
"description":"The invoice line global descriptive flexfield context segment.",
"nullable":true,
"default":"JLxBRAdditionalInfo",
"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"
}
}