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:
If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
-
REST-Framework-Version:
The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
Default Response
The following table describes the default response for this task.
Headers
-
Metadata-Context:
If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
-
REST-Framework-Version:
The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
Body ()
Root Schema : 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:
Items
The items in the collection. -
limit(required): integer
The actual paging size used by the server.
-
links(required): array
Links
Title:
Links
The link relations associated with the resource instance. -
offset(required): integer
The offset value used in the current page.
-
totalResults: integer
The estimated row count when "?totalResults=true", otherwise the count is not included.
{
"required":[
"count",
"hasMore",
"limit",
"links",
"offset"
],
"type":"object",
"properties":{
"totalResults":{
"type":"integer",
"description":"The estimated row count when \"?totalResults=true\", otherwise the count is not included."
},
"offset":{
"type":"integer",
"description":"The offset value used in the current page."
},
"count":{
"type":"integer",
"description":"The number of resource instances returned in the current range."
},
"hasMore":{
"type":"boolean",
"description":"Indicates whether more resources are available on the server than the subset returned in the response. If the value is true, then there are more resources to retrieve from the server. The default value is false."
},
"limit":{
"type":"integer",
"description":"The actual paging size used by the server."
},
"links":{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
},
"items":{
"title":"Items",
"type":"array",
"description":"The items in the collection.",
"items":{
"$ref":"#/components/schemas/autoInvoiceInterfaceLines-item-response"
}
}
},
"x-hints":{
"usage":"BusinessObject"
}
}
Nested Schema : Items
Type:
array
Title:
Items
The 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:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
}
Nested Schema : autoInvoiceInterfaceLines-item-response
Type:
Show Source
object
-
Amount: number
The transaction line amount.
-
AuthorizationNumber: string
Maximum Length:
30
Authorization number of the interface line. -
autoInvoiceHeaderInformationDFF: array
autoInvoiceHeaderInformationDFF
-
autoInvoiceInterfaceLineTransactionDFF: array
autoInvoiceInterfaceLineTransactionDFF
-
autoInvoiceLineInformationDFF: array
autoInvoiceLineInformationDFF
-
BusinessUnit: string
Maximum Length:
240
The business unit under which the interface line is created. -
CurrencyCode: string
Maximum Length:
15
The currency code of the transaction line amount. -
Description: string
Maximum Length:
240
The description of the interface line. -
InterfaceLineGUID: string
Read Only:
true
Maximum Length:32
The unique global identifier of the interface line. -
InterfaceLineStatus: string
Maximum Length:
1
The status of the AutoInvoice interface line. -
InternalNotes: string
Maximum Length:
240
Additional comments about the interface line. -
LastUpdateLogin: string
Read Only:
true
Maximum Length:32
The session login associated with the user who last updated the record. -
LineType: string
Maximum Length:
20
The line type of a transaction. -
links: array
Links
Title:
Links
The 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:
15
The 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:
50
Tax code of the interface line, if applicable. -
TransactionBatchSource: string
Maximum Length:
50
The transaction source associated with the interface line. -
TransactionDate: string
(date)
The date when the interface line was created.
-
TransactionNumber: string
Maximum Length:
20
The transaction number for which the interface line is created. -
TransactionType: string
Maximum Length:
20
The 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":{
"TransactionType":{
"maxLength":"20",
"type":"string",
"description":"The transaction type of the interface line.",
"nullable":true,
"x-queryable":true
},
"autoInvoiceHeaderInformationDFF":{
"type":"array",
"items":{
"$ref":"#/components/schemas/autoInvoiceInterfaceLines-autoInvoiceHeaderInformationDFF-item-response"
},
"x-cardinality":"1"
},
"autoInvoiceLineInformationDFF":{
"type":"array",
"items":{
"$ref":"#/components/schemas/autoInvoiceInterfaceLines-autoInvoiceLineInformationDFF-item-response"
},
"x-cardinality":"1"
},
"TransactionNumber":{
"maxLength":"20",
"type":"string",
"description":"The transaction number for which the interface line is created.",
"nullable":true,
"x-queryable":true
},
"Description":{
"maxLength":"240",
"type":"string",
"description":"The description of the interface line.",
"nullable":false,
"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
},
"AuthorizationNumber":{
"maxLength":"30",
"type":"string",
"description":"Authorization number of the interface line.",
"nullable":true,
"x-queryable":false
},
"PaymentTerms":{
"maxLength":"15",
"type":"string",
"description":"The unique identifier of the payment term for the interface line.",
"nullable":true,
"x-queryable":true
},
"InterfaceLineGUID":{
"maxLength":"32",
"type":"string",
"description":"The unique global identifier of the interface line.",
"nullable":true,
"readOnly":true,
"x-queryable":true
},
"CurrencyCode":{
"maxLength":"15",
"type":"string",
"description":"The currency code of the transaction line amount.",
"nullable":false,
"x-queryable":true
},
"TaxCode":{
"maxLength":"50",
"type":"string",
"description":"Tax code of the interface line, if applicable.",
"nullable":true,
"x-queryable":true
},
"links":{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
},
"LineType":{
"maxLength":"20",
"type":"string",
"description":"The line type of a transaction.",
"nullable":true,
"x-queryable":true
},
"TransactionDate":{
"type":"string",
"description":"The date when the interface line was created.",
"format":"date",
"nullable":true,
"x-queryable":true
},
"InterfaceLineStatus":{
"maxLength":"1",
"type":"string",
"description":"The status of the AutoInvoice interface line.",
"nullable":true,
"x-queryable":true
},
"Amount":{
"type":"number",
"description":"The transaction line amount.",
"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
},
"autoInvoiceInterfaceLineTransactionDFF":{
"type":"array",
"items":{
"$ref":"#/components/schemas/autoInvoiceInterfaceLines-autoInvoiceInterfaceLineTransactionDFF-item-response"
},
"x-cardinality":"1"
},
"Quantity":{
"type":"number",
"description":"Number of units of an item associated with the interface line.",
"nullable":true,
"x-queryable":true
},
"InternalNotes":{
"maxLength":"240",
"type":"string",
"description":"Additional comments about the interface line.",
"nullable":true,
"x-queryable":true
},
"TransactionBatchSource":{
"maxLength":"50",
"type":"string",
"description":"The transaction source associated with the interface line.",
"nullable":false,
"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
},
"BusinessUnit":{
"maxLength":"240",
"type":"string",
"description":"The business unit under which the interface line is created.",
"nullable":true,
"x-queryable":true
},
"UnitSellingPrice":{
"type":"number",
"description":"Unit selling price of an item.",
"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
}
}
}
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:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
}
Nested Schema : autoInvoiceInterfaceLines-autoInvoiceHeaderInformationDFF-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Context Value
Maximum Length:30
-
__FLEX_Context_DisplayValue: string
Title:
Context Value
-
InterfaceLineGuid: string
Maximum Length:
32
-
links: array
Links
Title:
Links
The 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
},
"links":{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
},
"__FLEX_Context_DisplayValue":{
"title":"Context Value",
"type":"string",
"nullable":true,
"x-hints":{
"updateable":"false",
"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
},
"__FLEX_Context":{
"title":"Context Value",
"maxLength":"30",
"type":"string",
"nullable":true,
"x-hints":{
"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
}
}
}
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
}
Nested Schema : link
Type:
Show Source
object
-
href: string
Title:
hyperlink reference
The URI to the related resource. -
kind: string
Title:
kind
Allowed Values:[ "collection", "item", "describe", "other" ]
The kind of the related resource. -
name: string
Title:
name
The name of the link to the related resource. -
properties: object
properties
-
rel: string
Title:
relation
Allowed Values:[ "self", "lov", "parent", "canonical", "child", "enclosure", "action", "custom" ]
The name of the relation to the resource instance. Example: self.
{
"type":"object",
"properties":{
"kind":{
"title":"kind",
"type":"string",
"description":"The kind of the related resource.",
"enum":[
"collection",
"item",
"describe",
"other"
]
},
"rel":{
"title":"relation",
"type":"string",
"description":"The name of the relation to the resource instance. Example: self.",
"enum":[
"self",
"lov",
"parent",
"canonical",
"child",
"enclosure",
"action",
"custom"
]
},
"name":{
"title":"name",
"type":"string",
"description":"The name of the link to the related resource."
},
"href":{
"title":"hyperlink reference",
"type":"string",
"description":"The URI to the related resource."
},
"properties":{
"type":"object",
"properties":{
"changeIndicator":{
"type":"string",
"description":"Change indicator or the ETag value of the resource instance."
}
}
}
}
}
Nested Schema : properties
Type:
Show Source
object
-
changeIndicator: string
Change indicator or the ETag value of the resource instance.
{
"type":"object",
"properties":{
"changeIndicator":{
"type":"string",
"description":"Change indicator or the ETag value of the resource instance."
}
}
}
Nested Schema : Discriminator: __FLEX_Context
Type:
object
Discriminator: __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 Value
Maximum Length:30
Default Value:CONTRACT INTERNAL INVOICES
-
__FLEX_Context_DisplayValue: string
Title:
Context Value
-
_Contract__Id: string
Title:
Contract Id
Maximum Length:30
-
_Contract__Number: string
Title:
Contract Number
Maximum Length:30
-
_Contract__organization: string
Title:
Contract organization
Maximum Length:30
-
_Draft__Invoice__Number: string
Title:
Draft Invoice Number
Maximum Length:30
-
_Line__Id: string
Title:
Line ID
Maximum Length:30
-
_Receiving__Business__Unit: string
Title:
Receiving Business Unit
Maximum Length:30
-
_Receiving__Project__Number: string
Title:
Receiving Project Number
Maximum Length:30
-
_Type: string
Title:
Type
Maximum Length:30
-
InterfaceLineGuid: string
Maximum Length:
32
-
links: array
Links
Title:
Links
The link relations associated with the resource instance.
{
"type":"object",
"properties":{
"_Receiving__Business__Unit":{
"title":"Receiving Business Unit",
"maxLength":"30",
"type":"string",
"nullable":true,
"x-hints":{
"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_SegmentName":"Receiving Business Unit",
"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
}
},
"_Line__Id":{
"title":"Line ID",
"maxLength":"30",
"type":"string",
"nullable":true,
"x-hints":{
"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_SegmentName":"Line 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",
"nullable":true,
"x-hints":{
"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_SegmentName":"Contract Number",
"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",
"nullable":true,
"x-hints":{
"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_SegmentName":"Draft Invoice Number",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Contract__Id":{
"title":"Contract Id",
"maxLength":"30",
"type":"string",
"nullable":true,
"x-hints":{
"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_SegmentName":"Contract Id",
"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",
"nullable":true,
"x-hints":{
"updateable":"false",
"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"
}
}
},
"_Contract__organization":{
"title":"Contract organization",
"maxLength":"30",
"type":"string",
"nullable":true,
"x-hints":{
"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_SegmentName":"Contract organization",
"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"
}
},
"_Type":{
"title":"Type",
"maxLength":"30",
"type":"string",
"nullable":true,
"x-hints":{
"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_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",
"nullable":true,
"default":"CONTRACT INTERNAL INVOICES",
"x-hints":{
"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"
}
}
},
"_Receiving__Project__Number":{
"title":"Receiving Project Number",
"maxLength":"30",
"type":"string",
"nullable":true,
"x-hints":{
"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_SegmentName":"Receiving Project 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_InterfaceLineTransactionFLEXCONTRACT____INVOICESVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Context Value
Maximum Length:30
Default Value:CONTRACT INVOICES
-
__FLEX_Context_DisplayValue: string
Title:
Context Value
-
_Contract__Id: string
Title:
Contract ID
Maximum Length:30
-
_Contract__Number: string
Title:
Contract Number
Maximum Length:30
-
_Contract__Organization: string
Title:
Contract Organization
Maximum Length:30
-
_Draft__Invoice__Number: string
Title:
Draft Invoice Number
Maximum Length:30
-
_Line__Id: string
Title:
Line ID
Maximum Length:30
-
_Type: string
Title:
Type
Maximum Length:30
-
InterfaceLineGuid: string
Maximum Length:
32
-
links: array
Links
Title:
Links
The link relations associated with the resource instance.
{
"type":"object",
"properties":{
"InterfaceLineGuid":{
"maxLength":"32",
"type":"string",
"nullable":true,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true
}
},
"_Line__Id":{
"title":"Line ID",
"maxLength":"30",
"type":"string",
"nullable":true,
"x-hints":{
"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_SegmentName":"Line 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",
"nullable":true,
"x-hints":{
"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_SegmentName":"Contract Number",
"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",
"nullable":true,
"x-hints":{
"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_SegmentName":"Draft Invoice Number",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Contract__Id":{
"title":"Contract ID",
"maxLength":"30",
"type":"string",
"nullable":true,
"x-hints":{
"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_SegmentName":"Contract Id",
"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",
"nullable":true,
"x-hints":{
"updateable":"false",
"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"
}
},
"_Contract__Organization":{
"title":"Contract Organization",
"maxLength":"30",
"type":"string",
"nullable":true,
"x-hints":{
"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_SegmentName":"Contract Organization",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Type":{
"title":"Type",
"maxLength":"30",
"type":"string",
"nullable":true,
"x-hints":{
"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_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",
"nullable":true,
"default":"CONTRACT INVOICES",
"x-hints":{
"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"
}
}
}
}
}
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 Value
Maximum Length:30
Default Value:Contracts Context
-
__FLEX_Context_DisplayValue: string
Title:
Context Value
-
billingScheduleNumber: string
Title:
Billing Schedule Number
Maximum Length:30
-
contractNumber: string
Title:
Contract Number
Maximum Length:30
-
InterfaceLineGuid: string
Maximum Length:
32
-
lineNumber: string
Title:
Line Number
Maximum Length:30
-
links: array
Links
Title:
Links
The link relations associated with the resource instance.
{
"type":"object",
"properties":{
"InterfaceLineGuid":{
"maxLength":"32",
"type":"string",
"nullable":true,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true
}
},
"billingScheduleNumber":{
"title":"Billing Schedule Number",
"maxLength":"30",
"type":"string",
"nullable":true,
"x-hints":{
"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_SegmentName":"Billing Schedule Number",
"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",
"nullable":true,
"x-hints":{
"updateable":"false",
"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"
}
}
},
"contractNumber":{
"title":"Contract Number",
"maxLength":"30",
"type":"string",
"nullable":true,
"x-hints":{
"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_SegmentName":"Contract 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"
}
},
"lineNumber":{
"title":"Line Number",
"maxLength":"30",
"type":"string",
"nullable":true,
"x-hints":{
"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_SegmentName":"Line 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",
"nullable":true,
"default":"Contracts Context",
"x-hints":{
"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"
}
}
}
}
}
Nested Schema : oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXDOOVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Context Value
Maximum Length:30
Default Value:DOO
-
__FLEX_Context_DisplayValue: string
Title:
Context Value
-
_Bill__of__Lading__Number: string
Title:
Order Waybill Number
Maximum Length:30
-
_Customer__Item: string
Title:
Order Bill Of Lading Number
Maximum Length:30
-
_Delivery__Name: string
Title:
Order Price Adjustment ID
Maximum Length:30
-
_DOO__Order__Number: string
Title:
DOO Order Number
Maximum Length:30
-
_Fulfill__Line__Split__Reference: string
Title:
Order Customer Item Number
Maximum Length:30
-
_Fulfillment__Line__ID: string
Title:
Order Type
Maximum Length:30
-
_Fulfillment__Line__Number: string
Title:
Order Fulfillment Line Split Reference
Maximum Length:30
-
_Price__Adjustment__ID: string
Title:
Order Fulfillment Line ID
Maximum Length:30
-
_Profit__Center__Business__Unit: string
Title:
Profit Center Business Unit
Maximum Length:30
-
_Source__Order__Number: string
Title:
Source Order Number
Maximum Length:30
-
_Source__Order__System: string
Title:
Source Order System
Maximum Length:30
-
_Source__Schedule__Number: string
Title:
Source Schedule Number
Maximum Length:30
-
_WayBill__Number: string
Title:
Order Delivery Name
Maximum Length:30
-
InterfaceLineGuid: string
Maximum Length:
32
-
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
period: string
Title:
Period
Maximum Length:30
{
"type":"object",
"properties":{
"_Fulfill__Line__Split__Reference":{
"title":"Order Customer Item Number",
"maxLength":"30",
"type":"string",
"nullable":true,
"x-hints":{
"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_SegmentName":"Fulfill Line Split Reference",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"period":{
"title":"Period",
"maxLength":"30",
"type":"string",
"nullable":true,
"x-hints":{
"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_SegmentName":"Period",
"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",
"nullable":true,
"x-hints":{
"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_SegmentName":"Source Schedule 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",
"nullable":true,
"x-hints":{
"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_SegmentName":"Source Order System",
"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",
"nullable":true,
"x-hints":{
"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_SegmentName":"DOO Order Number",
"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",
"nullable":true,
"x-hints":{
"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_SegmentName":"Fulfillment Line ID",
"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",
"nullable":true,
"x-hints":{
"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_SegmentName":"Delivery Name",
"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",
"nullable":true,
"x-hints":{
"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_SegmentName":"Customer Item",
"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
}
},
"_Fulfillment__Line__Number":{
"title":"Order Fulfillment Line Split Reference",
"maxLength":"30",
"type":"string",
"nullable":true,
"x-hints":{
"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_SegmentName":"Fulfillment Line Number",
"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",
"nullable":true,
"x-hints":{
"updateable":"false",
"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"
}
}
},
"_Price__Adjustment__ID":{
"title":"Order Fulfillment Line ID",
"maxLength":"30",
"type":"string",
"nullable":true,
"x-hints":{
"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_SegmentName":"Price Adjustment 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"
}
},
"_WayBill__Number":{
"title":"Order Delivery Name",
"maxLength":"30",
"type":"string",
"nullable":true,
"x-hints":{
"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_SegmentName":"WayBill Number",
"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",
"nullable":true,
"x-hints":{
"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_SegmentName":"Source Order Number",
"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",
"nullable":true,
"x-hints":{
"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_SegmentName":"Profit Center Business Unit",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Bill__of__Lading__Number":{
"title":"Order Waybill Number",
"maxLength":"30",
"type":"string",
"nullable":true,
"x-hints":{
"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_SegmentName":"Bill of Lading 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",
"nullable":true,
"default":"DOO",
"x-hints":{
"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"
}
}
}
}
}
Nested Schema : oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXFOSVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Context Value
Maximum Length:30
Default Value:FOS
-
__FLEX_Context_DisplayValue: string
Title:
Context Value
-
_Agreement__Number: string
Title:
Agreement Number
Maximum Length:30
-
_Event__Header__Number__: string
Title:
Event Header Number
Maximum Length:30
-
_Event__ID: string
Title:
Event ID
Maximum Length:30
-
_Event__Type: string
Title:
Event Type
Maximum Length:30
-
_Financial__Trade__Relationship: string
Title:
Financial Trade Relationship
Maximum Length:30
-
_FOS__Flow__Instance__ID: string
Title:
FOS Flow Instance ID
Maximum Length:30
-
_Order__Type__: string
Title:
Order Type
Maximum Length:30
-
_Primary__Trade__Relationship: string
Title:
Primary Trade Relationship
Maximum Length:30
-
_Profit__Center__Business__Unit: string
Title:
Profit Center Business Unit
Maximum Length:30
-
_Ship__From__Location__: string
Title:
Ship From Location
Maximum Length:30
-
InterfaceLineGuid: string
Maximum Length:
32
-
links: array
Links
Title:
Links
The link relations associated with the resource instance.
{
"type":"object",
"properties":{
"_Event__ID":{
"title":"Event ID",
"maxLength":"30",
"type":"string",
"nullable":true,
"x-hints":{
"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_SegmentName":"Event ID",
"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",
"nullable":true,
"x-hints":{
"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_SegmentName":"Primary Trade Relationship",
"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",
"nullable":true,
"x-hints":{
"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_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",
"nullable":true,
"x-hints":{
"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_SegmentName":"FOS Flow Instance ID",
"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
}
},
"_Ship__From__Location__":{
"title":"Ship From Location",
"maxLength":"30",
"type":"string",
"nullable":true,
"x-hints":{
"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_SegmentName":"Ship From Location ",
"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",
"nullable":true,
"x-hints":{
"updateable":"false",
"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"
}
}
},
"_Financial__Trade__Relationship":{
"title":"Financial Trade Relationship",
"maxLength":"30",
"type":"string",
"nullable":true,
"x-hints":{
"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_SegmentName":"Financial Trade Relationship",
"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",
"nullable":true,
"x-hints":{
"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_SegmentName":"Event Header 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"
}
},
"_Agreement__Number":{
"title":"Agreement Number",
"maxLength":"30",
"type":"string",
"nullable":true,
"x-hints":{
"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_SegmentName":"Agreement Number",
"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",
"nullable":true,
"x-hints":{
"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_SegmentName":"Order Type ",
"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",
"nullable":true,
"x-hints":{
"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_SegmentName":"Profit Center Business Unit",
"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",
"nullable":true,
"default":"FOS",
"x-hints":{
"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"
}
}
}
}
}
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 Value
Maximum Length:30
Default Value:GLOBAL_PROCUREMENT
-
__FLEX_Context_DisplayValue: string
Title:
Context Value
-
_Create__AP__Invoice: string
Title:
Create AP Invoice
Maximum Length:30
-
_PO__Line__Location__ID: string
Title:
PO Line Location ID
Maximum Length:30
-
_PO__Line__Number: string
Title:
PO Line Number
Maximum Length:30
-
_PO__Number: string
Title:
PO Number
Maximum Length:30
-
_Purchasing__Operating__Unit: string
Title:
Purchasing Operating Unit
Maximum Length:30
-
_Receiving__Inventory__Org: string
Title:
Receiving Inventory Org
Maximum Length:30
-
_Receiving__Operating__Unit: string
Title:
Receiving Operating Unit
Maximum Length:30
-
_Reference: string
Title:
Reference
Maximum Length:30
-
InterfaceLineGuid: string
Maximum Length:
32
-
links: array
Links
Title:
Links
The link relations associated with the resource instance.
{
"type":"object",
"properties":{
"InterfaceLineGuid":{
"maxLength":"32",
"type":"string",
"nullable":true,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true
}
},
"_Reference":{
"title":"Reference",
"maxLength":"30",
"type":"string",
"nullable":true,
"x-hints":{
"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_SegmentName":"Reference",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Create__AP__Invoice":{
"title":"Create AP Invoice",
"maxLength":"30",
"type":"string",
"nullable":true,
"x-hints":{
"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_SegmentName":"Create AP Invoice",
"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",
"nullable":true,
"x-hints":{
"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_SegmentName":"Receiving Inventory Org",
"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",
"nullable":true,
"x-hints":{
"updateable":"false",
"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"
}
}
},
"_Purchasing__Operating__Unit":{
"title":"Purchasing Operating Unit",
"maxLength":"30",
"type":"string",
"nullable":true,
"x-hints":{
"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_SegmentName":"Purchasing Operating Unit",
"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"
}
},
"_PO__Number":{
"title":"PO Number",
"maxLength":"30",
"type":"string",
"nullable":true,
"x-hints":{
"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_SegmentName":"PO Number",
"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",
"nullable":true,
"x-hints":{
"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_SegmentName":"PO Line Number",
"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",
"nullable":true,
"x-hints":{
"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_SegmentName":"Receiving Operating Unit",
"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",
"nullable":true,
"x-hints":{
"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_SegmentName":"PO Line Location ID",
"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",
"nullable":true,
"default":"GLOBAL_PROCUREMENT",
"x-hints":{
"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"
}
}
}
}
}
Nested Schema : oracle_apps_flex_financials_receivables_transactions_shared_restModel_InterfaceLineTransactionDFF_view_InterfaceLineTransactionFLEXINTERCOMPANYVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Context Value
Maximum Length:30
Default Value:INTERCOMPANY
-
__FLEX_Context_DisplayValue: string
Title:
Context Value
-
_Create__AP__Invoice: string
Title:
Create AP Invoice
Maximum Length:30
-
_Order__Line__ID: string
Title:
Order Line ID
Maximum Length:30
-
_Order__Line__Number: string
Title:
Order Line Number
Maximum Length:30
-
_Order__Number: string
Title:
Order Number
Maximum Length:30
-
_Order__Org__ID: string
Title:
Organization ID
Maximum Length:30
-
_Price__Adjustment__ID_2FOrder__ID: string
Title:
Price Adjustment ID/Order ID
Maximum Length:30
-
_Reference: string
Title:
Reference
Maximum Length:30
-
_Selling__Operating__Unit: string
Title:
Selling Operating Unit
Maximum Length:30
-
_Shipping__Operating__Unit: string
Title:
Shipping Operating Unit
Maximum Length:30
-
_Shipping__Warehouse: string
Title:
Shipping Warehouse
Maximum Length:30
-
InterfaceLineGuid: string
Maximum Length:
32
-
links: array
Links
Title:
Links
The link relations associated with the resource instance.
{
"type":"object",
"properties":{
"_Reference":{
"title":"Reference",
"maxLength":"30",
"type":"string",
"nullable":true,
"x-hints":{
"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_SegmentName":"Reference",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"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",
"nullable":true,
"x-hints":{
"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_SegmentName":"Price Adjustment ID/Order ID",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Create__AP__Invoice":{
"title":"Create AP Invoice",
"maxLength":"30",
"type":"string",
"nullable":true,
"x-hints":{
"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_SegmentName":"Create AP Invoice",
"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",
"nullable":true,
"x-hints":{
"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_SegmentName":"Order Number",
"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",
"nullable":true,
"x-hints":{
"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_SegmentName":"Selling Operating Unit",
"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",
"nullable":true,
"x-hints":{
"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_SegmentName":"Order Line ID",
"FND_ACFF_PreferredDisplayType":"HIDDEN"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Shipping__Operating__Unit":{
"title":"Shipping Operating Unit",
"maxLength":"30",
"type":"string",
"nullable":true,
"x-hints":{
"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_SegmentName":"Shipping Operating Unit",
"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
}
},
"_Order__Line__Number":{
"title":"Order Line Number",
"maxLength":"30",
"type":"string",
"nullable":true,
"x-hints":{
"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_SegmentName":"Order Line Number",
"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",
"nullable":true,
"x-hints":{
"updateable":"false",
"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"
}
},
"_Order__Org__ID":{
"title":"Organization ID",
"maxLength":"30",
"type":"string",
"nullable":true,
"x-hints":{
"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_SegmentName":"Order Org ID",
"FND_ACFF_PreferredDisplayType":"HIDDEN"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Shipping__Warehouse":{
"title":"Shipping Warehouse",
"maxLength":"30",
"type":"string",
"nullable":true,
"x-hints":{
"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_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",
"nullable":true,
"default":"INTERCOMPANY",
"x-hints":{
"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"
}
}
}
}
}
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 Value
Maximum Length:30
Default Value:INTERNAL_ALLOCATIONS
-
__FLEX_Context_DisplayValue: string
Title:
Context Value
-
_batch_id: string
Title:
batch_id
Maximum Length:30
-
_batch_number: string
Title:
batch_number
Maximum Length:30
-
_line_id: string
Title:
line_id
Maximum Length:30
-
_trx_id: string
Title:
trx_id
Maximum Length:30
-
InterfaceLineGuid: string
Maximum Length:
32
-
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
providerIntercompanyOrg: string
Title:
Provider Intercompany Organization
Maximum Length:30
-
receiverIntercompanyOrg: string
Title:
Receiver Intercompany Organization
Maximum Length:30
{
"type":"object",
"properties":{
"InterfaceLineGuid":{
"maxLength":"32",
"type":"string",
"nullable":true,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true
}
},
"receiverIntercompanyOrg":{
"title":"Receiver Intercompany Organization",
"maxLength":"30",
"type":"string",
"nullable":true,
"x-hints":{
"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_SegmentName":"Receiver_Intercompany_Org",
"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",
"nullable":true,
"x-hints":{
"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_SegmentName":"batch_number",
"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",
"nullable":true,
"x-hints":{
"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_SegmentName":"batch_id",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"providerIntercompanyOrg":{
"title":"Provider Intercompany Organization",
"maxLength":"30",
"type":"string",
"nullable":true,
"x-hints":{
"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_SegmentName":"Provider_Intercompany_Org",
"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",
"nullable":true,
"x-hints":{
"updateable":"false",
"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"
}
},
"_line_id":{
"title":"line_id",
"maxLength":"30",
"type":"string",
"nullable":true,
"x-hints":{
"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_SegmentName":"line_id",
"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",
"nullable":true,
"default":"INTERNAL_ALLOCATIONS",
"x-hints":{
"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"
}
}
},
"_trx_id":{
"title":"trx_id",
"maxLength":"30",
"type":"string",
"nullable":true,
"x-hints":{
"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_SegmentName":"trx_id",
"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 Value
Maximum Length:30
Default Value:Intercompany_Agreement
-
__FLEX_Context_DisplayValue: string
Title:
Context Value
-
amountType: string
Title:
Amount Type
Maximum Length:30
-
fromIntercompanyOrganization: string
Title:
From Intercompany Organization
Maximum Length:30
-
intercompanyAgreementId: string
Title:
Intercompany Agreement Identifier
Maximum Length:30
-
intercompanyAgreementNumber: string
Title:
Intercompany Agreement Number
Maximum Length:30
-
intercompanyTransactionId: string
Title:
Intercompany Transaction Identifier
Maximum Length:30
-
intercompanyTransactionType: string
Title:
Intercompany Transaction Type
Maximum Length:30
-
intercompanyTrxLineId: string
Title:
Intercompany Transaction Line Identifier
Maximum Length:30
-
intercompanyTrxNumber: string
Title:
Intercompany Transaction Number
Maximum Length:30
-
InterfaceLineGuid: string
Maximum Length:
32
-
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
toIntercompanyOrganization: string
Title:
To Intercompany Organization
Maximum Length:30
-
transferAuthorizationId: string
Title:
Transfer Authorization Identifier
Maximum Length:30
-
transferAuthorizationNumber: string
Title:
Transfer Authorization Number
Maximum Length:30
{
"type":"object",
"properties":{
"amountType":{
"title":"Amount Type",
"maxLength":"30",
"type":"string",
"nullable":true,
"x-hints":{
"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_SegmentName":"Amount Type",
"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",
"nullable":true,
"x-hints":{
"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_SegmentName":"Transfer Authorization 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",
"nullable":true,
"x-hints":{
"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_SegmentName":"Intercompany Trx Number",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"toIntercompanyOrganization":{
"title":"To Intercompany Organization",
"maxLength":"30",
"type":"string",
"nullable":true,
"x-hints":{
"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_SegmentName":"To Intercompany Organization",
"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",
"nullable":true,
"x-hints":{
"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_SegmentName":"Intercompany Transaction 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",
"nullable":true,
"x-hints":{
"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_SegmentName":"Transfer Authorization Number",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"intercompanyAgreementNumber":{
"title":"Intercompany Agreement Number",
"maxLength":"30",
"type":"string",
"nullable":true,
"x-hints":{
"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_SegmentName":"Intercompany Agreement Number",
"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",
"nullable":true,
"x-hints":{
"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_SegmentName":"Intercompany Trx Line ID",
"FND_ACFF_PreferredDisplayType":"HIDDEN"
},
"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
}
},
"intercompanyTransactionType":{
"title":"Intercompany Transaction Type",
"maxLength":"30",
"type":"string",
"nullable":true,
"x-hints":{
"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_SegmentName":"Intercompany Transaction Type",
"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",
"nullable":true,
"x-hints":{
"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_SegmentName":"Intercompany Agreement ID",
"FND_ACFF_PreferredDisplayType":"HIDDEN"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"fromIntercompanyOrganization":{
"title":"From Intercompany Organization",
"maxLength":"30",
"type":"string",
"nullable":true,
"x-hints":{
"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_SegmentName":"From Intercompany Organization",
"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",
"nullable":true,
"x-hints":{
"updateable":"false",
"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"
}
},
"__FLEX_Context":{
"title":"Context Value",
"maxLength":"30",
"type":"string",
"nullable":true,
"default":"Intercompany_Agreement",
"x-hints":{
"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"
}
}
}
}
}
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 Value
Maximum Length:30
Default Value:Joint Venture Invoice
-
__FLEX_Context_DisplayValue: string
Title:
Context Value
-
accountCodeCombinationID: string
Title:
Account Code Combination ID
Maximum Length:30
-
costCenterSegmentValue: string
Title:
Primary Segment Value
Maximum Length:30
-
expenditureItemTypeName: string
Title:
Future Use 5
Maximum Length:30
-
grossAmount: string
Title:
Future Use 2
Maximum Length:30
-
InterfaceLineGuid: string
Maximum Length:
32
-
invoicingPartnerName: string
Title:
Future Use 1
Maximum Length:30
-
invoicingPartnerOwnership: string
Title:
Future Use 3
Maximum Length:30
-
jointVentureDistributionId: string
Title:
Joint Venture Distribution ID
Maximum Length:30
-
jointVentureDistributionType: string
Title:
Joint Venture Distribution Type
Maximum Length:30
-
jointVentureName: string
Title:
Joint Venture Name
Maximum Length:30
-
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
projectName: string
Title:
Project Number
Maximum Length:30
-
taskName: string
Title:
Future Use 4
Maximum Length:30
{
"type":"object",
"properties":{
"invoicingPartnerName":{
"title":"Future Use 1",
"maxLength":"30",
"type":"string",
"nullable":true,
"x-hints":{
"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_SegmentName":"Invoicing Partner Name",
"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",
"nullable":true,
"x-hints":{
"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_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",
"nullable":true,
"x-hints":{
"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_SegmentName":"Joint Venture 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",
"nullable":true,
"x-hints":{
"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_SegmentName":"Gross_Amount",
"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",
"nullable":true,
"x-hints":{
"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_SegmentName":"Joint Venture Distribution ID",
"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",
"nullable":true,
"x-hints":{
"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_SegmentName":"Invoicing_Partner_Ownership",
"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",
"nullable":true,
"x-hints":{
"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_SegmentName":"Expenditure_Item_Type_Name",
"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_DisplayValue":{
"title":"Context Value",
"type":"string",
"nullable":true,
"x-hints":{
"updateable":"false",
"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"
}
}
},
"costCenterSegmentValue":{
"title":"Primary Segment Value",
"maxLength":"30",
"type":"string",
"nullable":true,
"x-hints":{
"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_SegmentName":"Cost Center Segment 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"
}
},
"taskName":{
"title":"Future Use 4",
"maxLength":"30",
"type":"string",
"nullable":true,
"x-hints":{
"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_SegmentName":"Task_Name",
"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",
"nullable":true,
"x-hints":{
"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_SegmentName":"Account_Code_Combination_ID",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"projectName":{
"title":"Project Number",
"maxLength":"30",
"type":"string",
"nullable":true,
"x-hints":{
"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_SegmentName":"Project_Name",
"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",
"nullable":true,
"default":"Joint Venture Invoice",
"x-hints":{
"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"
}
}
}
}
}
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 Value
Maximum Length:30
Default Value:ORA_ACADEMIC_PERIOD_FEES
-
__FLEX_Context_DisplayValue: string
Title:
Context Value
-
acadPeriod: string
Title:
Academic Period
Maximum Length:30
-
acadPeriod_Display: string
Title:
Academic Period
-
adjustmentCalendar: string
Title:
Adjustment Calendar
Maximum Length:30
-
adjustmentCalendar_Display: string
Title:
Adjustment Calendar
-
adjustmentReason: string
Title:
Adjustment Reason
Maximum Length:30
-
adjustmentReason_Display: string
Title:
Adjustment Reason
-
currId: string
Title:
Curriculum
Maximum Length:30
-
currId_Display: string
Title:
Curriculum
-
feeGroup: string
Title:
Fee Group
Maximum Length:30
-
feeGroup_Display: string
Title:
Fee Group
-
feeId: string
Title:
Fee
Maximum Length:30
-
feeId_Display: string
Title:
Fee
-
institution: string
Title:
Institution
Maximum Length:30
-
institution_Display: string
Title:
Institution
-
InterfaceLineGuid: string
Maximum Length:
32
-
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
reportingAcademicPeriod: string
Title:
Reporting Academic Period
Maximum Length:30
-
reportingAcademicPeriod_Display: string
Title:
Reporting Academic Period
-
studentAcademicPeriod: string
Title:
Student Academic Period
Maximum Length:30
-
studentAcademicPeriod_Display: string
Title:
Student Academic Period
-
transactionPost: string
Title:
Transaction Post
Maximum Length:30
{
"type":"object",
"properties":{
"reportingAcademicPeriod":{
"title":"Reporting Academic Period",
"maxLength":"30",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"reportingAcademicPeriod_Display",
"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_SegmentName":"REPORTING_ACAD_PERIOD",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"adjustmentReason_Display":{
"title":"Adjustment Reason",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"adjustmentReason",
"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_Display":{
"title":"Curriculum",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"currId",
"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_Display":{
"title":"Fee Group",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"feeGroup",
"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"
}
}
},
"adjustmentCalendar_Display":{
"title":"Adjustment Calendar",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"adjustmentCalendar",
"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_Display":{
"title":"Institution",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"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"
}
}
},
"studentAcademicPeriod":{
"title":"Student Academic Period",
"maxLength":"30",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"studentAcademicPeriod_Display",
"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_SegmentName":"STDNT_ACAD_PERIOD",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"feeId":{
"title":"Fee",
"maxLength":"30",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"feeId_Display",
"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_SegmentName":"FEE_ID",
"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",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"reportingAcademicPeriod",
"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
}
},
"institution":{
"title":"Institution",
"maxLength":"30",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"institution_Display",
"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_SegmentName":"INSTITUTION",
"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",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"adjustmentReason_Display",
"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_SegmentName":"ADJ_REASON",
"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",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"acadPeriod_Display",
"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_SegmentName":"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",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"studentAcademicPeriod",
"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"
}
}
},
"acadPeriod_Display":{
"title":"Academic Period",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"acadPeriod",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context_DisplayValue":{
"title":"Context Value",
"type":"string",
"nullable":true,
"x-hints":{
"updateable":"false",
"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"
}
}
},
"transactionPost":{
"title":"Transaction Post",
"maxLength":"30",
"type":"string",
"nullable":true,
"x-hints":{
"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_SegmentName":"TRANSACTION_POST",
"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"
}
},
"feeId_Display":{
"title":"Fee",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"feeId",
"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",
"maxLength":"30",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"currId_Display",
"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_SegmentName":"CURR_ID",
"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",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"adjustmentCalendar_Display",
"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_SegmentName":"ADJ_CAL",
"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",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"feeGroup_Display",
"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_SegmentName":"FEE_GROUP",
"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",
"nullable":true,
"default":"ORA_ACADEMIC_PERIOD_FEES",
"x-hints":{
"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"
}
}
}
}
}
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 Value
Maximum Length:30
Default Value:ORA_ASSIGNED_CREDITS
-
__FLEX_Context_DisplayValue: string
Title:
Context Value
-
credit: string
Title:
Credit
Maximum Length:30
-
credit_Display: string
Title:
Credit
-
creditAssignment: string
Title:
Credit Assignment
Maximum Length:30
-
creditAssignment_Display: string
Title:
Credit Assignment
-
currId: string
Title:
Curriculum ID
Maximum Length:30
-
currId_Display: string
Title:
Curriculum ID
-
institution: string
Title:
Institution
Maximum Length:30
-
institution_Display: string
Title:
Institution
-
InterfaceLineGuid: string
Maximum Length:
32
-
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
reportingAcademicPeriod: string
Title:
Reporting Academic Period
Maximum Length:30
-
reportingAcademicPeriod_Display: string
Title:
Reporting Academic Period
-
sponAgreementId: string
Title:
Sponsorship Agreement ID
Maximum Length:30
-
sponAgreementId_Display: string
Title:
Sponsorship Agreement ID
-
stdntCurrId: string
Title:
Student Curriculum Item
Maximum Length:30
-
stdntCurrId_Display: string
Title:
Student Curriculum Item
-
transactionPost: string
Title:
Transaction Post
Maximum Length:30
{
"type":"object",
"properties":{
"reportingAcademicPeriod":{
"title":"Reporting Academic Period",
"maxLength":"30",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"reportingAcademicPeriod_Display",
"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_SegmentName":"REPORTING_ACAD_PERIOD",
"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",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"sponAgreementId",
"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"
}
}
},
"creditAssignment_Display":{
"title":"Credit Assignment",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"creditAssignment",
"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",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"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_Display":{
"title":"Curriculum ID",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"currId",
"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_Display":{
"title":"Institution",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"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"
}
}
},
"stdntCurrId_Display":{
"title":"Student Curriculum Item",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"stdntCurrId",
"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"
}
}
},
"sponAgreementId":{
"title":"Sponsorship Agreement ID",
"maxLength":"30",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"sponAgreementId_Display",
"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_SegmentName":"SPON_AGREEMENT_ID",
"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",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"reportingAcademicPeriod",
"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"
}
}
},
"creditAssignment":{
"title":"Credit Assignment",
"maxLength":"30",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"creditAssignment_Display",
"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_SegmentName":"CREDIT_ASSIGNMENT",
"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
}
},
"institution":{
"title":"Institution",
"maxLength":"30",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"institution_Display",
"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_SegmentName":"INSTITUTION",
"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",
"nullable":true,
"x-hints":{
"updateable":"false",
"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"
}
}
},
"transactionPost":{
"title":"Transaction Post",
"maxLength":"30",
"type":"string",
"nullable":true,
"x-hints":{
"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_SegmentName":"TRANSACTION_POST",
"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",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"stdntCurrId_Display",
"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_SegmentName":"STDNT_CURR_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"
}
},
"currId":{
"title":"Curriculum ID",
"maxLength":"30",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"currId_Display",
"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_SegmentName":"CURR_ID",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"credit":{
"title":"Credit",
"maxLength":"30",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"credit_Display",
"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_SegmentName":"CREDIT",
"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",
"nullable":true,
"default":"ORA_ASSIGNED_CREDITS",
"x-hints":{
"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"
}
}
}
}
}
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 Value
Maximum Length:30
Default Value:ORA_CPQ CLOUD
-
__FLEX_Context_DisplayValue: string
Title:
Context Value
-
InterfaceLineGuid: string
Maximum Length:
32
-
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
orderLineNumber: string
Title:
Order Line Number
Maximum Length:30
-
orderNumber: string
Title:
Order Number
Maximum Length:30
-
period: string
Title:
Period
Maximum Length:30
-
serviceNumber: string
Title:
Service Number
Maximum Length:30
{
"type":"object",
"properties":{
"InterfaceLineGuid":{
"maxLength":"32",
"type":"string",
"nullable":true,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true
}
},
"serviceNumber":{
"title":"Service Number",
"maxLength":"30",
"type":"string",
"nullable":true,
"x-hints":{
"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_SegmentName":"Service 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",
"nullable":true,
"x-hints":{
"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_SegmentName":"Period",
"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",
"nullable":true,
"x-hints":{
"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_SegmentName":"Order Number",
"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",
"nullable":true,
"x-hints":{
"updateable":"false",
"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",
"nullable":true,
"x-hints":{
"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_SegmentName":"Order Line 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",
"nullable":true,
"default":"ORA_CPQ CLOUD",
"x-hints":{
"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"
}
}
}
}
}
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 Value
Maximum Length:30
Default Value:ORA_CURRICULUM_FEES
-
__FLEX_Context_DisplayValue: string
Title:
Context Value
-
acadPeriod: string
Title:
Academic Period
Maximum Length:30
-
acadPeriod_Display: string
Title:
Academic Period
-
adjCal: string
Title:
Adjustment Calendar
Maximum Length:30
-
adjCal_Display: string
Title:
Adjustment Calendar
-
adjReason: string
Title:
Adjustment Reason
Maximum Length:30
-
adjReason_Display: string
Title:
Adjustment Reason
-
currId: string
Title:
Curriculum
Maximum Length:30
-
currId_Display: string
Title:
Curriculum
-
discId: string
Title:
Discount Code
Maximum Length:30
-
discId_Display: string
Title:
Discount Code
-
feeId: string
Title:
Fee
Maximum Length:30
-
feeId_Display: string
Title:
Fee
-
institution: string
Title:
Institution
Maximum Length:30
-
institution_Display: string
Title:
Institution
-
InterfaceLineGuid: string
Maximum Length:
32
-
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
stdntCurrId: string
Title:
Student Curriculum Item
Maximum Length:30
-
stdntCurrId_Display: string
Title:
Student Curriculum Item
-
transactionPost: string
Title:
Transaction Post
Maximum Length:30
{
"type":"object",
"properties":{
"currId_Display":{
"title":"Curriculum",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"currId",
"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"
}
}
},
"adjReason_Display":{
"title":"Adjustment Reason",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"adjReason",
"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",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"adjReason_Display",
"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_SegmentName":"ADJ_REASON",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"institution_Display":{
"title":"Institution",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"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"
}
}
},
"stdntCurrId_Display":{
"title":"Student Curriculum Item",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"stdntCurrId",
"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_Display":{
"title":"Discount Code",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"discId",
"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"
}
}
},
"adjCal_Display":{
"title":"Adjustment Calendar",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"adjCal",
"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",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"feeId_Display",
"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_SegmentName":"FEE_ID",
"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
}
},
"institution":{
"title":"Institution",
"maxLength":"30",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"institution_Display",
"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_SegmentName":"INSTITUTION",
"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",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"acadPeriod_Display",
"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_SegmentName":"ACAD_PERIOD",
"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",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"discId_Display",
"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_SegmentName":"DISC_ID",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"acadPeriod_Display":{
"title":"Academic Period",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"acadPeriod",
"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"
}
}
},
"__FLEX_Context_DisplayValue":{
"title":"Context Value",
"type":"string",
"nullable":true,
"x-hints":{
"updateable":"false",
"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"
}
}
},
"transactionPost":{
"title":"Transaction Post",
"maxLength":"30",
"type":"string",
"nullable":true,
"x-hints":{
"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_SegmentName":"TRANSACTION_POST",
"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",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"stdntCurrId_Display",
"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_SegmentName":"STDNT_CURR_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"
}
},
"feeId_Display":{
"title":"Fee",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"feeId",
"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",
"maxLength":"30",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"currId_Display",
"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_SegmentName":"CURR_ID",
"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",
"nullable":true,
"default":"ORA_CURRICULUM_FEES",
"x-hints":{
"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"
}
}
},
"adjCal":{
"title":"Adjustment Calendar",
"maxLength":"30",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"adjCal_Display",
"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_SegmentName":"ADJ_CAL",
"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 Value
Maximum Length:30
Default Value:ORA_DOO_ORIGIN_SUBSCRIPTIONS
-
__FLEX_Context_DisplayValue: string
Title:
Context Value
-
billingScheduleNumber: string
Title:
Billing Schedule Number
Maximum Length:30
-
chargeDefinitionCode: string
Title:
Charge Definition Code
Maximum Length:30
-
InterfaceLineGuid: string
Maximum Length:
32
-
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
omFulfillmentId: string
Title:
OM Fulfillment Line ID
Maximum Length:30
-
omHeaderId: string
Title:
OM Header ID
Maximum Length:30
-
originatingDocumentTypeId: string
Title:
Originating Document Type ID
Maximum Length:30
-
revenueLineNumber: string
Title:
Revenue Line Number
Maximum Length:30
-
subscriptionNumber: string
Title:
Subscription Number
Maximum Length:30
-
subscriptionProductNumber: string
Title:
Subscription Product Number
Maximum Length:30
{
"type":"object",
"properties":{
"InterfaceLineGuid":{
"maxLength":"32",
"type":"string",
"nullable":true,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true
}
},
"omFulfillmentId":{
"title":"OM Fulfillment Line ID",
"maxLength":"30",
"type":"string",
"nullable":true,
"x-hints":{
"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_SegmentName":"OM Fulfillment Line 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",
"nullable":true,
"x-hints":{
"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_SegmentName":"Originating Document Type ID",
"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",
"nullable":true,
"x-hints":{
"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_SegmentName":"Subscription Number",
"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",
"nullable":true,
"x-hints":{
"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_SegmentName":"Billing Schedule Number",
"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",
"nullable":true,
"x-hints":{
"updateable":"false",
"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"
}
}
},
"revenueLineNumber":{
"title":"Revenue Line Number",
"maxLength":"30",
"type":"string",
"nullable":true,
"x-hints":{
"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_SegmentName":"Revenue 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"
}
},
"omHeaderId":{
"title":"OM Header ID",
"maxLength":"30",
"type":"string",
"nullable":true,
"x-hints":{
"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_SegmentName":"OM Header ID",
"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",
"nullable":true,
"x-hints":{
"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_SegmentName":"Charge Definition Code",
"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",
"nullable":true,
"x-hints":{
"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_SegmentName":"Subscription Product 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",
"nullable":true,
"default":"ORA_DOO_ORIGIN_SUBSCRIPTIONS",
"x-hints":{
"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"
}
}
}
}
}
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 Value
Maximum Length:30
Default Value:ORA_EXTERNAL_CREDITS
-
__FLEX_Context_DisplayValue: string
Title:
Context Value
-
acadPeriod: string
Title:
Academic Period
Maximum Length:30
-
acadPeriod_Display: string
Title:
Academic Period
-
adjustmentReference: string
Title:
Adjustment Reference
Maximum Length:30
-
Credit: string
Title:
Credit
Maximum Length:30
-
Credit_Display: string
Title:
Credit
-
institution: string
Title:
Institution
Maximum Length:30
-
institution_Display: string
Title:
Institution
-
InterfaceLineGuid: string
Maximum Length:
32
-
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
paymentReference: string
Title:
Payment Reference
Maximum Length:30
-
transactionPost: string
Title:
Transaction Post
Maximum Length:30
{
"type":"object",
"properties":{
"Credit_Display":{
"title":"Credit",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"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"
}
}
},
"paymentReference":{
"title":"Payment Reference",
"maxLength":"30",
"type":"string",
"nullable":true,
"x-hints":{
"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_SegmentName":"PAYMENT_REF",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"institution_Display":{
"title":"Institution",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"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"
}
}
},
"adjustmentReference":{
"title":"Adjustment Reference",
"maxLength":"30",
"type":"string",
"nullable":true,
"x-hints":{
"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_SegmentName":"ADJUST_REF",
"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
}
},
"institution":{
"title":"Institution",
"maxLength":"30",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"institution_Display",
"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_SegmentName":"INSTITUTION",
"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",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"acadPeriod_Display",
"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_SegmentName":"ACAD_PERIOD",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"Credit":{
"title":"Credit",
"maxLength":"30",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"Credit_Display",
"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_SegmentName":"CREDIT",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"acadPeriod_Display":{
"title":"Academic Period",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"acadPeriod",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context_DisplayValue":{
"title":"Context Value",
"type":"string",
"nullable":true,
"x-hints":{
"updateable":"false",
"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"
}
}
},
"transactionPost":{
"title":"Transaction Post",
"maxLength":"30",
"type":"string",
"nullable":true,
"x-hints":{
"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_SegmentName":"TRANSACTION_POST",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"links":{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
},
"__FLEX_Context":{
"title":"Context Value",
"maxLength":"30",
"type":"string",
"nullable":true,
"default":"ORA_EXTERNAL_CREDITS",
"x-hints":{
"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"
}
}
}
}
}
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 Value
Maximum Length:30
Default Value:ORA_FIXED ASSETS
-
__FLEX_Context_DisplayValue: string
Title:
Context Value
-
InterfaceLineGuid: string
Maximum Length:
32
-
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
shippingLineReference: string
Title:
Shipping Line Reference
Maximum Length:30
-
shippingReference: string
Title:
Shipping Reference
Maximum Length:30
{
"type":"object",
"properties":{
"shippingLineReference":{
"title":"Shipping Line Reference",
"maxLength":"30",
"type":"string",
"nullable":true,
"x-hints":{
"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_SegmentName":"Shipping__Line__Reference",
"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
}
},
"links":{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
},
"shippingReference":{
"title":"Shipping Reference",
"maxLength":"30",
"type":"string",
"nullable":true,
"x-hints":{
"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_SegmentName":"Shipping__Reference",
"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",
"nullable":true,
"x-hints":{
"updateable":"false",
"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"
}
}
},
"__FLEX_Context":{
"title":"Context Value",
"maxLength":"30",
"type":"string",
"nullable":true,
"default":"ORA_FIXED ASSETS",
"x-hints":{
"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"
}
}
}
}
}
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 Value
Maximum Length:30
Default Value:ORA_GENERAL_FEES
-
__FLEX_Context_DisplayValue: string
Title:
Context Value
-
acadPeriod: string
Title:
Academic Period
Maximum Length:30
-
acadPeriod_Display: string
Title:
Academic Period
-
discId: string
Title:
Discount
Maximum Length:30
-
discId_Display: string
Title:
Discount
-
feeId: string
Title:
Fee
Maximum Length:30
-
feeId_Display: string
Title:
Fee
-
institution: string
Title:
Institution
Maximum Length:30
-
institution_Display: string
Title:
Institution
-
InterfaceLineGuid: string
Maximum Length:
32
-
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
reference: string
Title:
Reference
Maximum Length:30
-
referenceType: string
Title:
Reference Type
Maximum Length:30
-
transactionPost: string
Title:
Transaction Post
Maximum Length:30
{
"type":"object",
"properties":{
"referenceType":{
"title":"Reference Type",
"maxLength":"30",
"type":"string",
"nullable":true,
"x-hints":{
"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_SegmentName":"REFERENCE_TYPE",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"institution_Display":{
"title":"Institution",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"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"
}
}
},
"discId_Display":{
"title":"Discount",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"discId",
"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",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"feeId_Display",
"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_SegmentName":"FEE_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",
"nullable":true,
"x-hints":{
"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_SegmentName":"REFERENCE",
"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
}
},
"institution":{
"title":"Institution",
"maxLength":"30",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"institution_Display",
"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_SegmentName":"INSTITUTION",
"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",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"acadPeriod_Display",
"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_SegmentName":"ACAD_PERIOD",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"discId":{
"title":"Discount",
"maxLength":"30",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"discId_Display",
"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_SegmentName":"DISC_ID",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"acadPeriod_Display":{
"title":"Academic Period",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"acadPeriod",
"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"
}
}
},
"__FLEX_Context_DisplayValue":{
"title":"Context Value",
"type":"string",
"nullable":true,
"x-hints":{
"updateable":"false",
"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"
}
}
},
"transactionPost":{
"title":"Transaction Post",
"maxLength":"30",
"type":"string",
"nullable":true,
"x-hints":{
"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_SegmentName":"TRANSACTION_POST",
"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"
}
},
"feeId_Display":{
"title":"Fee",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"feeId",
"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"
}
}
},
"__FLEX_Context":{
"title":"Context Value",
"maxLength":"30",
"type":"string",
"nullable":true,
"default":"ORA_GENERAL_FEES",
"x-hints":{
"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"
}
}
}
}
}
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 Value
Maximum Length:30
Default Value:ORA_LEASE_ACCOUNTING
-
__FLEX_Context_DisplayValue: string
Title:
Context Value
-
assetNumber: string
Title:
Asset Number
Maximum Length:30
-
billingItemId: string
Title:
Billing Item Id
Maximum Length:30
-
billingNumber: string
Title:
Billing Number
Maximum Length:30
-
billingPurpose: string
Title:
Billing Purpose
Maximum Length:30
-
billingType: string
Title:
Billing Type
Maximum Length:30
-
fromDate: string
Title:
From Payment Date
Maximum Length:30
-
InterfaceLineGuid: string
Maximum Length:
32
-
leaseNumber: string
Title:
Lease Number
Maximum Length:30
-
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
propertyLocation: string
Title:
Property Location
Maximum Length:30
-
propertyNumber: string
Title:
Property Number
Maximum Length:30
-
toDate: string
Title:
To Payment Date
Maximum Length:30
{
"type":"object",
"properties":{
"billingPurpose":{
"title":"Billing Purpose",
"maxLength":"30",
"type":"string",
"nullable":true,
"x-hints":{
"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_SegmentName":"Billing Purpose",
"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",
"nullable":true,
"x-hints":{
"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_SegmentName":"To Payment Date",
"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",
"nullable":true,
"x-hints":{
"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_SegmentName":"Billing Number",
"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",
"nullable":true,
"x-hints":{
"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_SegmentName":"From Payment Date",
"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
}
},
"propertyLocation":{
"title":"Property Location",
"maxLength":"30",
"type":"string",
"nullable":true,
"x-hints":{
"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_SegmentName":"Property Location",
"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",
"nullable":true,
"x-hints":{
"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_SegmentName":"Asset Number",
"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",
"nullable":true,
"x-hints":{
"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_SegmentName":"Billing Type",
"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",
"nullable":true,
"x-hints":{
"updateable":"false",
"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"
}
},
"billingItemId":{
"title":"Billing Item Id",
"maxLength":"30",
"type":"string",
"nullable":true,
"x-hints":{
"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_SegmentName":"Billing Item Id",
"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",
"nullable":true,
"x-hints":{
"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_SegmentName":"Lease 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",
"nullable":true,
"default":"ORA_LEASE_ACCOUNTING",
"x-hints":{
"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"
}
}
},
"propertyNumber":{
"title":"Property Number",
"maxLength":"30",
"type":"string",
"nullable":true,
"x-hints":{
"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_SegmentName":"Property 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__5FPSCRVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Context Value
Maximum Length:30
Default Value:ORA_PSCR
-
__FLEX_Context_DisplayValue: string
Title:
Context Value
-
agency: string
Title:
Agency
Maximum Length:30
-
bill: string
Title:
Bill
Maximum Length:30
-
billLine: string
Title:
Bill Line
Maximum Length:30
-
billType: string
Title:
Bill Type
Maximum Length:30
-
department: string
Title:
Department
Maximum Length:30
-
InterfaceLineGuid: string
Maximum Length:
32
-
invoiceType: string
Title:
Invoice Type
Maximum Length:30
-
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
recordId: string
Title:
Record ID
Maximum Length:30
-
transaction: string
Title:
Transaction Origin
Maximum Length:30
{
"type":"object",
"properties":{
"recordId":{
"title":"Record ID",
"maxLength":"30",
"type":"string",
"nullable":true,
"x-hints":{
"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_SegmentName":"Record ID",
"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
}
},
"agency":{
"title":"Agency",
"maxLength":"30",
"type":"string",
"nullable":true,
"x-hints":{
"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_SegmentName":"Agency",
"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",
"nullable":true,
"x-hints":{
"updateable":"false",
"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"
}
}
},
"billType":{
"title":"Bill Type",
"maxLength":"30",
"type":"string",
"nullable":true,
"x-hints":{
"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_SegmentName":"Bill Type",
"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",
"nullable":true,
"x-hints":{
"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_SegmentName":"Invoice Type",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"bill":{
"title":"Bill",
"maxLength":"30",
"type":"string",
"nullable":true,
"x-hints":{
"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_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",
"nullable":true,
"x-hints":{
"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_SegmentName":"Bill Line",
"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"
}
},
"department":{
"title":"Department",
"maxLength":"30",
"type":"string",
"nullable":true,
"x-hints":{
"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_SegmentName":"Department",
"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",
"nullable":true,
"x-hints":{
"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_SegmentName":"Transaction",
"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",
"nullable":true,
"default":"ORA_PSCR",
"x-hints":{
"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"
}
}
}
}
}
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 Value
Maximum Length:30
Default Value:ORA_RECURRING BILL
-
__FLEX_Context_DisplayValue: string
Title:
Context Value
-
billPlanName: string
Title:
Bill Plan Name
Maximum Length:30
-
InterfaceLineGuid: string
Maximum Length:
32
-
lineNumber: string
Title:
Line Number
Maximum Length:30
-
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
period: string
Title:
Period
Maximum Length:30
{
"type":"object",
"properties":{
"InterfaceLineGuid":{
"maxLength":"32",
"type":"string",
"nullable":true,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true
}
},
"period":{
"title":"Period",
"maxLength":"30",
"type":"string",
"nullable":true,
"x-hints":{
"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_SegmentName":"Period",
"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",
"nullable":true,
"x-hints":{
"updateable":"false",
"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"
}
},
"billPlanName":{
"title":"Bill Plan Name",
"maxLength":"30",
"type":"string",
"nullable":true,
"x-hints":{
"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_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",
"nullable":true,
"x-hints":{
"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_SegmentName":"Line 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",
"nullable":true,
"default":"ORA_RECURRING BILL",
"x-hints":{
"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"
}
}
}
}
}
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 Value
Maximum Length:30
Default Value:ORA_SPONSORSHIP_FEES
-
__FLEX_Context_DisplayValue: string
Title:
Context Value
-
creditAssignment: string
Title:
Credit Assignment
Maximum Length:30
-
creditAssignment_Display: string
Title:
Credit Assignment
-
currId: string
Title:
Curriculum ID
Maximum Length:30
-
currId_Display: string
Title:
Curriculum ID
-
feeId: string
Title:
Fee
Maximum Length:30
-
feeId_Display: string
Title:
Fee
-
institution: string
Title:
Institution
Maximum Length:30
-
institution_Display: string
Title:
Institution
-
InterfaceLineGuid: string
Maximum Length:
32
-
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
reference: string
Title:
Reference
Maximum Length:30
-
reportingAcademicPeriod: string
Title:
Reporting Academic Period
Maximum Length:30
-
reportingAcademicPeriod_Display: string
Title:
Reporting Academic Period
-
sponAgreementId: string
Title:
Sponsorship Agreement ID
Maximum Length:30
-
sponAgreementId_Display: string
Title:
Sponsorship Agreement ID
-
stdntCurrId: string
Title:
Student Curriculum Item
Maximum Length:30
-
stdntCurrId_Display: string
Title:
Student Curriculum Item
-
transactionId: string
Title:
Transaction ID
Maximum Length:30
-
transactionPost: string
Title:
Transaction Post
Maximum Length:30
{
"type":"object",
"properties":{
"reportingAcademicPeriod":{
"title":"Reporting Academic Period",
"maxLength":"30",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"reportingAcademicPeriod_Display",
"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_SegmentName":"REPORTING_ACAD_PERIOD",
"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",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"sponAgreementId",
"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"
}
}
},
"creditAssignment_Display":{
"title":"Credit Assignment",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"creditAssignment",
"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_Display":{
"title":"Curriculum ID",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"currId",
"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_Display":{
"title":"Institution",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"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"
}
}
},
"stdntCurrId_Display":{
"title":"Student Curriculum Item",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"stdntCurrId",
"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",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"feeId_Display",
"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_SegmentName":"FEE_ID",
"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",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"sponAgreementId_Display",
"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_SegmentName":"SPON_AGREEMENT_ID",
"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",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"reportingAcademicPeriod",
"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"
}
}
},
"creditAssignment":{
"title":"Credit Assignment",
"maxLength":"30",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"creditAssignment_Display",
"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_SegmentName":"CREDIT_ASSIGNMENT",
"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",
"nullable":true,
"x-hints":{
"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_SegmentName":"TRANSACTION_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",
"nullable":true,
"x-hints":{
"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_SegmentName":"REFERENCE",
"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
}
},
"institution":{
"title":"Institution",
"maxLength":"30",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"institution_Display",
"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_SegmentName":"INSTITUTION",
"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",
"nullable":true,
"x-hints":{
"updateable":"false",
"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"
}
}
},
"transactionPost":{
"title":"Transaction Post",
"maxLength":"30",
"type":"string",
"nullable":true,
"x-hints":{
"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_SegmentName":"TRANSACTION_POST",
"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",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"stdntCurrId_Display",
"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_SegmentName":"STDNT_CURR_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"
}
},
"feeId_Display":{
"title":"Fee",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"feeId",
"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",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"currId_Display",
"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_SegmentName":"CURR_ID",
"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",
"nullable":true,
"default":"ORA_SPONSORSHIP_FEES",
"x-hints":{
"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"
}
}
}
}
}
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 Value
Maximum Length:30
Default Value:Subscriptions Context
-
__FLEX_Context_DisplayValue: string
Title:
Context Value
-
billingScheduleNumber: string
Title:
Billing Schedule Number
Maximum Length:30
-
InterfaceLineGuid: string
Maximum Length:
32
-
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
revenueLineNumber: string
Title:
Revenue Line Number
Maximum Length:30
-
subscriptionNumber: string
Title:
Subscription Number
Maximum Length:30
-
subscriptionProductNumber: string
Title:
Subscription Product Number
Maximum Length:30
{
"type":"object",
"properties":{
"InterfaceLineGuid":{
"maxLength":"32",
"type":"string",
"nullable":true,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true
}
},
"subscriptionNumber":{
"title":"Subscription Number",
"maxLength":"30",
"type":"string",
"nullable":true,
"x-hints":{
"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_SegmentName":"Subscription Number",
"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",
"nullable":true,
"x-hints":{
"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_SegmentName":"Billing Schedule Number",
"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",
"nullable":true,
"x-hints":{
"updateable":"false",
"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"
}
}
},
"revenueLineNumber":{
"title":"Revenue Line Number",
"maxLength":"30",
"type":"string",
"nullable":true,
"x-hints":{
"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_SegmentName":"Revenue 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"
}
},
"subscriptionProductNumber":{
"title":"Subscription Product Number",
"maxLength":"30",
"type":"string",
"nullable":true,
"x-hints":{
"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_SegmentName":"Subscription Product 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",
"nullable":true,
"default":"Subscriptions Context",
"x-hints":{
"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"
}
}
}
}
}
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
}
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
}
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
}
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
}
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
}
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
}
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
}
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
}
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
}
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
}
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
}
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
}
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
}
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
}
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
}
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
}
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
}
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
}
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
}
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
}
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
}
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
}
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
}
Nested Schema : autoInvoiceInterfaceLines-autoInvoiceLineInformationDFF-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Context Value
Maximum Length:30
-
__FLEX_Context_DisplayValue: string
Title:
Context Value
-
InterfaceLineGuid: string
Maximum Length:
32
-
links: array
Links
Title:
Links
The 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
},
"links":{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
},
"__FLEX_Context_DisplayValue":{
"title":"Context Value",
"type":"string",
"nullable":true,
"x-hints":{
"updateable":"false",
"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
},
"__FLEX_Context":{
"title":"Context Value",
"maxLength":"30",
"type":"string",
"nullable":true,
"x-hints":{
"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
}
}
}
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
}
Examples
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" }] }