get
/fscmRestApi/resources/11.13.18.05/autoInvoiceInterfaceLines
Request
Query Parameters
-
expand: string
When this parameter is provided, the specified children are included in the resource payload (instead of just a link). The value of this query parameter is "all" or "". More than one child can be specified using comma as a separator. Example: ?expand=Employees,Localizations. Nested children can also be provided following the format "Child.NestedChild" (Example: ?expand=Employees.Managers). If a nested child is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?expand=Employees.Managers" is the same as "?expand=Employees,Employees.Managers" (which will expand Employees and Managers).
-
fields: string
This parameter filters the resource fields. Only the specified fields are returned, which means that if no fields are specified, no fields are returned (useful to get only the links). If an indirect child resource is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?fields=Employees.Managers:Empname" is the same as "?fields=;Employees:;Employees.Managers:Empname" (which will only return the "Empname" field for Managers). the value of this query parameter is a list of resource fields. The attribute can be a direct (Example: Employees) or indirect (Example: Employees.Managers) child. It cannot be combined with expand query parameter. If both are provided, only fields will be considered.
Format: ?fields=Attribute1,Attribute2
Format for fields in child resource: ?fields=Accessor1:Attribute1,Attribute2 -
finder: string
Used as a predefined finder to search the collection.
Format ?finder=<finderName>;<variableName>=<variableValue>,<variableName2>=<variableValue2>
The following are the available finder names and corresponding finder variables- PrimaryKey Finds the interface line that matches the primary key criteria specified.
Finder Variables- InterfaceLineGUID; string; The unique identifier of the interface line.
- interfaceLineSearch Finds the interface lines using various attributes that match the primary key criteria specified.
Finder Variables- BusinessUnit; string; The business unit under which the interface line is created. A business unit is a unit of an enterprise that performs one or more business functions in a management hierarchy.
- OrgId; integer; The unique identification number of the business unit under which the interface line is created.
- TransactionBatchSource; string; The transaction source associated with the interface line.
- PrimaryKey Finds the interface line that matches the primary key criteria specified.
-
limit: integer
This parameter restricts the number of resources returned inside the resource collection. If the limit exceeds the resource count then the framework will only return the available resources.
-
links: string
This parameter can be used to show only certain links while accessing a singular resource or a resource collection. The parameter value format is a comma-separated list of : <link_relation>
Example:
self,canonical -
offset: integer
Used to define the starting position of the resource collection. If offset exceeds the resource count then no resources are returned. Default value is 0.
-
onlyData: boolean
The resource item payload will be filtered in order to contain only data (no links section, for example).
-
orderBy: string
This parameter orders a resource collection based on the specified fields. The parameter value is a comma-separated string of attribute names, each optionally followed by a colon and "asc" or "desc". Specify "asc" for ascending and "desc" for descending. The default value is "asc". For example, ?orderBy=field1:asc,field2:desc
-
q: string
This query parameter defines the where clause. The resource collection will be queried using the provided expressions. The value of this query parameter is one or more expressions. Example: ?q=Deptno>=10 and <= 30;Loc!=NY
Format: ?q=expression1;expression2
You can use these queryable attributes to filter this collection resource using the q query parameter:- Amount; number; The transaction line amount.
- BusinessUnit; string; The business unit under which the interface line is created.
- CurrencyCode; string; The currency code of the transaction line amount.
- Description; string; The description of the interface line.
- InterfaceLineGUID; string; The unique global identifier of the interface line.
- InterfaceLineStatus; string; The status of the AutoInvoice interface line.
- InternalNotes; string; Additional comments about the interface line.
- LastUpdateLogin; string; The session login associated with the user who last updated the record.
- LineType; string; The line type of a transaction.
- OrgId; integer; The unique identification number of the business unit under which the interface line is created.
- PaymentTerms; string; The unique identifier of the payment term for the interface line.
- PaymentTermsId; integer; The payment term for the interface line.
- Quantity; number; Number of units of an item associated with the interface line.
- TaxCode; string; Tax code of the interface line, if applicable.
- TransactionBatchSource; string; The transaction source associated with the interface line.
- TransactionDate; string; The date when the interface line was created.
- TransactionNumber; string; The transaction number for which the interface line is created.
- TransactionType; string; The transaction type of the interface line.
- TransactionTypeSequenceId; integer; The unique identifier of the transaction type for the interface line.
- UnitSellingPrice; number; Unit selling price of an item.
-
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 : autoInvoiceInterfaceLines
Type:
Show Source
object-
count(required): integer
The number of resource instances returned in the current range.
-
hasMore(required): boolean
Indicates whether more resources are available on the server than the subset returned in the response. If the value is true, then there are more resources to retrieve from the server. The default value is false.
-
items: array
Items
Title:
ItemsThe items in the collection. -
limit(required): integer
The actual paging size used by the server.
-
links(required): array
Links
Title:
LinksThe link relations associated with the resource instance. -
offset(required): integer
The offset value used in the current page.
-
totalResults: integer
The estimated row count when "?totalResults=true", otherwise the count is not included.
{
"required":[
"count",
"hasMore",
"limit",
"links",
"offset"
],
"type":"object",
"properties":{
"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."
},
"items":{
"title":"Items",
"type":"array",
"description":"The items in the collection.",
"items":{
"$ref":"#/components/schemas/autoInvoiceInterfaceLines-item-response"
}
},
"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"
}
},
"offset":{
"type":"integer",
"description":"The offset value used in the current page."
},
"totalResults":{
"type":"integer",
"description":"The estimated row count when \"?totalResults=true\", otherwise the count is not included."
}
},
"x-hints":{
"usage":"BusinessObject"
}
}
Nested Schema : Items
Type:
arrayTitle:
ItemsThe items in the collection.
Show Source
{
"title":"Items",
"type":"array",
"description":"The items in the collection.",
"items":{
"$ref":"#/components/schemas/autoInvoiceInterfaceLines-item-response"
}
}
Nested Schema : Links
Type:
arrayTitle:
LinksThe 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 : autoInvoiceInterfaceLines-item-response
Type:
Show Source
object-
Amount: number
The transaction line amount.
-
AuthorizationNumber: string
Maximum Length:
30Authorization number of the interface line. -
autoInvoiceHeaderInformationDFF: array
autoInvoiceHeaderInformationDFF
-
autoInvoiceInterfaceLineTransactionDFF: array
autoInvoiceInterfaceLineTransactionDFF
-
autoInvoiceLineInformationDFF: array
autoInvoiceLineInformationDFF
-
BusinessUnit: string
Maximum Length:
240The business unit under which the interface line is created. -
CurrencyCode: string
Maximum Length:
15The currency code of the transaction line amount. -
Description: string
Maximum Length:
240The description of the interface line. -
InterfaceLineGUID: string
Read Only:
trueMaximum Length:32The unique global identifier of the interface line. -
InterfaceLineStatus: string
Maximum Length:
1The status of the AutoInvoice interface line. -
InternalNotes: string
Maximum Length:
240Additional comments about the interface line. -
LastUpdateLogin: string
Read Only:
trueMaximum Length:32The session login associated with the user who last updated the record. -
LineType: string
Maximum Length:
20The line type of a transaction. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
OrgId: integer
(int64)
The unique identification number of the business unit under which the interface line is created.
-
PaymentTerms: string
Maximum Length:
15The unique identifier of the payment term for the interface line. -
PaymentTermsId: integer
(int64)
The payment term for the interface line.
-
Quantity: number
Number of units of an item associated with the interface line.
-
TaxCode: string
Maximum Length:
50Tax code of the interface line, if applicable. -
TransactionBatchSource: string
Maximum Length:
50The transaction source associated with the interface line. -
TransactionDate: string
(date)
The date when the interface line was created.
-
TransactionNumber: string
Maximum Length:
20The transaction number for which the interface line is created. -
TransactionType: string
Maximum Length:
20The transaction type of the interface line. -
TransactionTypeSequenceId: integer
(int64)
The unique identifier of the transaction type for the interface line.
-
UnitSellingPrice: number
Unit selling price of an item.
{
"type":"object",
"properties":{
"Amount":{
"type":"number",
"description":"The transaction line amount.",
"nullable":true,
"x-queryable":true
},
"AuthorizationNumber":{
"maxLength":30,
"type":"string",
"description":"Authorization number of the interface line.",
"nullable":true,
"x-queryable":false
},
"BusinessUnit":{
"maxLength":240,
"type":"string",
"description":"The business unit under which the interface line is created.",
"nullable":true,
"x-queryable":true
},
"CurrencyCode":{
"maxLength":15,
"type":"string",
"description":"The currency code of the transaction line amount.",
"nullable":false,
"x-queryable":true
},
"Description":{
"maxLength":240,
"type":"string",
"description":"The description of the interface line.",
"nullable":false,
"x-queryable":true
},
"InterfaceLineGUID":{
"maxLength":32,
"type":"string",
"description":"The unique global identifier of the interface line.",
"nullable":true,
"readOnly":true,
"x-queryable":true
},
"InterfaceLineStatus":{
"maxLength":1,
"type":"string",
"description":"The status of the AutoInvoice interface line.",
"nullable":true,
"x-queryable":true
},
"InternalNotes":{
"maxLength":240,
"type":"string",
"description":"Additional comments about the interface line.",
"nullable":true,
"x-queryable":true
},
"LastUpdateLogin":{
"maxLength":32,
"type":"string",
"description":"The session login associated with the user who last updated the record.",
"nullable":true,
"readOnly":true,
"x-queryable":true
},
"LineType":{
"maxLength":20,
"type":"string",
"description":"The line type of a transaction.",
"nullable":true,
"x-queryable":true
},
"OrgId":{
"type":"integer",
"description":"The unique identification number of the business unit under which the interface line is created.",
"format":"int64",
"nullable":true,
"x-hints":{
"precision":18
},
"x-queryable":true
},
"PaymentTerms":{
"maxLength":15,
"type":"string",
"description":"The unique identifier of the payment term for the interface line.",
"nullable":true,
"x-queryable":true
},
"PaymentTermsId":{
"type":"integer",
"description":"The payment term for the interface line.",
"format":"int64",
"nullable":true,
"x-hints":{
"precision":18
},
"x-queryable":true
},
"Quantity":{
"type":"number",
"description":"Number of units of an item associated with the interface line.",
"nullable":true,
"x-queryable":true
},
"TaxCode":{
"maxLength":50,
"type":"string",
"description":"Tax code of the interface line, if applicable.",
"nullable":true,
"x-queryable":true
},
"TransactionBatchSource":{
"maxLength":50,
"type":"string",
"description":"The transaction source associated with the interface line.",
"nullable":false,
"x-queryable":true
},
"TransactionDate":{
"type":"string",
"description":"The date when the interface line was created.",
"format":"date",
"nullable":true,
"x-queryable":true
},
"TransactionNumber":{
"maxLength":20,
"type":"string",
"description":"The transaction number for which the interface line is created.",
"nullable":true,
"x-queryable":true
},
"TransactionType":{
"maxLength":20,
"type":"string",
"description":"The transaction type of the interface line.",
"nullable":true,
"x-queryable":true
},
"TransactionTypeSequenceId":{
"type":"integer",
"description":"The unique identifier of the transaction type for the interface line.",
"format":"int64",
"nullable":true,
"x-hints":{
"precision":18
},
"x-queryable":true
},
"UnitSellingPrice":{
"type":"number",
"description":"Unit selling price of an item.",
"nullable":true,
"x-queryable":true
},
"autoInvoiceHeaderInformationDFF":{
"type":"array",
"items":{
"$ref":"#/components/schemas/autoInvoiceInterfaceLines-autoInvoiceHeaderInformationDFF-item-response"
},
"x-cardinality":"1"
},
"autoInvoiceInterfaceLineTransactionDFF":{
"type":"array",
"items":{
"$ref":"#/components/schemas/autoInvoiceInterfaceLines-autoInvoiceInterfaceLineTransactionDFF-item-response"
},
"x-cardinality":"1"
},
"autoInvoiceLineInformationDFF":{
"type":"array",
"items":{
"$ref":"#/components/schemas/autoInvoiceInterfaceLines-autoInvoiceLineInformationDFF-item-response"
},
"x-cardinality":"1"
},
"links":{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
}
}
}
Nested Schema : autoInvoiceHeaderInformationDFF
Type:
Show Source
array{
"type":"array",
"items":{
"$ref":"#/components/schemas/autoInvoiceInterfaceLines-autoInvoiceHeaderInformationDFF-item-response"
},
"x-cardinality":"1"
}
Nested Schema : autoInvoiceInterfaceLineTransactionDFF
Type:
Show Source
array-
Array of:
object Discriminator: __FLEX_Context
Discriminator:
{ "propertyName":"__FLEX_Context", "mapping":{ "CONTRACT INTERNAL INVOICES":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXCONTRACT____INTERNAL____INVOICESVO-item-response", "CONTRACT INVOICES":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXCONTRACT____INVOICESVO-item-response", "Contracts Context":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXContracts____ContextVO-item-response", "DOO":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXDOOVO-item-response", "FOS":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXFOSVO-item-response", "GLOBAL_PROCUREMENT":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXGLOBAL__5FPROCUREMENTVO-item-response", "INTERCOMPANY":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXINTERCOMPANYVO-item-response", "INTERNAL_ALLOCATIONS":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXINTERNAL__5FALLOCATIONSVO-item-response", "Intercompany_Agreement":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXIntercompany__5FAgreementVO-item-response", "Joint Venture Invoice":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXJoint____Venture____InvoiceVO-item-response", "ORA_ACADEMIC_PERIOD_FEES":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXORA__5FACADEMIC__5FPERIOD__5FFEESVO-item-response", "ORA_ASSIGNED_CREDITS":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXORA__5FASSIGNED__5FCREDITSVO-item-response", "ORA_CPQ CLOUD":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXORA__5FCPQ____CLOUDVO-item-response", "ORA_CURRICULUM_FEES":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXORA__5FCURRICULUM__5FFEESVO-item-response", "ORA_DOO_ORIGIN_SUBSCRIPTIONS":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXORA__5FDOO__5FORIGIN__5FSUBSCRIPTIONSVO-item-response", "ORA_EXTERNAL_CREDITS":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXORA__5FEXTERNAL__5FCREDITSVO-item-response", "ORA_FIXED ASSETS":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXORA__5FFIXED____ASSETSVO-item-response", "ORA_GENERAL_FEES":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXORA__5FGENERAL__5FFEESVO-item-response", "ORA_LEASE_ACCOUNTING":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXORA__5FLEASE__5FACCOUNTINGVO-item-response", "ORA_PSCR":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXORA__5FPSCRVO-item-response", "ORA_RECURRING BILL":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXORA__5FRECURRING____BILLVO-item-response", "ORA_SPONSORSHIP_FEES":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXORA__5FSPONSORSHIP__5FFEESVO-item-response", "Subscriptions Context":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXSubscriptions____ContextVO-item-response" } }
{
"type":"array",
"items":{
"$ref":"#/components/schemas/autoInvoiceInterfaceLines-autoInvoiceInterfaceLineTransactionDFF-item-response"
},
"x-cardinality":"1"
}
Nested Schema : autoInvoiceLineInformationDFF
Type:
Show Source
array{
"type":"array",
"items":{
"$ref":"#/components/schemas/autoInvoiceInterfaceLines-autoInvoiceLineInformationDFF-item-response"
},
"x-cardinality":"1"
}
Nested Schema : Links
Type:
arrayTitle:
LinksThe 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 : autoInvoiceInterfaceLines-autoInvoiceHeaderInformationDFF-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:30Context Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
InterfaceLineGuid: string
Maximum Length:
32 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
{
"type":"object",
"properties":{
"InterfaceLineGuid":{
"maxLength":32,
"type":"string",
"nullable":true,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true
},
"x-queryable":true
},
"__FLEX_Context":{
"title":"Context Value",
"maxLength":30,
"type":"string",
"description":"Context Value",
"nullable":true,
"x-hints":{
"help":{
"instruction":"Context Value"
},
"FND_ACFF_ValueSetInfo":"_FLEX_ContextValueSet_Internal#INDEPENDENT",
"controlType":"choice",
"FND_ACFF_AkaAttrName":"__FLEX_Context_DisplayValue",
"includeInCompactView":true,
"FND_ACFF_IsDiscriminator":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"1024",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
},
"x-queryable":true
},
"__FLEX_Context_DisplayValue":{
"title":"Context Value",
"type":"string",
"description":"Context Value",
"nullable":true,
"x-hints":{
"updateable":"false",
"help":{
"instruction":"Context Value"
},
"DISPLAYHINT":"Hide",
"FND_ACFF_IsReadOnly":"true",
"FND_ACFF_AkaRealSegmentAttrName":"__FLEX_Context",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Name",
"FND_ACFF_MaximumLength":"1024",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
},
"x-queryable":true
},
"links":{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
}
}
}
Nested Schema : Links
Type:
arrayTitle:
LinksThe 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 referenceThe URI to the related resource. -
kind: string
Title:
kindAllowed Values:[ "collection", "item", "describe", "other" ]The kind of the related resource. -
name: string
Title:
nameThe name of the link to the related resource. -
properties: object
properties
-
rel: string
Title:
relationAllowed Values:[ "self", "lov", "parent", "canonical", "child", "enclosure", "action", "custom" ]The name of the relation to the resource instance. Example: self.
{
"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 : Discriminator: __FLEX_Context
Type:
objectDiscriminator: __FLEX_Context
Discriminator Values
- CONTRACT INTERNAL INVOICES
- CONTRACT INVOICES
- Contracts Context
- DOO
- FOS
- GLOBAL_PROCUREMENT
- INTERCOMPANY
- INTERNAL_ALLOCATIONS
- Intercompany_Agreement
- Joint Venture Invoice
- ORA_ACADEMIC_PERIOD_FEES
- ORA_ASSIGNED_CREDITS
- ORA_CPQ CLOUD
- ORA_CURRICULUM_FEES
- ORA_DOO_ORIGIN_SUBSCRIPTIONS
- ORA_EXTERNAL_CREDITS
- ORA_FIXED ASSETS
- ORA_GENERAL_FEES
- ORA_LEASE_ACCOUNTING
- ORA_PSCR
- ORA_RECURRING BILL
- ORA_SPONSORSHIP_FEES
- Subscriptions Context
{
"discriminator":{
"propertyName":"__FLEX_Context",
"mapping":{
"CONTRACT INTERNAL INVOICES":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXCONTRACT____INTERNAL____INVOICESVO-item-response",
"CONTRACT INVOICES":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXCONTRACT____INVOICESVO-item-response",
"Contracts Context":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXContracts____ContextVO-item-response",
"DOO":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXDOOVO-item-response",
"FOS":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXFOSVO-item-response",
"GLOBAL_PROCUREMENT":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXGLOBAL__5FPROCUREMENTVO-item-response",
"INTERCOMPANY":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXINTERCOMPANYVO-item-response",
"INTERNAL_ALLOCATIONS":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXINTERNAL__5FALLOCATIONSVO-item-response",
"Intercompany_Agreement":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXIntercompany__5FAgreementVO-item-response",
"Joint Venture Invoice":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXJoint____Venture____InvoiceVO-item-response",
"ORA_ACADEMIC_PERIOD_FEES":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXORA__5FACADEMIC__5FPERIOD__5FFEESVO-item-response",
"ORA_ASSIGNED_CREDITS":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXORA__5FASSIGNED__5FCREDITSVO-item-response",
"ORA_CPQ CLOUD":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXORA__5FCPQ____CLOUDVO-item-response",
"ORA_CURRICULUM_FEES":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXORA__5FCURRICULUM__5FFEESVO-item-response",
"ORA_DOO_ORIGIN_SUBSCRIPTIONS":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXORA__5FDOO__5FORIGIN__5FSUBSCRIPTIONSVO-item-response",
"ORA_EXTERNAL_CREDITS":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXORA__5FEXTERNAL__5FCREDITSVO-item-response",
"ORA_FIXED ASSETS":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXORA__5FFIXED____ASSETSVO-item-response",
"ORA_GENERAL_FEES":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXORA__5FGENERAL__5FFEESVO-item-response",
"ORA_LEASE_ACCOUNTING":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXORA__5FLEASE__5FACCOUNTINGVO-item-response",
"ORA_PSCR":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXORA__5FPSCRVO-item-response",
"ORA_RECURRING BILL":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXORA__5FRECURRING____BILLVO-item-response",
"ORA_SPONSORSHIP_FEES":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXORA__5FSPONSORSHIP__5FFEESVO-item-response",
"Subscriptions Context":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXSubscriptions____ContextVO-item-response"
}
},
"oneOf":[
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXCONTRACT____INTERNAL____INVOICESVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXCONTRACT____INVOICESVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXContracts____ContextVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXDOOVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXFOSVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXGLOBAL__5FPROCUREMENTVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXINTERCOMPANYVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXINTERNAL__5FALLOCATIONSVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXIntercompany__5FAgreementVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXJoint____Venture____InvoiceVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXORA__5FACADEMIC__5FPERIOD__5FFEESVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXORA__5FASSIGNED__5FCREDITSVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXORA__5FCPQ____CLOUDVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXORA__5FCURRICULUM__5FFEESVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXORA__5FDOO__5FORIGIN__5FSUBSCRIPTIONSVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXORA__5FEXTERNAL__5FCREDITSVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXORA__5FFIXED____ASSETSVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXORA__5FGENERAL__5FFEESVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXORA__5FLEASE__5FACCOUNTINGVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXORA__5FPSCRVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXORA__5FRECURRING____BILLVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXORA__5FSPONSORSHIP__5FFEESVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXSubscriptions____ContextVO-item-response"
}
]
}
Match One Schema
Show Source
-
CONTRACT INTERNAL INVOICES -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXCONTRACT____INTERNAL____INVOICESVO-item-response
-
CONTRACT INVOICES -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXCONTRACT____INVOICESVO-item-response
-
Contracts Context -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXContracts____ContextVO-item-response
-
DOO -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXDOOVO-item-response
-
FOS -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXFOSVO-item-response
-
GLOBAL_PROCUREMENT -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXGLOBAL__5FPROCUREMENTVO-item-response
-
INTERCOMPANY -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXINTERCOMPANYVO-item-response
-
INTERNAL_ALLOCATIONS -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXINTERNAL__5FALLOCATIONSVO-item-response
-
Intercompany_Agreement -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXIntercompany__5FAgreementVO-item-response
-
Joint Venture Invoice -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXJoint____Venture____InvoiceVO-item-response
-
ORA_ACADEMIC_PERIOD_FEES -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXORA__5FACADEMIC__5FPERIOD__5FFEESVO-item-response
-
ORA_ASSIGNED_CREDITS -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXORA__5FASSIGNED__5FCREDITSVO-item-response
-
ORA_CPQ CLOUD -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXORA__5FCPQ____CLOUDVO-item-response
-
ORA_CURRICULUM_FEES -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXORA__5FCURRICULUM__5FFEESVO-item-response
-
ORA_DOO_ORIGIN_SUBSCRIPTIONS -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXORA__5FDOO__5FORIGIN__5FSUBSCRIPTIONSVO-item-response
-
ORA_EXTERNAL_CREDITS -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXORA__5FEXTERNAL__5FCREDITSVO-item-response
-
ORA_FIXED ASSETS -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXORA__5FFIXED____ASSETSVO-item-response
-
ORA_GENERAL_FEES -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXORA__5FGENERAL__5FFEESVO-item-response
-
ORA_LEASE_ACCOUNTING -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXORA__5FLEASE__5FACCOUNTINGVO-item-response
-
ORA_PSCR -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXORA__5FPSCRVO-item-response
-
ORA_RECURRING BILL -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXORA__5FRECURRING____BILLVO-item-response
-
ORA_SPONSORSHIP_FEES -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXORA__5FSPONSORSHIP__5FFEESVO-item-response
-
Subscriptions Context -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXSubscriptions____ContextVO-item-response
{
"discriminator":{
"propertyName":"__FLEX_Context",
"mapping":{
"CONTRACT INTERNAL INVOICES":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXCONTRACT____INTERNAL____INVOICESVO-item-response",
"CONTRACT INVOICES":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXCONTRACT____INVOICESVO-item-response",
"Contracts Context":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXContracts____ContextVO-item-response",
"DOO":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXDOOVO-item-response",
"FOS":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXFOSVO-item-response",
"GLOBAL_PROCUREMENT":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXGLOBAL__5FPROCUREMENTVO-item-response",
"INTERCOMPANY":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXINTERCOMPANYVO-item-response",
"INTERNAL_ALLOCATIONS":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXINTERNAL__5FALLOCATIONSVO-item-response",
"Intercompany_Agreement":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXIntercompany__5FAgreementVO-item-response",
"Joint Venture Invoice":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXJoint____Venture____InvoiceVO-item-response",
"ORA_ACADEMIC_PERIOD_FEES":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXORA__5FACADEMIC__5FPERIOD__5FFEESVO-item-response",
"ORA_ASSIGNED_CREDITS":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXORA__5FASSIGNED__5FCREDITSVO-item-response",
"ORA_CPQ CLOUD":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXORA__5FCPQ____CLOUDVO-item-response",
"ORA_CURRICULUM_FEES":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXORA__5FCURRICULUM__5FFEESVO-item-response",
"ORA_DOO_ORIGIN_SUBSCRIPTIONS":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXORA__5FDOO__5FORIGIN__5FSUBSCRIPTIONSVO-item-response",
"ORA_EXTERNAL_CREDITS":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXORA__5FEXTERNAL__5FCREDITSVO-item-response",
"ORA_FIXED ASSETS":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXORA__5FFIXED____ASSETSVO-item-response",
"ORA_GENERAL_FEES":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXORA__5FGENERAL__5FFEESVO-item-response",
"ORA_LEASE_ACCOUNTING":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXORA__5FLEASE__5FACCOUNTINGVO-item-response",
"ORA_PSCR":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXORA__5FPSCRVO-item-response",
"ORA_RECURRING BILL":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXORA__5FRECURRING____BILLVO-item-response",
"ORA_SPONSORSHIP_FEES":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXORA__5FSPONSORSHIP__5FFEESVO-item-response",
"Subscriptions Context":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXSubscriptions____ContextVO-item-response"
}
},
"oneOf":[
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXCONTRACT____INTERNAL____INVOICESVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXCONTRACT____INVOICESVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXContracts____ContextVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXDOOVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXFOSVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXGLOBAL__5FPROCUREMENTVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXINTERCOMPANYVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXINTERNAL__5FALLOCATIONSVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXIntercompany__5FAgreementVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXJoint____Venture____InvoiceVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXORA__5FACADEMIC__5FPERIOD__5FFEESVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXORA__5FASSIGNED__5FCREDITSVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXORA__5FCPQ____CLOUDVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXORA__5FCURRICULUM__5FFEESVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXORA__5FDOO__5FORIGIN__5FSUBSCRIPTIONSVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXORA__5FEXTERNAL__5FCREDITSVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXORA__5FFIXED____ASSETSVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXORA__5FGENERAL__5FFEESVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXORA__5FLEASE__5FACCOUNTINGVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXORA__5FPSCRVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXORA__5FRECURRING____BILLVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXORA__5FSPONSORSHIP__5FFEESVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXSubscriptions____ContextVO-item-response"
}
]
}
Nested Schema : oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXCONTRACT____INTERNAL____INVOICESVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:30Default Value:CONTRACT INTERNAL INVOICESContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
_Contract__Id: string
Title:
Contract IdMaximum Length:30Contract Id -
_Contract__Number: string
Title:
Contract NumberMaximum Length:30Contract Number -
_Contract__organization: string
Title:
Contract organizationMaximum Length:30Contract organization -
_Draft__Invoice__Number: string
Title:
Draft Invoice NumberMaximum Length:30Draft Invoice Number -
_Line__Id: string
Title:
Line IDMaximum Length:30Line ID -
_Receiving__Business__Unit: string
Title:
Receiving Business UnitMaximum Length:30Receiving Business Unit -
_Receiving__Project__Number: string
Title:
Receiving Project NumberMaximum Length:30Receiving Project Number -
_Type: string
Title:
TypeMaximum Length:30Type -
InterfaceLineGuid: string
Maximum Length:
32 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
{
"type":"object",
"properties":{
"InterfaceLineGuid":{
"maxLength":32,
"type":"string",
"nullable":true,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true
}
},
"_Contract__Id":{
"title":"Contract Id",
"maxLength":30,
"type":"string",
"description":"Contract Id",
"nullable":true,
"x-hints":{
"help":{
"instruction":"Contract Id"
},
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_IsRequired":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE2",
"FND_ACFF_SegmentName":"Contract Id",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Contract__Number":{
"title":"Contract Number",
"maxLength":30,
"type":"string",
"description":"Contract Number",
"nullable":true,
"x-hints":{
"help":{
"instruction":"Contract Number"
},
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_IsRequired":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE1",
"FND_ACFF_SegmentName":"Contract Number",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Contract__organization":{
"title":"Contract organization",
"maxLength":30,
"type":"string",
"description":"Contract organization",
"nullable":true,
"x-hints":{
"help":{
"instruction":"Contract organization"
},
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_IsRequired":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE4",
"FND_ACFF_SegmentName":"Contract organization",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Draft__Invoice__Number":{
"title":"Draft Invoice Number",
"maxLength":30,
"type":"string",
"description":"Draft Invoice Number",
"nullable":true,
"x-hints":{
"help":{
"instruction":"Draft Invoice Number"
},
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_IsRequired":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE3",
"FND_ACFF_SegmentName":"Draft Invoice Number",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Line__Id":{
"title":"Line ID",
"maxLength":30,
"type":"string",
"description":"Line ID",
"nullable":true,
"x-hints":{
"help":{
"instruction":"Line ID"
},
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_IsRequired":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE5",
"FND_ACFF_SegmentName":"Line Id",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Receiving__Business__Unit":{
"title":"Receiving Business Unit",
"maxLength":30,
"type":"string",
"description":"Receiving Business Unit",
"nullable":true,
"x-hints":{
"help":{
"instruction":"Receiving Business Unit"
},
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_IsRequired":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE7",
"FND_ACFF_SegmentName":"Receiving Business Unit",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Receiving__Project__Number":{
"title":"Receiving Project Number",
"maxLength":30,
"type":"string",
"description":"Receiving Project Number",
"nullable":true,
"x-hints":{
"help":{
"instruction":"Receiving Project Number"
},
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_IsRequired":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE8",
"FND_ACFF_SegmentName":"Receiving Project Number",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Type":{
"title":"Type",
"maxLength":30,
"type":"string",
"description":"Type",
"nullable":true,
"x-hints":{
"help":{
"instruction":"Type"
},
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_IsRequired":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE6",
"FND_ACFF_SegmentName":"Type",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context":{
"title":"Context Value",
"maxLength":30,
"type":"string",
"description":"Context Value",
"nullable":true,
"default":"CONTRACT INTERNAL INVOICES",
"x-hints":{
"help":{
"instruction":"Context Value"
},
"FND_ACFF_ValueSetInfo":"_FLEX_ContextValueSet_Internal#INDEPENDENT",
"controlType":"choice",
"FND_ACFF_AkaAttrName":"__FLEX_Context_DisplayValue",
"includeInCompactView":true,
"FND_ACFF_IsDiscriminator":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"1024",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context_DisplayValue":{
"title":"Context Value",
"type":"string",
"description":"Context Value",
"nullable":true,
"x-hints":{
"updateable":"false",
"help":{
"instruction":"Context Value"
},
"DISPLAYHINT":"Hide",
"FND_ACFF_IsReadOnly":"true",
"FND_ACFF_AkaRealSegmentAttrName":"__FLEX_Context",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Name",
"FND_ACFF_MaximumLength":"1024",
"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"
}
}
}
}
Nested Schema : oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXCONTRACT____INVOICESVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:30Default Value:CONTRACT INVOICESContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
_Contract__Id: string
Title:
Contract IDMaximum Length:30Contract ID -
_Contract__Number: string
Title:
Contract NumberMaximum Length:30Contract Number -
_Contract__Organization: string
Title:
Contract OrganizationMaximum Length:30Contract Organization -
_Draft__Invoice__Number: string
Title:
Draft Invoice NumberMaximum Length:30Draft Invoice Number -
_Line__Id: string
Title:
Line IDMaximum Length:30Line ID -
_Type: string
Title:
TypeMaximum Length:30Type -
InterfaceLineGuid: string
Maximum Length:
32 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
{
"type":"object",
"properties":{
"InterfaceLineGuid":{
"maxLength":32,
"type":"string",
"nullable":true,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true
}
},
"_Contract__Id":{
"title":"Contract ID",
"maxLength":30,
"type":"string",
"description":"Contract ID",
"nullable":true,
"x-hints":{
"help":{
"instruction":"Contract ID"
},
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_IsRequired":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE2",
"FND_ACFF_SegmentName":"Contract Id",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Contract__Number":{
"title":"Contract Number",
"maxLength":30,
"type":"string",
"description":"Contract Number",
"nullable":true,
"x-hints":{
"help":{
"instruction":"Contract Number"
},
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_IsRequired":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE1",
"FND_ACFF_SegmentName":"Contract Number",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Contract__Organization":{
"title":"Contract Organization",
"maxLength":30,
"type":"string",
"description":"Contract Organization",
"nullable":true,
"x-hints":{
"help":{
"instruction":"Contract Organization"
},
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_IsRequired":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE4",
"FND_ACFF_SegmentName":"Contract Organization",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Draft__Invoice__Number":{
"title":"Draft Invoice Number",
"maxLength":30,
"type":"string",
"description":"Draft Invoice Number",
"nullable":true,
"x-hints":{
"help":{
"instruction":"Draft Invoice Number"
},
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_IsRequired":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE3",
"FND_ACFF_SegmentName":"Draft Invoice Number",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Line__Id":{
"title":"Line ID",
"maxLength":30,
"type":"string",
"description":"Line ID",
"nullable":true,
"x-hints":{
"help":{
"instruction":"Line ID"
},
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_IsRequired":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE5",
"FND_ACFF_SegmentName":"Line Id",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Type":{
"title":"Type",
"maxLength":30,
"type":"string",
"description":"Type",
"nullable":true,
"x-hints":{
"help":{
"instruction":"Type"
},
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_IsRequired":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE6",
"FND_ACFF_SegmentName":"Type",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context":{
"title":"Context Value",
"maxLength":30,
"type":"string",
"description":"Context Value",
"nullable":true,
"default":"CONTRACT INVOICES",
"x-hints":{
"help":{
"instruction":"Context Value"
},
"FND_ACFF_ValueSetInfo":"_FLEX_ContextValueSet_Internal#INDEPENDENT",
"controlType":"choice",
"FND_ACFF_AkaAttrName":"__FLEX_Context_DisplayValue",
"includeInCompactView":true,
"FND_ACFF_IsDiscriminator":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"1024",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context_DisplayValue":{
"title":"Context Value",
"type":"string",
"description":"Context Value",
"nullable":true,
"x-hints":{
"updateable":"false",
"help":{
"instruction":"Context Value"
},
"DISPLAYHINT":"Hide",
"FND_ACFF_IsReadOnly":"true",
"FND_ACFF_AkaRealSegmentAttrName":"__FLEX_Context",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Name",
"FND_ACFF_MaximumLength":"1024",
"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"
}
}
}
}
Nested Schema : oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXContracts____ContextVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:30Default Value:Contracts ContextContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
billingScheduleNumber: string
Title:
Billing Schedule NumberMaximum Length:30Billing Schedule Number -
contractNumber: string
Title:
Contract NumberMaximum Length:30Contract Number -
InterfaceLineGuid: string
Maximum Length:
32 -
lineNumber: string
Title:
Line NumberMaximum Length:30Line Number -
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
{
"type":"object",
"properties":{
"InterfaceLineGuid":{
"maxLength":32,
"type":"string",
"nullable":true,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true
}
},
"__FLEX_Context":{
"title":"Context Value",
"maxLength":30,
"type":"string",
"description":"Context Value",
"nullable":true,
"default":"Contracts Context",
"x-hints":{
"help":{
"instruction":"Context Value"
},
"FND_ACFF_ValueSetInfo":"_FLEX_ContextValueSet_Internal#INDEPENDENT",
"controlType":"choice",
"FND_ACFF_AkaAttrName":"__FLEX_Context_DisplayValue",
"includeInCompactView":true,
"FND_ACFF_IsDiscriminator":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"1024",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context_DisplayValue":{
"title":"Context Value",
"type":"string",
"description":"Context Value",
"nullable":true,
"x-hints":{
"updateable":"false",
"help":{
"instruction":"Context Value"
},
"DISPLAYHINT":"Hide",
"FND_ACFF_IsReadOnly":"true",
"FND_ACFF_AkaRealSegmentAttrName":"__FLEX_Context",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Name",
"FND_ACFF_MaximumLength":"1024",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"billingScheduleNumber":{
"title":"Billing Schedule Number",
"maxLength":30,
"type":"string",
"description":"Billing Schedule Number",
"nullable":true,
"x-hints":{
"help":{
"instruction":"Billing Schedule Number"
},
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"billingScheduleNumber",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE3",
"FND_ACFF_SegmentName":"Billing Schedule Number",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"contractNumber":{
"title":"Contract Number",
"maxLength":30,
"type":"string",
"description":"Contract Number",
"nullable":true,
"x-hints":{
"help":{
"instruction":"Contract Number"
},
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"contractNumber",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE1",
"FND_ACFF_SegmentName":"Contract Number",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"lineNumber":{
"title":"Line Number",
"maxLength":30,
"type":"string",
"description":"Line Number",
"nullable":true,
"x-hints":{
"help":{
"instruction":"Line Number"
},
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"lineNumber",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE2",
"FND_ACFF_SegmentName":"Line Number",
"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"
}
}
}
}
Nested Schema : oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXDOOVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:30Default Value:DOOContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
_Bill__of__Lading__Number: string
Title:
Order Waybill NumberMaximum Length:30Order Waybill Number -
_Customer__Item: string
Title:
Order Bill Of Lading NumberMaximum Length:30Order Bill Of Lading Number -
_Delivery__Name: string
Title:
Order Price Adjustment IDMaximum Length:30Order Price Adjustment ID -
_DOO__Order__Number: string
Title:
DOO Order NumberMaximum Length:30DOO Order Number -
_Fulfill__Line__Split__Reference: string
Title:
Order Customer Item NumberMaximum Length:30Order Customer Item Number -
_Fulfillment__Line__ID: string
Title:
Order TypeMaximum Length:30Order Type -
_Fulfillment__Line__Number: string
Title:
Order Fulfillment Line Split ReferenceMaximum Length:30Order Fulfillment Line Split Reference -
_Price__Adjustment__ID: string
Title:
Order Fulfillment Line IDMaximum Length:30Order Fulfillment Line ID -
_Profit__Center__Business__Unit: string
Title:
Profit Center Business UnitMaximum Length:30Profit Center Business Unit -
_Source__Order__Number: string
Title:
Source Order NumberMaximum Length:30Source Order Number -
_Source__Order__System: string
Title:
Source Order SystemMaximum Length:30Source Order System -
_Source__Schedule__Number: string
Title:
Source Schedule NumberMaximum Length:30Source Schedule Number -
_WayBill__Number: string
Title:
Order Delivery NameMaximum Length:30Order Delivery Name -
InterfaceLineGuid: string
Maximum Length:
32 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
period: string
Title:
PeriodMaximum Length:30Period
{
"type":"object",
"properties":{
"InterfaceLineGuid":{
"maxLength":32,
"type":"string",
"nullable":true,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true
}
},
"_Bill__of__Lading__Number":{
"title":"Order Waybill Number",
"maxLength":30,
"type":"string",
"description":"Order Waybill Number",
"nullable":true,
"x-hints":{
"help":{
"instruction":"Order Waybill Number"
},
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_IsRequired":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE8",
"FND_ACFF_SegmentName":"Bill of Lading Number",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Customer__Item":{
"title":"Order Bill Of Lading Number",
"maxLength":30,
"type":"string",
"description":"Order Bill Of Lading Number",
"nullable":true,
"x-hints":{
"help":{
"instruction":"Order Bill Of Lading Number"
},
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_IsRequired":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE9",
"FND_ACFF_SegmentName":"Customer Item",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_DOO__Order__Number":{
"title":"DOO Order Number",
"maxLength":30,
"type":"string",
"description":"DOO Order Number",
"nullable":true,
"x-hints":{
"help":{
"instruction":"DOO Order Number"
},
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_IsRequired":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE3",
"FND_ACFF_SegmentName":"DOO Order Number",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Delivery__Name":{
"title":"Order Price Adjustment ID",
"maxLength":30,
"type":"string",
"description":"Order Price Adjustment ID",
"nullable":true,
"x-hints":{
"help":{
"instruction":"Order Price Adjustment ID"
},
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_IsRequired":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE6",
"FND_ACFF_SegmentName":"Delivery Name",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Fulfill__Line__Split__Reference":{
"title":"Order Customer Item Number",
"maxLength":30,
"type":"string",
"description":"Order Customer Item Number",
"nullable":true,
"x-hints":{
"help":{
"instruction":"Order Customer Item Number"
},
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_IsRequired":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE10",
"FND_ACFF_SegmentName":"Fulfill Line Split Reference",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Fulfillment__Line__ID":{
"title":"Order Type",
"maxLength":30,
"type":"string",
"description":"Order Type",
"nullable":true,
"x-hints":{
"help":{
"instruction":"Order Type"
},
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_IsRequired":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE4",
"FND_ACFF_SegmentName":"Fulfillment Line ID",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Fulfillment__Line__Number":{
"title":"Order Fulfillment Line Split Reference",
"maxLength":30,
"type":"string",
"description":"Order Fulfillment Line Split Reference",
"nullable":true,
"x-hints":{
"help":{
"instruction":"Order Fulfillment Line Split Reference"
},
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_IsRequired":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE12",
"FND_ACFF_SegmentName":"Fulfillment Line Number",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Price__Adjustment__ID":{
"title":"Order Fulfillment Line ID",
"maxLength":30,
"type":"string",
"description":"Order Fulfillment Line ID",
"nullable":true,
"x-hints":{
"help":{
"instruction":"Order Fulfillment Line ID"
},
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_IsRequired":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE5",
"FND_ACFF_SegmentName":"Price Adjustment ID",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Profit__Center__Business__Unit":{
"title":"Profit Center Business Unit",
"maxLength":30,
"type":"string",
"description":"Profit Center Business Unit",
"nullable":true,
"x-hints":{
"help":{
"instruction":"Profit Center Business Unit"
},
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_IsRequired":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE13",
"FND_ACFF_SegmentName":"Profit Center Business Unit",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Source__Order__Number":{
"title":"Source Order Number",
"maxLength":30,
"type":"string",
"description":"Source Order Number",
"nullable":true,
"x-hints":{
"help":{
"instruction":"Source Order Number"
},
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_IsRequired":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE1",
"FND_ACFF_SegmentName":"Source Order Number",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Source__Order__System":{
"title":"Source Order System",
"maxLength":30,
"type":"string",
"description":"Source Order System",
"nullable":true,
"x-hints":{
"help":{
"instruction":"Source Order System"
},
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_IsRequired":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE2",
"FND_ACFF_SegmentName":"Source Order System",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Source__Schedule__Number":{
"title":"Source Schedule Number",
"maxLength":30,
"type":"string",
"description":"Source Schedule Number",
"nullable":true,
"x-hints":{
"help":{
"instruction":"Source Schedule Number"
},
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_IsRequired":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE11",
"FND_ACFF_SegmentName":"Source Schedule Number",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_WayBill__Number":{
"title":"Order Delivery Name",
"maxLength":30,
"type":"string",
"description":"Order Delivery Name",
"nullable":true,
"x-hints":{
"help":{
"instruction":"Order Delivery Name"
},
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_IsRequired":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE7",
"FND_ACFF_SegmentName":"WayBill Number",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context":{
"title":"Context Value",
"maxLength":30,
"type":"string",
"description":"Context Value",
"nullable":true,
"default":"DOO",
"x-hints":{
"help":{
"instruction":"Context Value"
},
"FND_ACFF_ValueSetInfo":"_FLEX_ContextValueSet_Internal#INDEPENDENT",
"controlType":"choice",
"FND_ACFF_AkaAttrName":"__FLEX_Context_DisplayValue",
"includeInCompactView":true,
"FND_ACFF_IsDiscriminator":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"1024",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context_DisplayValue":{
"title":"Context Value",
"type":"string",
"description":"Context Value",
"nullable":true,
"x-hints":{
"updateable":"false",
"help":{
"instruction":"Context Value"
},
"DISPLAYHINT":"Hide",
"FND_ACFF_IsReadOnly":"true",
"FND_ACFF_AkaRealSegmentAttrName":"__FLEX_Context",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Name",
"FND_ACFF_MaximumLength":"1024",
"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"
}
},
"period":{
"title":"Period",
"maxLength":30,
"type":"string",
"description":"Period",
"nullable":true,
"x-hints":{
"help":{
"instruction":"Period"
},
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"period",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE14",
"FND_ACFF_SegmentName":"Period",
"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_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXFOSVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:30Default Value:FOSContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
_Agreement__Number: string
Title:
Agreement NumberMaximum Length:30Agreement Number -
_Event__Header__Number__: string
Title:
Event Header NumberMaximum Length:30Event Header Number -
_Event__ID: string
Title:
Event IDMaximum Length:30Event ID -
_Event__Type: string
Title:
Event TypeMaximum Length:30Event Type -
_Financial__Trade__Relationship: string
Title:
Financial Trade RelationshipMaximum Length:30Financial Trade Relationship -
_FOS__Flow__Instance__ID: string
Title:
FOS Flow Instance IDMaximum Length:30FOS Flow Instance ID -
_Order__Type__: string
Title:
Order TypeMaximum Length:30Order Type -
_Primary__Trade__Relationship: string
Title:
Primary Trade RelationshipMaximum Length:30Primary Trade Relationship -
_Profit__Center__Business__Unit: string
Title:
Profit Center Business UnitMaximum Length:30Profit Center Business Unit -
_Ship__From__Location__: string
Title:
Ship From LocationMaximum Length:30Ship From Location -
InterfaceLineGuid: string
Maximum Length:
32 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
{
"type":"object",
"properties":{
"InterfaceLineGuid":{
"maxLength":32,
"type":"string",
"nullable":true,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true
}
},
"_Agreement__Number":{
"title":"Agreement Number",
"maxLength":30,
"type":"string",
"description":"Agreement Number",
"nullable":true,
"x-hints":{
"help":{
"instruction":"Agreement Number"
},
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_IsRequired":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE2",
"FND_ACFF_SegmentName":"Agreement Number",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Event__Header__Number__":{
"title":"Event Header Number",
"maxLength":30,
"type":"string",
"description":"Event Header Number",
"nullable":true,
"x-hints":{
"help":{
"instruction":"Event Header Number"
},
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_IsRequired":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE7",
"FND_ACFF_SegmentName":"Event Header Number ",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Event__ID":{
"title":"Event ID",
"maxLength":30,
"type":"string",
"description":"Event ID",
"nullable":true,
"x-hints":{
"help":{
"instruction":"Event ID"
},
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_IsRequired":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE4",
"FND_ACFF_SegmentName":"Event ID",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Event__Type":{
"title":"Event Type",
"maxLength":30,
"type":"string",
"description":"Event Type",
"nullable":true,
"x-hints":{
"help":{
"instruction":"Event Type"
},
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_IsRequired":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE3",
"FND_ACFF_SegmentName":"Event Type",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_FOS__Flow__Instance__ID":{
"title":"FOS Flow Instance ID",
"maxLength":30,
"type":"string",
"description":"FOS Flow Instance ID",
"nullable":true,
"x-hints":{
"help":{
"instruction":"FOS Flow Instance ID"
},
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_IsRequired":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE1",
"FND_ACFF_SegmentName":"FOS Flow Instance ID",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Financial__Trade__Relationship":{
"title":"Financial Trade Relationship",
"maxLength":30,
"type":"string",
"description":"Financial Trade Relationship",
"nullable":true,
"x-hints":{
"help":{
"instruction":"Financial Trade Relationship"
},
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_IsRequired":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE6",
"FND_ACFF_SegmentName":"Financial Trade Relationship",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Order__Type__":{
"title":"Order Type",
"maxLength":30,
"type":"string",
"description":"Order Type",
"nullable":true,
"x-hints":{
"help":{
"instruction":"Order Type"
},
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_IsRequired":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE9",
"FND_ACFF_SegmentName":"Order Type ",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Primary__Trade__Relationship":{
"title":"Primary Trade Relationship",
"maxLength":30,
"type":"string",
"description":"Primary Trade Relationship",
"nullable":true,
"x-hints":{
"help":{
"instruction":"Primary Trade Relationship"
},
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_IsRequired":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE5",
"FND_ACFF_SegmentName":"Primary Trade Relationship",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Profit__Center__Business__Unit":{
"title":"Profit Center Business Unit",
"maxLength":30,
"type":"string",
"description":"Profit Center Business Unit",
"nullable":true,
"x-hints":{
"help":{
"instruction":"Profit Center Business Unit"
},
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_IsRequired":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE13",
"FND_ACFF_SegmentName":"Profit Center Business Unit",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Ship__From__Location__":{
"title":"Ship From Location",
"maxLength":30,
"type":"string",
"description":"Ship From Location",
"nullable":true,
"x-hints":{
"help":{
"instruction":"Ship From Location"
},
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_IsRequired":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE8",
"FND_ACFF_SegmentName":"Ship From Location ",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context":{
"title":"Context Value",
"maxLength":30,
"type":"string",
"description":"Context Value",
"nullable":true,
"default":"FOS",
"x-hints":{
"help":{
"instruction":"Context Value"
},
"FND_ACFF_ValueSetInfo":"_FLEX_ContextValueSet_Internal#INDEPENDENT",
"controlType":"choice",
"FND_ACFF_AkaAttrName":"__FLEX_Context_DisplayValue",
"includeInCompactView":true,
"FND_ACFF_IsDiscriminator":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"1024",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context_DisplayValue":{
"title":"Context Value",
"type":"string",
"description":"Context Value",
"nullable":true,
"x-hints":{
"updateable":"false",
"help":{
"instruction":"Context Value"
},
"DISPLAYHINT":"Hide",
"FND_ACFF_IsReadOnly":"true",
"FND_ACFF_AkaRealSegmentAttrName":"__FLEX_Context",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Name",
"FND_ACFF_MaximumLength":"1024",
"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"
}
}
}
}
Nested Schema : oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXGLOBAL__5FPROCUREMENTVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:30Default Value:GLOBAL_PROCUREMENTContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
_Create__AP__Invoice: string
Title:
Create AP InvoiceMaximum Length:30Create AP Invoice -
_PO__Line__Location__ID: string
Title:
PO Line Location IDMaximum Length:30PO Line Location ID -
_PO__Line__Number: string
Title:
PO Line NumberMaximum Length:30PO Line Number -
_PO__Number: string
Title:
PO NumberMaximum Length:30PO Number -
_Purchasing__Operating__Unit: string
Title:
Purchasing Operating UnitMaximum Length:30Purchasing Operating Unit -
_Receiving__Inventory__Org: string
Title:
Receiving Inventory OrgMaximum Length:30Receiving Inventory Org -
_Receiving__Operating__Unit: string
Title:
Receiving Operating UnitMaximum Length:30Receiving Operating Unit -
_Reference: string
Title:
ReferenceMaximum Length:30Reference -
InterfaceLineGuid: string
Maximum Length:
32 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
{
"type":"object",
"properties":{
"InterfaceLineGuid":{
"maxLength":32,
"type":"string",
"nullable":true,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true
}
},
"_Create__AP__Invoice":{
"title":"Create AP Invoice",
"maxLength":30,
"type":"string",
"description":"Create AP Invoice",
"nullable":true,
"x-hints":{
"help":{
"instruction":"Create AP Invoice"
},
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_IsRequired":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE8",
"FND_ACFF_SegmentName":"Create AP Invoice",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_PO__Line__Location__ID":{
"title":"PO Line Location ID",
"maxLength":30,
"type":"string",
"description":"PO Line Location ID",
"nullable":true,
"x-hints":{
"help":{
"instruction":"PO Line Location ID"
},
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_IsRequired":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE6",
"FND_ACFF_SegmentName":"PO Line Location ID",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_PO__Line__Number":{
"title":"PO Line Number",
"maxLength":30,
"type":"string",
"description":"PO Line Number",
"nullable":true,
"x-hints":{
"help":{
"instruction":"PO Line Number"
},
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_IsRequired":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE2",
"FND_ACFF_SegmentName":"PO Line Number",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_PO__Number":{
"title":"PO Number",
"maxLength":30,
"type":"string",
"description":"PO Number",
"nullable":true,
"x-hints":{
"help":{
"instruction":"PO Number"
},
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_IsRequired":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE1",
"FND_ACFF_SegmentName":"PO Number",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Purchasing__Operating__Unit":{
"title":"Purchasing Operating Unit",
"maxLength":30,
"type":"string",
"description":"Purchasing Operating Unit",
"nullable":true,
"x-hints":{
"help":{
"instruction":"Purchasing Operating Unit"
},
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_IsRequired":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE4",
"FND_ACFF_SegmentName":"Purchasing Operating Unit",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Receiving__Inventory__Org":{
"title":"Receiving Inventory Org",
"maxLength":30,
"type":"string",
"description":"Receiving Inventory Org",
"nullable":true,
"x-hints":{
"help":{
"instruction":"Receiving Inventory Org"
},
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_IsRequired":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE3",
"FND_ACFF_SegmentName":"Receiving Inventory Org",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Receiving__Operating__Unit":{
"title":"Receiving Operating Unit",
"maxLength":30,
"type":"string",
"description":"Receiving Operating Unit",
"nullable":true,
"x-hints":{
"help":{
"instruction":"Receiving Operating Unit"
},
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_IsRequired":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE5",
"FND_ACFF_SegmentName":"Receiving Operating Unit",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Reference":{
"title":"Reference",
"maxLength":30,
"type":"string",
"description":"Reference",
"nullable":true,
"x-hints":{
"help":{
"instruction":"Reference"
},
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_IsRequired":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE7",
"FND_ACFF_SegmentName":"Reference",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context":{
"title":"Context Value",
"maxLength":30,
"type":"string",
"description":"Context Value",
"nullable":true,
"default":"GLOBAL_PROCUREMENT",
"x-hints":{
"help":{
"instruction":"Context Value"
},
"FND_ACFF_ValueSetInfo":"_FLEX_ContextValueSet_Internal#INDEPENDENT",
"controlType":"choice",
"FND_ACFF_AkaAttrName":"__FLEX_Context_DisplayValue",
"includeInCompactView":true,
"FND_ACFF_IsDiscriminator":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"1024",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context_DisplayValue":{
"title":"Context Value",
"type":"string",
"description":"Context Value",
"nullable":true,
"x-hints":{
"updateable":"false",
"help":{
"instruction":"Context Value"
},
"DISPLAYHINT":"Hide",
"FND_ACFF_IsReadOnly":"true",
"FND_ACFF_AkaRealSegmentAttrName":"__FLEX_Context",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Name",
"FND_ACFF_MaximumLength":"1024",
"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"
}
}
}
}
Nested Schema : oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXINTERCOMPANYVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:30Default Value:INTERCOMPANYContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
_Create__AP__Invoice: string
Title:
Create AP InvoiceMaximum Length:30Create AP Invoice -
_Order__Line__ID: string
Title:
Order Line IDMaximum Length:30Order Line ID -
_Order__Line__Number: string
Title:
Order Line NumberMaximum Length:30Order Line Number -
_Order__Number: string
Title:
Order NumberMaximum Length:30Order Number -
_Order__Org__ID: string
Title:
Organization IDMaximum Length:30Organization ID -
_Price__Adjustment__ID_2FOrder__ID: string
Title:
Price Adjustment ID/Order IDMaximum Length:30Price Adjustment ID/Order ID -
_Reference: string
Title:
ReferenceMaximum Length:30Reference -
_Selling__Operating__Unit: string
Title:
Selling Operating UnitMaximum Length:30Selling Operating Unit -
_Shipping__Operating__Unit: string
Title:
Shipping Operating UnitMaximum Length:30Shipping Operating Unit -
_Shipping__Warehouse: string
Title:
Shipping WarehouseMaximum Length:30Shipping Warehouse -
InterfaceLineGuid: string
Maximum Length:
32 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
{
"type":"object",
"properties":{
"InterfaceLineGuid":{
"maxLength":32,
"type":"string",
"nullable":true,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true
}
},
"_Create__AP__Invoice":{
"title":"Create AP Invoice",
"maxLength":30,
"type":"string",
"description":"Create AP Invoice",
"nullable":true,
"x-hints":{
"help":{
"instruction":"Create AP Invoice"
},
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_IsRequired":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE9",
"FND_ACFF_SegmentName":"Create AP Invoice",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Order__Line__ID":{
"title":"Order Line ID",
"maxLength":30,
"type":"string",
"description":"Order Line ID",
"nullable":true,
"x-hints":{
"help":{
"instruction":"Order Line ID"
},
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_IsRequired":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE6",
"FND_ACFF_SegmentName":"Order Line ID",
"FND_ACFF_PreferredDisplayType":"HIDDEN"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Order__Line__Number":{
"title":"Order Line Number",
"maxLength":30,
"type":"string",
"description":"Order Line Number",
"nullable":true,
"x-hints":{
"help":{
"instruction":"Order Line Number"
},
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_IsRequired":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE2",
"FND_ACFF_SegmentName":"Order Line Number",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Order__Number":{
"title":"Order Number",
"maxLength":30,
"type":"string",
"description":"Order Number",
"nullable":true,
"x-hints":{
"help":{
"instruction":"Order Number"
},
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_IsRequired":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE1",
"FND_ACFF_SegmentName":"Order Number",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Order__Org__ID":{
"title":"Organization ID",
"maxLength":30,
"type":"string",
"description":"Organization ID",
"nullable":true,
"x-hints":{
"help":{
"instruction":"Organization ID"
},
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_IsRequired":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE8",
"FND_ACFF_SegmentName":"Order Org ID",
"FND_ACFF_PreferredDisplayType":"HIDDEN"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Price__Adjustment__ID_2FOrder__ID":{
"title":"Price Adjustment ID/Order ID",
"maxLength":30,
"type":"string",
"description":"Price Adjustment ID/Order ID",
"nullable":true,
"x-hints":{
"help":{
"instruction":"Price Adjustment ID/Order ID"
},
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_IsRequired":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE10",
"FND_ACFF_SegmentName":"Price Adjustment ID/Order ID",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Reference":{
"title":"Reference",
"maxLength":30,
"type":"string",
"description":"Reference",
"nullable":true,
"x-hints":{
"help":{
"instruction":"Reference"
},
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_IsRequired":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE7",
"FND_ACFF_SegmentName":"Reference",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Selling__Operating__Unit":{
"title":"Selling Operating Unit",
"maxLength":30,
"type":"string",
"description":"Selling Operating Unit",
"nullable":true,
"x-hints":{
"help":{
"instruction":"Selling Operating Unit"
},
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_IsRequired":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE4",
"FND_ACFF_SegmentName":"Selling Operating Unit",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Shipping__Operating__Unit":{
"title":"Shipping Operating Unit",
"maxLength":30,
"type":"string",
"description":"Shipping Operating Unit",
"nullable":true,
"x-hints":{
"help":{
"instruction":"Shipping Operating Unit"
},
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_IsRequired":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE5",
"FND_ACFF_SegmentName":"Shipping Operating Unit",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Shipping__Warehouse":{
"title":"Shipping Warehouse",
"maxLength":30,
"type":"string",
"description":"Shipping Warehouse",
"nullable":true,
"x-hints":{
"help":{
"instruction":"Shipping Warehouse"
},
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_IsRequired":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE3",
"FND_ACFF_SegmentName":"Shipping Warehouse",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context":{
"title":"Context Value",
"maxLength":30,
"type":"string",
"description":"Context Value",
"nullable":true,
"default":"INTERCOMPANY",
"x-hints":{
"help":{
"instruction":"Context Value"
},
"FND_ACFF_ValueSetInfo":"_FLEX_ContextValueSet_Internal#INDEPENDENT",
"controlType":"choice",
"FND_ACFF_AkaAttrName":"__FLEX_Context_DisplayValue",
"includeInCompactView":true,
"FND_ACFF_IsDiscriminator":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"1024",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context_DisplayValue":{
"title":"Context Value",
"type":"string",
"description":"Context Value",
"nullable":true,
"x-hints":{
"updateable":"false",
"help":{
"instruction":"Context Value"
},
"DISPLAYHINT":"Hide",
"FND_ACFF_IsReadOnly":"true",
"FND_ACFF_AkaRealSegmentAttrName":"__FLEX_Context",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Name",
"FND_ACFF_MaximumLength":"1024",
"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"
}
}
}
}
Nested Schema : oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXINTERNAL__5FALLOCATIONSVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:30Default Value:INTERNAL_ALLOCATIONSContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
_batch_id: string
Title:
batch_idMaximum Length:30batch_id -
_batch_number: string
Title:
batch_numberMaximum Length:30batch_number -
_line_id: string
Title:
line_idMaximum Length:30line_id -
_trx_id: string
Title:
trx_idMaximum Length:30trx_id -
InterfaceLineGuid: string
Maximum Length:
32 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
providerIntercompanyOrg: string
Title:
Provider Intercompany OrganizationMaximum Length:30Provider Intercompany Organization -
receiverIntercompanyOrg: string
Title:
Receiver Intercompany OrganizationMaximum Length:30Receiver Intercompany Organization
{
"type":"object",
"properties":{
"InterfaceLineGuid":{
"maxLength":32,
"type":"string",
"nullable":true,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true
}
},
"__FLEX_Context":{
"title":"Context Value",
"maxLength":30,
"type":"string",
"description":"Context Value",
"nullable":true,
"default":"INTERNAL_ALLOCATIONS",
"x-hints":{
"help":{
"instruction":"Context Value"
},
"FND_ACFF_ValueSetInfo":"_FLEX_ContextValueSet_Internal#INDEPENDENT",
"controlType":"choice",
"FND_ACFF_AkaAttrName":"__FLEX_Context_DisplayValue",
"includeInCompactView":true,
"FND_ACFF_IsDiscriminator":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"1024",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context_DisplayValue":{
"title":"Context Value",
"type":"string",
"description":"Context Value",
"nullable":true,
"x-hints":{
"updateable":"false",
"help":{
"instruction":"Context Value"
},
"DISPLAYHINT":"Hide",
"FND_ACFF_IsReadOnly":"true",
"FND_ACFF_AkaRealSegmentAttrName":"__FLEX_Context",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Name",
"FND_ACFF_MaximumLength":"1024",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_batch_id":{
"title":"batch_id",
"maxLength":30,
"type":"string",
"description":"batch_id",
"nullable":true,
"x-hints":{
"help":{
"instruction":"batch_id"
},
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_IsRequired":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE1",
"FND_ACFF_SegmentName":"batch_id",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_batch_number":{
"title":"batch_number",
"maxLength":30,
"type":"string",
"description":"batch_number",
"nullable":true,
"x-hints":{
"help":{
"instruction":"batch_number"
},
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_IsRequired":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE4",
"FND_ACFF_SegmentName":"batch_number",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_line_id":{
"title":"line_id",
"maxLength":30,
"type":"string",
"description":"line_id",
"nullable":true,
"x-hints":{
"help":{
"instruction":"line_id"
},
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_IsRequired":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE3",
"FND_ACFF_SegmentName":"line_id",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_trx_id":{
"title":"trx_id",
"maxLength":30,
"type":"string",
"description":"trx_id",
"nullable":true,
"x-hints":{
"help":{
"instruction":"trx_id"
},
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_IsRequired":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE2",
"FND_ACFF_SegmentName":"trx_id",
"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"
}
},
"providerIntercompanyOrg":{
"title":"Provider Intercompany Organization",
"maxLength":30,
"type":"string",
"description":"Provider Intercompany Organization",
"nullable":true,
"x-hints":{
"help":{
"instruction":"Provider Intercompany Organization"
},
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"providerIntercompanyOrg",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE5",
"FND_ACFF_SegmentName":"Provider_Intercompany_Org",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"receiverIntercompanyOrg":{
"title":"Receiver Intercompany Organization",
"maxLength":30,
"type":"string",
"description":"Receiver Intercompany Organization",
"nullable":true,
"x-hints":{
"help":{
"instruction":"Receiver Intercompany Organization"
},
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"receiverIntercompanyOrg",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE6",
"FND_ACFF_SegmentName":"Receiver_Intercompany_Org",
"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_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXIntercompany__5FAgreementVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:30Default Value:Intercompany_AgreementContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
amountType: string
Title:
Amount TypeMaximum Length:30Amount Type -
fromIntercompanyOrganization: string
Title:
From Intercompany OrganizationMaximum Length:30From Intercompany Organization -
intercompanyAgreementId: string
Title:
Intercompany Agreement IdentifierMaximum Length:30Intercompany Agreement Identifier -
intercompanyAgreementNumber: string
Title:
Intercompany Agreement NumberMaximum Length:30Intercompany Agreement Number -
intercompanyTransactionId: string
Title:
Intercompany Transaction IdentifierMaximum Length:30Intercompany Transaction Identifier -
intercompanyTransactionType: string
Title:
Intercompany Transaction TypeMaximum Length:30Intercompany Transaction Type -
intercompanyTrxLineId: string
Title:
Intercompany Transaction Line IdentifierMaximum Length:30Intercompany Transaction Line Identifier -
intercompanyTrxNumber: string
Title:
Intercompany Transaction NumberMaximum Length:30Intercompany Transaction Number -
InterfaceLineGuid: string
Maximum Length:
32 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
toIntercompanyOrganization: string
Title:
To Intercompany OrganizationMaximum Length:30To Intercompany Organization -
transferAuthorizationId: string
Title:
Transfer Authorization IdentifierMaximum Length:30Transfer Authorization Identifier -
transferAuthorizationNumber: string
Title:
Transfer Authorization NumberMaximum Length:30Transfer Authorization Number
{
"type":"object",
"properties":{
"InterfaceLineGuid":{
"maxLength":32,
"type":"string",
"nullable":true,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true
}
},
"__FLEX_Context":{
"title":"Context Value",
"maxLength":30,
"type":"string",
"description":"Context Value",
"nullable":true,
"default":"Intercompany_Agreement",
"x-hints":{
"help":{
"instruction":"Context Value"
},
"FND_ACFF_ValueSetInfo":"_FLEX_ContextValueSet_Internal#INDEPENDENT",
"controlType":"choice",
"FND_ACFF_AkaAttrName":"__FLEX_Context_DisplayValue",
"includeInCompactView":true,
"FND_ACFF_IsDiscriminator":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"1024",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context_DisplayValue":{
"title":"Context Value",
"type":"string",
"description":"Context Value",
"nullable":true,
"x-hints":{
"updateable":"false",
"help":{
"instruction":"Context Value"
},
"DISPLAYHINT":"Hide",
"FND_ACFF_IsReadOnly":"true",
"FND_ACFF_AkaRealSegmentAttrName":"__FLEX_Context",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Name",
"FND_ACFF_MaximumLength":"1024",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"amountType":{
"title":"Amount Type",
"maxLength":30,
"type":"string",
"description":"Amount Type",
"nullable":true,
"x-hints":{
"help":{
"instruction":"Amount Type"
},
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"amountType",
"FND_ACFF_IsRequired":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE11",
"FND_ACFF_SegmentName":"Amount Type",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"fromIntercompanyOrganization":{
"title":"From Intercompany Organization",
"maxLength":30,
"type":"string",
"description":"From Intercompany Organization",
"nullable":true,
"x-hints":{
"help":{
"instruction":"From Intercompany Organization"
},
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"fromIntercompanyOrganization",
"FND_ACFF_IsRequired":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE5",
"FND_ACFF_SegmentName":"From Intercompany Organization",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"intercompanyAgreementId":{
"title":"Intercompany Agreement Identifier",
"maxLength":30,
"type":"string",
"description":"Intercompany Agreement Identifier",
"nullable":true,
"x-hints":{
"help":{
"instruction":"Intercompany Agreement Identifier"
},
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"intercompanyAgreementId",
"FND_ACFF_IsRequired":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE8",
"FND_ACFF_SegmentName":"Intercompany Agreement ID",
"FND_ACFF_PreferredDisplayType":"HIDDEN"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"intercompanyAgreementNumber":{
"title":"Intercompany Agreement Number",
"maxLength":30,
"type":"string",
"description":"Intercompany Agreement Number",
"nullable":true,
"x-hints":{
"help":{
"instruction":"Intercompany Agreement Number"
},
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"intercompanyAgreementNumber",
"FND_ACFF_IsRequired":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE7",
"FND_ACFF_SegmentName":"Intercompany Agreement Number",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"intercompanyTransactionId":{
"title":"Intercompany Transaction Identifier",
"maxLength":30,
"type":"string",
"description":"Intercompany Transaction Identifier",
"nullable":true,
"x-hints":{
"help":{
"instruction":"Intercompany Transaction Identifier"
},
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"intercompanyTransactionId",
"FND_ACFF_IsRequired":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE2",
"FND_ACFF_SegmentName":"Intercompany Transaction ID",
"FND_ACFF_PreferredDisplayType":"HIDDEN"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"intercompanyTransactionType":{
"title":"Intercompany Transaction Type",
"maxLength":30,
"type":"string",
"description":"Intercompany Transaction Type",
"nullable":true,
"x-hints":{
"help":{
"instruction":"Intercompany Transaction Type"
},
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"intercompanyTransactionType",
"FND_ACFF_IsRequired":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE10",
"FND_ACFF_SegmentName":"Intercompany Transaction Type",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"intercompanyTrxLineId":{
"title":"Intercompany Transaction Line Identifier",
"maxLength":30,
"type":"string",
"description":"Intercompany Transaction Line Identifier",
"nullable":true,
"x-hints":{
"help":{
"instruction":"Intercompany Transaction Line Identifier"
},
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"intercompanyTrxLineId",
"FND_ACFF_IsRequired":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE3",
"FND_ACFF_SegmentName":"Intercompany Trx Line ID",
"FND_ACFF_PreferredDisplayType":"HIDDEN"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"intercompanyTrxNumber":{
"title":"Intercompany Transaction Number",
"maxLength":30,
"type":"string",
"description":"Intercompany Transaction Number",
"nullable":true,
"x-hints":{
"help":{
"instruction":"Intercompany Transaction Number"
},
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"intercompanyTrxNumber",
"FND_ACFF_IsRequired":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE9",
"FND_ACFF_SegmentName":"Intercompany Trx Number",
"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"
}
},
"toIntercompanyOrganization":{
"title":"To Intercompany Organization",
"maxLength":30,
"type":"string",
"description":"To Intercompany Organization",
"nullable":true,
"x-hints":{
"help":{
"instruction":"To Intercompany Organization"
},
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"toIntercompanyOrganization",
"FND_ACFF_IsRequired":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE6",
"FND_ACFF_SegmentName":"To Intercompany Organization",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"transferAuthorizationId":{
"title":"Transfer Authorization Identifier",
"maxLength":30,
"type":"string",
"description":"Transfer Authorization Identifier",
"nullable":true,
"x-hints":{
"help":{
"instruction":"Transfer Authorization Identifier"
},
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"transferAuthorizationId",
"FND_ACFF_IsRequired":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE1",
"FND_ACFF_SegmentName":"Transfer Authorization ID",
"FND_ACFF_PreferredDisplayType":"HIDDEN"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"transferAuthorizationNumber":{
"title":"Transfer Authorization Number",
"maxLength":30,
"type":"string",
"description":"Transfer Authorization Number",
"nullable":true,
"x-hints":{
"help":{
"instruction":"Transfer Authorization Number"
},
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"transferAuthorizationNumber",
"FND_ACFF_IsRequired":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE4",
"FND_ACFF_SegmentName":"Transfer Authorization Number",
"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_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXJoint____Venture____InvoiceVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:30Default Value:Joint Venture InvoiceContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
accountCodeCombinationID: string
Title:
Account Code Combination IDMaximum Length:30Account Code Combination ID -
costCenterSegmentValue: string
Title:
Primary Segment ValueMaximum Length:30Primary Segment Value -
expenditureItemTypeName: string
Title:
Future Use 5Maximum Length:30Future Use 5 -
grossAmount: string
Title:
Future Use 2Maximum Length:30Future Use 2 -
InterfaceLineGuid: string
Maximum Length:
32 -
invoicingPartnerName: string
Title:
Future Use 1Maximum Length:30Future Use 1 -
invoicingPartnerOwnership: string
Title:
Future Use 3Maximum Length:30Future Use 3 -
jointVentureDistributionId: string
Title:
Joint Venture Distribution IDMaximum Length:30Joint Venture Distribution ID -
jointVentureDistributionType: string
Title:
Joint Venture Distribution TypeMaximum Length:30Joint Venture Distribution Type -
jointVentureName: string
Title:
Joint Venture NameMaximum Length:30Joint Venture Name -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
projectName: string
Title:
Project NumberMaximum Length:30Project Number -
taskName: string
Title:
Future Use 4Maximum Length:30Future Use 4
{
"type":"object",
"properties":{
"InterfaceLineGuid":{
"maxLength":32,
"type":"string",
"nullable":true,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true
}
},
"__FLEX_Context":{
"title":"Context Value",
"maxLength":30,
"type":"string",
"description":"Context Value",
"nullable":true,
"default":"Joint Venture Invoice",
"x-hints":{
"help":{
"instruction":"Context Value"
},
"FND_ACFF_ValueSetInfo":"_FLEX_ContextValueSet_Internal#INDEPENDENT",
"controlType":"choice",
"FND_ACFF_AkaAttrName":"__FLEX_Context_DisplayValue",
"includeInCompactView":true,
"FND_ACFF_IsDiscriminator":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"1024",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context_DisplayValue":{
"title":"Context Value",
"type":"string",
"description":"Context Value",
"nullable":true,
"x-hints":{
"updateable":"false",
"help":{
"instruction":"Context Value"
},
"DISPLAYHINT":"Hide",
"FND_ACFF_IsReadOnly":"true",
"FND_ACFF_AkaRealSegmentAttrName":"__FLEX_Context",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Name",
"FND_ACFF_MaximumLength":"1024",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"accountCodeCombinationID":{
"title":"Account Code Combination ID",
"maxLength":30,
"type":"string",
"description":"Account Code Combination ID",
"nullable":true,
"x-hints":{
"help":{
"instruction":"Account Code Combination ID"
},
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"accountCodeCombinationID",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE6",
"FND_ACFF_SegmentName":"Account_Code_Combination_ID",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"costCenterSegmentValue":{
"title":"Primary Segment Value",
"maxLength":30,
"type":"string",
"description":"Primary Segment Value",
"nullable":true,
"x-hints":{
"help":{
"instruction":"Primary Segment Value"
},
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"costCenterSegmentValue",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE2",
"FND_ACFF_SegmentName":"Cost Center Segment Value",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"expenditureItemTypeName":{
"title":"Future Use 5",
"maxLength":30,
"type":"string",
"description":"Future Use 5",
"nullable":true,
"x-hints":{
"help":{
"instruction":"Future Use 5"
},
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"expenditureItemTypeName",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE11",
"FND_ACFF_SegmentName":"Expenditure_Item_Type_Name",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"grossAmount":{
"title":"Future Use 2",
"maxLength":30,
"type":"string",
"description":"Future Use 2",
"nullable":true,
"x-hints":{
"help":{
"instruction":"Future Use 2"
},
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"grossAmount",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE7",
"FND_ACFF_SegmentName":"Gross_Amount",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"invoicingPartnerName":{
"title":"Future Use 1",
"maxLength":30,
"type":"string",
"description":"Future Use 1",
"nullable":true,
"x-hints":{
"help":{
"instruction":"Future Use 1"
},
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"invoicingPartnerName",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE3",
"FND_ACFF_SegmentName":"Invoicing Partner Name",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"invoicingPartnerOwnership":{
"title":"Future Use 3",
"maxLength":30,
"type":"string",
"description":"Future Use 3",
"nullable":true,
"x-hints":{
"help":{
"instruction":"Future Use 3"
},
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"invoicingPartnerOwnership",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE8",
"FND_ACFF_SegmentName":"Invoicing_Partner_Ownership",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"jointVentureDistributionId":{
"title":"Joint Venture Distribution ID",
"maxLength":30,
"type":"string",
"description":"Joint Venture Distribution ID",
"nullable":true,
"x-hints":{
"help":{
"instruction":"Joint Venture Distribution ID"
},
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"jointVentureDistributionId",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE5",
"FND_ACFF_SegmentName":"Joint Venture Distribution ID",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"jointVentureDistributionType":{
"title":"Joint Venture Distribution Type",
"maxLength":30,
"type":"string",
"description":"Joint Venture Distribution Type",
"nullable":true,
"x-hints":{
"help":{
"instruction":"Joint Venture Distribution Type"
},
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"jointVentureDistributionType",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE4",
"FND_ACFF_SegmentName":"Distribution Type",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"jointVentureName":{
"title":"Joint Venture Name",
"maxLength":30,
"type":"string",
"description":"Joint Venture Name",
"nullable":true,
"x-hints":{
"help":{
"instruction":"Joint Venture Name"
},
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"jointVentureName",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE1",
"FND_ACFF_SegmentName":"Joint Venture Name",
"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"
}
},
"projectName":{
"title":"Project Number",
"maxLength":30,
"type":"string",
"description":"Project Number",
"nullable":true,
"x-hints":{
"help":{
"instruction":"Project Number"
},
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"projectName",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE9",
"FND_ACFF_SegmentName":"Project_Name",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"taskName":{
"title":"Future Use 4",
"maxLength":30,
"type":"string",
"description":"Future Use 4",
"nullable":true,
"x-hints":{
"help":{
"instruction":"Future Use 4"
},
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"taskName",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE10",
"FND_ACFF_SegmentName":"Task_Name",
"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_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXORA__5FACADEMIC__5FPERIOD__5FFEESVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:30Default Value:ORA_ACADEMIC_PERIOD_FEESContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
acadPeriod: string
Title:
Academic PeriodMaximum Length:30Academic Period -
acadPeriod_Display: string
Title:
Academic PeriodAcademic Period -
adjustmentCalendar: string
Title:
Adjustment CalendarMaximum Length:30Adjustment Calendar -
adjustmentCalendar_Display: string
Title:
Adjustment CalendarAdjustment Calendar -
adjustmentReason: string
Title:
Adjustment ReasonMaximum Length:30Adjustment Reason -
adjustmentReason_Display: string
Title:
Adjustment ReasonAdjustment Reason -
currId: string
Title:
CurriculumMaximum Length:30Curriculum -
currId_Display: string
Title:
CurriculumCurriculum -
feeGroup: string
Title:
Fee GroupMaximum Length:30Fee Group -
feeGroup_Display: string
Title:
Fee GroupFee Group -
feeId: string
Title:
FeeMaximum Length:30Fee -
feeId_Display: string
Title:
FeeFee -
institution: string
Title:
InstitutionMaximum Length:30Institution -
institution_Display: string
Title:
InstitutionInstitution -
InterfaceLineGuid: string
Maximum Length:
32 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
reportingAcademicPeriod: string
Title:
Reporting Academic PeriodMaximum Length:30Reporting Academic Period -
reportingAcademicPeriod_Display: string
Title:
Reporting Academic PeriodReporting Academic Period -
studentAcademicPeriod: string
Title:
Student Academic PeriodMaximum Length:30Student Academic Period -
studentAcademicPeriod_Display: string
Title:
Student Academic PeriodStudent Academic Period -
transactionPost: string
Title:
Transaction PostMaximum Length:30Transaction Post
{
"type":"object",
"properties":{
"InterfaceLineGuid":{
"maxLength":32,
"type":"string",
"nullable":true,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true
}
},
"__FLEX_Context":{
"title":"Context Value",
"maxLength":30,
"type":"string",
"description":"Context Value",
"nullable":true,
"default":"ORA_ACADEMIC_PERIOD_FEES",
"x-hints":{
"help":{
"instruction":"Context Value"
},
"FND_ACFF_ValueSetInfo":"_FLEX_ContextValueSet_Internal#INDEPENDENT",
"controlType":"choice",
"FND_ACFF_AkaAttrName":"__FLEX_Context_DisplayValue",
"includeInCompactView":true,
"FND_ACFF_IsDiscriminator":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"1024",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context_DisplayValue":{
"title":"Context Value",
"type":"string",
"description":"Context Value",
"nullable":true,
"x-hints":{
"updateable":"false",
"help":{
"instruction":"Context Value"
},
"DISPLAYHINT":"Hide",
"FND_ACFF_IsReadOnly":"true",
"FND_ACFF_AkaRealSegmentAttrName":"__FLEX_Context",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Name",
"FND_ACFF_MaximumLength":"1024",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"acadPeriod":{
"title":"Academic Period",
"maxLength":30,
"type":"string",
"description":"Academic Period",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"acadPeriod_Display",
"help":{
"instruction":"Academic Period"
},
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"ORA_HER_ACADEMIC_PERIODS#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_OpenIdentifier":"acadPeriod",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE10",
"FND_ACFF_SegmentName":"ACAD_PERIOD",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"acadPeriod_Display":{
"title":"Academic Period",
"type":"string",
"description":"Academic Period",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"acadPeriod",
"help":{
"instruction":"Academic Period"
},
"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"
}
}
},
"adjustmentCalendar":{
"title":"Adjustment Calendar",
"maxLength":30,
"type":"string",
"description":"Adjustment Calendar",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"adjustmentCalendar_Display",
"help":{
"instruction":"Adjustment Calendar"
},
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"ORA_HES_ADJUSTMENT_CALENDARS#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_OpenIdentifier":"adjustmentCalendar",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE8",
"FND_ACFF_SegmentName":"ADJ_CAL",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"adjustmentCalendar_Display":{
"title":"Adjustment Calendar",
"type":"string",
"description":"Adjustment Calendar",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"adjustmentCalendar",
"help":{
"instruction":"Adjustment Calendar"
},
"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"
}
}
},
"adjustmentReason":{
"title":"Adjustment Reason",
"maxLength":30,
"type":"string",
"description":"Adjustment Reason",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"adjustmentReason_Display",
"help":{
"instruction":"Adjustment Reason"
},
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"ORA_HER_ACTION_REASONS#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_OpenIdentifier":"adjustmentReason",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE9",
"FND_ACFF_SegmentName":"ADJ_REASON",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"adjustmentReason_Display":{
"title":"Adjustment Reason",
"type":"string",
"description":"Adjustment Reason",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"adjustmentReason",
"help":{
"instruction":"Adjustment Reason"
},
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"currId":{
"title":"Curriculum",
"maxLength":30,
"type":"string",
"description":"Curriculum",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"currId_Display",
"help":{
"instruction":"Curriculum"
},
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"ORA_HER_CURRICULUMS#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_OpenIdentifier":"currId",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE6",
"FND_ACFF_SegmentName":"CURR_ID",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"currId_Display":{
"title":"Curriculum",
"type":"string",
"description":"Curriculum",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"currId",
"help":{
"instruction":"Curriculum"
},
"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"
}
}
},
"feeGroup":{
"title":"Fee Group",
"maxLength":30,
"type":"string",
"description":"Fee Group",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"feeGroup_Display",
"help":{
"instruction":"Fee Group"
},
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"ORA_HES_FEE_GROUP#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_OpenIdentifier":"feeGroup",
"FND_ACFF_IsRequired":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE5",
"FND_ACFF_SegmentName":"FEE_GROUP",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"feeGroup_Display":{
"title":"Fee Group",
"type":"string",
"description":"Fee Group",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"feeGroup",
"help":{
"instruction":"Fee Group"
},
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_IsRequired":"true",
"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"
}
}
},
"feeId":{
"title":"Fee",
"maxLength":30,
"type":"string",
"description":"Fee",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"feeId_Display",
"help":{
"instruction":"Fee"
},
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"ORA_HES_FEES#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_OpenIdentifier":"feeId",
"FND_ACFF_IsRequired":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE4",
"FND_ACFF_SegmentName":"FEE_ID",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"feeId_Display":{
"title":"Fee",
"type":"string",
"description":"Fee",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"feeId",
"help":{
"instruction":"Fee"
},
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_IsRequired":"true",
"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"
}
}
},
"institution":{
"title":"Institution",
"maxLength":30,
"type":"string",
"description":"Institution",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"institution_Display",
"help":{
"instruction":"Institution"
},
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"ORA_HER_ACADEMIC_INSTITUTIONS#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_OpenIdentifier":"institution",
"FND_ACFF_IsRequired":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE2",
"FND_ACFF_SegmentName":"INSTITUTION",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"institution_Display":{
"title":"Institution",
"type":"string",
"description":"Institution",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"institution",
"help":{
"instruction":"Institution"
},
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_IsRequired":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"links":{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
},
"reportingAcademicPeriod":{
"title":"Reporting Academic Period",
"maxLength":30,
"type":"string",
"description":"Reporting Academic Period",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"reportingAcademicPeriod_Display",
"help":{
"instruction":"Reporting Academic Period"
},
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"ORA_HER_ACADEMIC_PERIODS#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_OpenIdentifier":"reportingAcademicPeriod",
"FND_ACFF_IsRequired":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE3",
"FND_ACFF_SegmentName":"REPORTING_ACAD_PERIOD",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"reportingAcademicPeriod_Display":{
"title":"Reporting Academic Period",
"type":"string",
"description":"Reporting Academic Period",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"reportingAcademicPeriod",
"help":{
"instruction":"Reporting Academic Period"
},
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_IsRequired":"true",
"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"
}
}
},
"studentAcademicPeriod":{
"title":"Student Academic Period",
"maxLength":30,
"type":"string",
"description":"Student Academic Period",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"studentAcademicPeriod_Display",
"help":{
"instruction":"Student Academic Period"
},
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"ORA_HES_STUDENT_ACADEMIC_PERIOD#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_OpenIdentifier":"studentAcademicPeriod",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE7",
"FND_ACFF_SegmentName":"STDNT_ACAD_PERIOD",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"studentAcademicPeriod_Display":{
"title":"Student Academic Period",
"type":"string",
"description":"Student Academic Period",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"studentAcademicPeriod",
"help":{
"instruction":"Student Academic Period"
},
"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"
}
}
},
"transactionPost":{
"title":"Transaction Post",
"maxLength":30,
"type":"string",
"description":"Transaction Post",
"nullable":true,
"x-hints":{
"help":{
"instruction":"Transaction Post"
},
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"transactionPost",
"FND_ACFF_IsRequired":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE1",
"FND_ACFF_SegmentName":"TRANSACTION_POST",
"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_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXORA__5FASSIGNED__5FCREDITSVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:30Default Value:ORA_ASSIGNED_CREDITSContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
credit: string
Title:
CreditMaximum Length:30Credit -
credit_Display: string
Title:
CreditCredit -
creditAssignment: string
Title:
Credit AssignmentMaximum Length:30Credit Assignment -
creditAssignment_Display: string
Title:
Credit AssignmentCredit Assignment -
currId: string
Title:
Curriculum IDMaximum Length:30Curriculum ID -
currId_Display: string
Title:
Curriculum IDCurriculum ID -
institution: string
Title:
InstitutionMaximum Length:30Institution -
institution_Display: string
Title:
InstitutionInstitution -
InterfaceLineGuid: string
Maximum Length:
32 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
reportingAcademicPeriod: string
Title:
Reporting Academic PeriodMaximum Length:30Reporting Academic Period -
reportingAcademicPeriod_Display: string
Title:
Reporting Academic PeriodReporting Academic Period -
sponAgreementId: string
Title:
Sponsorship Agreement IDMaximum Length:30Sponsorship Agreement ID -
sponAgreementId_Display: string
Title:
Sponsorship Agreement IDSponsorship Agreement ID -
stdntCurrId: string
Title:
Student Curriculum ItemMaximum Length:30Student Curriculum Item -
stdntCurrId_Display: string
Title:
Student Curriculum ItemStudent Curriculum Item -
transactionPost: string
Title:
Transaction PostMaximum Length:30Transaction Post
{
"type":"object",
"properties":{
"InterfaceLineGuid":{
"maxLength":32,
"type":"string",
"nullable":true,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true
}
},
"__FLEX_Context":{
"title":"Context Value",
"maxLength":30,
"type":"string",
"description":"Context Value",
"nullable":true,
"default":"ORA_ASSIGNED_CREDITS",
"x-hints":{
"help":{
"instruction":"Context Value"
},
"FND_ACFF_ValueSetInfo":"_FLEX_ContextValueSet_Internal#INDEPENDENT",
"controlType":"choice",
"FND_ACFF_AkaAttrName":"__FLEX_Context_DisplayValue",
"includeInCompactView":true,
"FND_ACFF_IsDiscriminator":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"1024",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context_DisplayValue":{
"title":"Context Value",
"type":"string",
"description":"Context Value",
"nullable":true,
"x-hints":{
"updateable":"false",
"help":{
"instruction":"Context Value"
},
"DISPLAYHINT":"Hide",
"FND_ACFF_IsReadOnly":"true",
"FND_ACFF_AkaRealSegmentAttrName":"__FLEX_Context",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Name",
"FND_ACFF_MaximumLength":"1024",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"credit":{
"title":"Credit",
"maxLength":30,
"type":"string",
"description":"Credit",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"credit_Display",
"help":{
"instruction":"Credit"
},
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"ORA_HES_CREDIT#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_OpenIdentifier":"credit",
"FND_ACFF_IsRequired":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE4",
"FND_ACFF_SegmentName":"CREDIT",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"creditAssignment":{
"title":"Credit Assignment",
"maxLength":30,
"type":"string",
"description":"Credit Assignment",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"creditAssignment_Display",
"help":{
"instruction":"Credit Assignment"
},
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"ORA_HES_CREDIT_ASSIGNMENT#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_OpenIdentifier":"creditAssignment",
"FND_ACFF_IsRequired":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE5",
"FND_ACFF_SegmentName":"CREDIT_ASSIGNMENT",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"creditAssignment_Display":{
"title":"Credit Assignment",
"type":"string",
"description":"Credit Assignment",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"creditAssignment",
"help":{
"instruction":"Credit Assignment"
},
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_IsRequired":"true",
"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"
}
}
},
"credit_Display":{
"title":"Credit",
"type":"string",
"description":"Credit",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"credit",
"help":{
"instruction":"Credit"
},
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_IsRequired":"true",
"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"
}
}
},
"currId":{
"title":"Curriculum ID",
"maxLength":30,
"type":"string",
"description":"Curriculum ID",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"currId_Display",
"help":{
"instruction":"Curriculum ID"
},
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"ORA_HER_CURRICULUMS#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_OpenIdentifier":"currId",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE6",
"FND_ACFF_SegmentName":"CURR_ID",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"currId_Display":{
"title":"Curriculum ID",
"type":"string",
"description":"Curriculum ID",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"currId",
"help":{
"instruction":"Curriculum ID"
},
"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"
}
}
},
"institution":{
"title":"Institution",
"maxLength":30,
"type":"string",
"description":"Institution",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"institution_Display",
"help":{
"instruction":"Institution"
},
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"ORA_HER_ACADEMIC_INSTITUTIONS#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_OpenIdentifier":"institution",
"FND_ACFF_IsRequired":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE2",
"FND_ACFF_SegmentName":"INSTITUTION",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"institution_Display":{
"title":"Institution",
"type":"string",
"description":"Institution",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"institution",
"help":{
"instruction":"Institution"
},
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_IsRequired":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"links":{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
},
"reportingAcademicPeriod":{
"title":"Reporting Academic Period",
"maxLength":30,
"type":"string",
"description":"Reporting Academic Period",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"reportingAcademicPeriod_Display",
"help":{
"instruction":"Reporting Academic Period"
},
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"ORA_HER_ACADEMIC_PERIODS#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_OpenIdentifier":"reportingAcademicPeriod",
"FND_ACFF_IsRequired":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE3",
"FND_ACFF_SegmentName":"REPORTING_ACAD_PERIOD",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"reportingAcademicPeriod_Display":{
"title":"Reporting Academic Period",
"type":"string",
"description":"Reporting Academic Period",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"reportingAcademicPeriod",
"help":{
"instruction":"Reporting Academic Period"
},
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_IsRequired":"true",
"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"
}
}
},
"sponAgreementId":{
"title":"Sponsorship Agreement ID",
"maxLength":30,
"type":"string",
"description":"Sponsorship Agreement ID",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"sponAgreementId_Display",
"help":{
"instruction":"Sponsorship Agreement ID"
},
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"ORA_HES_SPONSOR_AGREEMENTS#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_OpenIdentifier":"sponAgreementId",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE8",
"FND_ACFF_SegmentName":"SPON_AGREEMENT_ID",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"sponAgreementId_Display":{
"title":"Sponsorship Agreement ID",
"type":"string",
"description":"Sponsorship Agreement ID",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"sponAgreementId",
"help":{
"instruction":"Sponsorship Agreement ID"
},
"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"
}
}
},
"stdntCurrId":{
"title":"Student Curriculum Item",
"maxLength":30,
"type":"string",
"description":"Student Curriculum Item",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"stdntCurrId_Display",
"help":{
"instruction":"Student Curriculum Item"
},
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"ORA_HER_SCT_ITEMS#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_OpenIdentifier":"stdntCurrId",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE7",
"FND_ACFF_SegmentName":"STDNT_CURR_ID",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"stdntCurrId_Display":{
"title":"Student Curriculum Item",
"type":"string",
"description":"Student Curriculum Item",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"stdntCurrId",
"help":{
"instruction":"Student Curriculum Item"
},
"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"
}
}
},
"transactionPost":{
"title":"Transaction Post",
"maxLength":30,
"type":"string",
"description":"Transaction Post",
"nullable":true,
"x-hints":{
"help":{
"instruction":"Transaction Post"
},
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"transactionPost",
"FND_ACFF_IsRequired":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE1",
"FND_ACFF_SegmentName":"TRANSACTION_POST",
"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_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXORA__5FCPQ____CLOUDVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:30Default Value:ORA_CPQ CLOUDContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
InterfaceLineGuid: string
Maximum Length:
32 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
orderLineNumber: string
Title:
Order Line NumberMaximum Length:30Order Line Number -
orderNumber: string
Title:
Order NumberMaximum Length:30Order Number -
period: string
Title:
PeriodMaximum Length:30Period -
serviceNumber: string
Title:
Service NumberMaximum Length:30Service Number
{
"type":"object",
"properties":{
"InterfaceLineGuid":{
"maxLength":32,
"type":"string",
"nullable":true,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true
}
},
"__FLEX_Context":{
"title":"Context Value",
"maxLength":30,
"type":"string",
"description":"Context Value",
"nullable":true,
"default":"ORA_CPQ CLOUD",
"x-hints":{
"help":{
"instruction":"Context Value"
},
"FND_ACFF_ValueSetInfo":"_FLEX_ContextValueSet_Internal#INDEPENDENT",
"controlType":"choice",
"FND_ACFF_AkaAttrName":"__FLEX_Context_DisplayValue",
"includeInCompactView":true,
"FND_ACFF_IsDiscriminator":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"1024",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context_DisplayValue":{
"title":"Context Value",
"type":"string",
"description":"Context Value",
"nullable":true,
"x-hints":{
"updateable":"false",
"help":{
"instruction":"Context Value"
},
"DISPLAYHINT":"Hide",
"FND_ACFF_IsReadOnly":"true",
"FND_ACFF_AkaRealSegmentAttrName":"__FLEX_Context",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Name",
"FND_ACFF_MaximumLength":"1024",
"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"
}
},
"orderLineNumber":{
"title":"Order Line Number",
"maxLength":30,
"type":"string",
"description":"Order Line Number",
"nullable":true,
"x-hints":{
"help":{
"instruction":"Order Line Number"
},
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"orderLineNumber",
"FND_ACFF_IsRequired":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE2",
"FND_ACFF_SegmentName":"Order Line Number",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"orderNumber":{
"title":"Order Number",
"maxLength":30,
"type":"string",
"description":"Order Number",
"nullable":true,
"x-hints":{
"help":{
"instruction":"Order Number"
},
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"orderNumber",
"FND_ACFF_IsRequired":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE1",
"FND_ACFF_SegmentName":"Order Number",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"period":{
"title":"Period",
"maxLength":30,
"type":"string",
"description":"Period",
"nullable":true,
"x-hints":{
"help":{
"instruction":"Period"
},
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"period",
"FND_ACFF_IsRequired":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE4",
"FND_ACFF_SegmentName":"Period",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"serviceNumber":{
"title":"Service Number",
"maxLength":30,
"type":"string",
"description":"Service Number",
"nullable":true,
"x-hints":{
"help":{
"instruction":"Service Number"
},
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"serviceNumber",
"FND_ACFF_IsRequired":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE3",
"FND_ACFF_SegmentName":"Service Number",
"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_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXORA__5FCURRICULUM__5FFEESVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:30Default Value:ORA_CURRICULUM_FEESContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
acadPeriod: string
Title:
Academic PeriodMaximum Length:30Academic Period -
acadPeriod_Display: string
Title:
Academic PeriodAcademic Period -
adjCal: string
Title:
Adjustment CalendarMaximum Length:30Adjustment Calendar -
adjCal_Display: string
Title:
Adjustment CalendarAdjustment Calendar -
adjReason: string
Title:
Adjustment ReasonMaximum Length:30Adjustment Reason -
adjReason_Display: string
Title:
Adjustment ReasonAdjustment Reason -
currId: string
Title:
CurriculumMaximum Length:30Curriculum -
currId_Display: string
Title:
CurriculumCurriculum -
discId: string
Title:
Discount CodeMaximum Length:30Discount Code -
discId_Display: string
Title:
Discount CodeDiscount Code -
feeId: string
Title:
FeeMaximum Length:30Fee -
feeId_Display: string
Title:
FeeFee -
institution: string
Title:
InstitutionMaximum Length:30Institution -
institution_Display: string
Title:
InstitutionInstitution -
InterfaceLineGuid: string
Maximum Length:
32 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
stdntCurrId: string
Title:
Student Curriculum ItemMaximum Length:30Student Curriculum Item -
stdntCurrId_Display: string
Title:
Student Curriculum ItemStudent Curriculum Item -
transactionPost: string
Title:
Transaction PostMaximum Length:30Transaction Post
{
"type":"object",
"properties":{
"InterfaceLineGuid":{
"maxLength":32,
"type":"string",
"nullable":true,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true
}
},
"__FLEX_Context":{
"title":"Context Value",
"maxLength":30,
"type":"string",
"description":"Context Value",
"nullable":true,
"default":"ORA_CURRICULUM_FEES",
"x-hints":{
"help":{
"instruction":"Context Value"
},
"FND_ACFF_ValueSetInfo":"_FLEX_ContextValueSet_Internal#INDEPENDENT",
"controlType":"choice",
"FND_ACFF_AkaAttrName":"__FLEX_Context_DisplayValue",
"includeInCompactView":true,
"FND_ACFF_IsDiscriminator":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"1024",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context_DisplayValue":{
"title":"Context Value",
"type":"string",
"description":"Context Value",
"nullable":true,
"x-hints":{
"updateable":"false",
"help":{
"instruction":"Context Value"
},
"DISPLAYHINT":"Hide",
"FND_ACFF_IsReadOnly":"true",
"FND_ACFF_AkaRealSegmentAttrName":"__FLEX_Context",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Name",
"FND_ACFF_MaximumLength":"1024",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"acadPeriod":{
"title":"Academic Period",
"maxLength":30,
"type":"string",
"description":"Academic Period",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"acadPeriod_Display",
"help":{
"instruction":"Academic Period"
},
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"ORA_HER_ACADEMIC_PERIODS#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_OpenIdentifier":"acadPeriod",
"FND_ACFF_IsRequired":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE3",
"FND_ACFF_SegmentName":"ACAD_PERIOD",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"acadPeriod_Display":{
"title":"Academic Period",
"type":"string",
"description":"Academic Period",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"acadPeriod",
"help":{
"instruction":"Academic Period"
},
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_IsRequired":"true",
"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"
}
}
},
"adjCal":{
"title":"Adjustment Calendar",
"maxLength":30,
"type":"string",
"description":"Adjustment Calendar",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"adjCal_Display",
"help":{
"instruction":"Adjustment Calendar"
},
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"ORA_HES_ADJUSTMENT_CALENDARS#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_OpenIdentifier":"adjCal",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE8",
"FND_ACFF_SegmentName":"ADJ_CAL",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"adjCal_Display":{
"title":"Adjustment Calendar",
"type":"string",
"description":"Adjustment Calendar",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"adjCal",
"help":{
"instruction":"Adjustment Calendar"
},
"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"
}
}
},
"adjReason":{
"title":"Adjustment Reason",
"maxLength":30,
"type":"string",
"description":"Adjustment Reason",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"adjReason_Display",
"help":{
"instruction":"Adjustment Reason"
},
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"ORA_HER_ACTION_REASONS#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_OpenIdentifier":"adjReason",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE9",
"FND_ACFF_SegmentName":"ADJ_REASON",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"adjReason_Display":{
"title":"Adjustment Reason",
"type":"string",
"description":"Adjustment Reason",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"adjReason",
"help":{
"instruction":"Adjustment Reason"
},
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"currId":{
"title":"Curriculum",
"maxLength":30,
"type":"string",
"description":"Curriculum",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"currId_Display",
"help":{
"instruction":"Curriculum"
},
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"ORA_HER_CURRICULUMS#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_OpenIdentifier":"currId",
"FND_ACFF_IsRequired":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE6",
"FND_ACFF_SegmentName":"CURR_ID",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"currId_Display":{
"title":"Curriculum",
"type":"string",
"description":"Curriculum",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"currId",
"help":{
"instruction":"Curriculum"
},
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_IsRequired":"true",
"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"
}
}
},
"discId":{
"title":"Discount Code",
"maxLength":30,
"type":"string",
"description":"Discount Code",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"discId_Display",
"help":{
"instruction":"Discount Code"
},
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"ORA_HES_DISCOUNTS#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_OpenIdentifier":"discId",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE5",
"FND_ACFF_SegmentName":"DISC_ID",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"discId_Display":{
"title":"Discount Code",
"type":"string",
"description":"Discount Code",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"discId",
"help":{
"instruction":"Discount 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"
}
}
},
"feeId":{
"title":"Fee",
"maxLength":30,
"type":"string",
"description":"Fee",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"feeId_Display",
"help":{
"instruction":"Fee"
},
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"ORA_HES_FEES#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_OpenIdentifier":"feeId",
"FND_ACFF_IsRequired":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE4",
"FND_ACFF_SegmentName":"FEE_ID",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"feeId_Display":{
"title":"Fee",
"type":"string",
"description":"Fee",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"feeId",
"help":{
"instruction":"Fee"
},
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_IsRequired":"true",
"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"
}
}
},
"institution":{
"title":"Institution",
"maxLength":30,
"type":"string",
"description":"Institution",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"institution_Display",
"help":{
"instruction":"Institution"
},
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"ORA_HER_ACADEMIC_INSTITUTIONS#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_OpenIdentifier":"institution",
"FND_ACFF_IsRequired":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE2",
"FND_ACFF_SegmentName":"INSTITUTION",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"institution_Display":{
"title":"Institution",
"type":"string",
"description":"Institution",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"institution",
"help":{
"instruction":"Institution"
},
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_IsRequired":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"links":{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
},
"stdntCurrId":{
"title":"Student Curriculum Item",
"maxLength":30,
"type":"string",
"description":"Student Curriculum Item",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"stdntCurrId_Display",
"help":{
"instruction":"Student Curriculum Item"
},
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"ORA_HER_SCT_ITEMS#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_OpenIdentifier":"stdntCurrId",
"FND_ACFF_IsRequired":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE7",
"FND_ACFF_SegmentName":"STDNT_CURR_ID",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"stdntCurrId_Display":{
"title":"Student Curriculum Item",
"type":"string",
"description":"Student Curriculum Item",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"stdntCurrId",
"help":{
"instruction":"Student Curriculum Item"
},
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_IsRequired":"true",
"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"
}
}
},
"transactionPost":{
"title":"Transaction Post",
"maxLength":30,
"type":"string",
"description":"Transaction Post",
"nullable":true,
"x-hints":{
"help":{
"instruction":"Transaction Post"
},
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"transactionPost",
"FND_ACFF_IsRequired":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE1",
"FND_ACFF_SegmentName":"TRANSACTION_POST",
"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_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXORA__5FDOO__5FORIGIN__5FSUBSCRIPTIONSVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:30Default Value:ORA_DOO_ORIGIN_SUBSCRIPTIONSContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
billingScheduleNumber: string
Title:
Billing Schedule NumberMaximum Length:30Billing Schedule Number -
chargeDefinitionCode: string
Title:
Charge Definition CodeMaximum Length:30Charge Definition Code -
InterfaceLineGuid: string
Maximum Length:
32 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
omFulfillmentId: string
Title:
OM Fulfillment Line IDMaximum Length:30OM Fulfillment Line ID -
omHeaderId: string
Title:
OM Header IDMaximum Length:30OM Header ID -
originatingDocumentTypeId: string
Title:
Originating Document Type IDMaximum Length:30Originating Document Type ID -
revenueLineNumber: string
Title:
Revenue Line NumberMaximum Length:30Revenue Line Number -
subscriptionNumber: string
Title:
Subscription NumberMaximum Length:30Subscription Number -
subscriptionProductNumber: string
Title:
Subscription Product NumberMaximum Length:30Subscription Product Number
{
"type":"object",
"properties":{
"InterfaceLineGuid":{
"maxLength":32,
"type":"string",
"nullable":true,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true
}
},
"__FLEX_Context":{
"title":"Context Value",
"maxLength":30,
"type":"string",
"description":"Context Value",
"nullable":true,
"default":"ORA_DOO_ORIGIN_SUBSCRIPTIONS",
"x-hints":{
"help":{
"instruction":"Context Value"
},
"FND_ACFF_ValueSetInfo":"_FLEX_ContextValueSet_Internal#INDEPENDENT",
"controlType":"choice",
"FND_ACFF_AkaAttrName":"__FLEX_Context_DisplayValue",
"includeInCompactView":true,
"FND_ACFF_IsDiscriminator":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"1024",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context_DisplayValue":{
"title":"Context Value",
"type":"string",
"description":"Context Value",
"nullable":true,
"x-hints":{
"updateable":"false",
"help":{
"instruction":"Context Value"
},
"DISPLAYHINT":"Hide",
"FND_ACFF_IsReadOnly":"true",
"FND_ACFF_AkaRealSegmentAttrName":"__FLEX_Context",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Name",
"FND_ACFF_MaximumLength":"1024",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"billingScheduleNumber":{
"title":"Billing Schedule Number",
"maxLength":30,
"type":"string",
"description":"Billing Schedule Number",
"nullable":true,
"x-hints":{
"help":{
"instruction":"Billing Schedule Number"
},
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"billingScheduleNumber",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE3",
"FND_ACFF_SegmentName":"Billing Schedule Number",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"chargeDefinitionCode":{
"title":"Charge Definition Code",
"maxLength":30,
"type":"string",
"description":"Charge Definition Code",
"nullable":true,
"x-hints":{
"help":{
"instruction":"Charge Definition Code"
},
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"chargeDefinitionCode",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE7",
"FND_ACFF_SegmentName":"Charge Definition Code",
"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"
}
},
"omFulfillmentId":{
"title":"OM Fulfillment Line ID",
"maxLength":30,
"type":"string",
"description":"OM Fulfillment Line ID",
"nullable":true,
"x-hints":{
"help":{
"instruction":"OM Fulfillment Line ID"
},
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"omFulfillmentId",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE5",
"FND_ACFF_SegmentName":"OM Fulfillment Line ID",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"omHeaderId":{
"title":"OM Header ID",
"maxLength":30,
"type":"string",
"description":"OM Header ID",
"nullable":true,
"x-hints":{
"help":{
"instruction":"OM Header ID"
},
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"omHeaderId",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE6",
"FND_ACFF_SegmentName":"OM Header ID",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"originatingDocumentTypeId":{
"title":"Originating Document Type ID",
"maxLength":30,
"type":"string",
"description":"Originating Document Type ID",
"nullable":true,
"x-hints":{
"help":{
"instruction":"Originating Document Type ID"
},
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"originatingDocumentTypeId",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE8",
"FND_ACFF_SegmentName":"Originating Document Type ID",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"revenueLineNumber":{
"title":"Revenue Line Number",
"maxLength":30,
"type":"string",
"description":"Revenue Line Number",
"nullable":true,
"x-hints":{
"help":{
"instruction":"Revenue Line Number"
},
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"revenueLineNumber",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE4",
"FND_ACFF_SegmentName":"Revenue Line Number",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"subscriptionNumber":{
"title":"Subscription Number",
"maxLength":30,
"type":"string",
"description":"Subscription Number",
"nullable":true,
"x-hints":{
"help":{
"instruction":"Subscription Number"
},
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"subscriptionNumber",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE1",
"FND_ACFF_SegmentName":"Subscription Number",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"subscriptionProductNumber":{
"title":"Subscription Product Number",
"maxLength":30,
"type":"string",
"description":"Subscription Product Number",
"nullable":true,
"x-hints":{
"help":{
"instruction":"Subscription Product Number"
},
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"subscriptionProductNumber",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE2",
"FND_ACFF_SegmentName":"Subscription Product Number",
"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_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXORA__5FEXTERNAL__5FCREDITSVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:30Default Value:ORA_EXTERNAL_CREDITSContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
acadPeriod: string
Title:
Academic PeriodMaximum Length:30Academic Period -
acadPeriod_Display: string
Title:
Academic PeriodAcademic Period -
adjustmentReference: string
Title:
Adjustment ReferenceMaximum Length:30Adjustment Reference -
Credit: string
Title:
CreditMaximum Length:30Credit -
Credit_Display: string
Title:
CreditCredit -
institution: string
Title:
InstitutionMaximum Length:30Institution -
institution_Display: string
Title:
InstitutionInstitution -
InterfaceLineGuid: string
Maximum Length:
32 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
paymentReference: string
Title:
Payment ReferenceMaximum Length:30Payment Reference -
transactionPost: string
Title:
Transaction PostMaximum Length:30Transaction Post
{
"type":"object",
"properties":{
"Credit":{
"title":"Credit",
"maxLength":30,
"type":"string",
"description":"Credit",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"Credit_Display",
"help":{
"instruction":"Credit"
},
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"ORA_HES_CREDIT#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_OpenIdentifier":"Credit",
"FND_ACFF_IsRequired":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE4",
"FND_ACFF_SegmentName":"CREDIT",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"Credit_Display":{
"title":"Credit",
"type":"string",
"description":"Credit",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"Credit",
"help":{
"instruction":"Credit"
},
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_IsRequired":"true",
"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"
}
}
},
"InterfaceLineGuid":{
"maxLength":32,
"type":"string",
"nullable":true,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true
}
},
"__FLEX_Context":{
"title":"Context Value",
"maxLength":30,
"type":"string",
"description":"Context Value",
"nullable":true,
"default":"ORA_EXTERNAL_CREDITS",
"x-hints":{
"help":{
"instruction":"Context Value"
},
"FND_ACFF_ValueSetInfo":"_FLEX_ContextValueSet_Internal#INDEPENDENT",
"controlType":"choice",
"FND_ACFF_AkaAttrName":"__FLEX_Context_DisplayValue",
"includeInCompactView":true,
"FND_ACFF_IsDiscriminator":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"1024",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context_DisplayValue":{
"title":"Context Value",
"type":"string",
"description":"Context Value",
"nullable":true,
"x-hints":{
"updateable":"false",
"help":{
"instruction":"Context Value"
},
"DISPLAYHINT":"Hide",
"FND_ACFF_IsReadOnly":"true",
"FND_ACFF_AkaRealSegmentAttrName":"__FLEX_Context",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Name",
"FND_ACFF_MaximumLength":"1024",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"acadPeriod":{
"title":"Academic Period",
"maxLength":30,
"type":"string",
"description":"Academic Period",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"acadPeriod_Display",
"help":{
"instruction":"Academic Period"
},
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"ORA_HER_ACADEMIC_PERIODS#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_OpenIdentifier":"acadPeriod",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE3",
"FND_ACFF_SegmentName":"ACAD_PERIOD",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"acadPeriod_Display":{
"title":"Academic Period",
"type":"string",
"description":"Academic Period",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"acadPeriod",
"help":{
"instruction":"Academic Period"
},
"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"
}
}
},
"adjustmentReference":{
"title":"Adjustment Reference",
"maxLength":30,
"type":"string",
"description":"Adjustment Reference",
"nullable":true,
"x-hints":{
"help":{
"instruction":"Adjustment Reference"
},
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"adjustmentReference",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE6",
"FND_ACFF_SegmentName":"ADJUST_REF",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"institution":{
"title":"Institution",
"maxLength":30,
"type":"string",
"description":"Institution",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"institution_Display",
"help":{
"instruction":"Institution"
},
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"ORA_HER_ACADEMIC_INSTITUTIONS#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_OpenIdentifier":"institution",
"FND_ACFF_IsRequired":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE2",
"FND_ACFF_SegmentName":"INSTITUTION",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"institution_Display":{
"title":"Institution",
"type":"string",
"description":"Institution",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"institution",
"help":{
"instruction":"Institution"
},
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_IsRequired":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"links":{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
},
"paymentReference":{
"title":"Payment Reference",
"maxLength":30,
"type":"string",
"description":"Payment Reference",
"nullable":true,
"x-hints":{
"help":{
"instruction":"Payment Reference"
},
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"paymentReference",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE5",
"FND_ACFF_SegmentName":"PAYMENT_REF",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"transactionPost":{
"title":"Transaction Post",
"maxLength":30,
"type":"string",
"description":"Transaction Post",
"nullable":true,
"x-hints":{
"help":{
"instruction":"Transaction Post"
},
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"transactionPost",
"FND_ACFF_IsRequired":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE1",
"FND_ACFF_SegmentName":"TRANSACTION_POST",
"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_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXORA__5FFIXED____ASSETSVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:30Default Value:ORA_FIXED ASSETSContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
InterfaceLineGuid: string
Maximum Length:
32 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
shippingLineReference: string
Title:
Shipping Line ReferenceMaximum Length:30Shipping Line Reference -
shippingReference: string
Title:
Shipping ReferenceMaximum Length:30Shipping Reference
{
"type":"object",
"properties":{
"InterfaceLineGuid":{
"maxLength":32,
"type":"string",
"nullable":true,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true
}
},
"__FLEX_Context":{
"title":"Context Value",
"maxLength":30,
"type":"string",
"description":"Context Value",
"nullable":true,
"default":"ORA_FIXED ASSETS",
"x-hints":{
"help":{
"instruction":"Context Value"
},
"FND_ACFF_ValueSetInfo":"_FLEX_ContextValueSet_Internal#INDEPENDENT",
"controlType":"choice",
"FND_ACFF_AkaAttrName":"__FLEX_Context_DisplayValue",
"includeInCompactView":true,
"FND_ACFF_IsDiscriminator":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"1024",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context_DisplayValue":{
"title":"Context Value",
"type":"string",
"description":"Context Value",
"nullable":true,
"x-hints":{
"updateable":"false",
"help":{
"instruction":"Context Value"
},
"DISPLAYHINT":"Hide",
"FND_ACFF_IsReadOnly":"true",
"FND_ACFF_AkaRealSegmentAttrName":"__FLEX_Context",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Name",
"FND_ACFF_MaximumLength":"1024",
"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"
}
},
"shippingLineReference":{
"title":"Shipping Line Reference",
"maxLength":30,
"type":"string",
"description":"Shipping Line Reference",
"nullable":true,
"x-hints":{
"help":{
"instruction":"Shipping Line Reference"
},
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"shippingLineReference",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE2",
"FND_ACFF_SegmentName":"Shipping__Line__Reference",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"shippingReference":{
"title":"Shipping Reference",
"maxLength":30,
"type":"string",
"description":"Shipping Reference",
"nullable":true,
"x-hints":{
"help":{
"instruction":"Shipping Reference"
},
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"shippingReference",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE1",
"FND_ACFF_SegmentName":"Shipping__Reference",
"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_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXORA__5FGENERAL__5FFEESVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:30Default Value:ORA_GENERAL_FEESContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
acadPeriod: string
Title:
Academic PeriodMaximum Length:30Academic Period -
acadPeriod_Display: string
Title:
Academic PeriodAcademic Period -
discId: string
Title:
DiscountMaximum Length:30Discount -
discId_Display: string
Title:
DiscountDiscount -
feeId: string
Title:
FeeMaximum Length:30Fee -
feeId_Display: string
Title:
FeeFee -
institution: string
Title:
InstitutionMaximum Length:30Institution -
institution_Display: string
Title:
InstitutionInstitution -
InterfaceLineGuid: string
Maximum Length:
32 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
reference: string
Title:
ReferenceMaximum Length:30Reference -
referenceType: string
Title:
Reference TypeMaximum Length:30Reference Type -
transactionPost: string
Title:
Transaction PostMaximum Length:30Transaction Post
{
"type":"object",
"properties":{
"InterfaceLineGuid":{
"maxLength":32,
"type":"string",
"nullable":true,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true
}
},
"__FLEX_Context":{
"title":"Context Value",
"maxLength":30,
"type":"string",
"description":"Context Value",
"nullable":true,
"default":"ORA_GENERAL_FEES",
"x-hints":{
"help":{
"instruction":"Context Value"
},
"FND_ACFF_ValueSetInfo":"_FLEX_ContextValueSet_Internal#INDEPENDENT",
"controlType":"choice",
"FND_ACFF_AkaAttrName":"__FLEX_Context_DisplayValue",
"includeInCompactView":true,
"FND_ACFF_IsDiscriminator":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"1024",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context_DisplayValue":{
"title":"Context Value",
"type":"string",
"description":"Context Value",
"nullable":true,
"x-hints":{
"updateable":"false",
"help":{
"instruction":"Context Value"
},
"DISPLAYHINT":"Hide",
"FND_ACFF_IsReadOnly":"true",
"FND_ACFF_AkaRealSegmentAttrName":"__FLEX_Context",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Name",
"FND_ACFF_MaximumLength":"1024",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"acadPeriod":{
"title":"Academic Period",
"maxLength":30,
"type":"string",
"description":"Academic Period",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"acadPeriod_Display",
"help":{
"instruction":"Academic Period"
},
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"ORA_HER_ACADEMIC_PERIODS#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_OpenIdentifier":"acadPeriod",
"FND_ACFF_IsRequired":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE3",
"FND_ACFF_SegmentName":"ACAD_PERIOD",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"acadPeriod_Display":{
"title":"Academic Period",
"type":"string",
"description":"Academic Period",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"acadPeriod",
"help":{
"instruction":"Academic Period"
},
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_IsRequired":"true",
"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"
}
}
},
"discId":{
"title":"Discount",
"maxLength":30,
"type":"string",
"description":"Discount",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"discId_Display",
"help":{
"instruction":"Discount"
},
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"ORA_HES_DISCOUNTS#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_OpenIdentifier":"discId",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE5",
"FND_ACFF_SegmentName":"DISC_ID",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"discId_Display":{
"title":"Discount",
"type":"string",
"description":"Discount",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"discId",
"help":{
"instruction":"Discount"
},
"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"
}
}
},
"feeId":{
"title":"Fee",
"maxLength":30,
"type":"string",
"description":"Fee",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"feeId_Display",
"help":{
"instruction":"Fee"
},
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"ORA_HES_FEES#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_OpenIdentifier":"feeId",
"FND_ACFF_IsRequired":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE4",
"FND_ACFF_SegmentName":"FEE_ID",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"feeId_Display":{
"title":"Fee",
"type":"string",
"description":"Fee",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"feeId",
"help":{
"instruction":"Fee"
},
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_IsRequired":"true",
"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"
}
}
},
"institution":{
"title":"Institution",
"maxLength":30,
"type":"string",
"description":"Institution",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"institution_Display",
"help":{
"instruction":"Institution"
},
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"ORA_HER_ACADEMIC_INSTITUTIONS#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_OpenIdentifier":"institution",
"FND_ACFF_IsRequired":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE2",
"FND_ACFF_SegmentName":"INSTITUTION",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"institution_Display":{
"title":"Institution",
"type":"string",
"description":"Institution",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"institution",
"help":{
"instruction":"Institution"
},
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_IsRequired":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"links":{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
},
"reference":{
"title":"Reference",
"maxLength":30,
"type":"string",
"description":"Reference",
"nullable":true,
"x-hints":{
"help":{
"instruction":"Reference"
},
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"reference",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE6",
"FND_ACFF_SegmentName":"REFERENCE",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"referenceType":{
"title":"Reference Type",
"maxLength":30,
"type":"string",
"description":"Reference Type",
"nullable":true,
"x-hints":{
"help":{
"instruction":"Reference Type"
},
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"referenceType",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE7",
"FND_ACFF_SegmentName":"REFERENCE_TYPE",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"transactionPost":{
"title":"Transaction Post",
"maxLength":30,
"type":"string",
"description":"Transaction Post",
"nullable":true,
"x-hints":{
"help":{
"instruction":"Transaction Post"
},
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"transactionPost",
"FND_ACFF_IsRequired":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE1",
"FND_ACFF_SegmentName":"TRANSACTION_POST",
"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_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXORA__5FLEASE__5FACCOUNTINGVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:30Default Value:ORA_LEASE_ACCOUNTINGContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
assetNumber: string
Title:
Asset NumberMaximum Length:30Asset Number -
billingItemId: string
Title:
Billing Item IdMaximum Length:30Billing Item Id -
billingNumber: string
Title:
Billing NumberMaximum Length:30Billing Number -
billingPurpose: string
Title:
Billing PurposeMaximum Length:30Billing Purpose -
billingType: string
Title:
Billing TypeMaximum Length:30Billing Type -
fromDate: string
Title:
From Payment DateMaximum Length:30From Payment Date -
InterfaceLineGuid: string
Maximum Length:
32 -
leaseNumber: string
Title:
Lease NumberMaximum Length:30Lease Number -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
propertyLocation: string
Title:
Property LocationMaximum Length:30Property Location -
propertyNumber: string
Title:
Property NumberMaximum Length:30Property Number -
toDate: string
Title:
To Payment DateMaximum Length:30To Payment Date
{
"type":"object",
"properties":{
"InterfaceLineGuid":{
"maxLength":32,
"type":"string",
"nullable":true,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true
}
},
"__FLEX_Context":{
"title":"Context Value",
"maxLength":30,
"type":"string",
"description":"Context Value",
"nullable":true,
"default":"ORA_LEASE_ACCOUNTING",
"x-hints":{
"help":{
"instruction":"Context Value"
},
"FND_ACFF_ValueSetInfo":"_FLEX_ContextValueSet_Internal#INDEPENDENT",
"controlType":"choice",
"FND_ACFF_AkaAttrName":"__FLEX_Context_DisplayValue",
"includeInCompactView":true,
"FND_ACFF_IsDiscriminator":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"1024",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context_DisplayValue":{
"title":"Context Value",
"type":"string",
"description":"Context Value",
"nullable":true,
"x-hints":{
"updateable":"false",
"help":{
"instruction":"Context Value"
},
"DISPLAYHINT":"Hide",
"FND_ACFF_IsReadOnly":"true",
"FND_ACFF_AkaRealSegmentAttrName":"__FLEX_Context",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Name",
"FND_ACFF_MaximumLength":"1024",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"assetNumber":{
"title":"Asset Number",
"maxLength":30,
"type":"string",
"description":"Asset Number",
"nullable":true,
"x-hints":{
"help":{
"instruction":"Asset Number"
},
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"assetNumber",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE2",
"FND_ACFF_SegmentName":"Asset Number",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"billingItemId":{
"title":"Billing Item Id",
"maxLength":30,
"type":"string",
"description":"Billing Item Id",
"nullable":true,
"x-hints":{
"help":{
"instruction":"Billing Item Id"
},
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"billingItemId",
"FND_ACFF_IsRequired":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE5",
"FND_ACFF_SegmentName":"Billing Item Id",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"billingNumber":{
"title":"Billing Number",
"maxLength":30,
"type":"string",
"description":"Billing Number",
"nullable":true,
"x-hints":{
"help":{
"instruction":"Billing Number"
},
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"billingNumber",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE6",
"FND_ACFF_SegmentName":"Billing Number",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"billingPurpose":{
"title":"Billing Purpose",
"maxLength":30,
"type":"string",
"description":"Billing Purpose",
"nullable":true,
"x-hints":{
"help":{
"instruction":"Billing Purpose"
},
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"billingPurpose",
"FND_ACFF_IsRequired":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE3",
"FND_ACFF_SegmentName":"Billing Purpose",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"billingType":{
"title":"Billing Type",
"maxLength":30,
"type":"string",
"description":"Billing Type",
"nullable":true,
"x-hints":{
"help":{
"instruction":"Billing Type"
},
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"billingType",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE4",
"FND_ACFF_SegmentName":"Billing Type",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"fromDate":{
"title":"From Payment Date",
"maxLength":30,
"type":"string",
"description":"From Payment Date",
"nullable":true,
"x-hints":{
"help":{
"instruction":"From Payment Date"
},
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"fromDate",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE9",
"FND_ACFF_SegmentName":"From Payment Date",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"leaseNumber":{
"title":"Lease Number",
"maxLength":30,
"type":"string",
"description":"Lease Number",
"nullable":true,
"x-hints":{
"help":{
"instruction":"Lease Number"
},
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"leaseNumber",
"FND_ACFF_IsRequired":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE1",
"FND_ACFF_SegmentName":"Lease Number",
"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"
}
},
"propertyLocation":{
"title":"Property Location",
"maxLength":30,
"type":"string",
"description":"Property Location",
"nullable":true,
"x-hints":{
"help":{
"instruction":"Property Location"
},
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"propertyLocation",
"FND_ACFF_IsRequired":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE8",
"FND_ACFF_SegmentName":"Property Location",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"propertyNumber":{
"title":"Property Number",
"maxLength":30,
"type":"string",
"description":"Property Number",
"nullable":true,
"x-hints":{
"help":{
"instruction":"Property Number"
},
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"propertyNumber",
"FND_ACFF_IsRequired":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE7",
"FND_ACFF_SegmentName":"Property Number",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"toDate":{
"title":"To Payment Date",
"maxLength":30,
"type":"string",
"description":"To Payment Date",
"nullable":true,
"x-hints":{
"help":{
"instruction":"To Payment Date"
},
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"toDate",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE10",
"FND_ACFF_SegmentName":"To Payment Date",
"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_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXORA__5FPSCRVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:30Default Value:ORA_PSCRContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
agency: string
Title:
AgencyMaximum Length:30Agency -
bill: string
Title:
BillMaximum Length:30Bill -
billLine: string
Title:
Bill LineMaximum Length:30Bill Line -
billType: string
Title:
Bill TypeMaximum Length:30Bill Type -
department: string
Title:
DepartmentMaximum Length:30Department -
InterfaceLineGuid: string
Maximum Length:
32 -
invoiceType: string
Title:
Invoice TypeMaximum Length:30Invoice Type -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
recordId: string
Title:
Record IDMaximum Length:30Record ID -
transaction: string
Title:
Transaction OriginMaximum Length:30Transaction Origin
{
"type":"object",
"properties":{
"InterfaceLineGuid":{
"maxLength":32,
"type":"string",
"nullable":true,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true
}
},
"__FLEX_Context":{
"title":"Context Value",
"maxLength":30,
"type":"string",
"description":"Context Value",
"nullable":true,
"default":"ORA_PSCR",
"x-hints":{
"help":{
"instruction":"Context Value"
},
"FND_ACFF_ValueSetInfo":"_FLEX_ContextValueSet_Internal#INDEPENDENT",
"controlType":"choice",
"FND_ACFF_AkaAttrName":"__FLEX_Context_DisplayValue",
"includeInCompactView":true,
"FND_ACFF_IsDiscriminator":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"1024",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context_DisplayValue":{
"title":"Context Value",
"type":"string",
"description":"Context Value",
"nullable":true,
"x-hints":{
"updateable":"false",
"help":{
"instruction":"Context Value"
},
"DISPLAYHINT":"Hide",
"FND_ACFF_IsReadOnly":"true",
"FND_ACFF_AkaRealSegmentAttrName":"__FLEX_Context",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Name",
"FND_ACFF_MaximumLength":"1024",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"agency":{
"title":"Agency",
"maxLength":30,
"type":"string",
"description":"Agency",
"nullable":true,
"x-hints":{
"help":{
"instruction":"Agency"
},
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"agency",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE5",
"FND_ACFF_SegmentName":"Agency",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"bill":{
"title":"Bill",
"maxLength":30,
"type":"string",
"description":"Bill",
"nullable":true,
"x-hints":{
"help":{
"instruction":"Bill"
},
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"bill",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE7",
"FND_ACFF_SegmentName":"Bill",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"billLine":{
"title":"Bill Line",
"maxLength":30,
"type":"string",
"description":"Bill Line",
"nullable":true,
"x-hints":{
"help":{
"instruction":"Bill Line"
},
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"billLine",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE8",
"FND_ACFF_SegmentName":"Bill Line",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"billType":{
"title":"Bill Type",
"maxLength":30,
"type":"string",
"description":"Bill Type",
"nullable":true,
"x-hints":{
"help":{
"instruction":"Bill Type"
},
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"billType",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE6",
"FND_ACFF_SegmentName":"Bill Type",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"department":{
"title":"Department",
"maxLength":30,
"type":"string",
"description":"Department",
"nullable":true,
"x-hints":{
"help":{
"instruction":"Department"
},
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"department",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE1",
"FND_ACFF_SegmentName":"Department",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"invoiceType":{
"title":"Invoice Type",
"maxLength":30,
"type":"string",
"description":"Invoice Type",
"nullable":true,
"x-hints":{
"help":{
"instruction":"Invoice Type"
},
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"invoiceType",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE2",
"FND_ACFF_SegmentName":"Invoice Type",
"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"
}
},
"recordId":{
"title":"Record ID",
"maxLength":30,
"type":"string",
"description":"Record ID",
"nullable":true,
"x-hints":{
"help":{
"instruction":"Record ID"
},
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"recordId",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE4",
"FND_ACFF_SegmentName":"Record ID",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"transaction":{
"title":"Transaction Origin",
"maxLength":30,
"type":"string",
"description":"Transaction Origin",
"nullable":true,
"x-hints":{
"help":{
"instruction":"Transaction Origin"
},
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"transaction",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE3",
"FND_ACFF_SegmentName":"Transaction",
"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_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXORA__5FRECURRING____BILLVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:30Default Value:ORA_RECURRING BILLContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
billPlanName: string
Title:
Bill Plan NameMaximum Length:30Bill Plan Name -
InterfaceLineGuid: string
Maximum Length:
32 -
lineNumber: string
Title:
Line NumberMaximum Length:30Line Number -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
period: string
Title:
PeriodMaximum Length:30Period
{
"type":"object",
"properties":{
"InterfaceLineGuid":{
"maxLength":32,
"type":"string",
"nullable":true,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true
}
},
"__FLEX_Context":{
"title":"Context Value",
"maxLength":30,
"type":"string",
"description":"Context Value",
"nullable":true,
"default":"ORA_RECURRING BILL",
"x-hints":{
"help":{
"instruction":"Context Value"
},
"FND_ACFF_ValueSetInfo":"_FLEX_ContextValueSet_Internal#INDEPENDENT",
"controlType":"choice",
"FND_ACFF_AkaAttrName":"__FLEX_Context_DisplayValue",
"includeInCompactView":true,
"FND_ACFF_IsDiscriminator":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"1024",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context_DisplayValue":{
"title":"Context Value",
"type":"string",
"description":"Context Value",
"nullable":true,
"x-hints":{
"updateable":"false",
"help":{
"instruction":"Context Value"
},
"DISPLAYHINT":"Hide",
"FND_ACFF_IsReadOnly":"true",
"FND_ACFF_AkaRealSegmentAttrName":"__FLEX_Context",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Name",
"FND_ACFF_MaximumLength":"1024",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"billPlanName":{
"title":"Bill Plan Name",
"maxLength":30,
"type":"string",
"description":"Bill Plan Name",
"nullable":true,
"x-hints":{
"help":{
"instruction":"Bill Plan Name"
},
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"billPlanName",
"FND_ACFF_IsRequired":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE1",
"FND_ACFF_SegmentName":"Bill Plan Name",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"lineNumber":{
"title":"Line Number",
"maxLength":30,
"type":"string",
"description":"Line Number",
"nullable":true,
"x-hints":{
"help":{
"instruction":"Line Number"
},
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"lineNumber",
"FND_ACFF_IsRequired":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE3",
"FND_ACFF_SegmentName":"Line Number",
"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"
}
},
"period":{
"title":"Period",
"maxLength":30,
"type":"string",
"description":"Period",
"nullable":true,
"x-hints":{
"help":{
"instruction":"Period"
},
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"period",
"FND_ACFF_IsRequired":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE2",
"FND_ACFF_SegmentName":"Period",
"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_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXORA__5FSPONSORSHIP__5FFEESVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:30Default Value:ORA_SPONSORSHIP_FEESContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
creditAssignment: string
Title:
Credit AssignmentMaximum Length:30Credit Assignment -
creditAssignment_Display: string
Title:
Credit AssignmentCredit Assignment -
currId: string
Title:
Curriculum IDMaximum Length:30Curriculum ID -
currId_Display: string
Title:
Curriculum IDCurriculum ID -
feeId: string
Title:
FeeMaximum Length:30Fee -
feeId_Display: string
Title:
FeeFee -
institution: string
Title:
InstitutionMaximum Length:30Institution -
institution_Display: string
Title:
InstitutionInstitution -
InterfaceLineGuid: string
Maximum Length:
32 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
reference: string
Title:
ReferenceMaximum Length:30Reference -
reportingAcademicPeriod: string
Title:
Reporting Academic PeriodMaximum Length:30Reporting Academic Period -
reportingAcademicPeriod_Display: string
Title:
Reporting Academic PeriodReporting Academic Period -
sponAgreementId: string
Title:
Sponsorship Agreement IDMaximum Length:30Sponsorship Agreement ID -
sponAgreementId_Display: string
Title:
Sponsorship Agreement IDSponsorship Agreement ID -
stdntCurrId: string
Title:
Student Curriculum ItemMaximum Length:30Student Curriculum Item -
stdntCurrId_Display: string
Title:
Student Curriculum ItemStudent Curriculum Item -
transactionId: string
Title:
Transaction IDMaximum Length:30Transaction ID -
transactionPost: string
Title:
Transaction PostMaximum Length:30Transaction Post
{
"type":"object",
"properties":{
"InterfaceLineGuid":{
"maxLength":32,
"type":"string",
"nullable":true,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true
}
},
"__FLEX_Context":{
"title":"Context Value",
"maxLength":30,
"type":"string",
"description":"Context Value",
"nullable":true,
"default":"ORA_SPONSORSHIP_FEES",
"x-hints":{
"help":{
"instruction":"Context Value"
},
"FND_ACFF_ValueSetInfo":"_FLEX_ContextValueSet_Internal#INDEPENDENT",
"controlType":"choice",
"FND_ACFF_AkaAttrName":"__FLEX_Context_DisplayValue",
"includeInCompactView":true,
"FND_ACFF_IsDiscriminator":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"1024",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context_DisplayValue":{
"title":"Context Value",
"type":"string",
"description":"Context Value",
"nullable":true,
"x-hints":{
"updateable":"false",
"help":{
"instruction":"Context Value"
},
"DISPLAYHINT":"Hide",
"FND_ACFF_IsReadOnly":"true",
"FND_ACFF_AkaRealSegmentAttrName":"__FLEX_Context",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Name",
"FND_ACFF_MaximumLength":"1024",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"creditAssignment":{
"title":"Credit Assignment",
"maxLength":30,
"type":"string",
"description":"Credit Assignment",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"creditAssignment_Display",
"help":{
"instruction":"Credit Assignment"
},
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"ORA_HES_CREDIT_ASSIGNMENT#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_OpenIdentifier":"creditAssignment",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE5",
"FND_ACFF_SegmentName":"CREDIT_ASSIGNMENT",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"creditAssignment_Display":{
"title":"Credit Assignment",
"type":"string",
"description":"Credit Assignment",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"creditAssignment",
"help":{
"instruction":"Credit Assignment"
},
"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"
}
}
},
"currId":{
"title":"Curriculum ID",
"maxLength":30,
"type":"string",
"description":"Curriculum ID",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"currId_Display",
"help":{
"instruction":"Curriculum ID"
},
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"ORA_HER_CURRICULUMS#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_OpenIdentifier":"currId",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE6",
"FND_ACFF_SegmentName":"CURR_ID",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"currId_Display":{
"title":"Curriculum ID",
"type":"string",
"description":"Curriculum ID",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"currId",
"help":{
"instruction":"Curriculum ID"
},
"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"
}
}
},
"feeId":{
"title":"Fee",
"maxLength":30,
"type":"string",
"description":"Fee",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"feeId_Display",
"help":{
"instruction":"Fee"
},
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"ORA_HES_FEES#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_OpenIdentifier":"feeId",
"FND_ACFF_IsRequired":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE4",
"FND_ACFF_SegmentName":"FEE_ID",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"feeId_Display":{
"title":"Fee",
"type":"string",
"description":"Fee",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"feeId",
"help":{
"instruction":"Fee"
},
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_IsRequired":"true",
"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"
}
}
},
"institution":{
"title":"Institution",
"maxLength":30,
"type":"string",
"description":"Institution",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"institution_Display",
"help":{
"instruction":"Institution"
},
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"ORA_HER_ACADEMIC_INSTITUTIONS#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_OpenIdentifier":"institution",
"FND_ACFF_IsRequired":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE2",
"FND_ACFF_SegmentName":"INSTITUTION",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"institution_Display":{
"title":"Institution",
"type":"string",
"description":"Institution",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"institution",
"help":{
"instruction":"Institution"
},
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_IsRequired":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"links":{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
},
"reference":{
"title":"Reference",
"maxLength":30,
"type":"string",
"description":"Reference",
"nullable":true,
"x-hints":{
"help":{
"instruction":"Reference"
},
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"reference",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE10",
"FND_ACFF_SegmentName":"REFERENCE",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"reportingAcademicPeriod":{
"title":"Reporting Academic Period",
"maxLength":30,
"type":"string",
"description":"Reporting Academic Period",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"reportingAcademicPeriod_Display",
"help":{
"instruction":"Reporting Academic Period"
},
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"ORA_HER_ACADEMIC_PERIODS#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_OpenIdentifier":"reportingAcademicPeriod",
"FND_ACFF_IsRequired":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE3",
"FND_ACFF_SegmentName":"REPORTING_ACAD_PERIOD",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"reportingAcademicPeriod_Display":{
"title":"Reporting Academic Period",
"type":"string",
"description":"Reporting Academic Period",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"reportingAcademicPeriod",
"help":{
"instruction":"Reporting Academic Period"
},
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_IsRequired":"true",
"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"
}
}
},
"sponAgreementId":{
"title":"Sponsorship Agreement ID",
"maxLength":30,
"type":"string",
"description":"Sponsorship Agreement ID",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"sponAgreementId_Display",
"help":{
"instruction":"Sponsorship Agreement ID"
},
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"ORA_HES_SPONSOR_AGREEMENTS#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_OpenIdentifier":"sponAgreementId",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE8",
"FND_ACFF_SegmentName":"SPON_AGREEMENT_ID",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"sponAgreementId_Display":{
"title":"Sponsorship Agreement ID",
"type":"string",
"description":"Sponsorship Agreement ID",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"sponAgreementId",
"help":{
"instruction":"Sponsorship Agreement ID"
},
"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"
}
}
},
"stdntCurrId":{
"title":"Student Curriculum Item",
"maxLength":30,
"type":"string",
"description":"Student Curriculum Item",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"stdntCurrId_Display",
"help":{
"instruction":"Student Curriculum Item"
},
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"ORA_HER_SCT_ITEMS#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_OpenIdentifier":"stdntCurrId",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE7",
"FND_ACFF_SegmentName":"STDNT_CURR_ID",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"stdntCurrId_Display":{
"title":"Student Curriculum Item",
"type":"string",
"description":"Student Curriculum Item",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"stdntCurrId",
"help":{
"instruction":"Student Curriculum Item"
},
"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"
}
}
},
"transactionId":{
"title":"Transaction ID",
"maxLength":30,
"type":"string",
"description":"Transaction ID",
"nullable":true,
"x-hints":{
"help":{
"instruction":"Transaction ID"
},
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"transactionId",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE9",
"FND_ACFF_SegmentName":"TRANSACTION_ID",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"transactionPost":{
"title":"Transaction Post",
"maxLength":30,
"type":"string",
"description":"Transaction Post",
"nullable":true,
"x-hints":{
"help":{
"instruction":"Transaction Post"
},
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"transactionPost",
"FND_ACFF_IsRequired":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE1",
"FND_ACFF_SegmentName":"TRANSACTION_POST",
"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_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXSubscriptions____ContextVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:30Default Value:Subscriptions ContextContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
billingScheduleNumber: string
Title:
Billing Schedule NumberMaximum Length:30Billing Schedule Number -
InterfaceLineGuid: string
Maximum Length:
32 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
revenueLineNumber: string
Title:
Revenue Line NumberMaximum Length:30Revenue Line Number -
subscriptionNumber: string
Title:
Subscription NumberMaximum Length:30Subscription Number -
subscriptionProductNumber: string
Title:
Subscription Product NumberMaximum Length:30Subscription Product Number
{
"type":"object",
"properties":{
"InterfaceLineGuid":{
"maxLength":32,
"type":"string",
"nullable":true,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true
}
},
"__FLEX_Context":{
"title":"Context Value",
"maxLength":30,
"type":"string",
"description":"Context Value",
"nullable":true,
"default":"Subscriptions Context",
"x-hints":{
"help":{
"instruction":"Context Value"
},
"FND_ACFF_ValueSetInfo":"_FLEX_ContextValueSet_Internal#INDEPENDENT",
"controlType":"choice",
"FND_ACFF_AkaAttrName":"__FLEX_Context_DisplayValue",
"includeInCompactView":true,
"FND_ACFF_IsDiscriminator":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"1024",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context_DisplayValue":{
"title":"Context Value",
"type":"string",
"description":"Context Value",
"nullable":true,
"x-hints":{
"updateable":"false",
"help":{
"instruction":"Context Value"
},
"DISPLAYHINT":"Hide",
"FND_ACFF_IsReadOnly":"true",
"FND_ACFF_AkaRealSegmentAttrName":"__FLEX_Context",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Name",
"FND_ACFF_MaximumLength":"1024",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"billingScheduleNumber":{
"title":"Billing Schedule Number",
"maxLength":30,
"type":"string",
"description":"Billing Schedule Number",
"nullable":true,
"x-hints":{
"help":{
"instruction":"Billing Schedule Number"
},
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"billingScheduleNumber",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE3",
"FND_ACFF_SegmentName":"Billing Schedule Number",
"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"
}
},
"revenueLineNumber":{
"title":"Revenue Line Number",
"maxLength":30,
"type":"string",
"description":"Revenue Line Number",
"nullable":true,
"x-hints":{
"help":{
"instruction":"Revenue Line Number"
},
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"revenueLineNumber",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE4",
"FND_ACFF_SegmentName":"Revenue Line Number",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"subscriptionNumber":{
"title":"Subscription Number",
"maxLength":30,
"type":"string",
"description":"Subscription Number",
"nullable":true,
"x-hints":{
"help":{
"instruction":"Subscription Number"
},
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"subscriptionNumber",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE1",
"FND_ACFF_SegmentName":"Subscription Number",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"subscriptionProductNumber":{
"title":"Subscription Product Number",
"maxLength":30,
"type":"string",
"description":"Subscription Product Number",
"nullable":true,
"x-hints":{
"help":{
"instruction":"Subscription Product Number"
},
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"subscriptionProductNumber",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE2",
"FND_ACFF_SegmentName":"Subscription Product Number",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
}
}
}
Nested Schema : Links
Type:
arrayTitle:
LinksThe 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:
arrayTitle:
LinksThe 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:
arrayTitle:
LinksThe 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:
arrayTitle:
LinksThe 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:
arrayTitle:
LinksThe 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:
arrayTitle:
LinksThe 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:
arrayTitle:
LinksThe 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:
arrayTitle:
LinksThe 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:
arrayTitle:
LinksThe 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:
arrayTitle:
LinksThe 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:
arrayTitle:
LinksThe 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:
arrayTitle:
LinksThe 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:
arrayTitle:
LinksThe 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:
arrayTitle:
LinksThe 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:
arrayTitle:
LinksThe 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:
arrayTitle:
LinksThe 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:
arrayTitle:
LinksThe 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:
arrayTitle:
LinksThe 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:
arrayTitle:
LinksThe 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:
arrayTitle:
LinksThe 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:
arrayTitle:
LinksThe 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:
arrayTitle:
LinksThe 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:
arrayTitle:
LinksThe 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 : autoInvoiceInterfaceLines-autoInvoiceLineInformationDFF-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:30Context Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
InterfaceLineGuid: string
Maximum Length:
32 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
{
"type":"object",
"properties":{
"InterfaceLineGuid":{
"maxLength":32,
"type":"string",
"nullable":true,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true
},
"x-queryable":true
},
"__FLEX_Context":{
"title":"Context Value",
"maxLength":30,
"type":"string",
"description":"Context Value",
"nullable":true,
"x-hints":{
"help":{
"instruction":"Context Value"
},
"FND_ACFF_ValueSetInfo":"_FLEX_ContextValueSet_Internal#INDEPENDENT",
"controlType":"choice",
"FND_ACFF_AkaAttrName":"__FLEX_Context_DisplayValue",
"includeInCompactView":true,
"FND_ACFF_IsDiscriminator":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"1024",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
},
"x-queryable":true
},
"__FLEX_Context_DisplayValue":{
"title":"Context Value",
"type":"string",
"description":"Context Value",
"nullable":true,
"x-hints":{
"updateable":"false",
"help":{
"instruction":"Context Value"
},
"DISPLAYHINT":"Hide",
"FND_ACFF_IsReadOnly":"true",
"FND_ACFF_AkaRealSegmentAttrName":"__FLEX_Context",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Name",
"FND_ACFF_MaximumLength":"1024",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
},
"x-queryable":true
},
"links":{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
}
}
}
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
}
Examples
Example 1
The following example shows how to retrieve all the AutoInvoice interface lines by submitting a GET request on the REST resource using cURL.
curl -i -u "<username>:<password>" -H "Content-Type: application/vnd.oracle.adf.resourceitem+json" -X GET https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/autoInvoiceInterfaceLines
Example Response Body
The following example shows the contents of the response body in JSON format:
{
"items": [
{
"BusinessUnit": null,
"OrgId": 911,
"TransactionBatchSource": "DE Auto",
"TransactionNumber": "TRC_INV_001",
"TransactionDate": "2008-09-01",
"TransactionType": "Invoice",
"TransactionTypeSequenceId": 34,
"LineType": "LINE",
"Description": "TRC_INV_001",
"InternalNotes": null,
"PaymentTerms": null,
"PaymentTermsId": 4,
"Quantity": 1,
"UnitSellingPrice": 100,
"CurrencyCode": "EUR",
"Amount": 100,
"TaxCode": null,
"InterfaceLineStatus": null,
"InterfaceLineGUID": "9200D5B93C14FCDDE04044987CF03D65",
"LastUpdateLogin": "-1",
"links": [
{
"rel": "self",
"href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/autoInvoiceInterfaceLines/9200D5B93C14FCDDE04044987CF03D65",
"name": "autoInvoiceInterfaceLines",
"kind": "item",
"properties": {"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"}
},
{
"rel": "canonical",
"href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/autoInvoiceInterfaceLines/9200D5B93C14FCDDE04044987CF03D65",
"name": "autoInvoiceInterfaceLines",
"kind": "item"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/autoInvoiceInterfaceLines/9200D5B93C14FCDDE04044987CF03D65/child/autoInvoiceHeaderInformationDFF",
"name": "autoInvoiceHeaderInformationDFF",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/autoInvoiceInterfaceLines/9200D5B93C14FCDDE04044987CF03D65/child/autoInvoiceInterfaceLineTransactionDFF",
"name": "autoInvoiceInterfaceLineTransactionDFF",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/autoInvoiceInterfaceLines/9200D5B93C14FCDDE04044987CF03D65/child/autoInvoiceLineInformationDFF",
"name": "autoInvoiceLineInformationDFF",
"kind": "collection"
}
]
},
...
"count": 10,
"hasMore": true,
"limit": 25,
"offset": 0,
"links": [ {
"rel": "self",
"href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/autoInvoiceInterfaceLines",
"name": "autoInvoiceInterfaceLines",
"kind": "collection"
}]
}Example 2
The following example shows how to find all transaction interface lines for a specific business unit by submitting a GET request on the REST resource using cURL.
curl -i -u "<username>:<password>" -H "Content-Type: application/vnd.oracle.adf.resourceitem+json" -X GET https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/autoInvoiceInterfaceLines?finder=interfaceLineSearch;BusinessUnit=Vision%20Operations,TransactionBatchSource=AR_Trans%20Source_01C-Dir
Example Response Body
The following example shows the contents of the response body in JSON format:
{
"items": [ {
"BusinessUnit": "Vision Operations",
"OrgId": 204,
"TransactionBatchSource": "AR_Trans Source_01C-Dir",
"TransactionNumber": "AI Error_01",
"TransactionDate": "2017-02-28",
"TransactionType": "Invoice-NES",
"TransactionTypeSequenceId": 100000010015013,
"LineType": "LINE",
"Description": "Std Line1",
"InternalNotes": null,
"PaymentTerms": "30 N",
"PaymentTermsId": null,
"Quantity": 11,
"UnitSellingPrice": 700.85,
"CurrencyCode": "EUR",
"Amount": 7709.35,
"TaxCode": "VAT20",
"InterfaceLineStatus": null,
"InterfaceLineGUID": "49975F1ADB35657FE053E90AF50A5AD7",
"LastUpdateLogin": "9B2A6F36867AACB1E0533CFDF40AB87A",
"links": [
{
"rel": "self",
"href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/autoInvoiceInterfaceLines/49975F1ADB35657FE053E90AF50A5AD7",
"name": "autoInvoiceInterfaceLines",
"kind": "item",
"properties": {"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"}
},
{
"rel": "canonical",
"href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/autoInvoiceInterfaceLines/49975F1ADB35657FE053E90AF50A5AD7",
"name": "autoInvoiceInterfaceLines",
"kind": "item"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/autoInvoiceInterfaceLines/49975F1ADB35657FE053E90AF50A5AD7/child/autoInvoiceHeaderInformationDFF",
"name": "autoInvoiceHeaderInformationDFF",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/autoInvoiceInterfaceLines/49975F1ADB35657FE053E90AF50A5AD7/child/autoInvoiceInterfaceLineTransactionDFF",
"name": "autoInvoiceInterfaceLineTransactionDFF",
"kind": "collection"
},
{
"rel": "child",
"href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/autoInvoiceInterfaceLines/49975F1ADB35657FE053E90AF50A5AD7/child/autoInvoiceLineInformationDFF",
"name": "autoInvoiceLineInformationDFF",
"kind": "collection"
}
]
},
...
],
"count": 10,
"hasMore": false,
"limit": 25,
"offset": 0,
"links": [ {
"rel": "self",
"href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/autoInvoiceInterfaceLines",
"name": "autoInvoiceInterfaceLines",
"kind": "collection"
}]
}