get
/fscmRestApi/resources/11.13.18.05/receivablesCreditMemos
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 credit memo that matches the primary key criteria specified.
Finder Variables:- CustomerTransactionId; integer; The unique identifier of the credit memo.
- creditMemosFinder: Finds credit memos using various attributes that match the primary key criteria specified.
Finder Variables:- BindAccountingDate; string; The accounting date assigned to the credit memo.
- BindAllowCompletion; string.
- BindBillToCustomer; string; The name of the bill-to customer assigned to the credit memo.
- BindBillToCustomerNumber; string; The account number of the bill-to customer assigned to the credit memo.
- BindBillToSite; string; The number that identifies the bill-to customer site assigned to the credit memo.
- BindBusinessUnit; string; The business unit under which the credit memo is created. A business unit is a unit of an enterprise that performs one or more business functions that can be rolled up in a management hierarchy.
- BindCreditMemoCurrency; string; The code that identifies the entered currency of the credit memo.
- BindCreditMemoStatus; string; The value that indicates the level of completion of the credit memo. Valid values are Complete, Incomplete, and Frozen.
- BindCrossReference; string; The reference field default value from the transaction source assigned to the credit memo. The reference field default value is the source document used to identify transactions created using the transaction source.
- BindDeliveryMethod; string; The method used to print and deliver credit memo transactions. Valid values are E-Mail, Paper, and XML.
- BindDocumentNumber; integer; The document sequence number assigned to the credit memo.
- BindIntercompany; string; The option used to identify the credit memo as an intercompany transaction.
- BindPrimarySalesperson; string; The number that identifies the primary salesperson on the credit memo.
- BindPrintStatus; string; The status that indicates whether the credit memo was printed.
- BindPurchaseOrder; string; The purchase order number assigned to the credit memo.
- BindShipToCustomerName; string; The name of the customer who receives the goods or services billed.
- BindShipToSite; string; The number that identifies the ship-to customer site assigned to the credit memo.
- BindTransactionDate; string; The date when the credit memo was created.
- BindTransactionNumber; string; The number that identifies the credit memo.
- BindTransactionSource; string; The transaction source assigned to the credit memo.
- BindTransactionType; string; The transaction type assigned to the credit memo.
- PrimaryKey: Finds the credit memo 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:- AllowCompletion; string; Indicates whether the transaction is reviewed and can be allowed to complete. Valid value to allow completion is Y.
- BillToCustomerNumber; string; The account number of the bill-to customer assigned to the credit memo.
- BillToSite; string; The number that identifies the bill-to customer site assigned to the credit memo.
- BusinessUnit; string; The business unit under which the credit memo is created. A business unit is a unit of an enterprise that performs one or more business functions that can be rolled up in a management hierarchy.
- CreditMemoCurrency; string; The code that identifies the entered currency of the credit memo.
- CrossReference; string; The reference field default value from the transaction source assigned to the credit memo. The reference field default value is the source document used to identify transactions created using the transaction source.
- CustomerTransactionId; integer; The unique identifier of the credit memo.
- DocumentNumber; integer; The document sequence number assigned to the credit memo.
- PrimarySalesperson; string; The number that identifies the primary salesperson on the credit memo.
- PurchaseOrder; string; The purchase order number assigned to the credit memo.
- PurchaseOrderDate; string; The date of the purchase order.
- TransactionDate; string; The date when the credit memo was created.
- TransactionNumber; string; The number that identifies the credit memo.
- TransactionSource; string; The transaction source assigned to the credit memo.
- TransactionType; string; The transaction type assigned to the credit memo.
-
totalResults: boolean
The resource collection representation will include the "estimated row count" when "?totalResults=true", otherwise the count is not included. The default value is "false".
Header Parameters
-
Metadata-Context: string
If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
-
REST-Framework-Version: string
The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
Default Response
The following table describes the default response for this task.
Headers
-
Metadata-Context:
If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
-
REST-Framework-Version:
The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
Body ()
Root Schema : receivablesCreditMemos
Type:
Show Source
object
-
count(required): integer
The number of resource instances returned in the current range.
-
hasMore(required): boolean
Indicates whether more resources are available on the server than the subset returned in the response. If the value is true, then there are more resources to retrieve from the server. The default value is false.
-
items: array
Items
Title:
Items
The items in the collection. -
limit(required): integer
The actual paging size used by the server.
-
links(required): array
Links
Title:
Links
The link relations associated with the resource instance. -
offset(required): integer
The offset value used in the current page.
-
totalResults: integer
The estimated row count when "?totalResults=true", otherwise the count is not included.
{
"required":[
"count",
"hasMore",
"limit",
"links",
"offset"
],
"type":"object",
"properties":{
"totalResults":{
"type":"integer",
"description":"The estimated row count when \"?totalResults=true\", otherwise the count is not included."
},
"offset":{
"type":"integer",
"description":"The offset value used in the current page."
},
"count":{
"type":"integer",
"description":"The number of resource instances returned in the current range."
},
"hasMore":{
"type":"boolean",
"description":"Indicates whether more resources are available on the server than the subset returned in the response. If the value is true, then there are more resources to retrieve from the server. The default value is false."
},
"limit":{
"type":"integer",
"description":"The actual paging size used by the server."
},
"links":{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
},
"items":{
"title":"Items",
"type":"array",
"description":"The items in the collection.",
"items":{
"$ref":"#/components/schemas/receivablesCreditMemos-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/receivablesCreditMemos-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 : receivablesCreditMemos-item-response
Type:
Show Source
object
-
AccountingDate: string
(date)
Title:
Accounting Date
The accounting date assigned to the credit memo. -
AllowCompletion: string
Maximum Length:
1
Indicates whether the transaction is reviewed and can be allowed to complete. Valid value to allow completion is Y. -
attachments: array
Attachments
Title:
Attachments
The attachments resource is used to view, create, and update attachments. -
BillingDate: string
(date)
Title:
Billing Date
The balance forward bill date, if the credit memo belongs to a balance forward bill. -
BillToContact: string
Maximum Length:
160
The contact details of the bill-to customer. -
BillToCustomerName: string
Title:
Bill-to Customer Name
Maximum Length:255
The name of the bill-to customer assigned to the credit memo. -
BillToCustomerNumber: string
Title:
Bill-to Customer Account Number
Maximum Length:30
The account number of the bill-to customer assigned to the credit memo. -
BillToSite: string
Title:
Bill-to Site
Maximum Length:150
The number that identifies the bill-to customer site assigned to the credit memo. -
BusinessUnit: string
Title:
Business Unit
Maximum Length:240
The business unit under which the credit memo is created. A business unit is a unit of an enterprise that performs one or more business functions that can be rolled up in a management hierarchy. -
Carrier: string
Title:
Carrier
Maximum Length:30
The name of the shipping vendor. -
ControlCompletionReason: string
Reason that determines transaction completion.
-
ConversionRate: number
Title:
Conversion Rate
The rate used to convert a foreign currency credit memo transaction amount to the ledger currency. -
ConversionRateDate: string
(date)
Title:
Conversion Date
The date used to derive a currency conversion rate. -
ConversionRateType: string
Title:
Conversion Rate Type
Maximum Length:30
The grouping of conversion rates between currencies, used to automatically populate a specific rate to the credit memo transaction or transaction line according to business requirements. Valid values are Spot, Corporate, User, and Fixed. -
CreatedBy: string
Title:
Created By
Read Only:true
Maximum Length:64
The user who created the record. -
CreationDate: string
(date-time)
Title:
Creation Date
Read Only:true
The date and time when the record was created. -
CreditMemoComments: string
Title:
Credit Memo Comments
Maximum Length:1760
The user comments that accompany the credit memo. -
CreditMemoCurrency: string
Title:
Credit Memo Currency
Maximum Length:15
The code that identifies the entered currency of the credit memo. -
CreditMemoStatus: string
Default Value:
Complete
The value that indicates the level of completion of the credit memo. Valid values are Complete, Incomplete, and Frozen. -
CreditReason: string
Title:
Credit Reason
Maximum Length:255
The reason the credit memo was created or applied to a transaction. -
CrossReference: string
Title:
Cross Reference
Maximum Length:30
The reference field default value from the transaction source assigned to the credit memo. The reference field default value is the source document used to identify transactions created using the transaction source. -
CustomerReference: string
Title:
Customer Reference
Maximum Length:30
The document that provides additional information about the credit memo. -
CustomerReferenceDate: string
(date)
Title:
Customer Reference Date
The date when the customer requested the credit memo. -
CustomerTransactionId: integer
(int64)
Title:
Transaction ID
The unique identifier of the credit memo. -
DefaultTaxationCountry: string
Title:
Default Taxation Country
Maximum Length:2
The country where the credit memo transaction takes place for tax purposes. -
DeliveryMethod: string
Title:
Delivery Method
Read Only:true
The method used to print and deliver credit memo transactions. Valid values are E-Mail, Paper, and XML. -
DocumentFiscalClassifcation: string
Title:
Document Fiscal Classification
Read Only:true
Maximum Length:255
The classification for tax purposes of credit memo transactions that require special documentation to accompany the transaction, as designated by a tax authority. -
DocumentNumber: integer
(int64)
Title:
Document Number
The document sequence number assigned to the credit memo. -
EnteredAmount: number
Title:
Entered Amount
Read Only:true
The original credit memo amount in the entered currency. -
FirstPartyRegistrationNumber: string
Title:
First-Party Tax Registration Number
Maximum Length:50
The tax registration number of the deploying company. -
FreightCreditAmount: string
Title:
Freight Credit Amount
The freight amount credited by the credit memo. -
FreightFOB: string
Title:
Freight FOB
Maximum Length:30
The location where ownership of goods or services is transferred from seller to buyer. -
FreightShipDate: string
(date)
Title:
Freight Ship Date
The date when the items on the credit memo were shipped. -
FreightShippingReference: string
Title:
Freight Shipping Reference
Maximum Length:50
The waybill reference on the credit memo. -
GenerateBill: string
Title:
Generate Bill
Maximum Length:255
The option that indicates whether to print the credit memo. -
Intercompany: string
Title:
Intercompany
Maximum Length:80
The option used to identify the credit memo as an intercompany transaction. -
InternalNotes: string
Maximum Length:
240
The user-defined internal notes that accompany the credit memo. -
LastUpdateDate: string
(date-time)
Title:
Last Update Date
Read Only:true
The date and time when the record was last updated. -
LastUpdatedBy: string
Title:
Last Updated By
Read Only:true
Maximum Length:64
The user who last updated the record. -
LegalEntityIdentifier: string
Title:
Legal Entity Identifier
Maximum Length:30
The unique identifier of the legal entity under which the credit memo is created. A legal entity is a recognized party with rights and responsibilities given by legislation. -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
notes: array
Notes
Title:
Notes
The note objects resource is used to view the note objects. -
PayingCustomerAccount: string
Maximum Length:
30
The account number of the paying customer assigned to the credit memo. -
PayingCustomerName: string
Maximum Length:
160
The name of the customer who paid for the goods or services on the credit memo. -
PayingCustomerSite: string
Maximum Length:
150
The number that identifies the paying customer site assigned to the credit memo. -
PrimarySalesperson: string
Title:
Primary Salesperson
Maximum Length:255
The number that identifies the primary salesperson on the credit memo. -
PrintDate: string
(date)
Title:
Print Date
Read Only:true
The date when the credit memo was printed. -
PrintStatus: string
Title:
Print Status
Read Only:true
The status that indicates whether the credit memo was printed. -
PurchaseOrder: string
Title:
PO Number
Maximum Length:50
The purchase order number assigned to the credit memo. -
PurchaseOrderDate: string
(date)
The date of the purchase order.
-
PurchaseOrderRevision: string
Maximum Length:
50
The revision number for the purchase order. -
receivablesCreditMemoDFF: array
receivablesCreditMemoDFF
-
receivablesCreditMemoDistributions: array
Receivables Credit Memo Distributions
Title:
Receivables Credit Memo Distributions
The receivables credit memo distributions resource is used to create, get, and find distributions associated with the credit memo. -
receivablesCreditMemoGdf: array
receivablesCreditMemoGdf
-
receivablesCreditMemoLines: array
Receivables Credit Memo Lines
Title:
Receivables Credit Memo Lines
The receivables credit memo lines resource is used to get and find the lines of a credit memo. -
receivablesCreditMemoTransactionDFF: array
receivablesCreditMemoTransactionDFF
-
RecipientEmail: string
Maximum Length:
1000
Email address of the customer contact who receives printed transactions. -
ShipToContact: string
Maximum Length:
360
The contact details of the ship-to customer. -
ShipToCustomerName: string
Title:
Ship-to Name
Maximum Length:360
The name of the customer who receives the goods or services billed. -
ShipToCustomerNumber: string
Title:
Ship-to Customer
Maximum Length:30
The account number of the ship-to customer assigned to the credit memo. -
ShipToCustomerSite: string
Title:
Ship-to Site
Maximum Length:255
The number that identifies the ship-to customer site assigned to the credit memo. -
SoldToPartyNumber: string
Maximum Length:
30
The unique number to identify the sold-to customer on the credit memo. -
SpecialInstructions: string
Title:
Special Instructions
Maximum Length:240
The special instructions that accompany the credit memo. -
StructuredPaymentReference: string
Maximum Length:
256
An industry standard reference on Receivables transactions composed of letters, check digits, and transaction information, used to identify the transaction and its payments to the customer and bank. -
ThirdPartyRegistrationNumber: string
Title:
Third-Party Tax Registration Number
Maximum Length:50
The tax registration number of the bill-to customer. -
TransactionBalanceDue: number
Title:
Transaction Balance Due
Read Only:true
The balance due on the credit memo. -
TransactionDate: string
(date)
Title:
Transaction Date
The date when the credit memo was created. -
TransactionNumber: string
Title:
Transaction Number
Maximum Length:20
The number that identifies the credit memo. -
TransactionSource: string
Title:
Transaction Source
Maximum Length:50
The transaction source assigned to the credit memo. -
TransactionType: string
Title:
Transaction Type
Maximum Length:20
The transaction type assigned to the credit memo.
{
"type":"object",
"properties":{
"CreationDate":{
"title":"Creation Date",
"type":"string",
"description":"The date and time when the record was created.",
"format":"date-time",
"nullable":false,
"readOnly":true,
"x-queryable":false
},
"receivablesCreditMemoLines":{
"title":"Receivables Credit Memo Lines",
"type":"array",
"description":"The receivables credit memo lines resource is used to get and find the lines of a credit memo.",
"items":{
"$ref":"#/components/schemas/receivablesCreditMemos-receivablesCreditMemoLines-item-response"
}
},
"notes":{
"title":"Notes",
"type":"array",
"description":"The note objects resource is used to view the note objects.",
"items":{
"$ref":"#/components/schemas/receivablesCreditMemos-notes-item-response"
}
},
"CustomerReferenceDate":{
"title":"Customer Reference Date",
"type":"string",
"description":"The date when the customer requested the credit memo.",
"format":"date",
"nullable":true,
"x-queryable":false
},
"RecipientEmail":{
"maxLength":1000,
"type":"string",
"description":"Email address of the customer contact who receives printed transactions.",
"nullable":true,
"x-queryable":false
},
"CreditMemoCurrency":{
"title":"Credit Memo Currency",
"maxLength":15,
"type":"string",
"description":"The code that identifies the entered currency of the credit memo.",
"nullable":true,
"x-queryable":true
},
"ShipToCustomerName":{
"title":"Ship-to Name",
"maxLength":360,
"type":"string",
"description":"The name of the customer who receives the goods or services billed.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice"
}
},
"FreightCreditAmount":{
"title":"Freight Credit Amount",
"type":"string",
"description":"The freight amount credited by the credit memo.",
"nullable":true,
"x-queryable":false
},
"GenerateBill":{
"title":"Generate Bill",
"maxLength":255,
"type":"string",
"description":"The option that indicates whether to print the credit memo.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"dependencies":[
"PrintingOptionMeaning"
]
}
},
"EnteredAmount":{
"title":"Entered Amount",
"type":"number",
"description":"The original credit memo amount in the entered currency.",
"nullable":true,
"readOnly":true,
"x-queryable":false,
"x-hints":{
"dependencies":[
"Amount"
]
}
},
"FreightFOB":{
"title":"Freight FOB",
"maxLength":30,
"type":"string",
"description":"The location where ownership of goods or services is transferred from seller to buyer.",
"nullable":true,
"x-queryable":false
},
"PrintDate":{
"title":"Print Date",
"type":"string",
"description":"The date when the credit memo was printed.",
"format":"date",
"nullable":true,
"readOnly":true,
"x-queryable":false
},
"AllowCompletion":{
"maxLength":1,
"type":"string",
"description":"Indicates whether the transaction is reviewed and can be allowed to complete. Valid value to allow completion is Y.",
"nullable":true,
"x-queryable":true
},
"links":{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
},
"Carrier":{
"title":"Carrier",
"maxLength":30,
"type":"string",
"description":"The name of the shipping vendor.",
"nullable":true,
"x-queryable":false
},
"BillToContact":{
"maxLength":160,
"type":"string",
"description":"The contact details of the bill-to customer.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"dependencies":[
"BillToContactName"
]
}
},
"LastUpdatedBy":{
"title":"Last Updated By",
"maxLength":64,
"type":"string",
"description":"The user who last updated the record.",
"nullable":false,
"readOnly":true,
"x-queryable":false
},
"PurchaseOrderRevision":{
"maxLength":50,
"type":"string",
"description":"The revision number for the purchase order.",
"nullable":true,
"x-queryable":false
},
"LegalEntityIdentifier":{
"title":"Legal Entity Identifier",
"maxLength":30,
"type":"string",
"description":"The unique identifier of the legal entity under which the credit memo is created. A legal entity is a recognized party with rights and responsibilities given by legislation.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice"
}
},
"CreatedBy":{
"title":"Created By",
"maxLength":64,
"type":"string",
"description":"The user who created the record.",
"nullable":false,
"readOnly":true,
"x-queryable":false
},
"SoldToPartyNumber":{
"maxLength":30,
"type":"string",
"description":"The unique number to identify the sold-to customer on the credit memo.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"dependencies":[
"SoldPartyNumber"
]
}
},
"CustomerTransactionId":{
"title":"Transaction ID",
"type":"integer",
"description":"The unique identifier of the credit memo.",
"format":"int64",
"nullable":false,
"x-hints":{
"precision":18,
"fnd:GLOBALLY_UNIQUE":"true"
},
"x-queryable":true
},
"BillToCustomerNumber":{
"title":"Bill-to Customer Account Number",
"maxLength":30,
"type":"string",
"description":"The account number of the bill-to customer assigned to the credit memo.",
"nullable":true,
"x-hints":{
"controlType":"choice"
},
"x-queryable":true
},
"FirstPartyRegistrationNumber":{
"title":"First-Party Tax Registration Number",
"maxLength":50,
"type":"string",
"description":"The tax registration number of the deploying company.",
"nullable":true,
"x-queryable":false
},
"TransactionBalanceDue":{
"title":"Transaction Balance Due",
"type":"number",
"description":"The balance due on the credit memo.",
"nullable":true,
"readOnly":true,
"x-queryable":false
},
"CustomerReference":{
"title":"Customer Reference",
"maxLength":30,
"type":"string",
"description":"The document that provides additional information about the credit memo.",
"nullable":true,
"x-queryable":false
},
"ShipToContact":{
"maxLength":360,
"type":"string",
"description":"The contact details of the ship-to customer.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"dependencies":[
"ShipToContactName"
]
}
},
"DefaultTaxationCountry":{
"title":"Default Taxation Country",
"maxLength":2,
"type":"string",
"description":"The country where the credit memo transaction takes place for tax purposes.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice"
}
},
"BusinessUnit":{
"title":"Business Unit",
"maxLength":240,
"type":"string",
"description":"The business unit under which the credit memo is created. A business unit is a unit of an enterprise that performs one or more business functions that can be rolled up in a management hierarchy.",
"nullable":false,
"x-hints":{
"controlType":"choice"
},
"x-queryable":true
},
"StructuredPaymentReference":{
"maxLength":256,
"type":"string",
"description":"An industry standard reference on Receivables transactions composed of letters, check digits, and transaction information, used to identify the transaction and its payments to the customer and bank.",
"nullable":true,
"x-queryable":false
},
"PayingCustomerAccount":{
"maxLength":30,
"type":"string",
"description":"The account number of the paying customer assigned to the credit memo.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"dependencies":[
"PayingCustomerNumber"
]
}
},
"ControlCompletionReason":{
"type":"string",
"description":"Reason that determines transaction completion.",
"nullable":true,
"x-queryable":false
},
"BillToCustomerName":{
"title":"Bill-to Customer Name",
"maxLength":255,
"type":"string",
"description":"The name of the bill-to customer assigned to the credit memo.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"dependencies":[
"BillToPartyName"
]
}
},
"receivablesCreditMemoDistributions":{
"title":"Receivables Credit Memo Distributions",
"type":"array",
"description":"The receivables credit memo distributions resource is used to create, get, and find distributions associated with the credit memo.",
"items":{
"$ref":"#/components/schemas/receivablesCreditMemos-receivablesCreditMemoDistributions-item-response"
}
},
"receivablesCreditMemoGdf":{
"type":"array",
"items":{
"$ref":"#/components/schemas/receivablesCreditMemos-receivablesCreditMemoGdf-item-response"
},
"x-cardinality":"1"
},
"TransactionType":{
"title":"Transaction Type",
"maxLength":20,
"type":"string",
"description":"The transaction type assigned to the credit memo.",
"nullable":true,
"x-hints":{
"controlType":"choice"
},
"x-queryable":true
},
"TransactionNumber":{
"title":"Transaction Number",
"maxLength":20,
"type":"string",
"description":"The number that identifies the credit memo.",
"nullable":false,
"x-queryable":true
},
"attachments":{
"title":"Attachments",
"type":"array",
"description":"The attachments resource is used to view, create, and update attachments.",
"items":{
"$ref":"#/components/schemas/receivablesCreditMemos-attachments-item-response"
}
},
"receivablesCreditMemoDFF":{
"type":"array",
"items":{
"$ref":"#/components/schemas/receivablesCreditMemos-receivablesCreditMemoDFF-item-response"
},
"x-cardinality":"1"
},
"FreightShippingReference":{
"title":"Freight Shipping Reference",
"maxLength":50,
"type":"string",
"description":"The waybill reference on the credit memo.",
"nullable":true,
"x-queryable":false
},
"CreditMemoStatus":{
"type":"string",
"description":"The value that indicates the level of completion of the credit memo. Valid values are Complete, Incomplete, and Frozen.",
"nullable":true,
"default":"Complete",
"x-queryable":false,
"x-hints":{
"controlType":"choice",
"dependencies":[
"CreditMemoStausMeaning"
]
}
},
"AccountingDate":{
"title":"Accounting Date",
"type":"string",
"description":"The accounting date assigned to the credit memo.",
"format":"date",
"nullable":true,
"x-queryable":false,
"x-hints":{
"dependencies":[
"GlDate"
]
}
},
"BillingDate":{
"title":"Billing Date",
"type":"string",
"description":"The balance forward bill date, if the credit memo belongs to a balance forward bill.",
"format":"date",
"nullable":true,
"x-queryable":false
},
"PrimarySalesperson":{
"title":"Primary Salesperson",
"maxLength":255,
"type":"string",
"description":"The number that identifies the primary salesperson on the credit memo.",
"nullable":true,
"x-hints":{
"dependencies":[
"PrimaryResourceSalesrepId"
]
},
"x-queryable":true
},
"DocumentFiscalClassifcation":{
"title":"Document Fiscal Classification",
"maxLength":255,
"type":"string",
"description":"The classification for tax purposes of credit memo transactions that require special documentation to accompany the transaction, as designated by a tax authority.",
"nullable":true,
"readOnly":true,
"x-queryable":false,
"x-hints":{
"dependencies":[
"ClassificationName"
]
}
},
"ConversionRateType":{
"title":"Conversion Rate Type",
"maxLength":30,
"type":"string",
"description":"The grouping of conversion rates between currencies, used to automatically populate a specific rate to the credit memo transaction or transaction line according to business requirements. Valid values are Spot, Corporate, User, and Fixed.",
"nullable":true,
"x-queryable":false
},
"receivablesCreditMemoTransactionDFF":{
"type":"array",
"items":{
"$ref":"#/components/schemas/receivablesCreditMemos-receivablesCreditMemoTransactionDFF-item-response"
},
"x-cardinality":"1"
},
"BillToSite":{
"title":"Bill-to Site",
"maxLength":150,
"type":"string",
"description":"The number that identifies the bill-to customer site assigned to the credit memo.",
"nullable":true,
"x-hints":{
"controlType":"choice"
},
"x-queryable":true
},
"ShipToCustomerNumber":{
"title":"Ship-to Customer",
"maxLength":30,
"type":"string",
"description":"The account number of the ship-to customer assigned to the credit memo.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice"
}
},
"PayingCustomerName":{
"maxLength":160,
"type":"string",
"description":"The name of the customer who paid for the goods or services on the credit memo.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"dependencies":[
"PayingPartyName"
]
}
},
"PrintStatus":{
"title":"Print Status",
"type":"string",
"description":"The status that indicates whether the credit memo was printed.",
"nullable":true,
"readOnly":true,
"x-queryable":false,
"x-hints":{
"dependencies":[
"PrintingStatusMeaning"
]
}
},
"ConversionRateDate":{
"title":"Conversion Date",
"type":"string",
"description":"The date used to derive a currency conversion rate.",
"format":"date",
"nullable":true,
"x-queryable":false
},
"CreditReason":{
"title":"Credit Reason",
"maxLength":255,
"type":"string",
"description":"The reason the credit memo was created or applied to a transaction.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice",
"dependencies":[
"CreditReasonMeaning"
]
}
},
"TransactionDate":{
"title":"Transaction Date",
"type":"string",
"description":"The date when the credit memo was created.",
"format":"date",
"nullable":false,
"x-queryable":true
},
"Intercompany":{
"title":"Intercompany",
"maxLength":80,
"type":"string",
"description":"The option used to identify the credit memo as an intercompany transaction.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"dependencies":[
"IntercompanyMeaning"
]
}
},
"SpecialInstructions":{
"title":"Special Instructions",
"maxLength":240,
"type":"string",
"description":"The special instructions that accompany the credit memo.",
"nullable":true,
"x-queryable":false
},
"PayingCustomerSite":{
"maxLength":150,
"type":"string",
"description":"The number that identifies the paying customer site assigned to the credit memo.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"dependencies":[
"PayingLocation"
]
}
},
"DeliveryMethod":{
"title":"Delivery Method",
"type":"string",
"description":"The method used to print and deliver credit memo transactions. Valid values are E-Mail, Paper, and XML.",
"nullable":true,
"readOnly":true,
"x-queryable":false,
"x-hints":{
"dependencies":[
"DeliveryMethodMeaning"
]
}
},
"FreightShipDate":{
"title":"Freight Ship Date",
"type":"string",
"description":"The date when the items on the credit memo were shipped.",
"format":"date",
"nullable":true,
"x-queryable":false
},
"TransactionSource":{
"title":"Transaction Source",
"maxLength":50,
"type":"string",
"description":"The transaction source assigned to the credit memo.",
"nullable":true,
"x-hints":{
"controlType":"choice"
},
"x-queryable":true
},
"ThirdPartyRegistrationNumber":{
"title":"Third-Party Tax Registration Number",
"maxLength":50,
"type":"string",
"description":"The tax registration number of the bill-to customer.",
"nullable":true,
"x-queryable":false
},
"InternalNotes":{
"maxLength":240,
"type":"string",
"description":"The user-defined internal notes that accompany the credit memo.",
"nullable":true,
"x-queryable":false
},
"DocumentNumber":{
"title":"Document Number",
"type":"integer",
"description":"The document sequence number assigned to the credit memo.",
"format":"int64",
"nullable":true,
"x-hints":{
"precision":18
},
"x-queryable":true
},
"ConversionRate":{
"title":"Conversion Rate",
"type":"number",
"description":"The rate used to convert a foreign currency credit memo transaction amount to the ledger currency.",
"nullable":true,
"x-queryable":false
},
"PurchaseOrderDate":{
"type":"string",
"description":"The date of the purchase order.",
"format":"date",
"nullable":true,
"x-queryable":true
},
"ShipToCustomerSite":{
"title":"Ship-to Site",
"maxLength":255,
"type":"string",
"description":"The number that identifies the ship-to customer site assigned to the credit memo.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"dependencies":[
"ShipToPartySiteNumber"
]
}
},
"CrossReference":{
"title":"Cross Reference",
"maxLength":30,
"type":"string",
"description":"The reference field default value from the transaction source assigned to the credit memo. The reference field default value is the source document used to identify transactions created using the transaction source.",
"nullable":true,
"x-queryable":true
},
"PurchaseOrder":{
"title":"PO Number",
"maxLength":50,
"type":"string",
"description":"The purchase order number assigned to the credit memo.",
"nullable":true,
"x-queryable":true
},
"LastUpdateDate":{
"title":"Last Update Date",
"type":"string",
"description":"The date and time when the record was last updated.",
"format":"date-time",
"nullable":false,
"readOnly":true,
"x-queryable":false
},
"CreditMemoComments":{
"title":"Credit Memo Comments",
"maxLength":1760,
"type":"string",
"description":"The user comments that accompany the credit memo.",
"nullable":true,
"x-queryable":false
}
}
}
Nested Schema : Attachments
Type:
array
Title:
Attachments
The attachments resource is used to view, create, and update attachments.
Show Source
{
"title":"Attachments",
"type":"array",
"description":"The attachments resource is used to view, create, and update attachments.",
"items":{
"$ref":"#/components/schemas/receivablesCreditMemos-attachments-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 : Notes
Type:
array
Title:
Notes
The note objects resource is used to view the note objects.
Show Source
{
"title":"Notes",
"type":"array",
"description":"The note objects resource is used to view the note objects.",
"items":{
"$ref":"#/components/schemas/receivablesCreditMemos-notes-item-response"
}
}
Nested Schema : receivablesCreditMemoDFF
Type:
Show Source
array
{
"type":"array",
"items":{
"$ref":"#/components/schemas/receivablesCreditMemos-receivablesCreditMemoDFF-item-response"
},
"x-cardinality":"1"
}
Nested Schema : Receivables Credit Memo Distributions
Type:
array
Title:
Receivables Credit Memo Distributions
The receivables credit memo distributions resource is used to create, get, and find distributions associated with the credit memo.
Show Source
{
"title":"Receivables Credit Memo Distributions",
"type":"array",
"description":"The receivables credit memo distributions resource is used to create, get, and find distributions associated with the credit memo.",
"items":{
"$ref":"#/components/schemas/receivablesCreditMemos-receivablesCreditMemoDistributions-item-response"
}
}
Nested Schema : receivablesCreditMemoGdf
Type:
Show Source
array
-
Array of:
object Discriminator: __FLEX_Context
Discriminator:
{ "propertyName":"__FLEX_Context", "mapping":{ "FVxUSRACustomerTrxHeaders":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfFVxUSRACustomerTrxHeadersVO-item-response", "JAxINTaxInvoices":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJAxINTaxInvoicesVO-item-response", "JAxKRReceivablesInformation":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJAxKRReceivablesInformationVO-item-response", "JAxMYAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJAxMYAdditionalInfoVO-item-response", "JAxTWTransactions":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJAxTWTransactionsVO-item-response", "JE_DE_Z4_REPORTING":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJE__5FDE__5FZ4__5FREPORTINGVO-item-response", "JE_ES_MODELO340":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJE__5FES__5FMODELO340VO-item-response", "JE_ES_MODELO347":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJE__5FES__5FMODELO347VO-item-response", "JE_ES_MODELO347PR":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJE__5FES__5FMODELO347PRVO-item-response", "JE_ES_MODELO349":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJE__5FES__5FMODELO349VO-item-response", "JE_ES_MODELO415_347":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJE__5FES__5FMODELO415__5F347VO-item-response", "JE_ES_MODELO415_347PR":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJE__5FES__5FMODELO415__5F347PRVO-item-response", "JE_IL_VAT_REPORTING":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJE__5FIL__5FVAT__5FREPORTINGVO-item-response", "JE_IT_ESL_OF_SERVICES":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJE__5FIT__5FESL__5FOF__5FSERVICESVO-item-response", "JExBGAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExBGAdditionalInfoVO-item-response", "JExCZAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExCZAdditionalInfoVO-item-response", "JExESOnlineVatReporting":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExESOnlineVatReportingVO-item-response", "JExHRAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExHRAdditionalInfoVO-item-response", "JExHUAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExHUAdditionalInfoVO-item-response", "JExPLAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExPLAdditionalInfoVO-item-response", "JExPTAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExPTAdditionalInfoVO-item-response", "JExROAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExROAdditionalInfoVO-item-response", "JExRSAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExRSAdditionalInfoVO-item-response", "JExRUAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExRUAdditionalInfoVO-item-response", "JExSIAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExSIAdditionalInfoVO-item-response", "JExSKAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExSKAdditionalInfoVO-item-response", "JExTRAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExTRAdditionalInfoVO-item-response", "JL_BR_ARXTWMAI_Additional":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJL__5FBR__5FARXTWMAI__5FAdditionalVO-item-response", "JLxARTransactions":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJLxARTransactionsVO-item-response", "JLxCLTransactions":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJLxCLTransactionsVO-item-response", "JLxCOTransactions":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJLxCOTransactionsVO-item-response", "JLxMXReceivablesInformation":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJLxMXReceivablesInformationVO-item-response" } }
{
"type":"array",
"items":{
"$ref":"#/components/schemas/receivablesCreditMemos-receivablesCreditMemoGdf-item-response"
},
"x-cardinality":"1"
}
Nested Schema : Receivables Credit Memo Lines
Type:
array
Title:
Receivables Credit Memo Lines
The receivables credit memo lines resource is used to get and find the lines of a credit memo.
Show Source
{
"title":"Receivables Credit Memo Lines",
"type":"array",
"description":"The receivables credit memo lines resource is used to get and find the lines of a credit memo.",
"items":{
"$ref":"#/components/schemas/receivablesCreditMemos-receivablesCreditMemoLines-item-response"
}
}
Nested Schema : receivablesCreditMemoTransactionDFF
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_CreditMemoInterfaceHeaderDFF_view_CreditMemoInterfaceHeaderFLEXCONTRACT____INTERNAL____INVOICESVO-item-response", "CONTRACT INVOICES":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceHeaderDFF_view_CreditMemoInterfaceHeaderFLEXCONTRACT____INVOICESVO-item-response" } }
{
"type":"array",
"items":{
"$ref":"#/components/schemas/receivablesCreditMemos-receivablesCreditMemoTransactionDFF-item-response"
},
"x-cardinality":"1"
}
Nested Schema : receivablesCreditMemos-attachments-item-response
Type:
Show Source
object
-
AsyncTrackerId: string
Title:
Asynchronous Upload Tracker Id
Attribute provided for the exclusive use by the Attachment UI components to assist in uploading files. -
AttachedDocumentId: integer
(int64)
Title:
Attached Document Id
The unique identifier of the attached document. -
CategoryName: string
Title:
Category
Maximum Length:30
The category of the attachment. -
ContentRepositoryFileShared: boolean
Title:
Shared
Indicates whether the attachment is shared -
CreatedBy: string
Title:
Created By
Read Only:true
Maximum Length:255
The user who created the record. -
CreatedByUserName: string
Title:
Created By User Name
Read Only:true
The user name who created the record. -
CreationDate: string
(date-time)
Title:
Creation Date
Read Only:true
The date when the record was created. -
DatatypeCode: string
Title:
Type
Maximum Length:30
Default Value:FILE
A value that indicates the data type. -
Description: string
Title:
Description
Maximum Length:255
The description of the attachment. -
DmDocumentId: string
Maximum Length:
255
The document ID from which the attachment is created. -
DmFolderPath: string
Title:
Dm Folder Path
Maximum Length:1000
The folder path from which the attachment is created. -
DmVersionNumber: string
Maximum Length:
255
The document version number from which the attachment is created. -
DownloadInfo: string
Title:
DownloadInfo
JSON object represented as a string containing information used to programmatically retrieve a file attachment. -
ErrorStatusCode: string
Title:
Error Status Code
The error code, if any, for the attachment. -
ErrorStatusMessage: string
Title:
Error Status Message
The error message, if any, for the attachment. -
ExpirationDate: string
(date-time)
Title:
Expiration Date
The expiration date of the contents in the attachment. -
FileContents: string
(byte)
Title:
File Contents
The contents of the attachment. -
FileName: string
Title:
File Name
Maximum Length:2048
The file name of the attachment. -
FileUrl: string
Title:
File Url
The URI of the file. -
FileWebImage: string
(byte)
Title:
File Web Image
Read Only:true
The base64 encoded image of the file displayed in .png format if the source is a convertible image. -
LastUpdateDate: string
(date-time)
Title:
Last Update Date
Read Only:true
The date when the record was last updated. -
LastUpdatedBy: string
Title:
Last Updated By
Read Only:true
Maximum Length:255
The user who last updated the record. -
LastUpdatedByUserName: string
Title:
Last Updated By User
Read Only:true
The user name who last updated the record. -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
PostProcessingAction: string
Title:
PostProcessingAction
The name of the action that can be performed after an attachment is uploaded. -
Title: string
Title:
Title
The title of the attachment. -
UploadedFileContentType: string
Title:
Uploaded File Content Type
The content type of the attachment. -
UploadedFileLength: integer
Title:
File Size
The size of the attachment file. -
UploadedFileName: string
Title:
Uploaded File Name
The name to assign to a new attachment file. -
UploadedText: string
Title:
Uploaded Text
The text content for a new text attachment. -
Uri: string
Title:
Uri
Maximum Length:4000
The URI of a Topology Manager type attachment. -
Url: string
Title:
Url
Maximum Length:4000
The URL of a web page type attachment. -
UserName: string
Title:
User Name
Read Only:true
Maximum Length:255
The login credentials of the user who created the attachment.
{
"type":"object",
"properties":{
"CreationDate":{
"title":"Creation Date",
"type":"string",
"description":"The date when the record was created.",
"format":"date-time",
"nullable":false,
"readOnly":true,
"x-hints":{
"includeInCompactView":true
},
"x-queryable":true
},
"Description":{
"title":"Description",
"maxLength":255,
"type":"string",
"description":"The description of the attachment.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"includeInCompactView":true,
"fnd:FND_AUDIT_ATTR_ENABLED":"false"
}
},
"FileName":{
"title":"File Name",
"maxLength":2048,
"type":"string",
"description":"The file name of the attachment.",
"nullable":true,
"x-hints":{
"includeInCompactView":true,
"fnd:FND_AUDIT_ATTR_ENABLED":"true"
},
"x-queryable":true
},
"FileWebImage":{
"title":"File Web Image",
"type":"string",
"description":"The base64 encoded image of the file displayed in .png format if the source is a convertible image.",
"format":"byte",
"nullable":true,
"readOnly":true,
"x-queryable":false,
"x-hints":{
"XML_ELEMENT":"#hide",
"PAYLOADHINT":"Show"
}
},
"Uri":{
"title":"Uri",
"maxLength":4000,
"type":"string",
"description":"The URI of a Topology Manager type attachment.",
"nullable":true,
"x-hints":{
"includeInCompactView":true,
"fnd:FND_AUDIT_ATTR_ENABLED":"false"
},
"x-queryable":true
},
"Url":{
"title":"Url",
"maxLength":4000,
"type":"string",
"description":"The URL of a web page type attachment.",
"nullable":true,
"x-hints":{
"includeInCompactView":true,
"fnd:FND_AUDIT_ATTR_ENABLED":"true"
},
"x-queryable":true
},
"DmDocumentId":{
"maxLength":255,
"type":"string",
"description":"The document ID from which the attachment is created.",
"nullable":true,
"x-hints":{
"includeInCompactView":true,
"fnd:FND_AUDIT_ATTR_ENABLED":"true",
"fnd:OA_TRANSLATABLE":"true"
},
"x-queryable":true
},
"AttachedDocumentId":{
"title":"Attached Document Id",
"type":"integer",
"description":"The unique identifier of the attached document.",
"format":"int64",
"nullable":false,
"x-hints":{
"includeInCompactView":true,
"precision":18,
"fnd:FND_AUDIT_ATTR_ENABLED":"true",
"fnd:GLOBALLY_UNIQUE":"true"
},
"x-queryable":true
},
"UploadedFileContentType":{
"title":"Uploaded File Content Type",
"type":"string",
"description":"The content type of the attachment.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"includeInCompactView":true,
"fnd:FND_AUDIT_ATTR_ENABLED":"false"
}
},
"DownloadInfo":{
"title":"DownloadInfo",
"type":"string",
"description":"JSON object represented as a string containing information used to programmatically retrieve a file attachment.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"includeInCompactView":true,
"fnd:FND_AUDIT_ATTR_ENABLED":"false"
}
},
"CreatedByUserName":{
"title":"Created By User Name",
"type":"string",
"description":"The user name who created the record.",
"nullable":true,
"readOnly":true,
"x-hints":{
"includeInCompactView":true,
"fnd:FND_AUDIT_ATTR_ENABLED":"false"
},
"x-queryable":true
},
"links":{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
},
"UploadedFileLength":{
"title":"File Size",
"type":"integer",
"description":"The size of the attachment file.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"includeInCompactView":true,
"fnd:FND_AUDIT_ATTR_ENABLED":"false"
}
},
"DmVersionNumber":{
"maxLength":255,
"type":"string",
"description":"The document version number from which the attachment is created.",
"nullable":true,
"x-hints":{
"includeInCompactView":true,
"fnd:FND_AUDIT_ATTR_ENABLED":"true"
},
"x-queryable":true
},
"LastUpdatedBy":{
"title":"Last Updated By",
"maxLength":255,
"type":"string",
"description":"The user who last updated the record.",
"nullable":false,
"readOnly":true,
"x-hints":{
"includeInCompactView":true
},
"x-queryable":true
},
"ErrorStatusMessage":{
"title":"Error Status Message",
"type":"string",
"description":"The error message, if any, for the attachment.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"includeInCompactView":true,
"fnd:FND_AUDIT_ATTR_ENABLED":"false"
}
},
"UserName":{
"title":"User Name",
"maxLength":255,
"type":"string",
"description":"The login credentials of the user who created the attachment.",
"nullable":false,
"readOnly":true,
"x-hints":{
"includeInCompactView":true,
"fnd:FND_AUDIT_ATTR_ENABLED":"false"
},
"x-queryable":true
},
"CreatedBy":{
"title":"Created By",
"maxLength":255,
"type":"string",
"description":"The user who created the record.",
"nullable":false,
"readOnly":true,
"x-hints":{
"includeInCompactView":true
},
"x-queryable":true
},
"DatatypeCode":{
"title":"Type",
"maxLength":30,
"type":"string",
"description":"A value that indicates the data type.",
"nullable":false,
"default":"FILE",
"x-hints":{
"includeInCompactView":true,
"fnd:FND_AUDIT_ATTR_ENABLED":"true"
},
"x-queryable":true
},
"PostProcessingAction":{
"title":"PostProcessingAction",
"type":"string",
"description":"The name of the action that can be performed after an attachment is uploaded.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"includeInCompactView":true,
"fnd:FND_AUDIT_ATTR_ENABLED":"false"
}
},
"Title":{
"title":"Title",
"type":"string",
"description":"The title of the attachment.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"includeInCompactView":true,
"fnd:FND_AUDIT_ATTR_ENABLED":"false"
}
},
"LastUpdatedByUserName":{
"title":"Last Updated By User",
"type":"string",
"description":"The user name who last updated the record.",
"nullable":true,
"readOnly":true,
"x-hints":{
"includeInCompactView":true,
"fnd:FND_AUDIT_ATTR_ENABLED":"false"
},
"x-queryable":true
},
"UploadedFileName":{
"title":"Uploaded File Name",
"type":"string",
"description":"The name to assign to a new attachment file.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"includeInCompactView":true,
"fnd:FND_AUDIT_ATTR_ENABLED":"false"
}
},
"FileUrl":{
"title":"File Url",
"type":"string",
"description":"The URI of the file.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"includeInCompactView":true,
"fnd:FND_AUDIT_ATTR_ENABLED":"false"
}
},
"ContentRepositoryFileShared":{
"title":"Shared",
"type":"boolean",
"description":"Indicates whether the attachment is shared",
"nullable":true,
"x-queryable":false,
"x-hints":{
"includeInCompactView":true,
"fnd:FND_AUDIT_ATTR_ENABLED":"false"
}
},
"FileContents":{
"title":"File Contents",
"type":"string",
"description":"The contents of the attachment.",
"format":"byte",
"nullable":true,
"x-queryable":false,
"x-hints":{
"XML_ELEMENT":"#hide"
}
},
"ExpirationDate":{
"title":"Expiration Date",
"type":"string",
"description":"The expiration date of the contents in the attachment.",
"format":"date-time",
"nullable":true,
"x-hints":{
"includeInCompactView":true
},
"x-queryable":true
},
"ErrorStatusCode":{
"title":"Error Status Code",
"type":"string",
"description":"The error code, if any, for the attachment.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"includeInCompactView":true,
"fnd:FND_AUDIT_ATTR_ENABLED":"false"
}
},
"DmFolderPath":{
"title":"Dm Folder Path",
"maxLength":1000,
"type":"string",
"description":"The folder path from which the attachment is created.",
"nullable":true,
"x-hints":{
"includeInCompactView":true,
"fnd:FND_AUDIT_ATTR_ENABLED":"true"
},
"x-queryable":true
},
"UploadedText":{
"title":"Uploaded Text",
"type":"string",
"description":"The text content for a new text attachment.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"includeInCompactView":true,
"fnd:FND_AUDIT_ATTR_ENABLED":"false"
}
},
"CategoryName":{
"title":"Category",
"maxLength":30,
"type":"string",
"description":"The category of the attachment.",
"nullable":true,
"x-hints":{
"includeInCompactView":true,
"fnd:FND_AUDIT_ATTR_ENABLED":"true"
},
"x-queryable":true
},
"LastUpdateDate":{
"title":"Last Update Date",
"type":"string",
"description":"The date when the record was last updated.",
"format":"date-time",
"nullable":false,
"readOnly":true,
"x-hints":{
"includeInCompactView":true,
"FMT_FORMAT":"d-MMM-yyyy HH:mm:ss"
},
"x-queryable":true
},
"AsyncTrackerId":{
"title":"Asynchronous Upload Tracker Id",
"type":"string",
"description":"Attribute provided for the exclusive use by the Attachment UI components to assist in uploading files.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"PAYLOADHINT":"Show"
}
}
}
}
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 : receivablesCreditMemos-notes-item-response
Type:
Show Source
object
-
ContactRelationshipId: integer
(int64)
Title:
Contact Relationship ID
The relationship ID populated when the note is associated with a contact. -
CorpCurrencyCode: string
Title:
Corporate Currency Code
Maximum Length:15
The corporate currency code for extensibility. -
CreatedBy: string
Title:
Created By
Read Only:true
Maximum Length:64
The user who created the record. -
CreationDate: string
(date-time)
Title:
Creation Date
Read Only:true
The date when the record was created. -
CreatorPartyId: integer
(int64)
Title:
Creator Party ID
The unique identifier of the party. -
CurcyConvRateType: string
Title:
Currency Conversion Rate Type
Maximum Length:30
The currency conversion rate type for extensibility. -
CurrencyCode: string
Title:
Currency
Maximum Length:15
The currency code for extensibility. -
DeleteFlag: boolean
Title:
Delete Indicator
Read Only:true
Indicates whether the user has access to delete the note. -
EmailAddress: string
Read Only:
true
Maximum Length:320
The email address of the user who created the note. -
FormattedAddress: string
Read Only:
true
The address of the user who created the note. -
FormattedPhoneNumber: string
Read Only:
true
The phone number of the user who created the note. -
LastUpdateDate: string
(date-time)
Title:
Last Update Date
Read Only:true
The date when the record was last updated. -
LastUpdatedBy: string
Title:
Last Updated By
Read Only:true
Maximum Length:64
The unique identifier of the note. This is the primary key of the notes table. -
LastUpdateLogin: string
Title:
Last Update Login
Read Only:true
Maximum Length:32
The login of the user who last updated the record. -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
NoteId: integer
(int64)
Title:
Note ID
Read Only:true
The unique identifier of the note. This is the primary key of the notes table. -
NoteNumber: string
Maximum Length:
30
The alternate unique identifier of the note. A user key that's system generated or from an external system. -
NoteTitle: string
Title:
Title
Maximum Length:500
The title of the note entered by the user. -
NoteTxt: string
(byte)
Title:
Note
The column which stores the actual note text. -
NoteTypeCode: string
Title:
Type
Maximum Length:30
The note type code for categorization of note. -
ParentNoteId: integer
(int64)
Title:
Parent Note ID
The unique identifier of the note. This is the primary key of the notes table. -
PartyId: integer
(int64)
Read Only:
true
The unique identifier of the party. -
PartyName: string
Title:
Author
Read Only:true
Maximum Length:360
The name of the party. -
SourceObjectCode: string
Title:
Related Object Type
Maximum Length:30
This is the source object code for the source object as defined in OBJECTS Metadata. -
SourceObjectId: string
Title:
Related Object
Maximum Length:64
The unique identifier of the parent source object associated to the note. -
SourceSystem: string
Title:
Source System
Maximum Length:30
This is the source object code for the source object as defined in OBJECTS Metadata. -
UpdateFlag: boolean
Title:
Update Indicator
Read Only:true
Indicates whether the user can update the note. -
VisibilityCode: string
Title:
Private
Maximum Length:30
Default Value:INTERNAL
The attribute to specify the visibility level of the note. It indicates whether the note is internal, external, or private.
{
"type":"object",
"properties":{
"CreationDate":{
"title":"Creation Date",
"type":"string",
"description":"The date when the record was created.",
"format":"date-time",
"nullable":false,
"readOnly":true,
"x-queryable":true
},
"PartyName":{
"title":"Author",
"maxLength":360,
"type":"string",
"description":"The name of the party.",
"nullable":false,
"readOnly":true,
"x-queryable":true
},
"CurcyConvRateType":{
"title":"Currency Conversion Rate Type",
"maxLength":30,
"type":"string",
"description":"The currency conversion rate type for extensibility.",
"nullable":true,
"x-queryable":false
},
"VisibilityCode":{
"title":"Private",
"maxLength":30,
"type":"string",
"description":"The attribute to specify the visibility level of the note. It indicates whether the note is internal, external, or private.",
"nullable":false,
"default":"INTERNAL",
"x-hints":{
"controlType":"choice"
},
"x-queryable":true
},
"ContactRelationshipId":{
"title":"Contact Relationship ID",
"type":"integer",
"description":"The relationship ID populated when the note is associated with a contact.",
"format":"int64",
"nullable":true,
"x-hints":{
"precision":18
},
"x-queryable":true
},
"CurrencyCode":{
"title":"Currency",
"maxLength":15,
"type":"string",
"description":"The currency code for extensibility.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice"
}
},
"UpdateFlag":{
"title":"Update Indicator",
"type":"boolean",
"description":"Indicates whether the user can update the note.",
"nullable":true,
"readOnly":true,
"x-queryable":false
},
"NoteNumber":{
"maxLength":30,
"type":"string",
"description":"The alternate unique identifier of the note. A user key that's system generated or from an external system.",
"nullable":true,
"x-queryable":true
},
"SourceObjectCode":{
"title":"Related Object Type",
"maxLength":30,
"type":"string",
"description":"This is the source object code for the source object as defined in OBJECTS Metadata.",
"nullable":false,
"x-queryable":true
},
"links":{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
},
"FormattedPhoneNumber":{
"type":"string",
"description":"The phone number of the user who created the note.",
"nullable":true,
"readOnly":true,
"x-queryable":false
},
"CorpCurrencyCode":{
"title":"Corporate Currency Code",
"maxLength":15,
"type":"string",
"description":"The corporate currency code for extensibility.",
"nullable":true,
"x-queryable":false
},
"NoteTxt":{
"title":"Note",
"type":"string",
"description":"The column which stores the actual note text.",
"format":"byte",
"nullable":false,
"x-hints":{
"protectionKey":"NoteEO.NoteTxt",
"protectionObjectTitle":"Note",
"protectionState":"TOKENIZED",
"protectionAttributeTitle":"Note Text"
},
"x-queryable":true
},
"NoteTitle":{
"title":"Title",
"maxLength":500,
"type":"string",
"description":"The title of the note entered by the user.",
"nullable":true,
"x-queryable":true
},
"LastUpdatedBy":{
"title":"Last Updated By",
"maxLength":64,
"type":"string",
"description":"The unique identifier of the note. This is the primary key of the notes table.",
"nullable":false,
"readOnly":true,
"x-queryable":true
},
"NoteId":{
"title":"Note ID",
"type":"integer",
"description":"The unique identifier of the note. This is the primary key of the notes table.",
"format":"int64",
"nullable":false,
"readOnly":true,
"x-hints":{
"precision":18
},
"x-queryable":true
},
"CreatedBy":{
"title":"Created By",
"maxLength":64,
"type":"string",
"description":"The user who created the record.",
"nullable":false,
"readOnly":true,
"x-hints":{
"controlType":"date"
},
"x-queryable":true
},
"CreatorPartyId":{
"title":"Creator Party ID",
"type":"integer",
"description":"The unique identifier of the party.",
"format":"int64",
"nullable":true,
"x-hints":{
"precision":18
},
"x-queryable":true
},
"FormattedAddress":{
"type":"string",
"description":"The address of the user who created the note.",
"nullable":true,
"readOnly":true,
"x-queryable":false,
"x-hints":{
"dependencies":[
"Country",
"IdenAddrLocationId",
"PersonalAddressFlag"
]
}
},
"NoteTypeCode":{
"title":"Type",
"maxLength":30,
"type":"string",
"description":"The note type code for categorization of note.",
"nullable":false,
"x-hints":{
"controlType":"choice",
"dependencies":[
"SourceObjectCode"
]
},
"x-queryable":true
},
"EmailAddress":{
"maxLength":320,
"type":"string",
"description":"The email address of the user who created the note.",
"nullable":true,
"readOnly":true,
"x-hints":{
"protectionKey":"EmailEO.EmailAddress",
"protectionObjectTitle":"Email",
"protectionState":"TOKENIZED",
"protectionAttributeTitle":"Email"
},
"x-queryable":true
},
"DeleteFlag":{
"title":"Delete Indicator",
"type":"boolean",
"description":"Indicates whether the user has access to delete the note.",
"nullable":true,
"readOnly":true,
"x-queryable":false
},
"SourceObjectId":{
"title":"Related Object",
"maxLength":64,
"type":"string",
"description":"The unique identifier of the parent source object associated to the note.",
"nullable":false,
"x-queryable":true
},
"PartyId":{
"type":"integer",
"description":"The unique identifier of the party.",
"format":"int64",
"nullable":false,
"readOnly":true,
"x-hints":{
"precision":18
},
"x-queryable":true
},
"ParentNoteId":{
"title":"Parent Note ID",
"type":"integer",
"description":"The unique identifier of the note. This is the primary key of the notes table.",
"format":"int64",
"nullable":true,
"x-hints":{
"precision":18
},
"x-queryable":true
},
"SourceSystem":{
"title":"Source System",
"maxLength":30,
"type":"string",
"description":"This is the source object code for the source object as defined in OBJECTS Metadata.",
"nullable":true,
"x-queryable":true
},
"LastUpdateDate":{
"title":"Last Update Date",
"type":"string",
"description":"The date when the record was last updated.",
"format":"date-time",
"nullable":false,
"readOnly":true,
"x-queryable":true
},
"LastUpdateLogin":{
"title":"Last Update Login",
"maxLength":32,
"type":"string",
"description":"The login of the user who last updated the record.",
"nullable":true,
"readOnly":true,
"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 : receivablesCreditMemos-receivablesCreditMemoDFF-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Context Value
Maximum Length:30
Context Value -
__FLEX_Context_DisplayValue: string
Title:
Context Value
Context Value -
CustomerTrxId: integer
(int64)
-
links: array
Links
Title:
Links
The link relations associated with the resource instance.
{
"type":"object",
"properties":{
"CustomerTrxId":{
"type":"integer",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18,
"fnd:GLOBALLY_UNIQUE":"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",
"description":"Context Value",
"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",
"description":"Context Value",
"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 : receivablesCreditMemos-receivablesCreditMemoDistributions-item-response
Type:
Show Source
object
-
AccountClass: string
Maximum Length:
255
The account class of the distribution. Valid values are Revenue, Receivable, Freight, and Tax. -
AccountCombination: string
Maximum Length:
255
The account code combination for the distribution. -
AccountedAmount: number
The amount of the distribution in the ledger currency.
-
Amount: number
The amount of the distribution in the credit memo currency.
-
Comments: string
Maximum Length:
240
The user-defined comments about the distribution. -
CreatedBy: string
Read Only:
true
Maximum Length:64
The user who created the record. -
CreationDate: string
(date-time)
Read Only:
true
The date and time when the record was created. -
CreditMemoLineNumber: integer
The number of the credit memo line associated with the distribution.
-
DetailedTaxLineNumber: integer
The number of the tax line of a credit memo line associated with the distribution.
-
DistributionId: integer
(int64)
The unique identifier of the credit memo distribution.
-
LastUpdateDate: string
(date-time)
Read Only:
true
The date and time the record was last updated. -
LastUpdatedBy: string
Read Only:
true
Maximum Length:64
The user who last updated the record. -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
Percent: number
The percentage of the line amount mapped to this distribution.
-
receivablesCreditMemoDistributionDFF: array
receivablesCreditMemoDistributionDFF
{
"type":"object",
"properties":{
"LastUpdatedBy":{
"maxLength":64,
"type":"string",
"description":"The user who last updated the record.",
"nullable":false,
"readOnly":true,
"x-queryable":false
},
"CreationDate":{
"type":"string",
"description":"The date and time when the record was created.",
"format":"date-time",
"nullable":false,
"readOnly":true,
"x-queryable":false
},
"AccountClass":{
"maxLength":255,
"type":"string",
"description":"The account class of the distribution. Valid values are Revenue, Receivable, Freight, and Tax.",
"nullable":true,
"x-queryable":false
},
"CreatedBy":{
"maxLength":64,
"type":"string",
"description":"The user who created the record.",
"nullable":false,
"readOnly":true,
"x-queryable":false
},
"Percent":{
"type":"number",
"description":"The percentage of the line amount mapped to this distribution.",
"nullable":true,
"x-queryable":false
},
"Comments":{
"maxLength":240,
"type":"string",
"description":"The user-defined comments about the distribution.",
"nullable":true,
"x-queryable":false
},
"Amount":{
"type":"number",
"description":"The amount of the distribution in the credit memo currency.",
"nullable":true,
"x-queryable":false
},
"DistributionId":{
"type":"integer",
"description":"The unique identifier of the credit memo distribution.",
"format":"int64",
"nullable":false,
"x-hints":{
"precision":18,
"fnd:GLOBALLY_UNIQUE":"true"
},
"x-queryable":true
},
"AccountCombination":{
"maxLength":255,
"type":"string",
"description":"The account code combination for the distribution.",
"nullable":true,
"x-queryable":false
},
"AccountedAmount":{
"type":"number",
"description":"The amount of the distribution in the ledger currency.",
"nullable":true,
"x-queryable":false
},
"DetailedTaxLineNumber":{
"type":"integer",
"description":"The number of the tax line of a credit memo line associated with the distribution.",
"nullable":true,
"x-queryable":false
},
"receivablesCreditMemoDistributionDFF":{
"type":"array",
"items":{
"$ref":"#/components/schemas/receivablesCreditMemos-receivablesCreditMemoDistributions-receivablesCreditMemoDistributionDFF-item-response"
},
"x-cardinality":"1"
},
"links":{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
},
"CreditMemoLineNumber":{
"type":"integer",
"description":"The number of the credit memo line associated with the distribution.",
"nullable":true,
"x-queryable":false
},
"LastUpdateDate":{
"type":"string",
"description":"The date and time the record was last updated.",
"format":"date-time",
"nullable":false,
"readOnly":true,
"x-queryable":false
}
}
}
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 : receivablesCreditMemoDistributionDFF
Type:
Show Source
array
-
Array of:
object receivablesCreditMemos-receivablesCreditMemoDistributions-receivablesCreditMemoDistributionDFF-item-response
{
"type":"array",
"items":{
"$ref":"#/components/schemas/receivablesCreditMemos-receivablesCreditMemoDistributions-receivablesCreditMemoDistributionDFF-item-response"
},
"x-cardinality":"1"
}
Nested Schema : receivablesCreditMemos-receivablesCreditMemoDistributions-receivablesCreditMemoDistributionDFF-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Context Value
Maximum Length:30
Context Value -
__FLEX_Context_DisplayValue: string
Title:
Context Value
Context Value -
CustTrxLineGlDistId: integer
(int64)
-
links: array
Links
Title:
Links
The link relations associated with the resource instance.
{
"type":"object",
"properties":{
"links":{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
},
"CustTrxLineGlDistId":{
"type":"integer",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18,
"fnd:GLOBALLY_UNIQUE":"true"
},
"x-queryable":true
},
"__FLEX_Context_DisplayValue":{
"title":"Context Value",
"type":"string",
"description":"Context Value",
"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",
"description":"Context Value",
"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 : Discriminator: __FLEX_Context
Type:
object
Discriminator: __FLEX_Context
Discriminator Values
- FVxUSRACustomerTrxHeaders
- JAxINTaxInvoices
- JAxKRReceivablesInformation
- JAxMYAdditionalInfo
- JAxTWTransactions
- JE_DE_Z4_REPORTING
- JE_ES_MODELO340
- JE_ES_MODELO347
- JE_ES_MODELO347PR
- JE_ES_MODELO349
- JE_ES_MODELO415_347
- JE_ES_MODELO415_347PR
- JE_IL_VAT_REPORTING
- JE_IT_ESL_OF_SERVICES
- JExBGAdditionalInfo
- JExCZAdditionalInfo
- JExESOnlineVatReporting
- JExHRAdditionalInfo
- JExHUAdditionalInfo
- JExPLAdditionalInfo
- JExPTAdditionalInfo
- JExROAdditionalInfo
- JExRSAdditionalInfo
- JExRUAdditionalInfo
- JExSIAdditionalInfo
- JExSKAdditionalInfo
- JExTRAdditionalInfo
- JL_BR_ARXTWMAI_Additional
- JLxARTransactions
- JLxCLTransactions
- JLxCOTransactions
- JLxMXReceivablesInformation
{
"discriminator":{
"propertyName":"__FLEX_Context",
"mapping":{
"FVxUSRACustomerTrxHeaders":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfFVxUSRACustomerTrxHeadersVO-item-response",
"JAxINTaxInvoices":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJAxINTaxInvoicesVO-item-response",
"JAxKRReceivablesInformation":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJAxKRReceivablesInformationVO-item-response",
"JAxMYAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJAxMYAdditionalInfoVO-item-response",
"JAxTWTransactions":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJAxTWTransactionsVO-item-response",
"JE_DE_Z4_REPORTING":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJE__5FDE__5FZ4__5FREPORTINGVO-item-response",
"JE_ES_MODELO340":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJE__5FES__5FMODELO340VO-item-response",
"JE_ES_MODELO347":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJE__5FES__5FMODELO347VO-item-response",
"JE_ES_MODELO347PR":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJE__5FES__5FMODELO347PRVO-item-response",
"JE_ES_MODELO349":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJE__5FES__5FMODELO349VO-item-response",
"JE_ES_MODELO415_347":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJE__5FES__5FMODELO415__5F347VO-item-response",
"JE_ES_MODELO415_347PR":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJE__5FES__5FMODELO415__5F347PRVO-item-response",
"JE_IL_VAT_REPORTING":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJE__5FIL__5FVAT__5FREPORTINGVO-item-response",
"JE_IT_ESL_OF_SERVICES":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJE__5FIT__5FESL__5FOF__5FSERVICESVO-item-response",
"JExBGAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExBGAdditionalInfoVO-item-response",
"JExCZAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExCZAdditionalInfoVO-item-response",
"JExESOnlineVatReporting":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExESOnlineVatReportingVO-item-response",
"JExHRAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExHRAdditionalInfoVO-item-response",
"JExHUAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExHUAdditionalInfoVO-item-response",
"JExPLAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExPLAdditionalInfoVO-item-response",
"JExPTAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExPTAdditionalInfoVO-item-response",
"JExROAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExROAdditionalInfoVO-item-response",
"JExRSAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExRSAdditionalInfoVO-item-response",
"JExRUAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExRUAdditionalInfoVO-item-response",
"JExSIAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExSIAdditionalInfoVO-item-response",
"JExSKAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExSKAdditionalInfoVO-item-response",
"JExTRAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExTRAdditionalInfoVO-item-response",
"JL_BR_ARXTWMAI_Additional":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJL__5FBR__5FARXTWMAI__5FAdditionalVO-item-response",
"JLxARTransactions":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJLxARTransactionsVO-item-response",
"JLxCLTransactions":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJLxCLTransactionsVO-item-response",
"JLxCOTransactions":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJLxCOTransactionsVO-item-response",
"JLxMXReceivablesInformation":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJLxMXReceivablesInformationVO-item-response"
}
},
"oneOf":[
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfFVxUSRACustomerTrxHeadersVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJAxINTaxInvoicesVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJAxKRReceivablesInformationVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJAxMYAdditionalInfoVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJAxTWTransactionsVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJE__5FDE__5FZ4__5FREPORTINGVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJE__5FES__5FMODELO340VO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJE__5FES__5FMODELO347VO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJE__5FES__5FMODELO347PRVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJE__5FES__5FMODELO349VO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJE__5FES__5FMODELO415__5F347VO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJE__5FES__5FMODELO415__5F347PRVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJE__5FIL__5FVAT__5FREPORTINGVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJE__5FIT__5FESL__5FOF__5FSERVICESVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExBGAdditionalInfoVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExCZAdditionalInfoVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExESOnlineVatReportingVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExHRAdditionalInfoVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExHUAdditionalInfoVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExPLAdditionalInfoVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExPTAdditionalInfoVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExROAdditionalInfoVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExRSAdditionalInfoVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExRUAdditionalInfoVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExSIAdditionalInfoVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExSKAdditionalInfoVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExTRAdditionalInfoVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJL__5FBR__5FARXTWMAI__5FAdditionalVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJLxARTransactionsVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJLxCLTransactionsVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJLxCOTransactionsVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJLxMXReceivablesInformationVO-item-response"
}
]
}
Match One Schema
Show Source
-
FVxUSRACustomerTrxHeaders -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfFVxUSRACustomerTrxHeadersVO-item-response
-
JAxINTaxInvoices -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJAxINTaxInvoicesVO-item-response
-
JAxKRReceivablesInformation -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJAxKRReceivablesInformationVO-item-response
-
JAxMYAdditionalInfo -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJAxMYAdditionalInfoVO-item-response
-
JAxTWTransactions -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJAxTWTransactionsVO-item-response
-
JE_DE_Z4_REPORTING -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJE__5FDE__5FZ4__5FREPORTINGVO-item-response
-
JE_ES_MODELO340 -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJE__5FES__5FMODELO340VO-item-response
-
JE_ES_MODELO347 -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJE__5FES__5FMODELO347VO-item-response
-
JE_ES_MODELO347PR -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJE__5FES__5FMODELO347PRVO-item-response
-
JE_ES_MODELO349 -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJE__5FES__5FMODELO349VO-item-response
-
JE_ES_MODELO415_347 -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJE__5FES__5FMODELO415__5F347VO-item-response
-
JE_ES_MODELO415_347PR -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJE__5FES__5FMODELO415__5F347PRVO-item-response
-
JE_IL_VAT_REPORTING -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJE__5FIL__5FVAT__5FREPORTINGVO-item-response
-
JE_IT_ESL_OF_SERVICES -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJE__5FIT__5FESL__5FOF__5FSERVICESVO-item-response
-
JExBGAdditionalInfo -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExBGAdditionalInfoVO-item-response
-
JExCZAdditionalInfo -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExCZAdditionalInfoVO-item-response
-
JExESOnlineVatReporting -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExESOnlineVatReportingVO-item-response
-
JExHRAdditionalInfo -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExHRAdditionalInfoVO-item-response
-
JExHUAdditionalInfo -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExHUAdditionalInfoVO-item-response
-
JExPLAdditionalInfo -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExPLAdditionalInfoVO-item-response
-
JExPTAdditionalInfo -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExPTAdditionalInfoVO-item-response
-
JExROAdditionalInfo -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExROAdditionalInfoVO-item-response
-
JExRSAdditionalInfo -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExRSAdditionalInfoVO-item-response
-
JExRUAdditionalInfo -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExRUAdditionalInfoVO-item-response
-
JExSIAdditionalInfo -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExSIAdditionalInfoVO-item-response
-
JExSKAdditionalInfo -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExSKAdditionalInfoVO-item-response
-
JExTRAdditionalInfo -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExTRAdditionalInfoVO-item-response
-
JL_BR_ARXTWMAI_Additional -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJL__5FBR__5FARXTWMAI__5FAdditionalVO-item-response
-
JLxARTransactions -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJLxARTransactionsVO-item-response
-
JLxCLTransactions -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJLxCLTransactionsVO-item-response
-
JLxCOTransactions -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJLxCOTransactionsVO-item-response
-
JLxMXReceivablesInformation -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJLxMXReceivablesInformationVO-item-response
{
"discriminator":{
"propertyName":"__FLEX_Context",
"mapping":{
"FVxUSRACustomerTrxHeaders":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfFVxUSRACustomerTrxHeadersVO-item-response",
"JAxINTaxInvoices":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJAxINTaxInvoicesVO-item-response",
"JAxKRReceivablesInformation":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJAxKRReceivablesInformationVO-item-response",
"JAxMYAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJAxMYAdditionalInfoVO-item-response",
"JAxTWTransactions":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJAxTWTransactionsVO-item-response",
"JE_DE_Z4_REPORTING":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJE__5FDE__5FZ4__5FREPORTINGVO-item-response",
"JE_ES_MODELO340":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJE__5FES__5FMODELO340VO-item-response",
"JE_ES_MODELO347":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJE__5FES__5FMODELO347VO-item-response",
"JE_ES_MODELO347PR":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJE__5FES__5FMODELO347PRVO-item-response",
"JE_ES_MODELO349":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJE__5FES__5FMODELO349VO-item-response",
"JE_ES_MODELO415_347":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJE__5FES__5FMODELO415__5F347VO-item-response",
"JE_ES_MODELO415_347PR":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJE__5FES__5FMODELO415__5F347PRVO-item-response",
"JE_IL_VAT_REPORTING":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJE__5FIL__5FVAT__5FREPORTINGVO-item-response",
"JE_IT_ESL_OF_SERVICES":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJE__5FIT__5FESL__5FOF__5FSERVICESVO-item-response",
"JExBGAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExBGAdditionalInfoVO-item-response",
"JExCZAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExCZAdditionalInfoVO-item-response",
"JExESOnlineVatReporting":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExESOnlineVatReportingVO-item-response",
"JExHRAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExHRAdditionalInfoVO-item-response",
"JExHUAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExHUAdditionalInfoVO-item-response",
"JExPLAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExPLAdditionalInfoVO-item-response",
"JExPTAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExPTAdditionalInfoVO-item-response",
"JExROAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExROAdditionalInfoVO-item-response",
"JExRSAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExRSAdditionalInfoVO-item-response",
"JExRUAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExRUAdditionalInfoVO-item-response",
"JExSIAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExSIAdditionalInfoVO-item-response",
"JExSKAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExSKAdditionalInfoVO-item-response",
"JExTRAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExTRAdditionalInfoVO-item-response",
"JL_BR_ARXTWMAI_Additional":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJL__5FBR__5FARXTWMAI__5FAdditionalVO-item-response",
"JLxARTransactions":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJLxARTransactionsVO-item-response",
"JLxCLTransactions":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJLxCLTransactionsVO-item-response",
"JLxCOTransactions":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJLxCOTransactionsVO-item-response",
"JLxMXReceivablesInformation":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJLxMXReceivablesInformationVO-item-response"
}
},
"oneOf":[
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfFVxUSRACustomerTrxHeadersVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJAxINTaxInvoicesVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJAxKRReceivablesInformationVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJAxMYAdditionalInfoVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJAxTWTransactionsVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJE__5FDE__5FZ4__5FREPORTINGVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJE__5FES__5FMODELO340VO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJE__5FES__5FMODELO347VO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJE__5FES__5FMODELO347PRVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJE__5FES__5FMODELO349VO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJE__5FES__5FMODELO415__5F347VO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJE__5FES__5FMODELO415__5F347PRVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJE__5FIL__5FVAT__5FREPORTINGVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJE__5FIT__5FESL__5FOF__5FSERVICESVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExBGAdditionalInfoVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExCZAdditionalInfoVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExESOnlineVatReportingVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExHRAdditionalInfoVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExHUAdditionalInfoVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExPLAdditionalInfoVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExPTAdditionalInfoVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExROAdditionalInfoVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExRSAdditionalInfoVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExRUAdditionalInfoVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExSIAdditionalInfoVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExSKAdditionalInfoVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExTRAdditionalInfoVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJL__5FBR__5FARXTWMAI__5FAdditionalVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJLxARTransactionsVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJLxCLTransactionsVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJLxCOTransactionsVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJLxMXReceivablesInformationVO-item-response"
}
]
}
Nested Schema : oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfFVxUSRACustomerTrxHeadersVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Regional Information
Maximum Length:30
Default Value:FVxUSRACustomerTrxHeaders
Regional Information -
__FLEX_Context_DisplayValue: string
Title:
Regional Information
Regional Information -
CustomerTrxId: integer
(int64)
-
DeliveryDateforTaxPointDate: string
(date)
Title:
Delivery Date for Tax Point Date
Delivery Date for Tax Point Date -
ExcludeFromNetting: string
Title:
Exclude From Netting
Maximum Length:240
Exclude From Netting -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
transactionSubcategoryCode: string
Title:
Transaction Subcategory Code
Maximum Length:240
Transaction Subcategory Code
{
"type":"object",
"properties":{
"transactionSubcategoryCode":{
"title":"Transaction Subcategory Code",
"maxLength":240,
"type":"string",
"description":"Transaction Subcategory Code",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"ORA_FV_TRX_SUBCAT#TABLE",
"controlType":"combo_lov",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"transactionSubcategoryCode",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE1",
"FND_ACFF_SegmentName":"TransactionSubcategoryCode",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context_DisplayValue":{
"title":"Regional Information",
"type":"string",
"description":"Regional Information",
"nullable":true,
"x-hints":{
"updateable":"false",
"DISPLAYHINT":"Hide",
"FND_ACFF_IsReadOnly":"true",
"FND_ACFF_AkaRealSegmentAttrName":"__FLEX_Context",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"DeliveryDateforTaxPointDate":{
"title":"Delivery Date for Tax Point Date",
"type":"string",
"description":"Delivery Date for Tax Point Date",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_IsGlobal":"true",
"FND_ACFF_OpenIdentifier":"DeliveryDateforTaxPointDate",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE_DATE5",
"FND_ACFF_IsGlobalDisplay":"true",
"FND_ACFF_SegmentName":"DeliveryDateforTaxPointDate",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"ExcludeFromNetting":{
"title":"Exclude From Netting",
"maxLength":240,
"type":"string",
"description":"Exclude From Netting",
"nullable":true,
"x-hints":{
"FND_ACFF_CheckboxUncheckedValue":"N",
"FND_ACFF_InstructionText":"Exclude the transaction from the netting selection process.",
"FND_ACFF_DV":"N",
"FND_ACFF_OpenIdentifier":"ExcludeFromNetting",
"FND_ACFF_SegmentName":"ExcludeFromNetting",
"FND_ACFF_ValueSetInfo":"JE_YES_NO#TABLE",
"controlType":"check_box",
"includeInCompactView":true,
"FND_ACFF_IsGlobal":"true",
"FND_ACFF_DVT":"C",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_CheckboxCheckedValue":"Y",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE30",
"FND_ACFF_IsGlobalDisplay":"true",
"FND_ACFF_PreferredDisplayType":"CHECKBOX"
},
"x-oj":{
"componentType":"oj-sp-flex-checkbox",
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"CustomerTrxId":{
"type":"integer",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18,
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"links":{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
},
"__FLEX_Context":{
"title":"Regional Information",
"maxLength":30,
"type":"string",
"description":"Regional Information",
"nullable":true,
"default":"FVxUSRACustomerTrxHeaders",
"x-hints":{
"FND_ACFF_AkaAttrName":"__FLEX_Context_DisplayValue",
"FND_ACFF_IsDiscriminator":"true",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FND_ACFF_ValueSetInfo":"JG_GDF_CONTEXTS_BY_COUNTRY#TABLE",
"controlType":"choice",
"includeInCompactView":true,
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
}
}
}
Nested Schema : oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJAxINTaxInvoicesVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Regional Information
Maximum Length:30
Default Value:JAxINTaxInvoices
Regional Information -
__FLEX_Context_DisplayValue: string
Title:
Regional Information
Regional Information -
CustomerTrxId: integer
(int64)
-
DeliveryDateforTaxPointDate: string
(date)
Title:
Delivery Date for Tax Point Date
Delivery Date for Tax Point Date -
ExcludeFromNetting: string
Title:
Exclude From Netting
Maximum Length:240
Exclude From Netting -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
OriginalTaxInvoiceDate: string
(date)
Title:
Original Tax Invoice Date
Original Tax Invoice Date -
OriginalTaxInvoiceNumber: string
Title:
Original Tax Invoice Number
Maximum Length:240
Original Tax Invoice Number -
PortCode: string
Title:
Port Code
Maximum Length:240
Port Code -
proofOfExportNumber: string
Title:
Proof of Export Number
Maximum Length:240
Proof of Export Number -
ProofReceivedDate: string
(date)
Title:
Proof Received Date
Proof Received Date -
ShippingBillDateOrBillOfExport: string
(date)
Title:
Shipping Bill Date or Bill of Export Date
Shipping Bill Date or Bill of Export Date -
ShippingBillNoOrBillOfExportNo: string
Title:
Shipping Bill No. or Bill of Export No.
Maximum Length:240
Shipping Bill No. or Bill of Export No. -
TaxInvoiceDate: string
(date)
Title:
Tax Invoice Date
Tax Invoice Date -
TaxInvoiceNumber: string
Title:
Tax Invoice Number
Maximum Length:240
Tax Invoice Number
{
"type":"object",
"properties":{
"ShippingBillNoOrBillOfExportNo":{
"title":"Shipping Bill No. or Bill of Export No.",
"maxLength":240,
"type":"string",
"description":"Shipping Bill No. or Bill of Export No.",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JG_CHARACTER_L150#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"ShippingBillNoOrBillOfExportNo",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"150",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE3",
"FND_ACFF_SegmentName":"ShippingBillNoOrBillOfExportNo",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"TaxInvoiceDate":{
"title":"Tax Invoice Date",
"type":"string",
"description":"Tax Invoice Date",
"format":"date",
"nullable":true,
"x-hints":{
"updateable":"false",
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"FND_ACFF_IsReadOnly":"true",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"TaxInvoiceDate",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE_DATE1",
"FND_ACFF_SegmentName":"TaxInvoiceDate",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"ExcludeFromNetting":{
"title":"Exclude From Netting",
"maxLength":240,
"type":"string",
"description":"Exclude From Netting",
"nullable":true,
"x-hints":{
"FND_ACFF_CheckboxUncheckedValue":"N",
"FND_ACFF_InstructionText":"Exclude the transaction from the netting selection process.",
"FND_ACFF_DV":"N",
"FND_ACFF_OpenIdentifier":"ExcludeFromNetting",
"FND_ACFF_SegmentName":"ExcludeFromNetting",
"FND_ACFF_ValueSetInfo":"JE_YES_NO#TABLE",
"controlType":"check_box",
"includeInCompactView":true,
"FND_ACFF_IsGlobal":"true",
"FND_ACFF_DVT":"C",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_CheckboxCheckedValue":"Y",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE30",
"FND_ACFF_IsGlobalDisplay":"true",
"FND_ACFF_PreferredDisplayType":"CHECKBOX"
},
"x-oj":{
"componentType":"oj-sp-flex-checkbox",
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"TaxInvoiceNumber":{
"title":"Tax Invoice Number",
"maxLength":240,
"type":"string",
"description":"Tax Invoice Number",
"nullable":true,
"x-hints":{
"updateable":"false",
"FND_ACFF_ValueSetInfo":"JG_CHARACTER_L150#FORMAT_ONLY",
"FND_ACFF_IsReadOnly":"true",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"TaxInvoiceNumber",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"150",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE1",
"FND_ACFF_SegmentName":"TaxInvoiceNumber",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"CustomerTrxId":{
"type":"integer",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18,
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"OriginalTaxInvoiceDate":{
"title":"Original Tax Invoice Date",
"type":"string",
"description":"Original Tax Invoice Date",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"OriginalTaxInvoiceDate",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE_DATE2",
"FND_ACFF_SegmentName":"OriginalTaxInvoiceDate",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"ShippingBillDateOrBillOfExport":{
"title":"Shipping Bill Date or Bill of Export Date",
"type":"string",
"description":"Shipping Bill Date or Bill of Export Date",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"ShippingBillDateOrBillOfExport",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE_DATE3",
"FND_ACFF_SegmentName":"ShippingBillDateOrBillOfExport",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"proofOfExportNumber":{
"title":"Proof of Export Number",
"maxLength":240,
"type":"string",
"description":"Proof of Export Number",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JG_CHARACTER_L150#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"proofOfExportNumber",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"150",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE5",
"FND_ACFF_SegmentName":"ProofofExportNumber",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"PortCode":{
"title":"Port Code",
"maxLength":240,
"type":"string",
"description":"Port Code",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JG_CHARACTER_L150#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"PortCode",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"150",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE4",
"FND_ACFF_SegmentName":"PortCode",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context_DisplayValue":{
"title":"Regional Information",
"type":"string",
"description":"Regional Information",
"nullable":true,
"x-hints":{
"updateable":"false",
"DISPLAYHINT":"Hide",
"FND_ACFF_IsReadOnly":"true",
"FND_ACFF_AkaRealSegmentAttrName":"__FLEX_Context",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"DeliveryDateforTaxPointDate":{
"title":"Delivery Date for Tax Point Date",
"type":"string",
"description":"Delivery Date for Tax Point Date",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_IsGlobal":"true",
"FND_ACFF_OpenIdentifier":"DeliveryDateforTaxPointDate",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE_DATE5",
"FND_ACFF_IsGlobalDisplay":"true",
"FND_ACFF_SegmentName":"DeliveryDateforTaxPointDate",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"ProofReceivedDate":{
"title":"Proof Received Date",
"type":"string",
"description":"Proof Received Date",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"ProofReceivedDate",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE_DATE4",
"FND_ACFF_SegmentName":"ProofReceivedDate",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"links":{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
},
"OriginalTaxInvoiceNumber":{
"title":"Original Tax Invoice Number",
"maxLength":240,
"type":"string",
"description":"Original Tax Invoice Number",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JG_CHARACTER_L150#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"OriginalTaxInvoiceNumber",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"150",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE2",
"FND_ACFF_SegmentName":"OriginalTaxInvoiceNumber",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context":{
"title":"Regional Information",
"maxLength":30,
"type":"string",
"description":"Regional Information",
"nullable":true,
"default":"JAxINTaxInvoices",
"x-hints":{
"FND_ACFF_AkaAttrName":"__FLEX_Context_DisplayValue",
"FND_ACFF_IsDiscriminator":"true",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FND_ACFF_ValueSetInfo":"JG_GDF_CONTEXTS_BY_COUNTRY#TABLE",
"controlType":"choice",
"includeInCompactView":true,
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
}
}
}
Nested Schema : oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJAxKRReceivablesInformationVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Regional Information
Maximum Length:30
Default Value:JAxKRReceivablesInformation
Regional Information -
__FLEX_Context_DisplayValue: string
Title:
Regional Information
Regional Information -
_SentByElectronicMedia: string
Title:
Sent by Electronic Media
Maximum Length:240
Sent by Electronic Media -
_SentByElectronicMedia_Display: string
Title:
Sent by Electronic Media
Sent by Electronic Media -
CustomerTrxId: integer
(int64)
-
DeliveryDateforTaxPointDate: string
(date)
Title:
Delivery Date for Tax Point Date
Delivery Date for Tax Point Date -
ExcludeFromNetting: string
Title:
Exclude From Netting
Maximum Length:240
Exclude From Netting -
links: array
Links
Title:
Links
The link relations associated with the resource instance.
{
"type":"object",
"properties":{
"_SentByElectronicMedia_Display":{
"title":"Sent by Electronic Media",
"type":"string",
"description":"Sent by Electronic Media",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_SentByElectronicMedia",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context_DisplayValue":{
"title":"Regional Information",
"type":"string",
"description":"Regional Information",
"nullable":true,
"x-hints":{
"updateable":"false",
"DISPLAYHINT":"Hide",
"FND_ACFF_IsReadOnly":"true",
"FND_ACFF_AkaRealSegmentAttrName":"__FLEX_Context",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"DeliveryDateforTaxPointDate":{
"title":"Delivery Date for Tax Point Date",
"type":"string",
"description":"Delivery Date for Tax Point Date",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_IsGlobal":"true",
"FND_ACFF_OpenIdentifier":"DeliveryDateforTaxPointDate",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE_DATE5",
"FND_ACFF_IsGlobalDisplay":"true",
"FND_ACFF_SegmentName":"DeliveryDateforTaxPointDate",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"ExcludeFromNetting":{
"title":"Exclude From Netting",
"maxLength":240,
"type":"string",
"description":"Exclude From Netting",
"nullable":true,
"x-hints":{
"FND_ACFF_CheckboxUncheckedValue":"N",
"FND_ACFF_InstructionText":"Exclude the transaction from the netting selection process.",
"FND_ACFF_DV":"N",
"FND_ACFF_OpenIdentifier":"ExcludeFromNetting",
"FND_ACFF_SegmentName":"ExcludeFromNetting",
"FND_ACFF_ValueSetInfo":"JE_YES_NO#TABLE",
"controlType":"check_box",
"includeInCompactView":true,
"FND_ACFF_IsGlobal":"true",
"FND_ACFF_DVT":"C",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_CheckboxCheckedValue":"Y",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE30",
"FND_ACFF_IsGlobalDisplay":"true",
"FND_ACFF_PreferredDisplayType":"CHECKBOX"
},
"x-oj":{
"componentType":"oj-sp-flex-checkbox",
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"CustomerTrxId":{
"type":"integer",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18,
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"links":{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
},
"__FLEX_Context":{
"title":"Regional Information",
"maxLength":30,
"type":"string",
"description":"Regional Information",
"nullable":true,
"default":"JAxKRReceivablesInformation",
"x-hints":{
"FND_ACFF_AkaAttrName":"__FLEX_Context_DisplayValue",
"FND_ACFF_IsDiscriminator":"true",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FND_ACFF_ValueSetInfo":"JG_GDF_CONTEXTS_BY_COUNTRY#TABLE",
"controlType":"choice",
"includeInCompactView":true,
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_SentByElectronicMedia":{
"title":"Sent by Electronic Media",
"maxLength":240,
"type":"string",
"description":"Sent by Electronic Media",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_SentByElectronicMedia_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"JE_YES_NO#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE1",
"FND_ACFF_SegmentName":"SentByElectronicMedia",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
}
}
}
Nested Schema : oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJAxMYAdditionalInfoVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Regional Information
Maximum Length:30
Default Value:JAxMYAdditionalInfo
Regional Information -
__FLEX_Context_DisplayValue: string
Title:
Regional Information
Regional Information -
CustomerTrxId: integer
(int64)
-
DeliveryDateforTaxPointDate: string
(date)
Title:
Delivery Date for Tax Point Date
Delivery Date for Tax Point Date -
ExcludeFromNetting: string
Title:
Exclude From Netting
Maximum Length:240
Exclude From Netting -
IRBMUniqueIdentifier: string
Title:
IRBM Unique Identifier
Maximum Length:240
IRBM Unique Identifier -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
ValidationDate: string
Title:
Validation Date
Maximum Length:240
Validation Date -
ValidationIdentifier: string
Title:
Validation Identifier
Maximum Length:240
Validation Identifier
{
"type":"object",
"properties":{
"ValidationDate":{
"title":"Validation Date",
"maxLength":240,
"type":"string",
"description":"Validation Date",
"nullable":true,
"x-hints":{
"updateable":"false",
"FND_ACFF_ValueSetInfo":"ORA_JG_CHARACTER_L30#FORMAT_ONLY",
"FND_ACFF_IsReadOnly":"true",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"ValidationDate",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE3",
"FND_ACFF_SegmentName":"ValidationDate",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context_DisplayValue":{
"title":"Regional Information",
"type":"string",
"description":"Regional Information",
"nullable":true,
"x-hints":{
"updateable":"false",
"DISPLAYHINT":"Hide",
"FND_ACFF_IsReadOnly":"true",
"FND_ACFF_AkaRealSegmentAttrName":"__FLEX_Context",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"DeliveryDateforTaxPointDate":{
"title":"Delivery Date for Tax Point Date",
"type":"string",
"description":"Delivery Date for Tax Point Date",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_IsGlobal":"true",
"FND_ACFF_OpenIdentifier":"DeliveryDateforTaxPointDate",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE_DATE5",
"FND_ACFF_IsGlobalDisplay":"true",
"FND_ACFF_SegmentName":"DeliveryDateforTaxPointDate",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"ValidationIdentifier":{
"title":"Validation Identifier",
"maxLength":240,
"type":"string",
"description":"Validation Identifier",
"nullable":true,
"x-hints":{
"updateable":"false",
"FND_ACFF_ValueSetInfo":"ORA_JG_CHARACTER_L240#FORMAT_ONLY",
"FND_ACFF_IsReadOnly":"true",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"ValidationIdentifier",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"240",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE2",
"FND_ACFF_SegmentName":"ValidationIdentifier",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"ExcludeFromNetting":{
"title":"Exclude From Netting",
"maxLength":240,
"type":"string",
"description":"Exclude From Netting",
"nullable":true,
"x-hints":{
"FND_ACFF_CheckboxUncheckedValue":"N",
"FND_ACFF_InstructionText":"Exclude the transaction from the netting selection process.",
"FND_ACFF_DV":"N",
"FND_ACFF_OpenIdentifier":"ExcludeFromNetting",
"FND_ACFF_SegmentName":"ExcludeFromNetting",
"FND_ACFF_ValueSetInfo":"JE_YES_NO#TABLE",
"controlType":"check_box",
"includeInCompactView":true,
"FND_ACFF_IsGlobal":"true",
"FND_ACFF_DVT":"C",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_CheckboxCheckedValue":"Y",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE30",
"FND_ACFF_IsGlobalDisplay":"true",
"FND_ACFF_PreferredDisplayType":"CHECKBOX"
},
"x-oj":{
"componentType":"oj-sp-flex-checkbox",
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"CustomerTrxId":{
"type":"integer",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18,
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"IRBMUniqueIdentifier":{
"title":"IRBM Unique Identifier",
"maxLength":240,
"type":"string",
"description":"IRBM Unique Identifier",
"nullable":true,
"x-hints":{
"updateable":"false",
"FND_ACFF_ValueSetInfo":"ORA_JG_CHARACTER_L26#FORMAT_ONLY",
"FND_ACFF_IsReadOnly":"true",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"IRBMUniqueIdentifier",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"26",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE1",
"FND_ACFF_SegmentName":"IRBMUniqueIdentifier",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"links":{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
},
"__FLEX_Context":{
"title":"Regional Information",
"maxLength":30,
"type":"string",
"description":"Regional Information",
"nullable":true,
"default":"JAxMYAdditionalInfo",
"x-hints":{
"FND_ACFF_AkaAttrName":"__FLEX_Context_DisplayValue",
"FND_ACFF_IsDiscriminator":"true",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FND_ACFF_ValueSetInfo":"JG_GDF_CONTEXTS_BY_COUNTRY#TABLE",
"controlType":"choice",
"includeInCompactView":true,
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
}
}
}
Nested Schema : oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJAxTWTransactionsVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Regional Information
Maximum Length:30
Default Value:JAxTWTransactions
Regional Information -
__FLEX_Context_DisplayValue: string
Title:
Regional Information
Regional Information -
CustomerTrxId: integer
(int64)
-
DeliveryDateforTaxPointDate: string
(date)
Title:
Delivery Date for Tax Point Date
Delivery Date for Tax Point Date -
ExcludeFromNetting: string
Title:
Exclude From Netting
Maximum Length:240
Exclude From Netting -
exportCertificateNumber: string
Title:
Export Certificate Number
Maximum Length:240
Export Certificate Number -
exportDate: string
(date)
Title:
Export Date
Export Date -
exportMethod: string
Title:
Export Method
Maximum Length:240
Export Method -
exportMethod_Display: string
Title:
Export Method
Export Method -
exportName: string
Title:
Export Name
Maximum Length:240
Export Name -
exportName_Display: string
Title:
Export Name
Export Name -
exportType: string
Title:
Export Type
Maximum Length:240
Export Type -
exportType_Display: string
Title:
Export Type
Export Type -
legacyUniformInvoice: string
Title:
Legacy Uniform Invoice
Maximum Length:240
Legacy Uniform Invoice -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
originalTransactionNumber: string
Title:
Original Transaction Number
Maximum Length:240
Original Transaction Number
{
"type":"object",
"properties":{
"exportCertificateNumber":{
"title":"Export Certificate Number",
"maxLength":240,
"type":"string",
"description":"Export Certificate Number",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JG_CHARACTER_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"exportCertificateNumber",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE4",
"FND_ACFF_SegmentName":"ExportCertificateNumber",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"exportType_Display":{
"title":"Export Type",
"type":"string",
"description":"Export Type",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"exportType",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"ExcludeFromNetting":{
"title":"Exclude From Netting",
"maxLength":240,
"type":"string",
"description":"Exclude From Netting",
"nullable":true,
"x-hints":{
"FND_ACFF_CheckboxUncheckedValue":"N",
"FND_ACFF_InstructionText":"Exclude the transaction from the netting selection process.",
"FND_ACFF_DV":"N",
"FND_ACFF_OpenIdentifier":"ExcludeFromNetting",
"FND_ACFF_SegmentName":"ExcludeFromNetting",
"FND_ACFF_ValueSetInfo":"JE_YES_NO#TABLE",
"controlType":"check_box",
"includeInCompactView":true,
"FND_ACFF_IsGlobal":"true",
"FND_ACFF_DVT":"C",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_CheckboxCheckedValue":"Y",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE30",
"FND_ACFF_IsGlobalDisplay":"true",
"FND_ACFF_PreferredDisplayType":"CHECKBOX"
},
"x-oj":{
"componentType":"oj-sp-flex-checkbox",
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"CustomerTrxId":{
"type":"integer",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18,
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"exportName":{
"title":"Export Name",
"maxLength":240,
"type":"string",
"description":"Export Name",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"exportName_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"ORA_JATW_AR_EXPORT_CERT_NAME#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_OpenIdentifier":"exportName",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE5",
"FND_ACFF_SegmentName":"ExportName",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"exportMethod":{
"title":"Export Method",
"maxLength":240,
"type":"string",
"description":"Export Method",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"exportMethod_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"ORA_JATW_AR_EXPORT_METHOD#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_OpenIdentifier":"exportMethod",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE6",
"FND_ACFF_SegmentName":"ExportMethod",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"exportDate":{
"title":"Export Date",
"type":"string",
"description":"Export Date",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JLBR_STANDARD_DATE_STANDARD#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"exportDate",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE_DATE1",
"FND_ACFF_SegmentName":"ExportDate",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context_DisplayValue":{
"title":"Regional Information",
"type":"string",
"description":"Regional Information",
"nullable":true,
"x-hints":{
"updateable":"false",
"DISPLAYHINT":"Hide",
"FND_ACFF_IsReadOnly":"true",
"FND_ACFF_AkaRealSegmentAttrName":"__FLEX_Context",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"exportType":{
"title":"Export Type",
"maxLength":240,
"type":"string",
"description":"Export Type",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"exportType_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"ORA_JATW_AR_EXPORT_TYPE#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_OpenIdentifier":"exportType",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE7",
"FND_ACFF_SegmentName":"ExportType",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"DeliveryDateforTaxPointDate":{
"title":"Delivery Date for Tax Point Date",
"type":"string",
"description":"Delivery Date for Tax Point Date",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_IsGlobal":"true",
"FND_ACFF_OpenIdentifier":"DeliveryDateforTaxPointDate",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE_DATE5",
"FND_ACFF_IsGlobalDisplay":"true",
"FND_ACFF_SegmentName":"DeliveryDateforTaxPointDate",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"originalTransactionNumber":{
"title":"Original Transaction Number",
"maxLength":240,
"type":"string",
"description":"Original Transaction Number",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JG_CHARACTER_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"originalTransactionNumber",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE9",
"FND_ACFF_SegmentName":"OriginalTransactionNumber",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"links":{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
},
"exportMethod_Display":{
"title":"Export Method",
"type":"string",
"description":"Export Method",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"exportMethod",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"legacyUniformInvoice":{
"title":"Legacy Uniform Invoice",
"maxLength":240,
"type":"string",
"description":"Legacy Uniform Invoice",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JG_CHARACTER_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"legacyUniformInvoice",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE10",
"FND_ACFF_SegmentName":"LegacyUniformInvoice",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"exportName_Display":{
"title":"Export Name",
"type":"string",
"description":"Export Name",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"exportName",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context":{
"title":"Regional Information",
"maxLength":30,
"type":"string",
"description":"Regional Information",
"nullable":true,
"default":"JAxTWTransactions",
"x-hints":{
"FND_ACFF_AkaAttrName":"__FLEX_Context_DisplayValue",
"FND_ACFF_IsDiscriminator":"true",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FND_ACFF_ValueSetInfo":"JG_GDF_CONTEXTS_BY_COUNTRY#TABLE",
"controlType":"choice",
"includeInCompactView":true,
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
}
}
}
Nested Schema : oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJE__5FDE__5FZ4__5FREPORTINGVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Regional Information
Maximum Length:30
Default Value:JE_DE_Z4_REPORTING
Regional Information -
__FLEX_Context_DisplayValue: string
Title:
Regional Information
Regional Information -
_Reason: string
Title:
Reason
Maximum Length:240
Reason -
_Reason_Display: string
Title:
Reason
Reason -
_Record__Type: string
Title:
Record Type
Maximum Length:240
Record Type -
_Record__Type_Display: string
Title:
Record Type
Record Type -
CustomerTrxId: integer
(int64)
-
DeliveryDateforTaxPointDate: string
(date)
Title:
Delivery Date for Tax Point Date
Delivery Date for Tax Point Date -
ExcludeFromNetting: string
Title:
Exclude From Netting
Maximum Length:240
Exclude From Netting -
links: array
Links
Title:
Links
The link relations associated with the resource instance.
{
"type":"object",
"properties":{
"_Record__Type_Display":{
"title":"Record Type",
"type":"string",
"description":"Record Type",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_Record__Type",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Record__Type":{
"title":"Record Type",
"maxLength":240,
"type":"string",
"description":"Record Type",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_Record__Type_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"JEDE_Z4_REPORTING_RECORD_TYPE#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE1",
"FND_ACFF_SegmentName":"Record Type",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context_DisplayValue":{
"title":"Regional Information",
"type":"string",
"description":"Regional Information",
"nullable":true,
"x-hints":{
"updateable":"false",
"DISPLAYHINT":"Hide",
"FND_ACFF_IsReadOnly":"true",
"FND_ACFF_AkaRealSegmentAttrName":"__FLEX_Context",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"DeliveryDateforTaxPointDate":{
"title":"Delivery Date for Tax Point Date",
"type":"string",
"description":"Delivery Date for Tax Point Date",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_IsGlobal":"true",
"FND_ACFF_OpenIdentifier":"DeliveryDateforTaxPointDate",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE_DATE5",
"FND_ACFF_IsGlobalDisplay":"true",
"FND_ACFF_SegmentName":"DeliveryDateforTaxPointDate",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Reason_Display":{
"title":"Reason",
"type":"string",
"description":"Reason",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_Reason",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"ExcludeFromNetting":{
"title":"Exclude From Netting",
"maxLength":240,
"type":"string",
"description":"Exclude From Netting",
"nullable":true,
"x-hints":{
"FND_ACFF_CheckboxUncheckedValue":"N",
"FND_ACFF_InstructionText":"Exclude the transaction from the netting selection process.",
"FND_ACFF_DV":"N",
"FND_ACFF_OpenIdentifier":"ExcludeFromNetting",
"FND_ACFF_SegmentName":"ExcludeFromNetting",
"FND_ACFF_ValueSetInfo":"JE_YES_NO#TABLE",
"controlType":"check_box",
"includeInCompactView":true,
"FND_ACFF_IsGlobal":"true",
"FND_ACFF_DVT":"C",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_CheckboxCheckedValue":"Y",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE30",
"FND_ACFF_IsGlobalDisplay":"true",
"FND_ACFF_PreferredDisplayType":"CHECKBOX"
},
"x-oj":{
"componentType":"oj-sp-flex-checkbox",
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"CustomerTrxId":{
"type":"integer",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18,
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"_Reason":{
"title":"Reason",
"maxLength":240,
"type":"string",
"description":"Reason",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_Reason_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"JEDE_Z4_REPORTING_REASON#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE2",
"FND_ACFF_SegmentName":"Reason",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"links":{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
},
"__FLEX_Context":{
"title":"Regional Information",
"maxLength":30,
"type":"string",
"description":"Regional Information",
"nullable":true,
"default":"JE_DE_Z4_REPORTING",
"x-hints":{
"FND_ACFF_AkaAttrName":"__FLEX_Context_DisplayValue",
"FND_ACFF_IsDiscriminator":"true",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FND_ACFF_ValueSetInfo":"JG_GDF_CONTEXTS_BY_COUNTRY#TABLE",
"controlType":"choice",
"includeInCompactView":true,
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
}
}
}
Nested Schema : oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJE__5FES__5FMODELO340VO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Regional Information
Maximum Length:30
Default Value:JE_ES_MODELO340
Regional Information -
__FLEX_Context_DisplayValue: string
Title:
Regional Information
Regional Information -
_Transaction__Date: string
(date)
Title:
Transaction Date
Transaction Date -
_Transaction__Deadline: number
Title:
Transaction Deadline
Transaction Deadline -
_Year__of__Amount__Received__in__Cas: string
Title:
Year of Amount Received in Cash
Maximum Length:240
Year of Amount Received in Cash -
CustomerTrxId: integer
(int64)
-
DeliveryDateforTaxPointDate: string
(date)
Title:
Delivery Date for Tax Point Date
Delivery Date for Tax Point Date -
ExcludeFromNetting: string
Title:
Exclude From Netting
Maximum Length:240
Exclude From Netting -
links: array
Links
Title:
Links
The link relations associated with the resource instance.
{
"type":"object",
"properties":{
"_Year__of__Amount__Received__in__Cas":{
"title":"Year of Amount Received in Cash",
"maxLength":240,
"type":"string",
"description":"Year of Amount Received in Cash",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_YEARYYYY#FORMAT_ONLY",
"FND_ACFF_IsNumericOnly":"true",
"includeInCompactView":true,
"FND_ACFF_MinimumValue":"1900",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"4",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE15",
"FND_ACFF_MaximumValue":"4012",
"FND_ACFF_SegmentName":"Year of Amount Received in Cas",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context_DisplayValue":{
"title":"Regional Information",
"type":"string",
"description":"Regional Information",
"nullable":true,
"x-hints":{
"updateable":"false",
"DISPLAYHINT":"Hide",
"FND_ACFF_IsReadOnly":"true",
"FND_ACFF_AkaRealSegmentAttrName":"__FLEX_Context",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"DeliveryDateforTaxPointDate":{
"title":"Delivery Date for Tax Point Date",
"type":"string",
"description":"Delivery Date for Tax Point Date",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_IsGlobal":"true",
"FND_ACFF_OpenIdentifier":"DeliveryDateforTaxPointDate",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE_DATE5",
"FND_ACFF_IsGlobalDisplay":"true",
"FND_ACFF_SegmentName":"DeliveryDateforTaxPointDate",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"ExcludeFromNetting":{
"title":"Exclude From Netting",
"maxLength":240,
"type":"string",
"description":"Exclude From Netting",
"nullable":true,
"x-hints":{
"FND_ACFF_CheckboxUncheckedValue":"N",
"FND_ACFF_InstructionText":"Exclude the transaction from the netting selection process.",
"FND_ACFF_DV":"N",
"FND_ACFF_OpenIdentifier":"ExcludeFromNetting",
"FND_ACFF_SegmentName":"ExcludeFromNetting",
"FND_ACFF_ValueSetInfo":"JE_YES_NO#TABLE",
"controlType":"check_box",
"includeInCompactView":true,
"FND_ACFF_IsGlobal":"true",
"FND_ACFF_DVT":"C",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_CheckboxCheckedValue":"Y",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE30",
"FND_ACFF_IsGlobalDisplay":"true",
"FND_ACFF_PreferredDisplayType":"CHECKBOX"
},
"x-oj":{
"componentType":"oj-sp-flex-checkbox",
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"CustomerTrxId":{
"type":"integer",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18,
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"links":{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
},
"_Transaction__Deadline":{
"title":"Transaction Deadline",
"type":"number",
"description":"Transaction Deadline",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_SRS_NUMBER3#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_MinimumValue":"1",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE_NUMBER1",
"FND_ACFF_MaximumValue":"999",
"FND_ACFF_SegmentName":"Transaction Deadline",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Transaction__Date":{
"title":"Transaction Date",
"type":"string",
"description":"Transaction Date",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE_DATE1",
"FND_ACFF_SegmentName":"Transaction Date",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context":{
"title":"Regional Information",
"maxLength":30,
"type":"string",
"description":"Regional Information",
"nullable":true,
"default":"JE_ES_MODELO340",
"x-hints":{
"FND_ACFF_AkaAttrName":"__FLEX_Context_DisplayValue",
"FND_ACFF_IsDiscriminator":"true",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FND_ACFF_ValueSetInfo":"JG_GDF_CONTEXTS_BY_COUNTRY#TABLE",
"controlType":"choice",
"includeInCompactView":true,
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
}
}
}
Nested Schema : oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJE__5FES__5FMODELO347VO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Regional Information
Maximum Length:30
Default Value:JE_ES_MODELO347
Regional Information -
__FLEX_Context_DisplayValue: string
Title:
Regional Information
Regional Information -
_Transaction__Date: string
(date)
Title:
Transaction Date
Transaction Date -
_Transmission__of__Property: string
Title:
Transmission of Property Subject to VAT
Maximum Length:240
Transmission of Property Subject to VAT -
_Transmission__of__Property_Display: string
Title:
Transmission of Property Subject to VAT
Transmission of Property Subject to VAT -
_Year__of__Amount__Received__in__Cas: string
Title:
Year of Amount Received in Cash
Maximum Length:240
Year of Amount Received in Cash -
CustomerTrxId: integer
(int64)
-
DateLastUpdated: string
(date)
Title:
Date Last Updated
Date Last Updated -
DeliveryDateforTaxPointDate: string
(date)
Title:
Delivery Date for Tax Point Date
Delivery Date for Tax Point Date -
ExcludeFromNetting: string
Title:
Exclude From Netting
Maximum Length:240
Exclude From Netting -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
MessageCode: string
Title:
Message Code
Maximum Length:240
Message Code -
MessageDescription: string
Title:
Message Description
Maximum Length:240
Message Description -
TaxAuthorityStatus: string
Title:
Tax Authority Status
Maximum Length:240
Tax Authority Status -
TaxAuthorityStatus_Display: string
Title:
Tax Authority Status
Tax Authority Status -
TransactionStatus: string
Title:
Transaction Status
Maximum Length:240
Transaction Status -
TransactionStatus_Display: string
Title:
Transaction Status
Transaction Status
{
"type":"object",
"properties":{
"_Year__of__Amount__Received__in__Cas":{
"title":"Year of Amount Received in Cash",
"maxLength":240,
"type":"string",
"description":"Year of Amount Received in Cash",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_YEARYYYY#FORMAT_ONLY",
"FND_ACFF_IsNumericOnly":"true",
"includeInCompactView":true,
"FND_ACFF_MinimumValue":"1900",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"4",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE15",
"FND_ACFF_MaximumValue":"4012",
"FND_ACFF_SegmentName":"Year of Amount Received in Cas",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"MessageCode":{
"title":"Message Code",
"maxLength":240,
"type":"string",
"description":"Message Code",
"nullable":true,
"x-hints":{
"updateable":"false",
"FND_ACFF_ValueSetInfo":"JG_CHARACTER_L150#FORMAT_ONLY",
"FND_ACFF_IsReadOnly":"true",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"MessageCode",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"150",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE11",
"FND_ACFF_SegmentName":"MessageCode",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Transmission__of__Property":{
"title":"Transmission of Property Subject to VAT",
"maxLength":240,
"type":"string",
"description":"Transmission of Property Subject to VAT",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_Transmission__of__Property_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"JE_YES_NO#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE12",
"FND_ACFF_SegmentName":"Transmission of Property",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"MessageDescription":{
"title":"Message Description",
"maxLength":240,
"type":"string",
"description":"Message Description",
"nullable":true,
"x-hints":{
"updateable":"false",
"FND_ACFF_ValueSetInfo":"JG_CHARACTER_L150#FORMAT_ONLY",
"FND_ACFF_IsReadOnly":"true",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"MessageDescription",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"150",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE5",
"FND_ACFF_SegmentName":"MessageDescription",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"ExcludeFromNetting":{
"title":"Exclude From Netting",
"maxLength":240,
"type":"string",
"description":"Exclude From Netting",
"nullable":true,
"x-hints":{
"FND_ACFF_CheckboxUncheckedValue":"N",
"FND_ACFF_InstructionText":"Exclude the transaction from the netting selection process.",
"FND_ACFF_DV":"N",
"FND_ACFF_OpenIdentifier":"ExcludeFromNetting",
"FND_ACFF_SegmentName":"ExcludeFromNetting",
"FND_ACFF_ValueSetInfo":"JE_YES_NO#TABLE",
"controlType":"check_box",
"includeInCompactView":true,
"FND_ACFF_IsGlobal":"true",
"FND_ACFF_DVT":"C",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_CheckboxCheckedValue":"Y",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE30",
"FND_ACFF_IsGlobalDisplay":"true",
"FND_ACFF_PreferredDisplayType":"CHECKBOX"
},
"x-oj":{
"componentType":"oj-sp-flex-checkbox",
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"CustomerTrxId":{
"type":"integer",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18,
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"TransactionStatus":{
"title":"Transaction Status",
"maxLength":240,
"type":"string",
"description":"Transaction Status",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"TransactionStatus_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"ORA_JEES_TRANSACTION_STATUS#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_OpenIdentifier":"TransactionStatus",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE1",
"FND_ACFF_SegmentName":"TransactionStatus",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"TransactionStatus_Display":{
"title":"Transaction Status",
"type":"string",
"description":"Transaction Status",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"TransactionStatus",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Transaction__Date":{
"title":"Transaction Date",
"type":"string",
"description":"Transaction Date",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE_DATE1",
"FND_ACFF_SegmentName":"Transaction Date",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"TaxAuthorityStatus_Display":{
"title":"Tax Authority Status",
"type":"string",
"description":"Tax Authority Status",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"TaxAuthorityStatus",
"updateable":"false",
"controlType":"combo_lov",
"FND_ACFF_IsReadOnly":"true",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"DateLastUpdated":{
"title":"Date Last Updated",
"type":"string",
"description":"Date Last Updated",
"format":"date",
"nullable":true,
"x-hints":{
"updateable":"false",
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"FND_ACFF_IsReadOnly":"true",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"DateLastUpdated",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE_DATE2",
"FND_ACFF_SegmentName":"DateLastUpdated",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context_DisplayValue":{
"title":"Regional Information",
"type":"string",
"description":"Regional Information",
"nullable":true,
"x-hints":{
"updateable":"false",
"DISPLAYHINT":"Hide",
"FND_ACFF_IsReadOnly":"true",
"FND_ACFF_AkaRealSegmentAttrName":"__FLEX_Context",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"DeliveryDateforTaxPointDate":{
"title":"Delivery Date for Tax Point Date",
"type":"string",
"description":"Delivery Date for Tax Point Date",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_IsGlobal":"true",
"FND_ACFF_OpenIdentifier":"DeliveryDateforTaxPointDate",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE_DATE5",
"FND_ACFF_IsGlobalDisplay":"true",
"FND_ACFF_SegmentName":"DeliveryDateforTaxPointDate",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Transmission__of__Property_Display":{
"title":"Transmission of Property Subject to VAT",
"type":"string",
"description":"Transmission of Property Subject to VAT",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_Transmission__of__Property",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"links":{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
},
"__FLEX_Context":{
"title":"Regional Information",
"maxLength":30,
"type":"string",
"description":"Regional Information",
"nullable":true,
"default":"JE_ES_MODELO347",
"x-hints":{
"FND_ACFF_AkaAttrName":"__FLEX_Context_DisplayValue",
"FND_ACFF_IsDiscriminator":"true",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FND_ACFF_ValueSetInfo":"JG_GDF_CONTEXTS_BY_COUNTRY#TABLE",
"controlType":"choice",
"includeInCompactView":true,
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"TaxAuthorityStatus":{
"title":"Tax Authority Status",
"maxLength":240,
"type":"string",
"description":"Tax Authority Status",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"TaxAuthorityStatus_Display",
"updateable":"false",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"ORA_JEES_TAX_AUTHORITY_STATUS#TABLE",
"FND_ACFF_IsReadOnly":"true",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_OpenIdentifier":"TaxAuthorityStatus",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE2",
"FND_ACFF_SegmentName":"TaxAuthorityStatus",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
}
}
}
Nested Schema : oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJE__5FES__5FMODELO347PRVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Regional Information
Maximum Length:30
Default Value:JE_ES_MODELO347PR
Regional Information -
__FLEX_Context_DisplayValue: string
Title:
Regional Information
Regional Information -
_Property__Location: number
Title:
Property Location
Property Location -
_Property__Location_Display: string
Title:
Property Location
Property Location -
_Transaction__Date: string
(date)
Title:
Transaction Date
Transaction Date -
_Transmission__of__Property: string
Title:
Transmission of Property Subject to VAT
Maximum Length:240
Transmission of Property Subject to VAT -
_Transmission__of__Property_Display: string
Title:
Transmission of Property Subject to VAT
Transmission of Property Subject to VAT -
_Year__of__Amount__Received__in__Cas: string
Title:
Year of Amount Received in Cash
Maximum Length:240
Year of Amount Received in Cash -
CustomerTrxId: integer
(int64)
-
DateLastUpdated: string
(date)
Title:
Date Last Updated
Date Last Updated -
DeliveryDateforTaxPointDate: string
(date)
Title:
Delivery Date for Tax Point Date
Delivery Date for Tax Point Date -
ExcludeFromNetting: string
Title:
Exclude From Netting
Maximum Length:240
Exclude From Netting -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
MessageCode: string
Title:
Message Code
Maximum Length:240
Message Code -
MessageDescription: string
Title:
Message Description
Maximum Length:240
Message Description -
TaxAuthorityStatus: string
Title:
Tax Authority Status
Maximum Length:240
Tax Authority Status -
TaxAuthorityStatus_Display: string
Title:
Tax Authority Status
Tax Authority Status -
TransactionStatus: string
Title:
Transaction Status
Maximum Length:240
Transaction Status -
TransactionStatus_Display: string
Title:
Transaction Status
Transaction Status
{
"type":"object",
"properties":{
"_Year__of__Amount__Received__in__Cas":{
"title":"Year of Amount Received in Cash",
"maxLength":240,
"type":"string",
"description":"Year of Amount Received in Cash",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_YEARYYYY#FORMAT_ONLY",
"FND_ACFF_IsNumericOnly":"true",
"includeInCompactView":true,
"FND_ACFF_MinimumValue":"1900",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"4",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE15",
"FND_ACFF_MaximumValue":"4012",
"FND_ACFF_SegmentName":"Year of Amount Received in Cas",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"MessageCode":{
"title":"Message Code",
"maxLength":240,
"type":"string",
"description":"Message Code",
"nullable":true,
"x-hints":{
"updateable":"false",
"FND_ACFF_ValueSetInfo":"JG_CHARACTER_L150#FORMAT_ONLY",
"FND_ACFF_IsReadOnly":"true",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"MessageCode",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"150",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE11",
"FND_ACFF_SegmentName":"MessageCode",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Transmission__of__Property":{
"title":"Transmission of Property Subject to VAT",
"maxLength":240,
"type":"string",
"description":"Transmission of Property Subject to VAT",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_Transmission__of__Property_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"JE_YES_NO#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE12",
"FND_ACFF_SegmentName":"Transmission of Property",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"MessageDescription":{
"title":"Message Description",
"maxLength":240,
"type":"string",
"description":"Message Description",
"nullable":true,
"x-hints":{
"updateable":"false",
"FND_ACFF_ValueSetInfo":"JG_CHARACTER_L150#FORMAT_ONLY",
"FND_ACFF_IsReadOnly":"true",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"MessageDescription",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"150",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE5",
"FND_ACFF_SegmentName":"MessageDescription",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"ExcludeFromNetting":{
"title":"Exclude From Netting",
"maxLength":240,
"type":"string",
"description":"Exclude From Netting",
"nullable":true,
"x-hints":{
"FND_ACFF_CheckboxUncheckedValue":"N",
"FND_ACFF_InstructionText":"Exclude the transaction from the netting selection process.",
"FND_ACFF_DV":"N",
"FND_ACFF_OpenIdentifier":"ExcludeFromNetting",
"FND_ACFF_SegmentName":"ExcludeFromNetting",
"FND_ACFF_ValueSetInfo":"JE_YES_NO#TABLE",
"controlType":"check_box",
"includeInCompactView":true,
"FND_ACFF_IsGlobal":"true",
"FND_ACFF_DVT":"C",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_CheckboxCheckedValue":"Y",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE30",
"FND_ACFF_IsGlobalDisplay":"true",
"FND_ACFF_PreferredDisplayType":"CHECKBOX"
},
"x-oj":{
"componentType":"oj-sp-flex-checkbox",
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"CustomerTrxId":{
"type":"integer",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18,
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"TransactionStatus":{
"title":"Transaction Status",
"maxLength":240,
"type":"string",
"description":"Transaction Status",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"TransactionStatus_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"ORA_JEES_TRANSACTION_STATUS#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_OpenIdentifier":"TransactionStatus",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE1",
"FND_ACFF_SegmentName":"TransactionStatus",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"TransactionStatus_Display":{
"title":"Transaction Status",
"type":"string",
"description":"Transaction Status",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"TransactionStatus",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Transaction__Date":{
"title":"Transaction Date",
"type":"string",
"description":"Transaction Date",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE_DATE1",
"FND_ACFF_SegmentName":"Transaction Date",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"TaxAuthorityStatus_Display":{
"title":"Tax Authority Status",
"type":"string",
"description":"Tax Authority Status",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"TaxAuthorityStatus",
"updateable":"false",
"controlType":"combo_lov",
"FND_ACFF_IsReadOnly":"true",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"DateLastUpdated":{
"title":"Date Last Updated",
"type":"string",
"description":"Date Last Updated",
"format":"date",
"nullable":true,
"x-hints":{
"updateable":"false",
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"FND_ACFF_IsReadOnly":"true",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"DateLastUpdated",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE_DATE2",
"FND_ACFF_SegmentName":"DateLastUpdated",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Property__Location_Display":{
"title":"Property Location",
"type":"string",
"description":"Property Location",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_Property__Location",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context_DisplayValue":{
"title":"Regional Information",
"type":"string",
"description":"Regional Information",
"nullable":true,
"x-hints":{
"updateable":"false",
"DISPLAYHINT":"Hide",
"FND_ACFF_IsReadOnly":"true",
"FND_ACFF_AkaRealSegmentAttrName":"__FLEX_Context",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"DeliveryDateforTaxPointDate":{
"title":"Delivery Date for Tax Point Date",
"type":"string",
"description":"Delivery Date for Tax Point Date",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_IsGlobal":"true",
"FND_ACFF_OpenIdentifier":"DeliveryDateforTaxPointDate",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE_DATE5",
"FND_ACFF_IsGlobalDisplay":"true",
"FND_ACFF_SegmentName":"DeliveryDateforTaxPointDate",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Transmission__of__Property_Display":{
"title":"Transmission of Property Subject to VAT",
"type":"string",
"description":"Transmission of Property Subject to VAT",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_Transmission__of__Property",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"links":{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
},
"_Property__Location":{
"title":"Property Location",
"type":"number",
"description":"Property Location",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_Property__Location_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"JEES_RENTED_LOCATION#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE_NUMBER1",
"FND_ACFF_SegmentName":"Property Location",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context":{
"title":"Regional Information",
"maxLength":30,
"type":"string",
"description":"Regional Information",
"nullable":true,
"default":"JE_ES_MODELO347PR",
"x-hints":{
"FND_ACFF_AkaAttrName":"__FLEX_Context_DisplayValue",
"FND_ACFF_IsDiscriminator":"true",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FND_ACFF_ValueSetInfo":"JG_GDF_CONTEXTS_BY_COUNTRY#TABLE",
"controlType":"choice",
"includeInCompactView":true,
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"TaxAuthorityStatus":{
"title":"Tax Authority Status",
"maxLength":240,
"type":"string",
"description":"Tax Authority Status",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"TaxAuthorityStatus_Display",
"updateable":"false",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"ORA_JEES_TAX_AUTHORITY_STATUS#TABLE",
"FND_ACFF_IsReadOnly":"true",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_OpenIdentifier":"TaxAuthorityStatus",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE2",
"FND_ACFF_SegmentName":"TaxAuthorityStatus",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
}
}
}
Nested Schema : oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJE__5FES__5FMODELO349VO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Regional Information
Maximum Length:30
Default Value:JE_ES_MODELO349
Regional Information -
__FLEX_Context_DisplayValue: string
Title:
Regional Information
Regional Information -
_Correction__Period: string
Title:
Correction Period
Maximum Length:240
Correction Period -
_Correction__Year: string
Title:
Correction Year
Maximum Length:240
Correction Year -
_Transaction__Date: string
(date)
Title:
Transaction Date
Transaction Date -
_Transaction__Deadline: number
Title:
Transaction Deadline
Transaction Deadline -
CustomerTrxId: integer
(int64)
-
DateLastUpdated: string
(date)
Title:
Date Last Updated
Date Last Updated -
DeliveryDateforTaxPointDate: string
(date)
Title:
Delivery Date for Tax Point Date
Delivery Date for Tax Point Date -
ExcludeFromNetting: string
Title:
Exclude From Netting
Maximum Length:240
Exclude From Netting -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
MessageCode: string
Title:
Message Code
Maximum Length:240
Message Code -
MessageDescription: string
Title:
Message Description
Maximum Length:240
Message Description -
TaxAuthorityStatus: string
Title:
Tax Authority Status
Maximum Length:240
Tax Authority Status -
TaxAuthorityStatus_Display: string
Title:
Tax Authority Status
Tax Authority Status -
TransactionStatus: string
Title:
Transaction Status
Maximum Length:240
Transaction Status -
TransactionStatus_Display: string
Title:
Transaction Status
Transaction Status
{
"type":"object",
"properties":{
"MessageCode":{
"title":"Message Code",
"maxLength":240,
"type":"string",
"description":"Message Code",
"nullable":true,
"x-hints":{
"updateable":"false",
"FND_ACFF_ValueSetInfo":"JG_CHARACTER_L150#FORMAT_ONLY",
"FND_ACFF_IsReadOnly":"true",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"MessageCode",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"150",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE11",
"FND_ACFF_SegmentName":"MessageCode",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"MessageDescription":{
"title":"Message Description",
"maxLength":240,
"type":"string",
"description":"Message Description",
"nullable":true,
"x-hints":{
"updateable":"false",
"FND_ACFF_ValueSetInfo":"JG_CHARACTER_L150#FORMAT_ONLY",
"FND_ACFF_IsReadOnly":"true",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"MessageDescription",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"150",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE5",
"FND_ACFF_SegmentName":"MessageDescription",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Correction__Period":{
"title":"Correction Period",
"maxLength":240,
"type":"string",
"description":"Correction Period",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_PERIOD_349#TABLE",
"controlType":"combo_lov",
"includeInCompactView":true,
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE4",
"FND_ACFF_SegmentName":"Correction Period",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"ExcludeFromNetting":{
"title":"Exclude From Netting",
"maxLength":240,
"type":"string",
"description":"Exclude From Netting",
"nullable":true,
"x-hints":{
"FND_ACFF_CheckboxUncheckedValue":"N",
"FND_ACFF_InstructionText":"Exclude the transaction from the netting selection process.",
"FND_ACFF_DV":"N",
"FND_ACFF_OpenIdentifier":"ExcludeFromNetting",
"FND_ACFF_SegmentName":"ExcludeFromNetting",
"FND_ACFF_ValueSetInfo":"JE_YES_NO#TABLE",
"controlType":"check_box",
"includeInCompactView":true,
"FND_ACFF_IsGlobal":"true",
"FND_ACFF_DVT":"C",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_CheckboxCheckedValue":"Y",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE30",
"FND_ACFF_IsGlobalDisplay":"true",
"FND_ACFF_PreferredDisplayType":"CHECKBOX"
},
"x-oj":{
"componentType":"oj-sp-flex-checkbox",
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"CustomerTrxId":{
"type":"integer",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18,
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"TransactionStatus":{
"title":"Transaction Status",
"maxLength":240,
"type":"string",
"description":"Transaction Status",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"TransactionStatus_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"ORA_JEES_TRANSACTION_STATUS#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_OpenIdentifier":"TransactionStatus",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE1",
"FND_ACFF_SegmentName":"TransactionStatus",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"TransactionStatus_Display":{
"title":"Transaction Status",
"type":"string",
"description":"Transaction Status",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"TransactionStatus",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Transaction__Deadline":{
"title":"Transaction Deadline",
"type":"number",
"description":"Transaction Deadline",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_SRS_NUMBER3#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_MinimumValue":"1",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE_NUMBER1",
"FND_ACFF_MaximumValue":"999",
"FND_ACFF_SegmentName":"Transaction Deadline",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Transaction__Date":{
"title":"Transaction Date",
"type":"string",
"description":"Transaction Date",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE_DATE1",
"FND_ACFF_SegmentName":"Transaction Date",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"TaxAuthorityStatus_Display":{
"title":"Tax Authority Status",
"type":"string",
"description":"Tax Authority Status",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"TaxAuthorityStatus",
"updateable":"false",
"controlType":"combo_lov",
"FND_ACFF_IsReadOnly":"true",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"DateLastUpdated":{
"title":"Date Last Updated",
"type":"string",
"description":"Date Last Updated",
"format":"date",
"nullable":true,
"x-hints":{
"updateable":"false",
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"FND_ACFF_IsReadOnly":"true",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"DateLastUpdated",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE_DATE2",
"FND_ACFF_SegmentName":"DateLastUpdated",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context_DisplayValue":{
"title":"Regional Information",
"type":"string",
"description":"Regional Information",
"nullable":true,
"x-hints":{
"updateable":"false",
"DISPLAYHINT":"Hide",
"FND_ACFF_IsReadOnly":"true",
"FND_ACFF_AkaRealSegmentAttrName":"__FLEX_Context",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"DeliveryDateforTaxPointDate":{
"title":"Delivery Date for Tax Point Date",
"type":"string",
"description":"Delivery Date for Tax Point Date",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_IsGlobal":"true",
"FND_ACFF_OpenIdentifier":"DeliveryDateforTaxPointDate",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE_DATE5",
"FND_ACFF_IsGlobalDisplay":"true",
"FND_ACFF_SegmentName":"DeliveryDateforTaxPointDate",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"links":{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
},
"_Correction__Year":{
"title":"Correction Year",
"maxLength":240,
"type":"string",
"description":"Correction Year",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_YEARYYYY#FORMAT_ONLY",
"FND_ACFF_IsNumericOnly":"true",
"includeInCompactView":true,
"FND_ACFF_MinimumValue":"1900",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"4",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE3",
"FND_ACFF_MaximumValue":"4012",
"FND_ACFF_SegmentName":"Correction Year",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context":{
"title":"Regional Information",
"maxLength":30,
"type":"string",
"description":"Regional Information",
"nullable":true,
"default":"JE_ES_MODELO349",
"x-hints":{
"FND_ACFF_AkaAttrName":"__FLEX_Context_DisplayValue",
"FND_ACFF_IsDiscriminator":"true",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FND_ACFF_ValueSetInfo":"JG_GDF_CONTEXTS_BY_COUNTRY#TABLE",
"controlType":"choice",
"includeInCompactView":true,
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"TaxAuthorityStatus":{
"title":"Tax Authority Status",
"maxLength":240,
"type":"string",
"description":"Tax Authority Status",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"TaxAuthorityStatus_Display",
"updateable":"false",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"ORA_JEES_TAX_AUTHORITY_STATUS#TABLE",
"FND_ACFF_IsReadOnly":"true",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_OpenIdentifier":"TaxAuthorityStatus",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE2",
"FND_ACFF_SegmentName":"TaxAuthorityStatus",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
}
}
}
Nested Schema : oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJE__5FES__5FMODELO415__5F347VO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Regional Information
Maximum Length:30
Default Value:JE_ES_MODELO415_347
Regional Information -
__FLEX_Context_DisplayValue: string
Title:
Regional Information
Regional Information -
_Transaction__Date: string
(date)
Title:
Transaction Date
Transaction Date -
_Transmission__of__Property: string
Title:
Transmission of Property Subject to VAT
Maximum Length:240
Transmission of Property Subject to VAT -
_Transmission__of__Property_Display: string
Title:
Transmission of Property Subject to VAT
Transmission of Property Subject to VAT -
_Year__of__Amount__Received__in__Cas: string
Title:
Year of Amount Received in Cash
Maximum Length:240
Year of Amount Received in Cash -
CustomerTrxId: integer
(int64)
-
DateLastUpdated: string
(date)
Title:
Date Last Updated
Date Last Updated -
DeliveryDateforTaxPointDate: string
(date)
Title:
Delivery Date for Tax Point Date
Delivery Date for Tax Point Date -
ExcludeFromNetting: string
Title:
Exclude From Netting
Maximum Length:240
Exclude From Netting -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
MessageCode: string
Title:
Message Code
Maximum Length:240
Message Code -
MessageDescription: string
Title:
Message Description
Maximum Length:240
Message Description -
TaxAuthorityStatus: string
Title:
Tax Authority Status
Maximum Length:240
Tax Authority Status -
TaxAuthorityStatus_Display: string
Title:
Tax Authority Status
Tax Authority Status -
TransactionStatus: string
Title:
Transaction Status
Maximum Length:240
Transaction Status -
TransactionStatus_Display: string
Title:
Transaction Status
Transaction Status
{
"type":"object",
"properties":{
"_Year__of__Amount__Received__in__Cas":{
"title":"Year of Amount Received in Cash",
"maxLength":240,
"type":"string",
"description":"Year of Amount Received in Cash",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_YEARYYYY#FORMAT_ONLY",
"FND_ACFF_IsNumericOnly":"true",
"includeInCompactView":true,
"FND_ACFF_MinimumValue":"1900",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"4",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE15",
"FND_ACFF_MaximumValue":"4012",
"FND_ACFF_SegmentName":"Year of Amount Received in Cas",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"MessageCode":{
"title":"Message Code",
"maxLength":240,
"type":"string",
"description":"Message Code",
"nullable":true,
"x-hints":{
"updateable":"false",
"FND_ACFF_ValueSetInfo":"JG_CHARACTER_L150#FORMAT_ONLY",
"FND_ACFF_IsReadOnly":"true",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"MessageCode",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"150",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE11",
"FND_ACFF_SegmentName":"MessageCode",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Transmission__of__Property":{
"title":"Transmission of Property Subject to VAT",
"maxLength":240,
"type":"string",
"description":"Transmission of Property Subject to VAT",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_Transmission__of__Property_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"JE_YES_NO#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE12",
"FND_ACFF_SegmentName":"Transmission of Property",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"MessageDescription":{
"title":"Message Description",
"maxLength":240,
"type":"string",
"description":"Message Description",
"nullable":true,
"x-hints":{
"updateable":"false",
"FND_ACFF_ValueSetInfo":"JG_CHARACTER_L150#FORMAT_ONLY",
"FND_ACFF_IsReadOnly":"true",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"MessageDescription",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"150",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE5",
"FND_ACFF_SegmentName":"MessageDescription",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"ExcludeFromNetting":{
"title":"Exclude From Netting",
"maxLength":240,
"type":"string",
"description":"Exclude From Netting",
"nullable":true,
"x-hints":{
"FND_ACFF_CheckboxUncheckedValue":"N",
"FND_ACFF_InstructionText":"Exclude the transaction from the netting selection process.",
"FND_ACFF_DV":"N",
"FND_ACFF_OpenIdentifier":"ExcludeFromNetting",
"FND_ACFF_SegmentName":"ExcludeFromNetting",
"FND_ACFF_ValueSetInfo":"JE_YES_NO#TABLE",
"controlType":"check_box",
"includeInCompactView":true,
"FND_ACFF_IsGlobal":"true",
"FND_ACFF_DVT":"C",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_CheckboxCheckedValue":"Y",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE30",
"FND_ACFF_IsGlobalDisplay":"true",
"FND_ACFF_PreferredDisplayType":"CHECKBOX"
},
"x-oj":{
"componentType":"oj-sp-flex-checkbox",
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"CustomerTrxId":{
"type":"integer",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18,
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"TransactionStatus":{
"title":"Transaction Status",
"maxLength":240,
"type":"string",
"description":"Transaction Status",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"TransactionStatus_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"ORA_JEES_TRANSACTION_STATUS#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_OpenIdentifier":"TransactionStatus",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE1",
"FND_ACFF_SegmentName":"TransactionStatus",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"TransactionStatus_Display":{
"title":"Transaction Status",
"type":"string",
"description":"Transaction Status",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"TransactionStatus",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Transaction__Date":{
"title":"Transaction Date",
"type":"string",
"description":"Transaction Date",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE_DATE1",
"FND_ACFF_SegmentName":"Transaction Date",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"TaxAuthorityStatus_Display":{
"title":"Tax Authority Status",
"type":"string",
"description":"Tax Authority Status",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"TaxAuthorityStatus",
"updateable":"false",
"controlType":"combo_lov",
"FND_ACFF_IsReadOnly":"true",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"DateLastUpdated":{
"title":"Date Last Updated",
"type":"string",
"description":"Date Last Updated",
"format":"date",
"nullable":true,
"x-hints":{
"updateable":"false",
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"FND_ACFF_IsReadOnly":"true",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"DateLastUpdated",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE_DATE2",
"FND_ACFF_SegmentName":"DateLastUpdated",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context_DisplayValue":{
"title":"Regional Information",
"type":"string",
"description":"Regional Information",
"nullable":true,
"x-hints":{
"updateable":"false",
"DISPLAYHINT":"Hide",
"FND_ACFF_IsReadOnly":"true",
"FND_ACFF_AkaRealSegmentAttrName":"__FLEX_Context",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"DeliveryDateforTaxPointDate":{
"title":"Delivery Date for Tax Point Date",
"type":"string",
"description":"Delivery Date for Tax Point Date",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_IsGlobal":"true",
"FND_ACFF_OpenIdentifier":"DeliveryDateforTaxPointDate",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE_DATE5",
"FND_ACFF_IsGlobalDisplay":"true",
"FND_ACFF_SegmentName":"DeliveryDateforTaxPointDate",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Transmission__of__Property_Display":{
"title":"Transmission of Property Subject to VAT",
"type":"string",
"description":"Transmission of Property Subject to VAT",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_Transmission__of__Property",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"links":{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
},
"__FLEX_Context":{
"title":"Regional Information",
"maxLength":30,
"type":"string",
"description":"Regional Information",
"nullable":true,
"default":"JE_ES_MODELO415_347",
"x-hints":{
"FND_ACFF_AkaAttrName":"__FLEX_Context_DisplayValue",
"FND_ACFF_IsDiscriminator":"true",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FND_ACFF_ValueSetInfo":"JG_GDF_CONTEXTS_BY_COUNTRY#TABLE",
"controlType":"choice",
"includeInCompactView":true,
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"TaxAuthorityStatus":{
"title":"Tax Authority Status",
"maxLength":240,
"type":"string",
"description":"Tax Authority Status",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"TaxAuthorityStatus_Display",
"updateable":"false",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"ORA_JEES_TAX_AUTHORITY_STATUS#TABLE",
"FND_ACFF_IsReadOnly":"true",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_OpenIdentifier":"TaxAuthorityStatus",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE2",
"FND_ACFF_SegmentName":"TaxAuthorityStatus",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
}
}
}
Nested Schema : oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJE__5FES__5FMODELO415__5F347PRVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Regional Information
Maximum Length:30
Default Value:JE_ES_MODELO415_347PR
Regional Information -
__FLEX_Context_DisplayValue: string
Title:
Regional Information
Regional Information -
_Property__Location: number
Title:
Property Location
Property Location -
_Property__Location_Display: string
Title:
Property Location
Property Location -
_Transaction__Date: string
(date)
Title:
Transaction Date
Transaction Date -
_Transmission__of__Property: string
Title:
Transmission of Property Subject to VAT
Maximum Length:240
Transmission of Property Subject to VAT -
_Transmission__of__Property_Display: string
Title:
Transmission of Property Subject to VAT
Transmission of Property Subject to VAT -
_Year__of__Amount__Received__in__Cas: string
Title:
Year of Amount Received in Cash
Maximum Length:240
Year of Amount Received in Cash -
CustomerTrxId: integer
(int64)
-
DateLastUpdated: string
(date)
Title:
Date Last Updated
Date Last Updated -
DeliveryDateforTaxPointDate: string
(date)
Title:
Delivery Date for Tax Point Date
Delivery Date for Tax Point Date -
ExcludeFromNetting: string
Title:
Exclude From Netting
Maximum Length:240
Exclude From Netting -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
MessageCode: string
Title:
Message Code
Maximum Length:240
Message Code -
MessageDescription: string
Title:
Message Description
Maximum Length:240
Message Description -
TaxAuthorityStatus: string
Title:
Tax Authority Status
Maximum Length:240
Tax Authority Status -
TaxAuthorityStatus_Display: string
Title:
Tax Authority Status
Tax Authority Status -
TransactionStatus: string
Title:
Transaction Status
Maximum Length:240
Transaction Status -
TransactionStatus_Display: string
Title:
Transaction Status
Transaction Status
{
"type":"object",
"properties":{
"_Year__of__Amount__Received__in__Cas":{
"title":"Year of Amount Received in Cash",
"maxLength":240,
"type":"string",
"description":"Year of Amount Received in Cash",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_YEARYYYY#FORMAT_ONLY",
"FND_ACFF_IsNumericOnly":"true",
"includeInCompactView":true,
"FND_ACFF_MinimumValue":"1900",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"4",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE15",
"FND_ACFF_MaximumValue":"4012",
"FND_ACFF_SegmentName":"Year of Amount Received in Cas",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"MessageCode":{
"title":"Message Code",
"maxLength":240,
"type":"string",
"description":"Message Code",
"nullable":true,
"x-hints":{
"updateable":"false",
"FND_ACFF_ValueSetInfo":"JG_CHARACTER_L150#FORMAT_ONLY",
"FND_ACFF_IsReadOnly":"true",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"MessageCode",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"150",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE11",
"FND_ACFF_SegmentName":"MessageCode",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Transmission__of__Property":{
"title":"Transmission of Property Subject to VAT",
"maxLength":240,
"type":"string",
"description":"Transmission of Property Subject to VAT",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_Transmission__of__Property_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"JE_YES_NO#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE12",
"FND_ACFF_SegmentName":"Transmission of Property",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"MessageDescription":{
"title":"Message Description",
"maxLength":240,
"type":"string",
"description":"Message Description",
"nullable":true,
"x-hints":{
"updateable":"false",
"FND_ACFF_ValueSetInfo":"JG_CHARACTER_L150#FORMAT_ONLY",
"FND_ACFF_IsReadOnly":"true",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"MessageDescription",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"150",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE5",
"FND_ACFF_SegmentName":"MessageDescription",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"ExcludeFromNetting":{
"title":"Exclude From Netting",
"maxLength":240,
"type":"string",
"description":"Exclude From Netting",
"nullable":true,
"x-hints":{
"FND_ACFF_CheckboxUncheckedValue":"N",
"FND_ACFF_InstructionText":"Exclude the transaction from the netting selection process.",
"FND_ACFF_DV":"N",
"FND_ACFF_OpenIdentifier":"ExcludeFromNetting",
"FND_ACFF_SegmentName":"ExcludeFromNetting",
"FND_ACFF_ValueSetInfo":"JE_YES_NO#TABLE",
"controlType":"check_box",
"includeInCompactView":true,
"FND_ACFF_IsGlobal":"true",
"FND_ACFF_DVT":"C",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_CheckboxCheckedValue":"Y",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE30",
"FND_ACFF_IsGlobalDisplay":"true",
"FND_ACFF_PreferredDisplayType":"CHECKBOX"
},
"x-oj":{
"componentType":"oj-sp-flex-checkbox",
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"CustomerTrxId":{
"type":"integer",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18,
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"TransactionStatus":{
"title":"Transaction Status",
"maxLength":240,
"type":"string",
"description":"Transaction Status",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"TransactionStatus_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"ORA_JEES_TRANSACTION_STATUS#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_OpenIdentifier":"TransactionStatus",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE1",
"FND_ACFF_SegmentName":"TransactionStatus",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"TransactionStatus_Display":{
"title":"Transaction Status",
"type":"string",
"description":"Transaction Status",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"TransactionStatus",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Transaction__Date":{
"title":"Transaction Date",
"type":"string",
"description":"Transaction Date",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE_DATE1",
"FND_ACFF_SegmentName":"Transaction Date",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"TaxAuthorityStatus_Display":{
"title":"Tax Authority Status",
"type":"string",
"description":"Tax Authority Status",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"TaxAuthorityStatus",
"updateable":"false",
"controlType":"combo_lov",
"FND_ACFF_IsReadOnly":"true",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"DateLastUpdated":{
"title":"Date Last Updated",
"type":"string",
"description":"Date Last Updated",
"format":"date",
"nullable":true,
"x-hints":{
"updateable":"false",
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"FND_ACFF_IsReadOnly":"true",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"DateLastUpdated",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE_DATE2",
"FND_ACFF_SegmentName":"DateLastUpdated",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Property__Location_Display":{
"title":"Property Location",
"type":"string",
"description":"Property Location",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_Property__Location",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context_DisplayValue":{
"title":"Regional Information",
"type":"string",
"description":"Regional Information",
"nullable":true,
"x-hints":{
"updateable":"false",
"DISPLAYHINT":"Hide",
"FND_ACFF_IsReadOnly":"true",
"FND_ACFF_AkaRealSegmentAttrName":"__FLEX_Context",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"DeliveryDateforTaxPointDate":{
"title":"Delivery Date for Tax Point Date",
"type":"string",
"description":"Delivery Date for Tax Point Date",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_IsGlobal":"true",
"FND_ACFF_OpenIdentifier":"DeliveryDateforTaxPointDate",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE_DATE5",
"FND_ACFF_IsGlobalDisplay":"true",
"FND_ACFF_SegmentName":"DeliveryDateforTaxPointDate",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Transmission__of__Property_Display":{
"title":"Transmission of Property Subject to VAT",
"type":"string",
"description":"Transmission of Property Subject to VAT",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_Transmission__of__Property",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"links":{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
},
"_Property__Location":{
"title":"Property Location",
"type":"number",
"description":"Property Location",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_Property__Location_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"JEES_RENTED_LOCATION#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE_NUMBER1",
"FND_ACFF_SegmentName":"Property Location",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context":{
"title":"Regional Information",
"maxLength":30,
"type":"string",
"description":"Regional Information",
"nullable":true,
"default":"JE_ES_MODELO415_347PR",
"x-hints":{
"FND_ACFF_AkaAttrName":"__FLEX_Context_DisplayValue",
"FND_ACFF_IsDiscriminator":"true",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FND_ACFF_ValueSetInfo":"JG_GDF_CONTEXTS_BY_COUNTRY#TABLE",
"controlType":"choice",
"includeInCompactView":true,
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"TaxAuthorityStatus":{
"title":"Tax Authority Status",
"maxLength":240,
"type":"string",
"description":"Tax Authority Status",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"TaxAuthorityStatus_Display",
"updateable":"false",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"ORA_JEES_TAX_AUTHORITY_STATUS#TABLE",
"FND_ACFF_IsReadOnly":"true",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_OpenIdentifier":"TaxAuthorityStatus",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE2",
"FND_ACFF_SegmentName":"TaxAuthorityStatus",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
}
}
}
Nested Schema : oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJE__5FIL__5FVAT__5FREPORTINGVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Regional Information
Maximum Length:30
Default Value:JE_IL_VAT_REPORTING
Regional Information -
__FLEX_Context_DisplayValue: string
Title:
Regional Information
Regional Information -
_Tax__Authority__Reference__Group: string
Title:
Reference Group
Maximum Length:240
Reference Group -
CustomerTrxId: integer
(int64)
-
DeliveryDateforTaxPointDate: string
(date)
Title:
Delivery Date for Tax Point Date
Delivery Date for Tax Point Date -
ExcludeFromNetting: string
Title:
Exclude From Netting
Maximum Length:240
Exclude From Netting -
JExILallocationNumber: string
Title:
Allocation Number
Maximum Length:240
Allocation Number -
links: array
Links
Title:
Links
The link relations associated with the resource instance.
{
"type":"object",
"properties":{
"_Tax__Authority__Reference__Group":{
"title":"Reference Group",
"maxLength":240,
"type":"string",
"description":"Reference Group",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"ORA_JG_CHARACTER_L4#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_DV":"0000",
"FND_ACFF_DVT":"C",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"4",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE1",
"FND_ACFF_SegmentName":"Tax Authority Reference Group",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context_DisplayValue":{
"title":"Regional Information",
"type":"string",
"description":"Regional Information",
"nullable":true,
"x-hints":{
"updateable":"false",
"DISPLAYHINT":"Hide",
"FND_ACFF_IsReadOnly":"true",
"FND_ACFF_AkaRealSegmentAttrName":"__FLEX_Context",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"DeliveryDateforTaxPointDate":{
"title":"Delivery Date for Tax Point Date",
"type":"string",
"description":"Delivery Date for Tax Point Date",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_IsGlobal":"true",
"FND_ACFF_OpenIdentifier":"DeliveryDateforTaxPointDate",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE_DATE5",
"FND_ACFF_IsGlobalDisplay":"true",
"FND_ACFF_SegmentName":"DeliveryDateforTaxPointDate",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"ExcludeFromNetting":{
"title":"Exclude From Netting",
"maxLength":240,
"type":"string",
"description":"Exclude From Netting",
"nullable":true,
"x-hints":{
"FND_ACFF_CheckboxUncheckedValue":"N",
"FND_ACFF_InstructionText":"Exclude the transaction from the netting selection process.",
"FND_ACFF_DV":"N",
"FND_ACFF_OpenIdentifier":"ExcludeFromNetting",
"FND_ACFF_SegmentName":"ExcludeFromNetting",
"FND_ACFF_ValueSetInfo":"JE_YES_NO#TABLE",
"controlType":"check_box",
"includeInCompactView":true,
"FND_ACFF_IsGlobal":"true",
"FND_ACFF_DVT":"C",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_CheckboxCheckedValue":"Y",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE30",
"FND_ACFF_IsGlobalDisplay":"true",
"FND_ACFF_PreferredDisplayType":"CHECKBOX"
},
"x-oj":{
"componentType":"oj-sp-flex-checkbox",
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"CustomerTrxId":{
"type":"integer",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18,
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"links":{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
},
"JExILallocationNumber":{
"title":"Allocation Number",
"maxLength":240,
"type":"string",
"description":"Allocation Number",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JG_CHARACTER_L40#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"JExILallocationNumber",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"40",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE2",
"FND_ACFF_SegmentName":"AllocationNumber",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context":{
"title":"Regional Information",
"maxLength":30,
"type":"string",
"description":"Regional Information",
"nullable":true,
"default":"JE_IL_VAT_REPORTING",
"x-hints":{
"FND_ACFF_AkaAttrName":"__FLEX_Context_DisplayValue",
"FND_ACFF_IsDiscriminator":"true",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FND_ACFF_ValueSetInfo":"JG_GDF_CONTEXTS_BY_COUNTRY#TABLE",
"controlType":"choice",
"includeInCompactView":true,
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
}
}
}
Nested Schema : oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJE__5FIT__5FESL__5FOF__5FSERVICESVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Regional Information
Maximum Length:30
Default Value:JE_IT_ESL_OF_SERVICES
Regional Information -
__FLEX_Context_DisplayValue: string
Title:
Regional Information
Regional Information -
_Reporting__Payment__Country: string
Title:
Reporting Receipt Country
Maximum Length:240
Reporting Receipt Country -
_Reporting__Payment__Country_Display: string
Title:
Reporting Receipt Country
Reporting Receipt Country -
_Reporting__Payment__Method: string
Title:
Reporting Receipt Method
Maximum Length:240
Reporting Receipt Method -
_Reporting__Payment__Method_Display: string
Title:
Reporting Receipt Method
Reporting Receipt Method -
_Service__Code: string
Title:
Service Code
Maximum Length:240
Service Code -
_Service__Code_Display: string
Title:
Service Code
Service Code -
_Service__Mode: string
Title:
Service Mode
Maximum Length:240
Service Mode -
_Service__Mode_Display: string
Title:
Service Mode
Service Mode -
CustomerTrxId: integer
(int64)
-
DeliveryDateforTaxPointDate: string
(date)
Title:
Delivery Date for Tax Point Date
Delivery Date for Tax Point Date -
EDeclarationId: string
Title:
Electronic Declaration ID
Maximum Length:240
Electronic Declaration ID -
ErrorCode: string
Title:
Error Code
Maximum Length:240
Error Code -
ExcludeFromNetting: string
Title:
Exclude From Netting
Maximum Length:240
Exclude From Netting -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
ReportingExclusionIndicator: string
Title:
Reporting Exclusion Indicator
Maximum Length:240
Reporting Exclusion Indicator -
ReportingExclusionIndicator_Display: string
Title:
Reporting Exclusion Indicator
Reporting Exclusion Indicator -
vatNotExposed: string
Title:
VAT Not Exposed
Maximum Length:240
VAT Not Exposed -
vatNotExposed_Display: string
Title:
VAT Not Exposed
VAT Not Exposed
{
"type":"object",
"properties":{
"_Service__Code":{
"title":"Service Code",
"maxLength":240,
"type":"string",
"description":"Service Code",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_Service__Code_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"JG_ESL_EPL_SERVICE_CODE#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE1",
"FND_ACFF_SegmentName":"Service Code",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Reporting__Payment__Method_Display":{
"title":"Reporting Receipt Method",
"type":"string",
"description":"Reporting Receipt Method",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_Reporting__Payment__Method",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Reporting__Payment__Country_Display":{
"title":"Reporting Receipt Country",
"type":"string",
"description":"Reporting Receipt Country",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_Reporting__Payment__Country",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Service__Code_Display":{
"title":"Service Code",
"type":"string",
"description":"Service Code",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_Service__Code",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"EDeclarationId":{
"title":"Electronic Declaration ID",
"maxLength":240,
"type":"string",
"description":"Electronic Declaration ID",
"nullable":true,
"x-hints":{
"updateable":"false",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"ORA_JG_CHAR_NUMERIC_L18#FORMAT_ONLY",
"FND_ACFF_IsNumericOnly":"true",
"FND_ACFF_IsReadOnly":"true",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"EDeclarationId",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"18",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE7",
"FND_ACFF_SegmentName":"EDeclarationId",
"FND_ACFF_PreferredDisplayType":"HIDDEN"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"ExcludeFromNetting":{
"title":"Exclude From Netting",
"maxLength":240,
"type":"string",
"description":"Exclude From Netting",
"nullable":true,
"x-hints":{
"FND_ACFF_CheckboxUncheckedValue":"N",
"FND_ACFF_InstructionText":"Exclude the transaction from the netting selection process.",
"FND_ACFF_DV":"N",
"FND_ACFF_OpenIdentifier":"ExcludeFromNetting",
"FND_ACFF_SegmentName":"ExcludeFromNetting",
"FND_ACFF_ValueSetInfo":"JE_YES_NO#TABLE",
"controlType":"check_box",
"includeInCompactView":true,
"FND_ACFF_IsGlobal":"true",
"FND_ACFF_DVT":"C",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_CheckboxCheckedValue":"Y",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE30",
"FND_ACFF_IsGlobalDisplay":"true",
"FND_ACFF_PreferredDisplayType":"CHECKBOX"
},
"x-oj":{
"componentType":"oj-sp-flex-checkbox",
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"CustomerTrxId":{
"type":"integer",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18,
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"vatNotExposed":{
"title":"VAT Not Exposed",
"maxLength":240,
"type":"string",
"description":"VAT Not Exposed",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"vatNotExposed_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"JE_YES_NO#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_InstructionText":"VAT not exposed document",
"FND_ACFF_OpenIdentifier":"vatNotExposed",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE6",
"FND_ACFF_SegmentName":"VatNotExposed",
"FND_ACFF_HelpText":"VAT not exposed document",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Service__Mode_Display":{
"title":"Service Mode",
"type":"string",
"description":"Service Mode",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_Service__Mode",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"ReportingExclusionIndicator":{
"title":"Reporting Exclusion Indicator",
"maxLength":240,
"type":"string",
"description":"Reporting Exclusion Indicator",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"ReportingExclusionIndicator_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"JE_YES_NO#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_InstructionText":"Excludes the invoice from reporting in the Invoice Electronic Listing.",
"FND_ACFF_OpenIdentifier":"ReportingExclusionIndicator",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE5",
"FND_ACFF_SegmentName":"ReportingExclusionIndicator",
"FND_ACFF_HelpText":"Exclude from Invoice Electronic Listing.",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"ReportingExclusionIndicator_Display":{
"title":"Reporting Exclusion Indicator",
"type":"string",
"description":"Reporting Exclusion Indicator",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"ReportingExclusionIndicator",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_InstructionText":"Excludes the invoice from reporting in the Invoice Electronic Listing.",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_HelpText":"Exclude from Invoice Electronic Listing.",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"vatNotExposed_Display":{
"title":"VAT Not Exposed",
"type":"string",
"description":"VAT Not Exposed",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"vatNotExposed",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_InstructionText":"VAT not exposed document",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_HelpText":"VAT not exposed document",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context_DisplayValue":{
"title":"Regional Information",
"type":"string",
"description":"Regional Information",
"nullable":true,
"x-hints":{
"updateable":"false",
"DISPLAYHINT":"Hide",
"FND_ACFF_IsReadOnly":"true",
"FND_ACFF_AkaRealSegmentAttrName":"__FLEX_Context",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"DeliveryDateforTaxPointDate":{
"title":"Delivery Date for Tax Point Date",
"type":"string",
"description":"Delivery Date for Tax Point Date",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_IsGlobal":"true",
"FND_ACFF_OpenIdentifier":"DeliveryDateforTaxPointDate",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE_DATE5",
"FND_ACFF_IsGlobalDisplay":"true",
"FND_ACFF_SegmentName":"DeliveryDateforTaxPointDate",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"links":{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
},
"_Reporting__Payment__Method":{
"title":"Reporting Receipt Method",
"maxLength":240,
"type":"string",
"description":"Reporting Receipt Method",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_Reporting__Payment__Method_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"JG_ESL_EPL_RCPT_PYMT_MODE#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE3",
"FND_ACFF_SegmentName":"Reporting Payment Method",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"ErrorCode":{
"title":"Error Code",
"maxLength":240,
"type":"string",
"description":"Error Code",
"nullable":true,
"x-hints":{
"updateable":"false",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"JG_CHARACTER_L40#FORMAT_ONLY",
"FND_ACFF_IsReadOnly":"true",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"ErrorCode",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"40",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE8",
"FND_ACFF_SegmentName":"ErrorCode",
"FND_ACFF_PreferredDisplayType":"HIDDEN"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Reporting__Payment__Country":{
"title":"Reporting Receipt Country",
"maxLength":240,
"type":"string",
"description":"Reporting Receipt Country",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_Reporting__Payment__Country_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"JG_ESL_EPL_ISO_COUNTRY_CODE#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE4",
"FND_ACFF_SegmentName":"Reporting Payment Country",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Service__Mode":{
"title":"Service Mode",
"maxLength":240,
"type":"string",
"description":"Service Mode",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_Service__Mode_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"JG_ESL_EPL_SERVICE_MODE#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE2",
"FND_ACFF_SegmentName":"Service Mode",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context":{
"title":"Regional Information",
"maxLength":30,
"type":"string",
"description":"Regional Information",
"nullable":true,
"default":"JE_IT_ESL_OF_SERVICES",
"x-hints":{
"FND_ACFF_AkaAttrName":"__FLEX_Context_DisplayValue",
"FND_ACFF_IsDiscriminator":"true",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FND_ACFF_ValueSetInfo":"JG_GDF_CONTEXTS_BY_COUNTRY#TABLE",
"controlType":"choice",
"includeInCompactView":true,
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
}
}
}
Nested Schema : oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExBGAdditionalInfoVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Regional Information
Maximum Length:30
Default Value:JExBGAdditionalInfo
Regional Information -
__FLEX_Context_DisplayValue: string
Title:
Regional Information
Regional Information -
CustomerTrxId: integer
(int64)
-
DeliveryDateforTaxPointDate: string
(date)
Title:
Delivery Date for Tax Point Date
Delivery Date for Tax Point Date -
ExcludeFromNetting: string
Title:
Exclude From Netting
Maximum Length:240
Exclude From Netting -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
TaxPointDate: string
(date)
Title:
Adjusted Tax Point Date
Adjusted Tax Point Date
{
"type":"object",
"properties":{
"__FLEX_Context_DisplayValue":{
"title":"Regional Information",
"type":"string",
"description":"Regional Information",
"nullable":true,
"x-hints":{
"updateable":"false",
"DISPLAYHINT":"Hide",
"FND_ACFF_IsReadOnly":"true",
"FND_ACFF_AkaRealSegmentAttrName":"__FLEX_Context",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"DeliveryDateforTaxPointDate":{
"title":"Delivery Date for Tax Point Date",
"type":"string",
"description":"Delivery Date for Tax Point Date",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_IsGlobal":"true",
"FND_ACFF_OpenIdentifier":"DeliveryDateforTaxPointDate",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE_DATE5",
"FND_ACFF_IsGlobalDisplay":"true",
"FND_ACFF_SegmentName":"DeliveryDateforTaxPointDate",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"ExcludeFromNetting":{
"title":"Exclude From Netting",
"maxLength":240,
"type":"string",
"description":"Exclude From Netting",
"nullable":true,
"x-hints":{
"FND_ACFF_CheckboxUncheckedValue":"N",
"FND_ACFF_InstructionText":"Exclude the transaction from the netting selection process.",
"FND_ACFF_DV":"N",
"FND_ACFF_OpenIdentifier":"ExcludeFromNetting",
"FND_ACFF_SegmentName":"ExcludeFromNetting",
"FND_ACFF_ValueSetInfo":"JE_YES_NO#TABLE",
"controlType":"check_box",
"includeInCompactView":true,
"FND_ACFF_IsGlobal":"true",
"FND_ACFF_DVT":"C",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_CheckboxCheckedValue":"Y",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE30",
"FND_ACFF_IsGlobalDisplay":"true",
"FND_ACFF_PreferredDisplayType":"CHECKBOX"
},
"x-oj":{
"componentType":"oj-sp-flex-checkbox",
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"CustomerTrxId":{
"type":"integer",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18,
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"TaxPointDate":{
"title":"Adjusted Tax Point Date",
"type":"string",
"description":"Adjusted Tax Point Date",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"TaxPointDate",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE_DATE1",
"FND_ACFF_SegmentName":"TaxPointDate",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"links":{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
},
"__FLEX_Context":{
"title":"Regional Information",
"maxLength":30,
"type":"string",
"description":"Regional Information",
"nullable":true,
"default":"JExBGAdditionalInfo",
"x-hints":{
"FND_ACFF_AkaAttrName":"__FLEX_Context_DisplayValue",
"FND_ACFF_IsDiscriminator":"true",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FND_ACFF_ValueSetInfo":"JG_GDF_CONTEXTS_BY_COUNTRY#TABLE",
"controlType":"choice",
"includeInCompactView":true,
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
}
}
}
Nested Schema : oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExCZAdditionalInfoVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Regional Information
Maximum Length:30
Default Value:JExCZAdditionalInfo
Regional Information -
__FLEX_Context_DisplayValue: string
Title:
Regional Information
Regional Information -
CustomerTrxId: integer
(int64)
-
DeliveryDateforTaxPointDate: string
(date)
Title:
Delivery Date for Tax Point Date
Delivery Date for Tax Point Date -
ExcludeFromNetting: string
Title:
Exclude From Netting
Maximum Length:240
Exclude From Netting -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
TaxPointDate: string
(date)
Title:
Adjusted Tax Point Date
Adjusted Tax Point Date
{
"type":"object",
"properties":{
"__FLEX_Context_DisplayValue":{
"title":"Regional Information",
"type":"string",
"description":"Regional Information",
"nullable":true,
"x-hints":{
"updateable":"false",
"DISPLAYHINT":"Hide",
"FND_ACFF_IsReadOnly":"true",
"FND_ACFF_AkaRealSegmentAttrName":"__FLEX_Context",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"DeliveryDateforTaxPointDate":{
"title":"Delivery Date for Tax Point Date",
"type":"string",
"description":"Delivery Date for Tax Point Date",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_IsGlobal":"true",
"FND_ACFF_OpenIdentifier":"DeliveryDateforTaxPointDate",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE_DATE5",
"FND_ACFF_IsGlobalDisplay":"true",
"FND_ACFF_SegmentName":"DeliveryDateforTaxPointDate",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"ExcludeFromNetting":{
"title":"Exclude From Netting",
"maxLength":240,
"type":"string",
"description":"Exclude From Netting",
"nullable":true,
"x-hints":{
"FND_ACFF_CheckboxUncheckedValue":"N",
"FND_ACFF_InstructionText":"Exclude the transaction from the netting selection process.",
"FND_ACFF_DV":"N",
"FND_ACFF_OpenIdentifier":"ExcludeFromNetting",
"FND_ACFF_SegmentName":"ExcludeFromNetting",
"FND_ACFF_ValueSetInfo":"JE_YES_NO#TABLE",
"controlType":"check_box",
"includeInCompactView":true,
"FND_ACFF_IsGlobal":"true",
"FND_ACFF_DVT":"C",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_CheckboxCheckedValue":"Y",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE30",
"FND_ACFF_IsGlobalDisplay":"true",
"FND_ACFF_PreferredDisplayType":"CHECKBOX"
},
"x-oj":{
"componentType":"oj-sp-flex-checkbox",
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"CustomerTrxId":{
"type":"integer",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18,
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"TaxPointDate":{
"title":"Adjusted Tax Point Date",
"type":"string",
"description":"Adjusted Tax Point Date",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"TaxPointDate",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE_DATE1",
"FND_ACFF_SegmentName":"TaxPointDate",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"links":{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
},
"__FLEX_Context":{
"title":"Regional Information",
"maxLength":30,
"type":"string",
"description":"Regional Information",
"nullable":true,
"default":"JExCZAdditionalInfo",
"x-hints":{
"FND_ACFF_AkaAttrName":"__FLEX_Context_DisplayValue",
"FND_ACFF_IsDiscriminator":"true",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FND_ACFF_ValueSetInfo":"JG_GDF_CONTEXTS_BY_COUNTRY#TABLE",
"controlType":"choice",
"includeInCompactView":true,
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
}
}
}
Nested Schema : oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExESOnlineVatReportingVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Regional Information
Maximum Length:30
Default Value:JExESOnlineVatReporting
Regional Information -
__FLEX_Context_DisplayValue: string
Title:
Regional Information
Regional Information -
BillingAgreementNumber: string
Title:
Billing Agreement Number
Maximum Length:240
Billing Agreement Number -
CorrectionPeriod: string
Title:
Correction Period
Maximum Length:240
Correction Period -
CorrectionYear: string
Title:
Correction Year
Maximum Length:240
Correction Year -
CustomerTrxId: integer
(int64)
-
DateLastUpdated: string
(date)
Title:
Date Last Updated
Date Last Updated -
DateTransactionPerformed: string
(date)
Title:
Date Transaction Performed
Date Transaction Performed -
DeliveryDateforTaxPointDate: string
(date)
Title:
Delivery Date for Tax Point Date
Delivery Date for Tax Point Date -
DocumentTypeOverride: string
Title:
Document Type Override
Maximum Length:240
Document Type Override -
DocumentTypeOverride_Display: string
Title:
Document Type Override
Document Type Override -
ExcludeFromNetting: string
Title:
Exclude From Netting
Maximum Length:240
Exclude From Netting -
IntraEUDeclaredKey: string
Title:
Intra - EU Declared Key
Maximum Length:240
Intra - EU Declared Key -
IntraEUDeclaredKey_Display: string
Title:
Intra - EU Declared Key
Intra - EU Declared Key -
IntraEUSubtype: string
Title:
Intra - EU Subtype
Maximum Length:240
Intra - EU Subtype -
IntraEUSubtype_Display: string
Title:
Intra - EU Subtype
Intra - EU Subtype -
InvoiceRecordingDate: string
(date)
Title:
Invoice Recording Date
Invoice Recording Date -
InvoiceWithNoCounterpart: string
Title:
Invoice with No Counterpart
Maximum Length:240
Invoice with No Counterpart -
InvoiceWithNoCounterpart_Display: string
Title:
Invoice with No Counterpart
Invoice with No Counterpart -
LastDocumentNumberOfSummaryInv: string
Title:
Last Document Number of Summary Invoice
Maximum Length:240
Last Document Number of Summary Invoice -
LateSubmission: string
Title:
Late Submission
Maximum Length:240
Late Submission -
LateSubmission_Display: string
Title:
Late Submission
Late Submission -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
MessageCode: string
Title:
Message Code
Maximum Length:240
Message Code -
MessageDescription: string
Title:
Message Description
Maximum Length:240
Message Description -
OriginalInvoiceNumber: number
Title:
Original Invoice Number
Original Invoice Number -
OriginalInvoiceNumber_Display: string
Title:
Original Invoice Number
Original Invoice Number -
PropertyLocation: number
Title:
Property Location
Property Location -
PropertyLocation_Display: string
Title:
Property Location
Property Location -
RegisterType: string
Title:
Register Type
Maximum Length:240
Register Type -
RegisterType_Display: string
Title:
Register Type
Register Type -
SimplifiedInvoice: string
Title:
Simplified Invoice
Maximum Length:240
Simplified Invoice -
SimplifiedInvoice_Display: string
Title:
Simplified Invoice
Simplified Invoice -
SpecialRegime: string
Title:
Special Regime
Maximum Length:240
Special Regime -
SpecialRegime_Display: string
Title:
Special Regime
Special Regime -
TaxAuthorityStatus: string
Title:
Tax Authority Status
Maximum Length:240
Tax Authority Status -
TaxAuthorityStatus_Display: string
Title:
Tax Authority Status
Tax Authority Status -
ThirdPartyInvoice: string
Title:
Third Party Invoice
Maximum Length:240
Third Party Invoice -
ThirdPartyInvoice_Display: string
Title:
Third Party Invoice
Third Party Invoice -
TransactionDate: string
(date)
Title:
Transaction Date
Transaction Date -
TransactionStatus: string
Title:
Transaction Status
Maximum Length:240
Transaction Status -
TransactionStatus_Display: string
Title:
Transaction Status
Transaction Status -
TransactiontransactionDeadline: number
Title:
Transaction Deadline
Transaction Deadline -
TransmissionOfPropertySubjectT: string
Title:
Transmission of Property Subject to VAT
Maximum Length:240
Transmission of Property Subject to VAT -
TransmissionOfPropertySubjectT_Display: string
Title:
Transmission of Property Subject to VAT
Transmission of Property Subject to VAT -
YearOfAmountReceivedInCash: string
Title:
Year of Amount Received in Cash
Maximum Length:240
Year of Amount Received in Cash
{
"type":"object",
"properties":{
"ThirdPartyInvoice":{
"title":"Third Party Invoice",
"maxLength":240,
"type":"string",
"description":"Third Party Invoice",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"ThirdPartyInvoice_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"JE_YES_NO#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_OpenIdentifier":"ThirdPartyInvoice",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE6",
"FND_ACFF_SegmentName":"ThirdPartyInvoice",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"PropertyLocation_Display":{
"title":"Property Location",
"type":"string",
"description":"Property Location",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"PropertyLocation",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"CorrectionYear":{
"title":"Correction Year",
"maxLength":240,
"type":"string",
"description":"Correction Year",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_YEARYYYY#FORMAT_ONLY",
"FND_ACFF_IsNumericOnly":"true",
"includeInCompactView":true,
"FND_ACFF_MinimumValue":"1900",
"FND_ACFF_OpenIdentifier":"CorrectionYear",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"4",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE3",
"FND_ACFF_MaximumValue":"4012",
"FND_ACFF_SegmentName":"CorrectionYear",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"LastDocumentNumberOfSummaryInv":{
"title":"Last Document Number of Summary Invoice",
"maxLength":240,
"type":"string",
"description":"Last Document Number of Summary Invoice",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JG_CHARACTER_L150#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"LastDocumentNumberOfSummaryInv",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"150",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE17",
"FND_ACFF_SegmentName":"LastDocumentNumberOfSummaryInv",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"ExcludeFromNetting":{
"title":"Exclude From Netting",
"maxLength":240,
"type":"string",
"description":"Exclude From Netting",
"nullable":true,
"x-hints":{
"FND_ACFF_CheckboxUncheckedValue":"N",
"FND_ACFF_InstructionText":"Exclude the transaction from the netting selection process.",
"FND_ACFF_DV":"N",
"FND_ACFF_OpenIdentifier":"ExcludeFromNetting",
"FND_ACFF_SegmentName":"ExcludeFromNetting",
"FND_ACFF_ValueSetInfo":"JE_YES_NO#TABLE",
"controlType":"check_box",
"includeInCompactView":true,
"FND_ACFF_IsGlobal":"true",
"FND_ACFF_DVT":"C",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_CheckboxCheckedValue":"Y",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE30",
"FND_ACFF_IsGlobalDisplay":"true",
"FND_ACFF_PreferredDisplayType":"CHECKBOX"
},
"x-oj":{
"componentType":"oj-sp-flex-checkbox",
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"TransactionStatus":{
"title":"Transaction Status",
"maxLength":240,
"type":"string",
"description":"Transaction Status",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"TransactionStatus_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"ORA_JEES_TRANSACTION_STATUS#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_OpenIdentifier":"TransactionStatus",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE1",
"FND_ACFF_SegmentName":"TransactionStatus",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"TransactionStatus_Display":{
"title":"Transaction Status",
"type":"string",
"description":"Transaction Status",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"TransactionStatus",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"LateSubmission":{
"title":"Late Submission",
"maxLength":240,
"type":"string",
"description":"Late Submission",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"LateSubmission_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"JE_YES_NO#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_OpenIdentifier":"LateSubmission",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE13",
"FND_ACFF_SegmentName":"LateSubmission",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"BillingAgreementNumber":{
"title":"Billing Agreement Number",
"maxLength":240,
"type":"string",
"description":"Billing Agreement Number",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"ORA_JG_CHARACTERS_L15#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"BillingAgreementNumber",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"15",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE19",
"FND_ACFF_SegmentName":"BillingAgreementNumber",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"TaxAuthorityStatus_Display":{
"title":"Tax Authority Status",
"type":"string",
"description":"Tax Authority Status",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"TaxAuthorityStatus",
"updateable":"false",
"controlType":"combo_lov",
"FND_ACFF_IsReadOnly":"true",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"SimplifiedInvoice_Display":{
"title":"Simplified Invoice",
"type":"string",
"description":"Simplified Invoice",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"SimplifiedInvoice",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"InvoiceWithNoCounterpart":{
"title":"Invoice with No Counterpart",
"maxLength":240,
"type":"string",
"description":"Invoice with No Counterpart",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"InvoiceWithNoCounterpart_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"JE_YES_NO#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_OpenIdentifier":"InvoiceWithNoCounterpart",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE18",
"FND_ACFF_SegmentName":"InvoiceWithNoCounterpart",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"DateLastUpdated":{
"title":"Date Last Updated",
"type":"string",
"description":"Date Last Updated",
"format":"date",
"nullable":true,
"x-hints":{
"updateable":"false",
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"FND_ACFF_IsReadOnly":"true",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"DateLastUpdated",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE_DATE2",
"FND_ACFF_SegmentName":"DateLastUpdated",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"IntraEUSubtype_Display":{
"title":"Intra - EU Subtype",
"type":"string",
"description":"Intra - EU Subtype",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"IntraEUSubtype",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"TransmissionOfPropertySubjectT_Display":{
"title":"Transmission of Property Subject to VAT",
"type":"string",
"description":"Transmission of Property Subject to VAT",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"TransmissionOfPropertySubjectT",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"SimplifiedInvoice":{
"title":"Simplified Invoice",
"maxLength":240,
"type":"string",
"description":"Simplified Invoice",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"SimplifiedInvoice_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"JE_YES_NO#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_OpenIdentifier":"SimplifiedInvoice",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE14",
"FND_ACFF_SegmentName":"SimplifiedInvoice",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"DateTransactionPerformed":{
"title":"Date Transaction Performed",
"type":"string",
"description":"Date Transaction Performed",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"DateTransactionPerformed",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE_DATE3",
"FND_ACFF_SegmentName":"DateTransactionPerformed",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"LateSubmission_Display":{
"title":"Late Submission",
"type":"string",
"description":"Late Submission",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"LateSubmission",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"InvoiceRecordingDate":{
"title":"Invoice Recording Date",
"type":"string",
"description":"Invoice Recording Date",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"InvoiceRecordingDate",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE_DATE4",
"FND_ACFF_SegmentName":"InvoiceRecordingDate",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"links":{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
},
"IntraEUDeclaredKey":{
"title":"Intra - EU Declared Key",
"maxLength":240,
"type":"string",
"description":"Intra - EU Declared Key",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"IntraEUDeclaredKey_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"ORA_JEES_INTRAEU_DECLARED_KEY#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_OpenIdentifier":"IntraEUDeclaredKey",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE7",
"FND_ACFF_SegmentName":"IntraEUDeclaredKey",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"RegisterType":{
"title":"Register Type",
"maxLength":240,
"type":"string",
"description":"Register Type",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"RegisterType_Display",
"updateable":"false",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"ORA_JEES_REGISTER_TYPE#TABLE",
"FND_ACFF_IsReadOnly":"true",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_OpenIdentifier":"RegisterType",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE10",
"FND_ACFF_SegmentName":"RegisterType",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"YearOfAmountReceivedInCash":{
"title":"Year of Amount Received in Cash",
"maxLength":240,
"type":"string",
"description":"Year of Amount Received in Cash",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_YEARYYYY#FORMAT_ONLY",
"FND_ACFF_IsNumericOnly":"true",
"includeInCompactView":true,
"FND_ACFF_MinimumValue":"1900",
"FND_ACFF_OpenIdentifier":"YearOfAmountReceivedInCash",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"4",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE15",
"FND_ACFF_MaximumValue":"4012",
"FND_ACFF_SegmentName":"YearOfAmountReceivedInCash",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context":{
"title":"Regional Information",
"maxLength":30,
"type":"string",
"description":"Regional Information",
"nullable":true,
"default":"JExESOnlineVatReporting",
"x-hints":{
"FND_ACFF_AkaAttrName":"__FLEX_Context_DisplayValue",
"FND_ACFF_IsDiscriminator":"true",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FND_ACFF_ValueSetInfo":"JG_GDF_CONTEXTS_BY_COUNTRY#TABLE",
"controlType":"choice",
"includeInCompactView":true,
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"TransactionDate":{
"title":"Transaction Date",
"type":"string",
"description":"Transaction Date",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"TransactionDate",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE_DATE1",
"FND_ACFF_SegmentName":"TransactionDate",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"SpecialRegime":{
"title":"Special Regime",
"maxLength":240,
"type":"string",
"description":"Special Regime",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"SpecialRegime_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"ORA_JEES_ISS_SPECIAL_REGIME#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_OpenIdentifier":"SpecialRegime",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE9",
"FND_ACFF_SegmentName":"SpecialRegime",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"MessageCode":{
"title":"Message Code",
"maxLength":240,
"type":"string",
"description":"Message Code",
"nullable":true,
"x-hints":{
"updateable":"false",
"FND_ACFF_ValueSetInfo":"JG_CHARACTER_L150#FORMAT_ONLY",
"FND_ACFF_IsReadOnly":"true",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"MessageCode",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"150",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE11",
"FND_ACFF_SegmentName":"MessageCode",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"MessageDescription":{
"title":"Message Description",
"maxLength":240,
"type":"string",
"description":"Message Description",
"nullable":true,
"x-hints":{
"updateable":"false",
"FND_ACFF_ValueSetInfo":"JG_CHARACTER_L150#FORMAT_ONLY",
"FND_ACFF_IsReadOnly":"true",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"MessageDescription",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"150",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE5",
"FND_ACFF_SegmentName":"MessageDescription",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"CustomerTrxId":{
"type":"integer",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18,
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"RegisterType_Display":{
"title":"Register Type",
"type":"string",
"description":"Register Type",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"RegisterType",
"updateable":"false",
"controlType":"combo_lov",
"FND_ACFF_IsReadOnly":"true",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"TransmissionOfPropertySubjectT":{
"title":"Transmission of Property Subject to VAT",
"maxLength":240,
"type":"string",
"description":"Transmission of Property Subject to VAT",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"TransmissionOfPropertySubjectT_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"JE_YES_NO#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_OpenIdentifier":"TransmissionOfPropertySubjectT",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE12",
"FND_ACFF_SegmentName":"TransmissionOfPropertySubjectT",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"DocumentTypeOverride_Display":{
"title":"Document Type Override",
"type":"string",
"description":"Document Type Override",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"DocumentTypeOverride",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"OriginalInvoiceNumber":{
"title":"Original Invoice Number",
"type":"number",
"description":"Original Invoice Number",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"OriginalInvoiceNumber_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_OpenIdentifier":"OriginalInvoiceNumber",
"FlexClientVar_flex_vst_bind3_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind2_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FND_ACFF_SegmentName":"OriginalInvoiceNumber",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_ValueSetInfo":"ORA_JEES_ORIG_TRX_NUM#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.InvoiceDate",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.CustomerTrxId",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.BillToSiteUseId",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE_NUMBER3",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"OriginalInvoiceNumber_Display":{
"title":"Original Invoice Number",
"type":"string",
"description":"Original Invoice Number",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"OriginalInvoiceNumber",
"FlexClientVar_flex_vst_bind3_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind2_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.InvoiceDate",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.CustomerTrxId",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.BillToSiteUseId",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"IntraEUDeclaredKey_Display":{
"title":"Intra - EU Declared Key",
"type":"string",
"description":"Intra - EU Declared Key",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"IntraEUDeclaredKey",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"InvoiceWithNoCounterpart_Display":{
"title":"Invoice with No Counterpart",
"type":"string",
"description":"Invoice with No Counterpart",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"InvoiceWithNoCounterpart",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"PropertyLocation":{
"title":"Property Location",
"type":"number",
"description":"Property Location",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"PropertyLocation_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"JEES_RENTED_LOCATION#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_OpenIdentifier":"PropertyLocation",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE_NUMBER2",
"FND_ACFF_SegmentName":"PropertyLocation",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context_DisplayValue":{
"title":"Regional Information",
"type":"string",
"description":"Regional Information",
"nullable":true,
"x-hints":{
"updateable":"false",
"DISPLAYHINT":"Hide",
"FND_ACFF_IsReadOnly":"true",
"FND_ACFF_AkaRealSegmentAttrName":"__FLEX_Context",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"SpecialRegime_Display":{
"title":"Special Regime",
"type":"string",
"description":"Special Regime",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"SpecialRegime",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"DocumentTypeOverride":{
"title":"Document Type Override",
"maxLength":240,
"type":"string",
"description":"Document Type Override",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"DocumentTypeOverride_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"ORA_JEES_DOC_TYPE_OVERRIDE#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_OpenIdentifier":"DocumentTypeOverride",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE16",
"FND_ACFF_SegmentName":"DocumentTypeOverride",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"DeliveryDateforTaxPointDate":{
"title":"Delivery Date for Tax Point Date",
"type":"string",
"description":"Delivery Date for Tax Point Date",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_IsGlobal":"true",
"FND_ACFF_OpenIdentifier":"DeliveryDateforTaxPointDate",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE_DATE5",
"FND_ACFF_IsGlobalDisplay":"true",
"FND_ACFF_SegmentName":"DeliveryDateforTaxPointDate",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"TransactiontransactionDeadline":{
"title":"Transaction Deadline",
"type":"number",
"description":"Transaction Deadline",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_SRS_NUMBER3#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_MinimumValue":"1",
"FND_ACFF_OpenIdentifier":"TransactiontransactionDeadline",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE_NUMBER1",
"FND_ACFF_MaximumValue":"999",
"FND_ACFF_SegmentName":"TransactionDeadline",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"CorrectionPeriod":{
"title":"Correction Period",
"maxLength":240,
"type":"string",
"description":"Correction Period",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_PERIOD_349#TABLE",
"controlType":"combo_lov",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"CorrectionPeriod",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE4",
"FND_ACFF_SegmentName":"CorrectionPeriod",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"TaxAuthorityStatus":{
"title":"Tax Authority Status",
"maxLength":240,
"type":"string",
"description":"Tax Authority Status",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"TaxAuthorityStatus_Display",
"updateable":"false",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"ORA_JEES_TAX_AUTHORITY_STATUS#TABLE",
"FND_ACFF_IsReadOnly":"true",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_OpenIdentifier":"TaxAuthorityStatus",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE2",
"FND_ACFF_SegmentName":"TaxAuthorityStatus",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"ThirdPartyInvoice_Display":{
"title":"Third Party Invoice",
"type":"string",
"description":"Third Party Invoice",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"ThirdPartyInvoice",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"IntraEUSubtype":{
"title":"Intra - EU Subtype",
"maxLength":240,
"type":"string",
"description":"Intra - EU Subtype",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"IntraEUSubtype_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"ORA_JEES_INTRAEU_SUBTYPE#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_OpenIdentifier":"IntraEUSubtype",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE8",
"FND_ACFF_SegmentName":"IntraEUSubtype",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
}
}
}
Nested Schema : oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExHRAdditionalInfoVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Regional Information
Maximum Length:30
Default Value:JExHRAdditionalInfo
Regional Information -
__FLEX_Context_DisplayValue: string
Title:
Regional Information
Regional Information -
CustomerTrxId: integer
(int64)
-
DeliveryDateforTaxPointDate: string
(date)
Title:
Delivery Date for Tax Point Date
Delivery Date for Tax Point Date -
ExcludeFromNetting: string
Title:
Exclude From Netting
Maximum Length:240
Exclude From Netting -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
TaxPointDate: string
(date)
Title:
Adjusted Tax Point Date
Adjusted Tax Point Date
{
"type":"object",
"properties":{
"__FLEX_Context_DisplayValue":{
"title":"Regional Information",
"type":"string",
"description":"Regional Information",
"nullable":true,
"x-hints":{
"updateable":"false",
"DISPLAYHINT":"Hide",
"FND_ACFF_IsReadOnly":"true",
"FND_ACFF_AkaRealSegmentAttrName":"__FLEX_Context",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"DeliveryDateforTaxPointDate":{
"title":"Delivery Date for Tax Point Date",
"type":"string",
"description":"Delivery Date for Tax Point Date",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_IsGlobal":"true",
"FND_ACFF_OpenIdentifier":"DeliveryDateforTaxPointDate",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE_DATE5",
"FND_ACFF_IsGlobalDisplay":"true",
"FND_ACFF_SegmentName":"DeliveryDateforTaxPointDate",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"ExcludeFromNetting":{
"title":"Exclude From Netting",
"maxLength":240,
"type":"string",
"description":"Exclude From Netting",
"nullable":true,
"x-hints":{
"FND_ACFF_CheckboxUncheckedValue":"N",
"FND_ACFF_InstructionText":"Exclude the transaction from the netting selection process.",
"FND_ACFF_DV":"N",
"FND_ACFF_OpenIdentifier":"ExcludeFromNetting",
"FND_ACFF_SegmentName":"ExcludeFromNetting",
"FND_ACFF_ValueSetInfo":"JE_YES_NO#TABLE",
"controlType":"check_box",
"includeInCompactView":true,
"FND_ACFF_IsGlobal":"true",
"FND_ACFF_DVT":"C",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_CheckboxCheckedValue":"Y",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE30",
"FND_ACFF_IsGlobalDisplay":"true",
"FND_ACFF_PreferredDisplayType":"CHECKBOX"
},
"x-oj":{
"componentType":"oj-sp-flex-checkbox",
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"CustomerTrxId":{
"type":"integer",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18,
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"TaxPointDate":{
"title":"Adjusted Tax Point Date",
"type":"string",
"description":"Adjusted Tax Point Date",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"TaxPointDate",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE_DATE1",
"FND_ACFF_SegmentName":"TaxPointDate",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"links":{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
},
"__FLEX_Context":{
"title":"Regional Information",
"maxLength":30,
"type":"string",
"description":"Regional Information",
"nullable":true,
"default":"JExHRAdditionalInfo",
"x-hints":{
"FND_ACFF_AkaAttrName":"__FLEX_Context_DisplayValue",
"FND_ACFF_IsDiscriminator":"true",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FND_ACFF_ValueSetInfo":"JG_GDF_CONTEXTS_BY_COUNTRY#TABLE",
"controlType":"choice",
"includeInCompactView":true,
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
}
}
}
Nested Schema : oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExHUAdditionalInfoVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Regional Information
Maximum Length:30
Default Value:JExHUAdditionalInfo
Regional Information -
__FLEX_Context_DisplayValue: string
Title:
Regional Information
Regional Information -
CustomerTrxId: integer
(int64)
-
DeliveryDateforTaxPointDate: string
(date)
Title:
Delivery Date for Tax Point Date
Delivery Date for Tax Point Date -
ExcludeFromNetting: string
Title:
Exclude From Netting
Maximum Length:240
Exclude From Netting -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
TaxPointDate: string
(date)
Title:
Adjusted Tax Point Date
Adjusted Tax Point Date
{
"type":"object",
"properties":{
"__FLEX_Context_DisplayValue":{
"title":"Regional Information",
"type":"string",
"description":"Regional Information",
"nullable":true,
"x-hints":{
"updateable":"false",
"DISPLAYHINT":"Hide",
"FND_ACFF_IsReadOnly":"true",
"FND_ACFF_AkaRealSegmentAttrName":"__FLEX_Context",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"DeliveryDateforTaxPointDate":{
"title":"Delivery Date for Tax Point Date",
"type":"string",
"description":"Delivery Date for Tax Point Date",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_IsGlobal":"true",
"FND_ACFF_OpenIdentifier":"DeliveryDateforTaxPointDate",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE_DATE5",
"FND_ACFF_IsGlobalDisplay":"true",
"FND_ACFF_SegmentName":"DeliveryDateforTaxPointDate",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"ExcludeFromNetting":{
"title":"Exclude From Netting",
"maxLength":240,
"type":"string",
"description":"Exclude From Netting",
"nullable":true,
"x-hints":{
"FND_ACFF_CheckboxUncheckedValue":"N",
"FND_ACFF_InstructionText":"Exclude the transaction from the netting selection process.",
"FND_ACFF_DV":"N",
"FND_ACFF_OpenIdentifier":"ExcludeFromNetting",
"FND_ACFF_SegmentName":"ExcludeFromNetting",
"FND_ACFF_ValueSetInfo":"JE_YES_NO#TABLE",
"controlType":"check_box",
"includeInCompactView":true,
"FND_ACFF_IsGlobal":"true",
"FND_ACFF_DVT":"C",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_CheckboxCheckedValue":"Y",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE30",
"FND_ACFF_IsGlobalDisplay":"true",
"FND_ACFF_PreferredDisplayType":"CHECKBOX"
},
"x-oj":{
"componentType":"oj-sp-flex-checkbox",
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"CustomerTrxId":{
"type":"integer",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18,
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"TaxPointDate":{
"title":"Adjusted Tax Point Date",
"type":"string",
"description":"Adjusted Tax Point Date",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"TaxPointDate",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE_DATE1",
"FND_ACFF_SegmentName":"TaxPointDate",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"links":{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
},
"__FLEX_Context":{
"title":"Regional Information",
"maxLength":30,
"type":"string",
"description":"Regional Information",
"nullable":true,
"default":"JExHUAdditionalInfo",
"x-hints":{
"FND_ACFF_AkaAttrName":"__FLEX_Context_DisplayValue",
"FND_ACFF_IsDiscriminator":"true",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FND_ACFF_ValueSetInfo":"JG_GDF_CONTEXTS_BY_COUNTRY#TABLE",
"controlType":"choice",
"includeInCompactView":true,
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
}
}
}
Nested Schema : oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExPLAdditionalInfoVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Regional Information
Maximum Length:30
Default Value:JExPLAdditionalInfo
Regional Information -
__FLEX_Context_DisplayValue: string
Title:
Regional Information
Regional Information -
adjustedTaxPointDate: string
(date)
Title:
Adjusted Tax Point Date
Adjusted Tax Point Date -
CorrectionReason: string
Title:
Correction Reason
Maximum Length:240
Correction Reason -
CustomerTrxId: integer
(int64)
-
customsDocumentDate: string
(date)
Title:
Customs Document Date
Customs Document Date -
customsDocumentNumber: string
Title:
Customs Document Number
Maximum Length:240
Customs Document Number -
DeliveryDate: string
(date)
Title:
Delivery Date
Delivery Date -
DeliveryDateforTaxPointDate: string
(date)
Title:
Delivery Date for Tax Point Date
Delivery Date for Tax Point Date -
discountReason: string
Title:
Discount Reason
Maximum Length:240
Discount Reason -
ExcludeFromNetting: string
Title:
Exclude From Netting
Maximum Length:240
Exclude From Netting -
importingPartyName: string
Title:
Importing Party Name
Maximum Length:240
Importing Party Name -
KsefNumber: string
Title:
KSeF number
Maximum Length:240
KSeF number -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
OriginalInvoice: number
Title:
Original Invoice
Original Invoice -
OriginalInvoice_Display: string
Title:
Original Invoice
Original Invoice -
PreviousInvoice: number
Title:
Previous Invoice
Previous Invoice -
PreviousInvoice_Display: string
Title:
Previous Invoice
Previous Invoice -
PrintStatus: string
Title:
Print Status
Maximum Length:240
Print Status -
PrintStatus_Display: string
Title:
Print Status
Print Status -
splitPayment: string
Title:
Split Payment
Maximum Length:240
Split Payment -
splitPayment_Display: string
Title:
Split Payment
Split Payment
{
"type":"object",
"properties":{
"KsefNumber":{
"title":"KSeF number",
"maxLength":240,
"type":"string",
"description":"KSeF number",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"ORA_JG_CHARACTER_L50#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"KsefNumber",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"50",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE9",
"FND_ACFF_SegmentName":"KsefNumber",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"CorrectionReason":{
"title":"Correction Reason",
"maxLength":240,
"type":"string",
"description":"Correction Reason",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JG_CHARACTER_L150#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"CorrectionReason",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"150",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE5",
"FND_ACFF_SegmentName":"CorrectionReason",
"FND_ACFF_PreferredDisplayType":"TEXT_AREA"
},
"x-oj":{
"componentType":"oj-text-area",
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"OriginalInvoice_Display":{
"title":"Original Invoice",
"type":"string",
"description":"Original Invoice",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"OriginalInvoice",
"FlexClientVar_flex_vst_bind2_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.CustomerTrxId",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.BillToSiteUseId",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"ExcludeFromNetting":{
"title":"Exclude From Netting",
"maxLength":240,
"type":"string",
"description":"Exclude From Netting",
"nullable":true,
"x-hints":{
"FND_ACFF_CheckboxUncheckedValue":"N",
"FND_ACFF_InstructionText":"Exclude the transaction from the netting selection process.",
"FND_ACFF_DV":"N",
"FND_ACFF_OpenIdentifier":"ExcludeFromNetting",
"FND_ACFF_SegmentName":"ExcludeFromNetting",
"FND_ACFF_ValueSetInfo":"JE_YES_NO#TABLE",
"controlType":"check_box",
"includeInCompactView":true,
"FND_ACFF_IsGlobal":"true",
"FND_ACFF_DVT":"C",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_CheckboxCheckedValue":"Y",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE30",
"FND_ACFF_IsGlobalDisplay":"true",
"FND_ACFF_PreferredDisplayType":"CHECKBOX"
},
"x-oj":{
"componentType":"oj-sp-flex-checkbox",
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"CustomerTrxId":{
"type":"integer",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18,
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"splitPayment":{
"title":"Split Payment",
"maxLength":240,
"type":"string",
"description":"Split Payment",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"splitPayment_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"JE_YES_NO#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_OpenIdentifier":"splitPayment",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE8",
"FND_ACFF_SegmentName":"SplitPayment",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"DeliveryDate":{
"title":"Delivery Date",
"type":"string",
"description":"Delivery Date",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"DeliveryDate",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE_DATE1",
"FND_ACFF_SegmentName":"DeliveryDate",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"PrintStatus_Display":{
"title":"Print Status",
"type":"string",
"description":"Print Status",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"PrintStatus",
"updateable":"false",
"FND_ACFF_IsReadOnly":"true",
"FlexClientVar_flex_vst_bind2_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.CustomerTrxId",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.CustomerTrxId",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"PreviousInvoice_Display":{
"title":"Previous Invoice",
"type":"string",
"description":"Previous Invoice",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"PreviousInvoice",
"FlexClientVar_flex_vst_bind2_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.CustomerTrxId",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.BillToSiteUseId",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"customsDocumentDate":{
"title":"Customs Document Date",
"type":"string",
"description":"Customs Document Date",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"customsDocumentDate",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE_DATE4",
"FND_ACFF_SegmentName":"CustomsDocumentDate",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"OriginalInvoice":{
"title":"Original Invoice",
"type":"number",
"description":"Original Invoice",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"OriginalInvoice_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_OpenIdentifier":"OriginalInvoice",
"FlexClientVar_flex_vst_bind2_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FND_ACFF_SegmentName":"OriginalInvoice",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_ValueSetInfo":"ORA_JEPL_CORRECTION_ORIG_INV#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.CustomerTrxId",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.BillToSiteUseId",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE_NUMBER2",
"FlexClientVsBindVars":"flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context_DisplayValue":{
"title":"Regional Information",
"type":"string",
"description":"Regional Information",
"nullable":true,
"x-hints":{
"updateable":"false",
"DISPLAYHINT":"Hide",
"FND_ACFF_IsReadOnly":"true",
"FND_ACFF_AkaRealSegmentAttrName":"__FLEX_Context",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"DeliveryDateforTaxPointDate":{
"title":"Delivery Date for Tax Point Date",
"type":"string",
"description":"Delivery Date for Tax Point Date",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_IsGlobal":"true",
"FND_ACFF_OpenIdentifier":"DeliveryDateforTaxPointDate",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE_DATE5",
"FND_ACFF_IsGlobalDisplay":"true",
"FND_ACFF_SegmentName":"DeliveryDateforTaxPointDate",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"adjustedTaxPointDate":{
"title":"Adjusted Tax Point Date",
"type":"string",
"description":"Adjusted Tax Point Date",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"adjustedTaxPointDate",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE_DATE3",
"FND_ACFF_SegmentName":"TaxPointDate",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"customsDocumentNumber":{
"title":"Customs Document Number",
"maxLength":240,
"type":"string",
"description":"Customs Document Number",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JG_CHARACTER_L150#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"customsDocumentNumber",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"150",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE6",
"FND_ACFF_SegmentName":"CustomsDocumentNumber",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"discountReason":{
"title":"Discount Reason",
"maxLength":240,
"type":"string",
"description":"Discount Reason",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JG_CHARACTER_L150#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"discountReason",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"150",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE2",
"FND_ACFF_SegmentName":"DiscountReason",
"FND_ACFF_PreferredDisplayType":"TEXT_AREA"
},
"x-oj":{
"componentType":"oj-text-area",
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"links":{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
},
"PrintStatus":{
"title":"Print Status",
"maxLength":240,
"type":"string",
"description":"Print Status",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"PrintStatus_Display",
"updateable":"false",
"DISPLAYHINT":"Hide",
"FND_ACFF_IsReadOnly":"true",
"FND_ACFF_DV":"PCD",
"FND_ACFF_OpenIdentifier":"PrintStatus",
"FlexClientVar_flex_vst_bind2_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FND_ACFF_SegmentName":"PrintStatus",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_ValueSetInfo":"ORA_JEEU_PCD_PRINT_STATUS_AR#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.CustomerTrxId",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.CustomerTrxId",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_DVT":"C",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE1",
"FlexClientVsBindVars":"flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"PreviousInvoice":{
"title":"Previous Invoice",
"type":"number",
"description":"Previous Invoice",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"PreviousInvoice_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_OpenIdentifier":"PreviousInvoice",
"FlexClientVar_flex_vst_bind2_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FND_ACFF_SegmentName":"PreviousInvoice",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_ValueSetInfo":"ORA_JEPL_CORRECTION_PREV_INV#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.CustomerTrxId",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.BillToSiteUseId",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE_NUMBER1",
"FlexClientVsBindVars":"flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"importingPartyName":{
"title":"Importing Party Name",
"maxLength":240,
"type":"string",
"description":"Importing Party Name",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JG_CHARACTER_L150#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"importingPartyName",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"150",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE7",
"FND_ACFF_SegmentName":"ImportingPartyName",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"splitPayment_Display":{
"title":"Split Payment",
"type":"string",
"description":"Split Payment",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"splitPayment",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context":{
"title":"Regional Information",
"maxLength":30,
"type":"string",
"description":"Regional Information",
"nullable":true,
"default":"JExPLAdditionalInfo",
"x-hints":{
"FND_ACFF_AkaAttrName":"__FLEX_Context_DisplayValue",
"FND_ACFF_IsDiscriminator":"true",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FND_ACFF_ValueSetInfo":"JG_GDF_CONTEXTS_BY_COUNTRY#TABLE",
"controlType":"choice",
"includeInCompactView":true,
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
}
}
}
Nested Schema : oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExPTAdditionalInfoVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Regional Information
Maximum Length:30
Default Value:JExPTAdditionalInfo
Regional Information -
__FLEX_Context_DisplayValue: string
Title:
Regional Information
Regional Information -
atcud: string
Title:
ATCUD
Maximum Length:240
ATCUD -
BillOfLading: string
Title:
Bill of Lading
Maximum Length:240
Bill of Lading -
CertificationNumber: string
Title:
Certificate Number
Maximum Length:240
Certificate Number -
CustomerTrxId: integer
(int64)
-
DeliveryDateforTaxPointDate: string
(date)
Title:
Delivery Date for Tax Point Date
Delivery Date for Tax Point Date -
ExcludeFromNetting: string
Title:
Exclude From Netting
Maximum Length:240
Exclude From Netting -
ExternalHashKey: string
Title:
External Hash Key
Maximum Length:240
External Hash Key -
ExternalReferenceKey: string
Title:
External Reference Key
Maximum Length:240
External Reference Key -
ExternalTransactionAmount: string
Title:
External Transaction Amount
Maximum Length:240
External Transaction Amount -
ExternalTransactionDate: string
(date)
Title:
External Transaction Date
External Transaction Date -
ExternalTransactionNumber: string
Title:
External Transaction Number
Maximum Length:240
External Transaction Number -
HashControlValue: string
Title:
Hash Control Value
Maximum Length:240
Hash Control Value -
HashValue: string
Title:
Hash Value
Maximum Length:240
Hash Value -
InvoiceReference: number
Title:
Invoice Reference
Invoice Reference -
InvoiceReference_Display: string
Title:
Invoice Reference
Invoice Reference -
InvoiceStatus: string
Title:
Invoice Status
Maximum Length:240
Invoice Status -
InvoiceStatus_Display: string
Title:
Invoice Status
Invoice Status -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
MultipleInvReferences: string
Title:
Multiple Invoice Reference
Maximum Length:240
Multiple Invoice Reference -
PrintStatus: string
Title:
Print Status
Maximum Length:240
Print Status -
PrintStatus_Display: string
Title:
Print Status
Print Status -
ReferenceDateFrom: string
(date)
Title:
Reference Date From
Reference Date From -
ReferenceDateTo: string
(date)
Title:
Reference Date To
Reference Date To -
RefferenceApplType: string
Title:
Reference Application Type
Maximum Length:240
Reference Application Type -
RefferenceApplType_Display: string
Title:
Reference Application Type
Reference Application Type -
SourceSystemID: string
Title:
Source System ID
Maximum Length:240
Source System ID -
SystemEntryDate: string
(date)
Title:
System Entry Date
System Entry Date
{
"type":"object",
"properties":{
"InvoiceReference":{
"title":"Invoice Reference",
"type":"number",
"description":"Invoice Reference",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"InvoiceReference_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_OpenIdentifier":"InvoiceReference",
"FlexClientVar_flex_vst_bind3_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind4_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind2_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FND_ACFF_SegmentName":"InvoiceReference",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_ValueSetInfo":"ORA_JEPT_INV_REF#TABLE",
"FlexClientVar_flex_vst_bind4_RQ":"true",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.InvoiceDate",
"FlexClientVar_flex_vst_bind4_VT":"PARAMETER.OrgId",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.InvoiceDate",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.BillToSiteUseId",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE_NUMBER1",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind4,flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"ExcludeFromNetting":{
"title":"Exclude From Netting",
"maxLength":240,
"type":"string",
"description":"Exclude From Netting",
"nullable":true,
"x-hints":{
"FND_ACFF_CheckboxUncheckedValue":"N",
"FND_ACFF_InstructionText":"Exclude the transaction from the netting selection process.",
"FND_ACFF_DV":"N",
"FND_ACFF_OpenIdentifier":"ExcludeFromNetting",
"FND_ACFF_SegmentName":"ExcludeFromNetting",
"FND_ACFF_ValueSetInfo":"JE_YES_NO#TABLE",
"controlType":"check_box",
"includeInCompactView":true,
"FND_ACFF_IsGlobal":"true",
"FND_ACFF_DVT":"C",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_CheckboxCheckedValue":"Y",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE30",
"FND_ACFF_IsGlobalDisplay":"true",
"FND_ACFF_PreferredDisplayType":"CHECKBOX"
},
"x-oj":{
"componentType":"oj-sp-flex-checkbox",
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"InvoiceStatus_Display":{
"title":"Invoice Status",
"type":"string",
"description":"Invoice Status",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"InvoiceStatus",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_IsRequired":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"atcud":{
"title":"ATCUD",
"maxLength":240,
"type":"string",
"description":"ATCUD",
"nullable":true,
"x-hints":{
"updateable":"false",
"FND_ACFF_ValueSetInfo":"JG_CHARACTER_L150#FORMAT_ONLY",
"FND_ACFF_IsReadOnly":"true",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"atcud",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"150",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE16",
"FND_ACFF_SegmentName":"ATCUD",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"BillOfLading":{
"title":"Bill of Lading",
"maxLength":240,
"type":"string",
"description":"Bill of Lading",
"nullable":true,
"x-hints":{
"updateable":"false",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"JG_CHARACTER_L150#FORMAT_ONLY",
"FND_ACFF_IsReadOnly":"true",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"BillOfLading",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"150",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE14",
"FND_ACFF_SegmentName":"BillOfLading",
"FND_ACFF_PreferredDisplayType":"HIDDEN"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"InvoiceReference_Display":{
"title":"Invoice Reference",
"type":"string",
"description":"Invoice Reference",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"InvoiceReference",
"FlexClientVar_flex_vst_bind3_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind4_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind2_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"controlType":"combo_lov",
"FlexClientVar_flex_vst_bind4_RQ":"true",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.InvoiceDate",
"FlexClientVar_flex_vst_bind4_VT":"PARAMETER.OrgId",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.InvoiceDate",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.BillToSiteUseId",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind4,flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"ReferenceDateTo":{
"title":"Reference Date To",
"type":"string",
"description":"Reference Date To",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"ReferenceDateTo",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE_DATE4",
"FND_ACFF_SegmentName":"ReferenceDateTo",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"links":{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
},
"PrintStatus":{
"title":"Print Status",
"maxLength":240,
"type":"string",
"description":"Print Status",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"PrintStatus_Display",
"updateable":"false",
"DISPLAYHINT":"Hide",
"FND_ACFF_IsReadOnly":"true",
"FND_ACFF_DV":"PCD",
"FND_ACFF_OpenIdentifier":"PrintStatus",
"FlexClientVar_flex_vst_bind2_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FND_ACFF_SegmentName":"PrintStatus",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_ValueSetInfo":"ORA_JEEU_PCD_PRINT_STATUS_AR#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.CustomerTrxId",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.CustomerTrxId",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_DVT":"C",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE11",
"FlexClientVsBindVars":"flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"SystemEntryDate":{
"title":"System Entry Date",
"type":"string",
"description":"System Entry Date",
"format":"date",
"nullable":true,
"x-hints":{
"updateable":"false",
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"FND_ACFF_IsReadOnly":"true",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"SystemEntryDate",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE_DATE1",
"FND_ACFF_SegmentName":"SystemEntryDate",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context":{
"title":"Regional Information",
"maxLength":30,
"type":"string",
"description":"Regional Information",
"nullable":true,
"default":"JExPTAdditionalInfo",
"x-hints":{
"FND_ACFF_AkaAttrName":"__FLEX_Context_DisplayValue",
"FND_ACFF_IsDiscriminator":"true",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FND_ACFF_ValueSetInfo":"JG_GDF_CONTEXTS_BY_COUNTRY#TABLE",
"controlType":"choice",
"includeInCompactView":true,
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"ExternalReferenceKey":{
"title":"External Reference Key",
"maxLength":240,
"type":"string",
"description":"External Reference Key",
"nullable":true,
"x-hints":{
"updateable":"false",
"FND_ACFF_ValueSetInfo":"ORA_JEPT_CHARACTER_L240#FORMAT_ONLY",
"FND_ACFF_IsReadOnly":"true",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"ExternalReferenceKey",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"240",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE8",
"FND_ACFF_SegmentName":"ExternalReferenceKey",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"RefferenceApplType_Display":{
"title":"Reference Application Type",
"type":"string",
"description":"Reference Application Type",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"RefferenceApplType",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"ExternalTransactionAmount":{
"title":"External Transaction Amount",
"maxLength":240,
"type":"string",
"description":"External Transaction Amount",
"nullable":true,
"x-hints":{
"updateable":"false",
"FND_ACFF_ValueSetInfo":"ORA_JEPT_CHARACTER_L240#FORMAT_ONLY",
"FND_ACFF_IsReadOnly":"true",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"ExternalTransactionAmount",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"240",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE6",
"FND_ACFF_SegmentName":"ExternalTransactionAmount",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"ExternalHashKey":{
"title":"External Hash Key",
"maxLength":240,
"type":"string",
"description":"External Hash Key",
"nullable":true,
"x-hints":{
"updateable":"false",
"FND_ACFF_ValueSetInfo":"ORA_JEPT_CHARACTER_L240#FORMAT_ONLY",
"FND_ACFF_IsReadOnly":"true",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"ExternalHashKey",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"240",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE7",
"FND_ACFF_SegmentName":"ExternalHashKey",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"CustomerTrxId":{
"type":"integer",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18,
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"PrintStatus_Display":{
"title":"Print Status",
"type":"string",
"description":"Print Status",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"PrintStatus",
"updateable":"false",
"FND_ACFF_IsReadOnly":"true",
"FlexClientVar_flex_vst_bind2_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.CustomerTrxId",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.CustomerTrxId",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"SourceSystemID":{
"title":"Source System ID",
"maxLength":240,
"type":"string",
"description":"Source System ID",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JG_CHARACTER_L150#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"SourceSystemID",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"150",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE9",
"FND_ACFF_SegmentName":"SourceSystemID",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"HashControlValue":{
"title":"Hash Control Value",
"maxLength":240,
"type":"string",
"description":"Hash Control Value",
"nullable":true,
"x-hints":{
"updateable":"false",
"FND_ACFF_ValueSetInfo":"ORA_JEPT_CHARACTER_L240#FORMAT_ONLY",
"FND_ACFF_IsReadOnly":"true",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"HashControlValue",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"240",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE2",
"FND_ACFF_SegmentName":"HashControlValue",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"ReferenceDateFrom":{
"title":"Reference Date From",
"type":"string",
"description":"Reference Date From",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"ReferenceDateFrom",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE_DATE3",
"FND_ACFF_SegmentName":"ReferenceDateFrom",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"RefferenceApplType":{
"title":"Reference Application Type",
"maxLength":240,
"type":"string",
"description":"Reference Application Type",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"RefferenceApplType_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"ORA_JEPT_MEMO_APP_TYPE#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_OpenIdentifier":"RefferenceApplType",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE12",
"FND_ACFF_SegmentName":"RefferenceApplType",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"MultipleInvReferences":{
"title":"Multiple Invoice Reference",
"maxLength":240,
"type":"string",
"description":"Multiple Invoice Reference",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"ORA_JEPT_CHARACTER_L60#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"MultipleInvReferences",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"60",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE13",
"FND_ACFF_SegmentName":"MultipleInvReferences",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context_DisplayValue":{
"title":"Regional Information",
"type":"string",
"description":"Regional Information",
"nullable":true,
"x-hints":{
"updateable":"false",
"DISPLAYHINT":"Hide",
"FND_ACFF_IsReadOnly":"true",
"FND_ACFF_AkaRealSegmentAttrName":"__FLEX_Context",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"DeliveryDateforTaxPointDate":{
"title":"Delivery Date for Tax Point Date",
"type":"string",
"description":"Delivery Date for Tax Point Date",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_IsGlobal":"true",
"FND_ACFF_OpenIdentifier":"DeliveryDateforTaxPointDate",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE_DATE5",
"FND_ACFF_IsGlobalDisplay":"true",
"FND_ACFF_SegmentName":"DeliveryDateforTaxPointDate",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"HashValue":{
"title":"Hash Value",
"maxLength":240,
"type":"string",
"description":"Hash Value",
"nullable":true,
"x-hints":{
"updateable":"false",
"FND_ACFF_ValueSetInfo":"ORA_JEPT_CHARACTER_L240#FORMAT_ONLY",
"FND_ACFF_IsReadOnly":"true",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"HashValue",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"240",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE4",
"FND_ACFF_SegmentName":"HashValue",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"CertificationNumber":{
"title":"Certificate Number",
"maxLength":240,
"type":"string",
"description":"Certificate Number",
"nullable":true,
"x-hints":{
"updateable":"false",
"FND_ACFF_ValueSetInfo":"ORA_JEPT_CHARACTER_L240#FORMAT_ONLY",
"FND_ACFF_IsReadOnly":"true",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"CertificationNumber",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"240",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE3",
"FND_ACFF_SegmentName":"CertificationNumber",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"InvoiceStatus":{
"title":"Invoice Status",
"maxLength":240,
"type":"string",
"description":"Invoice Status",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"InvoiceStatus_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_DV":"N",
"FND_ACFF_OpenIdentifier":"InvoiceStatus",
"FND_ACFF_IsRequired":"true",
"FND_ACFF_SegmentName":"InvoiceStatus",
"FND_ACFF_ValueSetInfo":"ORA_JEEU_INVOICE_STATUS#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_DVT":"C",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE10",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"ExternalTransactionDate":{
"title":"External Transaction Date",
"type":"string",
"description":"External Transaction Date",
"format":"date",
"nullable":true,
"x-hints":{
"updateable":"false",
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"FND_ACFF_IsReadOnly":"true",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"ExternalTransactionDate",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE_DATE2",
"FND_ACFF_SegmentName":"ExternalTransactionDate",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"ExternalTransactionNumber":{
"title":"External Transaction Number",
"maxLength":240,
"type":"string",
"description":"External Transaction Number",
"nullable":true,
"x-hints":{
"updateable":"false",
"FND_ACFF_ValueSetInfo":"ORA_JEPT_CHARACTER_L240#FORMAT_ONLY",
"FND_ACFF_IsReadOnly":"true",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"ExternalTransactionNumber",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"240",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE5",
"FND_ACFF_SegmentName":"ExternalTransactionNumber",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
}
}
}
Nested Schema : oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExROAdditionalInfoVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Regional Information
Maximum Length:30
Default Value:JExROAdditionalInfo
Regional Information -
__FLEX_Context_DisplayValue: string
Title:
Regional Information
Regional Information -
CustomerTrxId: integer
(int64)
-
DeliveryDateforTaxPointDate: string
(date)
Title:
Delivery Date for Tax Point Date
Delivery Date for Tax Point Date -
ExcludeFromNetting: string
Title:
Exclude From Netting
Maximum Length:240
Exclude From Netting -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
TaxPointDate: string
(date)
Title:
Adjusted Tax Point Date
Adjusted Tax Point Date
{
"type":"object",
"properties":{
"__FLEX_Context_DisplayValue":{
"title":"Regional Information",
"type":"string",
"description":"Regional Information",
"nullable":true,
"x-hints":{
"updateable":"false",
"DISPLAYHINT":"Hide",
"FND_ACFF_IsReadOnly":"true",
"FND_ACFF_AkaRealSegmentAttrName":"__FLEX_Context",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"DeliveryDateforTaxPointDate":{
"title":"Delivery Date for Tax Point Date",
"type":"string",
"description":"Delivery Date for Tax Point Date",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_IsGlobal":"true",
"FND_ACFF_OpenIdentifier":"DeliveryDateforTaxPointDate",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE_DATE5",
"FND_ACFF_IsGlobalDisplay":"true",
"FND_ACFF_SegmentName":"DeliveryDateforTaxPointDate",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"ExcludeFromNetting":{
"title":"Exclude From Netting",
"maxLength":240,
"type":"string",
"description":"Exclude From Netting",
"nullable":true,
"x-hints":{
"FND_ACFF_CheckboxUncheckedValue":"N",
"FND_ACFF_InstructionText":"Exclude the transaction from the netting selection process.",
"FND_ACFF_DV":"N",
"FND_ACFF_OpenIdentifier":"ExcludeFromNetting",
"FND_ACFF_SegmentName":"ExcludeFromNetting",
"FND_ACFF_ValueSetInfo":"JE_YES_NO#TABLE",
"controlType":"check_box",
"includeInCompactView":true,
"FND_ACFF_IsGlobal":"true",
"FND_ACFF_DVT":"C",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_CheckboxCheckedValue":"Y",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE30",
"FND_ACFF_IsGlobalDisplay":"true",
"FND_ACFF_PreferredDisplayType":"CHECKBOX"
},
"x-oj":{
"componentType":"oj-sp-flex-checkbox",
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"CustomerTrxId":{
"type":"integer",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18,
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"TaxPointDate":{
"title":"Adjusted Tax Point Date",
"type":"string",
"description":"Adjusted Tax Point Date",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"TaxPointDate",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE_DATE1",
"FND_ACFF_SegmentName":"TaxPointDate",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"links":{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
},
"__FLEX_Context":{
"title":"Regional Information",
"maxLength":30,
"type":"string",
"description":"Regional Information",
"nullable":true,
"default":"JExROAdditionalInfo",
"x-hints":{
"FND_ACFF_AkaAttrName":"__FLEX_Context_DisplayValue",
"FND_ACFF_IsDiscriminator":"true",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FND_ACFF_ValueSetInfo":"JG_GDF_CONTEXTS_BY_COUNTRY#TABLE",
"controlType":"choice",
"includeInCompactView":true,
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
}
}
}
Nested Schema : oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExRSAdditionalInfoVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Regional Information
Maximum Length:30
Default Value:JExRSAdditionalInfo
Regional Information -
__FLEX_Context_DisplayValue: string
Title:
Regional Information
Regional Information -
CustomerTrxId: integer
(int64)
-
DeliveryDateforTaxPointDate: string
(date)
Title:
Delivery Date for Tax Point Date
Delivery Date for Tax Point Date -
ExcludeFromNetting: string
Title:
Exclude From Netting
Maximum Length:240
Exclude From Netting -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
TaxPointDate: string
(date)
Title:
Adjusted Tax Point Date
Adjusted Tax Point Date
{
"type":"object",
"properties":{
"__FLEX_Context_DisplayValue":{
"title":"Regional Information",
"type":"string",
"description":"Regional Information",
"nullable":true,
"x-hints":{
"updateable":"false",
"DISPLAYHINT":"Hide",
"FND_ACFF_IsReadOnly":"true",
"FND_ACFF_AkaRealSegmentAttrName":"__FLEX_Context",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"DeliveryDateforTaxPointDate":{
"title":"Delivery Date for Tax Point Date",
"type":"string",
"description":"Delivery Date for Tax Point Date",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_IsGlobal":"true",
"FND_ACFF_OpenIdentifier":"DeliveryDateforTaxPointDate",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE_DATE5",
"FND_ACFF_IsGlobalDisplay":"true",
"FND_ACFF_SegmentName":"DeliveryDateforTaxPointDate",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"ExcludeFromNetting":{
"title":"Exclude From Netting",
"maxLength":240,
"type":"string",
"description":"Exclude From Netting",
"nullable":true,
"x-hints":{
"FND_ACFF_CheckboxUncheckedValue":"N",
"FND_ACFF_InstructionText":"Exclude the transaction from the netting selection process.",
"FND_ACFF_DV":"N",
"FND_ACFF_OpenIdentifier":"ExcludeFromNetting",
"FND_ACFF_SegmentName":"ExcludeFromNetting",
"FND_ACFF_ValueSetInfo":"JE_YES_NO#TABLE",
"controlType":"check_box",
"includeInCompactView":true,
"FND_ACFF_IsGlobal":"true",
"FND_ACFF_DVT":"C",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_CheckboxCheckedValue":"Y",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE30",
"FND_ACFF_IsGlobalDisplay":"true",
"FND_ACFF_PreferredDisplayType":"CHECKBOX"
},
"x-oj":{
"componentType":"oj-sp-flex-checkbox",
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"CustomerTrxId":{
"type":"integer",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18,
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"TaxPointDate":{
"title":"Adjusted Tax Point Date",
"type":"string",
"description":"Adjusted Tax Point Date",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"TaxPointDate",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE_DATE1",
"FND_ACFF_SegmentName":"TaxPointDate",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"links":{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
},
"__FLEX_Context":{
"title":"Regional Information",
"maxLength":30,
"type":"string",
"description":"Regional Information",
"nullable":true,
"default":"JExRSAdditionalInfo",
"x-hints":{
"FND_ACFF_AkaAttrName":"__FLEX_Context_DisplayValue",
"FND_ACFF_IsDiscriminator":"true",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FND_ACFF_ValueSetInfo":"JG_GDF_CONTEXTS_BY_COUNTRY#TABLE",
"controlType":"choice",
"includeInCompactView":true,
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
}
}
}
Nested Schema : oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExRUAdditionalInfoVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Regional Information
Maximum Length:30
Default Value:JExRUAdditionalInfo
Regional Information -
__FLEX_Context_DisplayValue: string
Title:
Regional Information
Regional Information -
CancellationType: string
Title:
Cancellation type
Maximum Length:240
Cancellation type -
CancellationType_DisplayValue: string
Title:
Cancellation type
Cancellation type -
ConfirmedbyThirdParties: string
Title:
Confirmed by Third Parties
Maximum Length:240
Confirmed by Third Parties -
Consignor: number
Title:
Consignor Site
Consignor Site -
Consignor_Display: string
Title:
Consignor Site
Consignor Site -
ConsignorParty: string
Title:
Consignor Party
Maximum Length:240
Consignor Party -
ConsignorParty_Display: string
Title:
Consignor Party
Consignor Party -
CorrectedInvoice: number
Title:
Corrected Invoice
Corrected Invoice -
CorrectedInvoice_Display: string
Title:
Corrected Invoice
Corrected Invoice -
CustomerTrxId: integer
(int64)
-
DeliveryDateforTaxPointDate: string
(date)
Title:
Delivery Date for Tax Point Date
Delivery Date for Tax Point Date -
ExcludeFromNetting: string
Title:
Exclude From Netting
Maximum Length:240
Exclude From Netting -
ExportConfirmationAmount: number
Title:
Export Confirmation Amount
Export Confirmation Amount -
ExportDate: string
(date)
Title:
Export Date
Export Date -
IntermediaryTrxnCustomer: string
Title:
Customer for Intermediary Transaction
Maximum Length:240
Customer for Intermediary Transaction -
IntermediaryTrxnCustomer_Display: string
Title:
Customer for Intermediary Transaction
Customer for Intermediary Transaction -
IntermediaryTrxnCustomerSite: number
Title:
Customer Site for Intermediary Transaction
Customer Site for Intermediary Transaction -
IntermediaryTrxnCustomerSite_Display: string
Title:
Customer Site for Intermediary Transaction
Customer Site for Intermediary Transaction -
IntermediaryTrxnSupplierInv: number
Title:
Supplier Invoice for Intermediary Transaction
Supplier Invoice for Intermediary Transaction -
IntermediaryTrxnSupplierInv_Display: string
Title:
Supplier Invoice for Intermediary Transaction
Supplier Invoice for Intermediary Transaction -
IntermediaryTrxnSupplierSite: number
Title:
Supplier Site for Intermediary Transaction
Supplier Site for Intermediary Transaction -
IntermediaryTrxnSupplierSite_Display: string
Title:
Supplier Site for Intermediary Transaction
Supplier Site for Intermediary Transaction -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
PrepaymentCashReceipt: number
Title:
Prepayment Cash Receipt
Prepayment Cash Receipt -
PrepaymentCashReceipt_Display: string
Title:
Prepayment Cash Receipt
Prepayment Cash Receipt -
PreviousInvoice: number
Title:
Previous Invoice
Previous Invoice -
PreviousInvoice_Display: string
Title:
Previous Invoice
Previous Invoice -
PrintStatus: string
Title:
Print Status
Maximum Length:240
Print Status -
PrintStatus_Display: string
Title:
Print Status
Print Status -
RevisedInvoice: number
Title:
Revised Invoice
Revised Invoice -
RevisedInvoice_Display: string
Title:
Revised Invoice
Revised Invoice -
RevisionNumber: string
Title:
Revision Number
Maximum Length:240
Revision Number -
SourceSupplier: string
Title:
Supplier for Intermediary Transaction
Maximum Length:240
Supplier for Intermediary Transaction -
SourceSupplier_Display: string
Title:
Supplier for Intermediary Transaction
Supplier for Intermediary Transaction -
TaxPointDate: string
(date)
Title:
Adjusted Tax Point Date
Adjusted Tax Point Date
{
"type":"object",
"properties":{
"ConsignorParty":{
"title":"Consignor Party",
"maxLength":240,
"type":"string",
"description":"Consignor Party",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"ConsignorParty_Display",
"FND_ACFF_IsReferenced":"true",
"DISPLAYHINT":"Hide",
"FND_ACFF_OpenIdentifier":"ConsignorParty",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FND_ACFF_SegmentName":"ConsignorParty",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_ValueSetInfo":"ORA_JERU_CONSIGNOR#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.OrgId",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE5",
"FlexClientVsBindVars":"flex_vst_bind1",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"IntermediaryTrxnSupplierInv_Display":{
"title":"Supplier Invoice for Intermediary Transaction",
"type":"string",
"description":"Supplier Invoice for Intermediary Transaction",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"IntermediaryTrxnSupplierInv",
"FND_ACFF_PartialTarget":" IntermediaryTrxnSupplierSite",
"FlexClientVar_flex_vst_bind2_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind2_VT":"SEGMENT.IntermediaryTrxnSupplierSite",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.OrgId",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"ExcludeFromNetting":{
"title":"Exclude From Netting",
"maxLength":240,
"type":"string",
"description":"Exclude From Netting",
"nullable":true,
"x-hints":{
"FND_ACFF_CheckboxUncheckedValue":"N",
"FND_ACFF_InstructionText":"Exclude the transaction from the netting selection process.",
"FND_ACFF_DV":"N",
"FND_ACFF_OpenIdentifier":"ExcludeFromNetting",
"FND_ACFF_SegmentName":"ExcludeFromNetting",
"FND_ACFF_ValueSetInfo":"JE_YES_NO#TABLE",
"controlType":"check_box",
"includeInCompactView":true,
"FND_ACFF_IsGlobal":"true",
"FND_ACFF_DVT":"C",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_CheckboxCheckedValue":"Y",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE30",
"FND_ACFF_IsGlobalDisplay":"true",
"FND_ACFF_PreferredDisplayType":"CHECKBOX"
},
"x-oj":{
"componentType":"oj-sp-flex-checkbox",
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"SourceSupplier_Display":{
"title":"Supplier for Intermediary Transaction",
"type":"string",
"description":"Supplier for Intermediary Transaction",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"SourceSupplier",
"FND_ACFF_IsReferenced":"true",
"FlexClientVar_flex_vst_bind3_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind4_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind2_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind1_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"controlType":"combo_lov",
"FlexClientVar_flex_vst_bind4_RQ":"true",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.OrgId",
"FlexClientVar_flex_vst_bind4_VT":"PARAMETER.OrgId",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.InvoiceDate",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.InvoiceDate",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind4,flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"PreviousInvoice_Display":{
"title":"Previous Invoice",
"type":"string",
"description":"Previous Invoice",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"PreviousInvoice",
"FlexClientVar_flex_vst_bind2_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.CustomerTrxId",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.BillToSiteUseId",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"IntermediaryTrxnCustomerSite_Display":{
"title":"Customer Site for Intermediary Transaction",
"type":"string",
"description":"Customer Site for Intermediary Transaction",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"IntermediaryTrxnCustomerSite",
"FND_ACFF_PartialTarget":"IntermediaryTrxnCustomer",
"FlexClientVar_flex_vst_bind2_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.OrgId",
"FlexClientVar_flex_vst_bind1_VT":"SEGMENT.IntermediaryTrxnCustomer",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"CancellationType_DisplayValue":{
"title":"Cancellation type",
"type":"string",
"description":"Cancellation type",
"nullable":true,
"x-hints":{
"updateable":"false",
"DISPLAYHINT":"Hide",
"FND_ACFF_IsReadOnly":"true",
"FND_ACFF_AkaRealSegmentAttrName":"CancellationType",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"DROP_DOWN_LIST"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"IntermediaryTrxnSupplierInv":{
"title":"Supplier Invoice for Intermediary Transaction",
"type":"number",
"description":"Supplier Invoice for Intermediary Transaction",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"IntermediaryTrxnSupplierInv_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_PartialTarget":" IntermediaryTrxnSupplierSite",
"FND_ACFF_OpenIdentifier":"IntermediaryTrxnSupplierInv",
"FlexClientVar_flex_vst_bind2_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FND_ACFF_SegmentName":"IntermediaryTrxnSupplierInv",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_ValueSetInfo":"ORA_JERU_INTERMEDIARY_SUPP_INVOICE#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FlexClientVar_flex_vst_bind2_VT":"SEGMENT.IntermediaryTrxnSupplierSite",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.OrgId",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE_NUMBER6",
"FlexClientVsBindVars":"flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_DependsOnAttributes":"IntermediaryTrxnSupplierSite",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"IntermediaryTrxnCustomer":{
"title":"Customer for Intermediary Transaction",
"maxLength":240,
"type":"string",
"description":"Customer for Intermediary Transaction",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"IntermediaryTrxnCustomer_Display",
"FND_ACFF_IsReferenced":"true",
"DISPLAYHINT":"Hide",
"FND_ACFF_OpenIdentifier":"IntermediaryTrxnCustomer",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FND_ACFF_SegmentName":"IntermediaryTrxnCustomer",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_ValueSetInfo":"ORA_JERU_INTERMEDIARY_CUSTOMER#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.OrgId",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE4",
"FlexClientVsBindVars":"flex_vst_bind1",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"TaxPointDate":{
"title":"Adjusted Tax Point Date",
"type":"string",
"description":"Adjusted Tax Point Date",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"TaxPointDate",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE_DATE3",
"FND_ACFF_SegmentName":"TaxPointDate",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"links":{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
},
"PrintStatus":{
"title":"Print Status",
"maxLength":240,
"type":"string",
"description":"Print Status",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"PrintStatus_Display",
"updateable":"false",
"DISPLAYHINT":"Hide",
"FND_ACFF_IsReadOnly":"true",
"FND_ACFF_DV":"PCD",
"FND_ACFF_OpenIdentifier":"PrintStatus",
"FlexClientVar_flex_vst_bind2_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FND_ACFF_SegmentName":"PrintStatus",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_ValueSetInfo":"ORA_JEEU_PCD_PRINT_STATUS_AR#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.CustomerTrxId",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.CustomerTrxId",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_DVT":"C",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE2",
"FlexClientVsBindVars":"flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"IntermediaryTrxnSupplierSite_Display":{
"title":"Supplier Site for Intermediary Transaction",
"type":"string",
"description":"Supplier Site for Intermediary Transaction",
"nullable":true,
"x-hints":{
"FND_ACFF_IsReferenced":"true",
"FND_ACFF_PartialTarget":"SourceSupplier",
"FlexClientVar_flex_vst_bind3_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind1_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind5_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind4_RQ":"true",
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind4_VT":"PARAMETER.OrgId",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.InvoiceDate",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"LOV",
"FND_ACFF_SegmentAttributeName":"IntermediaryTrxnSupplierSite",
"FlexClientVar_flex_vst_bind4_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind2_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.InvoiceDate",
"FlexClientVar_flex_vst_bind5_RQ":"true",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind1_VT":"SEGMENT.SourceSupplier",
"FND_ACFF_JavaType":"java.lang.String",
"FlexClientVar_flex_vst_bind5_VT":"PARAMETER.OrgId",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind4,flex_vst_bind5,flex_vst_bind1,flex_vst_bind2"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"PreviousInvoice":{
"title":"Previous Invoice",
"type":"number",
"description":"Previous Invoice",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"PreviousInvoice_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_OpenIdentifier":"PreviousInvoice",
"FlexClientVar_flex_vst_bind2_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FND_ACFF_SegmentName":"PreviousInvoice",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_ValueSetInfo":"ORA_JERU_CORRECTION_PREV_INV#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.CustomerTrxId",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.BillToSiteUseId",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE_NUMBER1",
"FlexClientVsBindVars":"flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context":{
"title":"Regional Information",
"maxLength":30,
"type":"string",
"description":"Regional Information",
"nullable":true,
"default":"JExRUAdditionalInfo",
"x-hints":{
"FND_ACFF_AkaAttrName":"__FLEX_Context_DisplayValue",
"FND_ACFF_IsDiscriminator":"true",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FND_ACFF_ValueSetInfo":"JG_GDF_CONTEXTS_BY_COUNTRY#TABLE",
"controlType":"choice",
"includeInCompactView":true,
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"ExportDate":{
"title":"Export Date",
"type":"string",
"description":"Export Date",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"ExportDate",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE_DATE1",
"FND_ACFF_SegmentName":"ExportDate",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"IntermediaryTrxnSupplierSite":{
"title":"Supplier Site for Intermediary Transaction",
"type":"number",
"description":"Supplier Site for Intermediary Transaction",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"IntermediaryTrxnSupplierSite_Display",
"FND_ACFF_IsReferenced":"true",
"FND_ACFF_PartialTarget":"SourceSupplier",
"FND_ACFF_OpenIdentifier":"IntermediaryTrxnSupplierSite",
"FlexClientVar_flex_vst_bind3_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind1_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind5_JT":"java.math.BigDecimal",
"FND_ACFF_ValueSetInfo":"ORA_JERU_SUPPLIER_SITE#TABLE",
"FlexClientVar_flex_vst_bind4_RQ":"true",
"FlexClientDisplayHint":"Show",
"FlexClientVar_flex_vst_bind4_VT":"PARAMETER.OrgId",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.InvoiceDate",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_PreferredDisplayType":"LOV",
"DISPLAYHINT":"Hide",
"FlexClientVar_flex_vst_bind4_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind2_JT":"java.sql.Date",
"FND_ACFF_SegmentName":"IntermediaryTrxnSupplierSite",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"includeInCompactView":true,
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.InvoiceDate",
"FlexClientVar_flex_vst_bind5_RQ":"true",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind1_VT":"SEGMENT.SourceSupplier",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE_NUMBER5",
"FlexClientVar_flex_vst_bind5_VT":"PARAMETER.OrgId",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind4,flex_vst_bind5,flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_DependsOnAttributes":"SourceSupplier"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"CancellationType":{
"title":"Cancellation type",
"maxLength":240,
"type":"string",
"description":"Cancellation type",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"ORA_JERU_CANCELLATION_TYPE#TABLE",
"controlType":"choice",
"FND_ACFF_AkaAttrName":"CancellationType_DisplayValue",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"CancellationType",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE1",
"FND_ACFF_SegmentName":"CancellationType",
"FND_ACFF_PreferredDisplayType":"DROP_DOWN_LIST"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"PrepaymentCashReceipt_Display":{
"title":"Prepayment Cash Receipt",
"type":"string",
"description":"Prepayment Cash Receipt",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"PrepaymentCashReceipt",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.BillToSiteUseId",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FlexClientVsBindVars":"flex_vst_bind1",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"CustomerTrxId":{
"type":"integer",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18,
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"ConsignorParty_Display":{
"title":"Consignor Party",
"type":"string",
"description":"Consignor Party",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"ConsignorParty",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_IsReferenced":"true",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.OrgId",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FlexClientVsBindVars":"flex_vst_bind1",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"PrintStatus_Display":{
"title":"Print Status",
"type":"string",
"description":"Print Status",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"PrintStatus",
"updateable":"false",
"FND_ACFF_IsReadOnly":"true",
"FlexClientVar_flex_vst_bind2_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.CustomerTrxId",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.CustomerTrxId",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"RevisedInvoice":{
"title":"Revised Invoice",
"type":"number",
"description":"Revised Invoice",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"RevisedInvoice_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_OpenIdentifier":"RevisedInvoice",
"FlexClientVar_flex_vst_bind2_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FND_ACFF_SegmentName":"RevisedInvoice",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_ValueSetInfo":"ORA_JERU_CORRECTION_REV_INV#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.CustomerTrxId",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.BillToSiteUseId",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE_NUMBER2",
"FlexClientVsBindVars":"flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"RevisionNumber":{
"title":"Revision Number",
"maxLength":240,
"type":"string",
"description":"Revision Number",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"ORA_JERU_CHAR_NUMERIC_L3#FORMAT_ONLY",
"FND_ACFF_IsNumericOnly":"true",
"includeInCompactView":true,
"FND_ACFF_MinimumValue":"1",
"FND_ACFF_OpenIdentifier":"RevisionNumber",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"3",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE24",
"FND_ACFF_MaximumValue":"999",
"FND_ACFF_SegmentName":"RevisionNumber",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"Consignor":{
"title":"Consignor Site",
"type":"number",
"description":"Consignor Site",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"Consignor_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_PartialTarget":"ConsignorParty",
"FND_ACFF_OpenIdentifier":"Consignor",
"FlexClientVar_flex_vst_bind2_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_JT":"java.lang.String",
"FND_ACFF_SegmentName":"Consignor",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_ValueSetInfo":"ORA_JERU_CONSIGNOR_SITE#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.OrgId",
"FlexClientVar_flex_vst_bind1_VT":"SEGMENT.ConsignorParty",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE_NUMBER4",
"FlexClientVsBindVars":"flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_DependsOnAttributes":"ConsignorParty",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"IntermediaryTrxnCustomerSite":{
"title":"Customer Site for Intermediary Transaction",
"type":"number",
"description":"Customer Site for Intermediary Transaction",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"IntermediaryTrxnCustomerSite_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_PartialTarget":"IntermediaryTrxnCustomer",
"FND_ACFF_OpenIdentifier":"IntermediaryTrxnCustomerSite",
"FlexClientVar_flex_vst_bind2_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_JT":"java.lang.String",
"FND_ACFF_SegmentName":"IntermediaryTrxnCustomerSite",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_ValueSetInfo":"ORA_JERU_INTERMEDIARY_CUSTOMER_SITE#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.OrgId",
"FlexClientVar_flex_vst_bind1_VT":"SEGMENT.IntermediaryTrxnCustomer",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE_NUMBER7",
"FlexClientVsBindVars":"flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_DependsOnAttributes":"IntermediaryTrxnCustomer",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"PrepaymentCashReceipt":{
"title":"Prepayment Cash Receipt",
"type":"number",
"description":"Prepayment Cash Receipt",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"PrepaymentCashReceipt_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_OpenIdentifier":"PrepaymentCashReceipt",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FND_ACFF_SegmentName":"PrepaymentCashReceipt",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_ValueSetInfo":"ORA_JERU_VOP_CASH_RECEIPT#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.BillToSiteUseId",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE_NUMBER8",
"FlexClientVsBindVars":"flex_vst_bind1",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"CorrectedInvoice_Display":{
"title":"Corrected Invoice",
"type":"string",
"description":"Corrected Invoice",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"CorrectedInvoice",
"FlexClientVar_flex_vst_bind2_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.CustomerTrxId",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.BillToSiteUseId",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"ConfirmedbyThirdParties":{
"title":"Confirmed by Third Parties",
"maxLength":240,
"type":"string",
"description":"Confirmed by Third Parties",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JE_YES_NO#TABLE",
"controlType":"check_box",
"includeInCompactView":true,
"FND_ACFF_CheckboxUncheckedValue":"N",
"FND_ACFF_DV":"N",
"FND_ACFF_OpenIdentifier":"ConfirmedbyThirdParties",
"FND_ACFF_DVT":"C",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_CheckboxCheckedValue":"Y",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE21",
"FND_ACFF_SegmentName":"ConfirmedbyThirdParties",
"FND_ACFF_PreferredDisplayType":"CHECKBOX"
},
"x-oj":{
"componentType":"oj-sp-flex-checkbox",
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context_DisplayValue":{
"title":"Regional Information",
"type":"string",
"description":"Regional Information",
"nullable":true,
"x-hints":{
"updateable":"false",
"DISPLAYHINT":"Hide",
"FND_ACFF_IsReadOnly":"true",
"FND_ACFF_AkaRealSegmentAttrName":"__FLEX_Context",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"ExportConfirmationAmount":{
"title":"Export Confirmation Amount",
"type":"number",
"description":"Export Confirmation Amount",
"nullable":true,
"x-hints":{
"FND_ACFF_Scale":"2",
"FND_ACFF_ValueSetInfo":"JG_NUMBER_S2#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"ExportConfirmationAmount",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE_NUMBER9",
"FND_ACFF_SegmentName":"ExportConfirmationAmount",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"DeliveryDateforTaxPointDate":{
"title":"Delivery Date for Tax Point Date",
"type":"string",
"description":"Delivery Date for Tax Point Date",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_IsGlobal":"true",
"FND_ACFF_OpenIdentifier":"DeliveryDateforTaxPointDate",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE_DATE5",
"FND_ACFF_IsGlobalDisplay":"true",
"FND_ACFF_SegmentName":"DeliveryDateforTaxPointDate",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"RevisedInvoice_Display":{
"title":"Revised Invoice",
"type":"string",
"description":"Revised Invoice",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"RevisedInvoice",
"FlexClientVar_flex_vst_bind2_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.CustomerTrxId",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.BillToSiteUseId",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"IntermediaryTrxnCustomer_Display":{
"title":"Customer for Intermediary Transaction",
"type":"string",
"description":"Customer for Intermediary Transaction",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"IntermediaryTrxnCustomer",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_IsReferenced":"true",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.OrgId",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FlexClientVsBindVars":"flex_vst_bind1",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"SourceSupplier":{
"title":"Supplier for Intermediary Transaction",
"maxLength":240,
"type":"string",
"description":"Supplier for Intermediary Transaction",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"SourceSupplier_Display",
"FND_ACFF_IsReferenced":"true",
"DISPLAYHINT":"Hide",
"FND_ACFF_OpenIdentifier":"SourceSupplier",
"FlexClientVar_flex_vst_bind3_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind4_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind2_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind1_JT":"java.sql.Date",
"FND_ACFF_SegmentName":"SourceSupplier",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_ValueSetInfo":"ORA_JERU_SUPPLIER#TABLE",
"FlexClientVar_flex_vst_bind4_RQ":"true",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.OrgId",
"FlexClientVar_flex_vst_bind4_VT":"PARAMETER.OrgId",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.InvoiceDate",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.InvoiceDate",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE3",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind4,flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"CorrectedInvoice":{
"title":"Corrected Invoice",
"type":"number",
"description":"Corrected Invoice",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"CorrectedInvoice_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_OpenIdentifier":"CorrectedInvoice",
"FlexClientVar_flex_vst_bind2_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FND_ACFF_SegmentName":"CorrectedInvoice",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_ValueSetInfo":"ORA_JERU_CORRECTION_CORR_INV#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.CustomerTrxId",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.BillToSiteUseId",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE_NUMBER3",
"FlexClientVsBindVars":"flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"Consignor_Display":{
"title":"Consignor Site",
"type":"string",
"description":"Consignor Site",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"Consignor",
"FND_ACFF_PartialTarget":"ConsignorParty",
"FlexClientVar_flex_vst_bind2_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.OrgId",
"FlexClientVar_flex_vst_bind1_VT":"SEGMENT.ConsignorParty",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
}
}
}
Nested Schema : oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExSIAdditionalInfoVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Regional Information
Maximum Length:30
Default Value:JExSIAdditionalInfo
Regional Information -
__FLEX_Context_DisplayValue: string
Title:
Regional Information
Regional Information -
CustomerTrxId: integer
(int64)
-
DeliveryDateforTaxPointDate: string
(date)
Title:
Delivery Date for Tax Point Date
Delivery Date for Tax Point Date -
ExcludeFromNetting: string
Title:
Exclude From Netting
Maximum Length:240
Exclude From Netting -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
TaxPointDate: string
(date)
Title:
Adjusted Tax Point Date
Adjusted Tax Point Date
{
"type":"object",
"properties":{
"__FLEX_Context_DisplayValue":{
"title":"Regional Information",
"type":"string",
"description":"Regional Information",
"nullable":true,
"x-hints":{
"updateable":"false",
"DISPLAYHINT":"Hide",
"FND_ACFF_IsReadOnly":"true",
"FND_ACFF_AkaRealSegmentAttrName":"__FLEX_Context",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"DeliveryDateforTaxPointDate":{
"title":"Delivery Date for Tax Point Date",
"type":"string",
"description":"Delivery Date for Tax Point Date",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_IsGlobal":"true",
"FND_ACFF_OpenIdentifier":"DeliveryDateforTaxPointDate",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE_DATE5",
"FND_ACFF_IsGlobalDisplay":"true",
"FND_ACFF_SegmentName":"DeliveryDateforTaxPointDate",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"ExcludeFromNetting":{
"title":"Exclude From Netting",
"maxLength":240,
"type":"string",
"description":"Exclude From Netting",
"nullable":true,
"x-hints":{
"FND_ACFF_CheckboxUncheckedValue":"N",
"FND_ACFF_InstructionText":"Exclude the transaction from the netting selection process.",
"FND_ACFF_DV":"N",
"FND_ACFF_OpenIdentifier":"ExcludeFromNetting",
"FND_ACFF_SegmentName":"ExcludeFromNetting",
"FND_ACFF_ValueSetInfo":"JE_YES_NO#TABLE",
"controlType":"check_box",
"includeInCompactView":true,
"FND_ACFF_IsGlobal":"true",
"FND_ACFF_DVT":"C",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_CheckboxCheckedValue":"Y",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE30",
"FND_ACFF_IsGlobalDisplay":"true",
"FND_ACFF_PreferredDisplayType":"CHECKBOX"
},
"x-oj":{
"componentType":"oj-sp-flex-checkbox",
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"CustomerTrxId":{
"type":"integer",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18,
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"TaxPointDate":{
"title":"Adjusted Tax Point Date",
"type":"string",
"description":"Adjusted Tax Point Date",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"TaxPointDate",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE_DATE1",
"FND_ACFF_SegmentName":"TaxPointDate",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"links":{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
},
"__FLEX_Context":{
"title":"Regional Information",
"maxLength":30,
"type":"string",
"description":"Regional Information",
"nullable":true,
"default":"JExSIAdditionalInfo",
"x-hints":{
"FND_ACFF_AkaAttrName":"__FLEX_Context_DisplayValue",
"FND_ACFF_IsDiscriminator":"true",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FND_ACFF_ValueSetInfo":"JG_GDF_CONTEXTS_BY_COUNTRY#TABLE",
"controlType":"choice",
"includeInCompactView":true,
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
}
}
}
Nested Schema : oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExSKAdditionalInfoVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Regional Information
Maximum Length:30
Default Value:JExSKAdditionalInfo
Regional Information -
__FLEX_Context_DisplayValue: string
Title:
Regional Information
Regional Information -
CustomerTrxId: integer
(int64)
-
DeliveryDateforTaxPointDate: string
(date)
Title:
Delivery Date for Tax Point Date
Delivery Date for Tax Point Date -
ExcludeFromNetting: string
Title:
Exclude From Netting
Maximum Length:240
Exclude From Netting -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
TaxPointDate: string
(date)
Title:
Adjusted Tax Point Date
Adjusted Tax Point Date
{
"type":"object",
"properties":{
"__FLEX_Context_DisplayValue":{
"title":"Regional Information",
"type":"string",
"description":"Regional Information",
"nullable":true,
"x-hints":{
"updateable":"false",
"DISPLAYHINT":"Hide",
"FND_ACFF_IsReadOnly":"true",
"FND_ACFF_AkaRealSegmentAttrName":"__FLEX_Context",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"DeliveryDateforTaxPointDate":{
"title":"Delivery Date for Tax Point Date",
"type":"string",
"description":"Delivery Date for Tax Point Date",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_IsGlobal":"true",
"FND_ACFF_OpenIdentifier":"DeliveryDateforTaxPointDate",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE_DATE5",
"FND_ACFF_IsGlobalDisplay":"true",
"FND_ACFF_SegmentName":"DeliveryDateforTaxPointDate",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"ExcludeFromNetting":{
"title":"Exclude From Netting",
"maxLength":240,
"type":"string",
"description":"Exclude From Netting",
"nullable":true,
"x-hints":{
"FND_ACFF_CheckboxUncheckedValue":"N",
"FND_ACFF_InstructionText":"Exclude the transaction from the netting selection process.",
"FND_ACFF_DV":"N",
"FND_ACFF_OpenIdentifier":"ExcludeFromNetting",
"FND_ACFF_SegmentName":"ExcludeFromNetting",
"FND_ACFF_ValueSetInfo":"JE_YES_NO#TABLE",
"controlType":"check_box",
"includeInCompactView":true,
"FND_ACFF_IsGlobal":"true",
"FND_ACFF_DVT":"C",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_CheckboxCheckedValue":"Y",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE30",
"FND_ACFF_IsGlobalDisplay":"true",
"FND_ACFF_PreferredDisplayType":"CHECKBOX"
},
"x-oj":{
"componentType":"oj-sp-flex-checkbox",
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"CustomerTrxId":{
"type":"integer",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18,
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"TaxPointDate":{
"title":"Adjusted Tax Point Date",
"type":"string",
"description":"Adjusted Tax Point Date",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"TaxPointDate",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE_DATE1",
"FND_ACFF_SegmentName":"TaxPointDate",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"links":{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
},
"__FLEX_Context":{
"title":"Regional Information",
"maxLength":30,
"type":"string",
"description":"Regional Information",
"nullable":true,
"default":"JExSKAdditionalInfo",
"x-hints":{
"FND_ACFF_AkaAttrName":"__FLEX_Context_DisplayValue",
"FND_ACFF_IsDiscriminator":"true",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FND_ACFF_ValueSetInfo":"JG_GDF_CONTEXTS_BY_COUNTRY#TABLE",
"controlType":"choice",
"includeInCompactView":true,
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
}
}
}
Nested Schema : oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJExTRAdditionalInfoVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Regional Information
Maximum Length:30
Default Value:JExTRAdditionalInfo
Regional Information -
__FLEX_Context_DisplayValue: string
Title:
Regional Information
Regional Information -
CustomerTrxId: integer
(int64)
-
DeliveryDateforTaxPointDate: string
(date)
Title:
Delivery Date for Tax Point Date
Delivery Date for Tax Point Date -
ExchangeRateDiffInvoManCreate: string
Title:
Exchange Rate Difference Invoice Manual Creation
Maximum Length:240
Exchange Rate Difference Invoice Manual Creation -
ExchangeRateDiffInvoManCreate_Display: string
Title:
Exchange Rate Difference Invoice Manual Creation
Exchange Rate Difference Invoice Manual Creation -
ExcludeFromNetting: string
Title:
Exclude From Netting
Maximum Length:240
Exclude From Netting -
ExportDate: string
(date)
Title:
Export Date
Export Date -
links: array
Links
Title:
Links
The link relations associated with the resource instance.
{
"type":"object",
"properties":{
"ExportDate":{
"title":"Export Date",
"type":"string",
"description":"Export Date",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"ExportDate",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE_DATE1",
"FND_ACFF_SegmentName":"ExportDate",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context_DisplayValue":{
"title":"Regional Information",
"type":"string",
"description":"Regional Information",
"nullable":true,
"x-hints":{
"updateable":"false",
"DISPLAYHINT":"Hide",
"FND_ACFF_IsReadOnly":"true",
"FND_ACFF_AkaRealSegmentAttrName":"__FLEX_Context",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"DeliveryDateforTaxPointDate":{
"title":"Delivery Date for Tax Point Date",
"type":"string",
"description":"Delivery Date for Tax Point Date",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_IsGlobal":"true",
"FND_ACFF_OpenIdentifier":"DeliveryDateforTaxPointDate",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE_DATE5",
"FND_ACFF_IsGlobalDisplay":"true",
"FND_ACFF_SegmentName":"DeliveryDateforTaxPointDate",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"ExcludeFromNetting":{
"title":"Exclude From Netting",
"maxLength":240,
"type":"string",
"description":"Exclude From Netting",
"nullable":true,
"x-hints":{
"FND_ACFF_CheckboxUncheckedValue":"N",
"FND_ACFF_InstructionText":"Exclude the transaction from the netting selection process.",
"FND_ACFF_DV":"N",
"FND_ACFF_OpenIdentifier":"ExcludeFromNetting",
"FND_ACFF_SegmentName":"ExcludeFromNetting",
"FND_ACFF_ValueSetInfo":"JE_YES_NO#TABLE",
"controlType":"check_box",
"includeInCompactView":true,
"FND_ACFF_IsGlobal":"true",
"FND_ACFF_DVT":"C",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_CheckboxCheckedValue":"Y",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE30",
"FND_ACFF_IsGlobalDisplay":"true",
"FND_ACFF_PreferredDisplayType":"CHECKBOX"
},
"x-oj":{
"componentType":"oj-sp-flex-checkbox",
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"CustomerTrxId":{
"type":"integer",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18,
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"links":{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
},
"ExchangeRateDiffInvoManCreate":{
"title":"Exchange Rate Difference Invoice Manual Creation",
"maxLength":240,
"type":"string",
"description":"Exchange Rate Difference Invoice Manual Creation",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"ExchangeRateDiffInvoManCreate_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"JE_YES_NO#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_DV":"N",
"FND_ACFF_OpenIdentifier":"ExchangeRateDiffInvoManCreate",
"FND_ACFF_DVT":"C",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE1",
"FND_ACFF_SegmentName":"ExchangeRateDiffInvoManCreate",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"ExchangeRateDiffInvoManCreate_Display":{
"title":"Exchange Rate Difference Invoice Manual Creation",
"type":"string",
"description":"Exchange Rate Difference Invoice Manual Creation",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"ExchangeRateDiffInvoManCreate",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context":{
"title":"Regional Information",
"maxLength":30,
"type":"string",
"description":"Regional Information",
"nullable":true,
"default":"JExTRAdditionalInfo",
"x-hints":{
"FND_ACFF_AkaAttrName":"__FLEX_Context_DisplayValue",
"FND_ACFF_IsDiscriminator":"true",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FND_ACFF_ValueSetInfo":"JG_GDF_CONTEXTS_BY_COUNTRY#TABLE",
"controlType":"choice",
"includeInCompactView":true,
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
}
}
}
Nested Schema : oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJL__5FBR__5FARXTWMAI__5FAdditionalVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Regional Information
Maximum Length:30
Default Value:JL_BR_ARXTWMAI_Additional
Regional Information -
__FLEX_Context_DisplayValue: string
Title:
Regional Information
Regional Information -
_Interest__Formula: string
Title:
Interest Formula
Maximum Length:240
Interest Formula -
_Interest__Formula_Display: string
Title:
Interest Formula
Interest Formula -
_Interest__Grace__Days: number
Title:
Interest Grace Days
Interest Grace Days -
_Interest__Penalty__Rate___2F__Amount: number
Title:
Interest Penalty Rate or Amount
Interest Penalty Rate or Amount -
_Interest__Penalty__Type: string
Title:
Interest Penalty Type
Maximum Length:240
Interest Penalty Type -
_Interest__Penalty__Type_Display: string
Title:
Interest Penalty Type
Interest Penalty Type -
_Interest__Period: number
Title:
Interest Period
Interest Period -
_Interest__Rate___2F__Amount: number
Title:
Interest Rate or Amount
Interest Rate or Amount -
_Interest__Type: string
Title:
Interest Type
Maximum Length:240
Interest Type -
_Interest__Type_Display: string
Title:
Interest Type
Interest Type -
CustomerTrxId: integer
(int64)
-
DeliveryDateforTaxPointDate: string
(date)
Title:
Delivery Date for Tax Point Date
Delivery Date for Tax Point Date -
ExcludeFromNetting: string
Title:
Exclude From Netting
Maximum Length:240
Exclude From Netting -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
shipmentGeneratedFiscalDoc: string
Title:
Shipment Generated Fiscal Document
Maximum Length:240
Shipment Generated Fiscal Document -
shipmentGeneratedFiscalDoc_Display: string
Title:
Shipment Generated Fiscal Document
Shipment Generated Fiscal Document
{
"type":"object",
"properties":{
"_Interest__Penalty__Rate___2F__Amount":{
"title":"Interest Penalty Rate or Amount",
"type":"number",
"description":"Interest Penalty Rate or Amount",
"nullable":true,
"x-hints":{
"FND_ACFF_Precision":"15",
"FND_ACFF_ValueSetInfo":"JLBR_AP_INT_PENALTY_RATE_AMOUNT#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_MinimumValue":"0",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE_NUMBER9",
"FND_ACFF_SegmentName":"Interest Penalty Rate / Amount",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"shipmentGeneratedFiscalDoc":{
"title":"Shipment Generated Fiscal Document",
"maxLength":240,
"type":"string",
"description":"Shipment Generated Fiscal Document",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"shipmentGeneratedFiscalDoc_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"JE_YES_NO#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_OpenIdentifier":"shipmentGeneratedFiscalDoc",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE2",
"FND_ACFF_SegmentName":"ShipmentGeneratedFiscalDoc",
"FND_ACFF_PreferredDisplayType":"HIDDEN"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Interest__Rate___2F__Amount":{
"title":"Interest Rate or Amount",
"type":"number",
"description":"Interest Rate or Amount",
"nullable":true,
"x-hints":{
"FND_ACFF_Precision":"15",
"FND_ACFF_ValueSetInfo":"JLBR_AP_INTEREST_RATE_AMOUNT#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_MinimumValue":"0",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE_NUMBER6",
"FND_ACFF_SegmentName":"Interest Rate / Amount",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"shipmentGeneratedFiscalDoc_Display":{
"title":"Shipment Generated Fiscal Document",
"type":"string",
"description":"Shipment Generated Fiscal Document",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"shipmentGeneratedFiscalDoc",
"DISPLAYHINT":"Hide",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"HIDDEN"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"ExcludeFromNetting":{
"title":"Exclude From Netting",
"maxLength":240,
"type":"string",
"description":"Exclude From Netting",
"nullable":true,
"x-hints":{
"FND_ACFF_CheckboxUncheckedValue":"N",
"FND_ACFF_InstructionText":"Exclude the transaction from the netting selection process.",
"FND_ACFF_DV":"N",
"FND_ACFF_OpenIdentifier":"ExcludeFromNetting",
"FND_ACFF_SegmentName":"ExcludeFromNetting",
"FND_ACFF_ValueSetInfo":"JE_YES_NO#TABLE",
"controlType":"check_box",
"includeInCompactView":true,
"FND_ACFF_IsGlobal":"true",
"FND_ACFF_DVT":"C",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_CheckboxCheckedValue":"Y",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE30",
"FND_ACFF_IsGlobalDisplay":"true",
"FND_ACFF_PreferredDisplayType":"CHECKBOX"
},
"x-oj":{
"componentType":"oj-sp-flex-checkbox",
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"CustomerTrxId":{
"type":"integer",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18,
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"_Interest__Grace__Days":{
"title":"Interest Grace Days",
"type":"number",
"description":"Interest Grace Days",
"nullable":true,
"x-hints":{
"FND_ACFF_Precision":"4",
"FND_ACFF_ValueSetInfo":"JLBR_AP_INTEREST_GRACE_DAYS#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_MinimumValue":"0",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE_NUMBER8",
"FND_ACFF_SegmentName":"Interest Grace Days",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Interest__Formula":{
"title":"Interest Formula",
"maxLength":240,
"type":"string",
"description":"Interest Formula",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_Interest__Formula_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"JLBR_AP_INTEREST_FORMULA#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE5",
"FND_ACFF_SegmentName":"Interest Formula",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Interest__Period":{
"title":"Interest Period",
"type":"number",
"description":"Interest Period",
"nullable":true,
"x-hints":{
"FND_ACFF_Precision":"4",
"FND_ACFF_ValueSetInfo":"JLBR_AP_INTEREST_PERIOD#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_MinimumValue":"0",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE_NUMBER7",
"FND_ACFF_SegmentName":"Interest Period",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context_DisplayValue":{
"title":"Regional Information",
"type":"string",
"description":"Regional Information",
"nullable":true,
"x-hints":{
"updateable":"false",
"DISPLAYHINT":"Hide",
"FND_ACFF_IsReadOnly":"true",
"FND_ACFF_AkaRealSegmentAttrName":"__FLEX_Context",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"DeliveryDateforTaxPointDate":{
"title":"Delivery Date for Tax Point Date",
"type":"string",
"description":"Delivery Date for Tax Point Date",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_IsGlobal":"true",
"FND_ACFF_OpenIdentifier":"DeliveryDateforTaxPointDate",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE_DATE5",
"FND_ACFF_IsGlobalDisplay":"true",
"FND_ACFF_SegmentName":"DeliveryDateforTaxPointDate",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Interest__Penalty__Type_Display":{
"title":"Interest Penalty Type",
"type":"string",
"description":"Interest Penalty Type",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_Interest__Penalty__Type",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"links":{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
},
"_Interest__Penalty__Type":{
"title":"Interest Penalty Type",
"maxLength":240,
"type":"string",
"description":"Interest Penalty Type",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_Interest__Penalty__Type_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"JLBR_AP_INTEREST_PENALTY_TYPE#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE6",
"FND_ACFF_SegmentName":"Interest Penalty Type",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Interest__Type_Display":{
"title":"Interest Type",
"type":"string",
"description":"Interest Type",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_Interest__Type",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Interest__Formula_Display":{
"title":"Interest Formula",
"type":"string",
"description":"Interest Formula",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_Interest__Formula",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Interest__Type":{
"title":"Interest Type",
"maxLength":240,
"type":"string",
"description":"Interest Type",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_Interest__Type_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"JLBR_AP_INTEREST_TYPE#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE1",
"FND_ACFF_SegmentName":"Interest Type",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context":{
"title":"Regional Information",
"maxLength":30,
"type":"string",
"description":"Regional Information",
"nullable":true,
"default":"JL_BR_ARXTWMAI_Additional",
"x-hints":{
"FND_ACFF_AkaAttrName":"__FLEX_Context_DisplayValue",
"FND_ACFF_IsDiscriminator":"true",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FND_ACFF_ValueSetInfo":"JG_GDF_CONTEXTS_BY_COUNTRY#TABLE",
"controlType":"choice",
"includeInCompactView":true,
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
}
}
}
Nested Schema : oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJLxARTransactionsVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Regional Information
Maximum Length:30
Default Value:JLxARTransactions
Regional Information -
__FLEX_Context_DisplayValue: string
Title:
Regional Information
Regional Information -
copyStatus: string
Title:
Copy Status
Maximum Length:240
Copy Status -
copyStatus_Display: string
Title:
Copy Status
Copy Status -
CustomerTrxId: integer
(int64)
-
DeliveryDateforTaxPointDate: string
(date)
Title:
Delivery Date for Tax Point Date
Delivery Date for Tax Point Date -
ExcludeFromNetting: string
Title:
Exclude From Netting
Maximum Length:240
Exclude From Netting -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
numericBarCode: string
Title:
Numeric Bar Code
Maximum Length:240
Numeric Bar Code -
originalTransactionTypeId: string
Title:
Original Transaction Type ID
Maximum Length:240
Original Transaction Type ID -
relatedTransactionNumber: string
Title:
Related Transaction Number
Maximum Length:240
Related Transaction Number
{
"type":"object",
"properties":{
"copyStatus_Display":{
"title":"Copy Status",
"type":"string",
"description":"Copy Status",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"copyStatus",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context_DisplayValue":{
"title":"Regional Information",
"type":"string",
"description":"Regional Information",
"nullable":true,
"x-hints":{
"updateable":"false",
"DISPLAYHINT":"Hide",
"FND_ACFF_IsReadOnly":"true",
"FND_ACFF_AkaRealSegmentAttrName":"__FLEX_Context",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"DeliveryDateforTaxPointDate":{
"title":"Delivery Date for Tax Point Date",
"type":"string",
"description":"Delivery Date for Tax Point Date",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_IsGlobal":"true",
"FND_ACFF_OpenIdentifier":"DeliveryDateforTaxPointDate",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE_DATE5",
"FND_ACFF_IsGlobalDisplay":"true",
"FND_ACFF_SegmentName":"DeliveryDateforTaxPointDate",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"originalTransactionTypeId":{
"title":"Original Transaction Type ID",
"maxLength":240,
"type":"string",
"description":"Original Transaction Type ID",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JG_CHARACTER_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"originalTransactionTypeId",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE19",
"FND_ACFF_SegmentName":"OriginalTransactionTypeID",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"ExcludeFromNetting":{
"title":"Exclude From Netting",
"maxLength":240,
"type":"string",
"description":"Exclude From Netting",
"nullable":true,
"x-hints":{
"FND_ACFF_CheckboxUncheckedValue":"N",
"FND_ACFF_InstructionText":"Exclude the transaction from the netting selection process.",
"FND_ACFF_DV":"N",
"FND_ACFF_OpenIdentifier":"ExcludeFromNetting",
"FND_ACFF_SegmentName":"ExcludeFromNetting",
"FND_ACFF_ValueSetInfo":"JE_YES_NO#TABLE",
"controlType":"check_box",
"includeInCompactView":true,
"FND_ACFF_IsGlobal":"true",
"FND_ACFF_DVT":"C",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_CheckboxCheckedValue":"Y",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE30",
"FND_ACFF_IsGlobalDisplay":"true",
"FND_ACFF_PreferredDisplayType":"CHECKBOX"
},
"x-oj":{
"componentType":"oj-sp-flex-checkbox",
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"CustomerTrxId":{
"type":"integer",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18,
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"links":{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
},
"copyStatus":{
"title":"Copy Status",
"maxLength":240,
"type":"string",
"description":"Copy Status",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"copyStatus_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"ORA_JLZZ_AR_COPY_STATUS#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_OpenIdentifier":"copyStatus",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE20",
"FND_ACFF_SegmentName":"CopyStatus",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"numericBarCode":{
"title":"Numeric Bar Code",
"maxLength":240,
"type":"string",
"description":"Numeric Bar Code",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JG_CHARACTER_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"numericBarCode",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE16",
"FND_ACFF_SegmentName":"NumericBarCode",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"relatedTransactionNumber":{
"title":"Related Transaction Number",
"maxLength":240,
"type":"string",
"description":"Related Transaction Number",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JG_CHARACTER_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"relatedTransactionNumber",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE15",
"FND_ACFF_SegmentName":"RelatedTransactionNumber",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context":{
"title":"Regional Information",
"maxLength":30,
"type":"string",
"description":"Regional Information",
"nullable":true,
"default":"JLxARTransactions",
"x-hints":{
"FND_ACFF_AkaAttrName":"__FLEX_Context_DisplayValue",
"FND_ACFF_IsDiscriminator":"true",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FND_ACFF_ValueSetInfo":"JG_GDF_CONTEXTS_BY_COUNTRY#TABLE",
"controlType":"choice",
"includeInCompactView":true,
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
}
}
}
Nested Schema : oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJLxCLTransactionsVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Regional Information
Maximum Length:30
Default Value:JLxCLTransactions
Regional Information -
__FLEX_Context_DisplayValue: string
Title:
Regional Information
Regional Information -
copyStatus: string
Title:
Copy Status
Maximum Length:240
Copy Status -
copyStatus_Display: string
Title:
Copy Status
Copy Status -
CustomerTrxId: integer
(int64)
-
DeliveryDateforTaxPointDate: string
(date)
Title:
Delivery Date for Tax Point Date
Delivery Date for Tax Point Date -
ExcludeFromNetting: string
Title:
Exclude From Netting
Maximum Length:240
Exclude From Netting -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
originalTransactionTypeId: string
Title:
Original Transaction Type ID
Maximum Length:240
Original Transaction Type ID
{
"type":"object",
"properties":{
"copyStatus_Display":{
"title":"Copy Status",
"type":"string",
"description":"Copy Status",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"copyStatus",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context_DisplayValue":{
"title":"Regional Information",
"type":"string",
"description":"Regional Information",
"nullable":true,
"x-hints":{
"updateable":"false",
"DISPLAYHINT":"Hide",
"FND_ACFF_IsReadOnly":"true",
"FND_ACFF_AkaRealSegmentAttrName":"__FLEX_Context",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"DeliveryDateforTaxPointDate":{
"title":"Delivery Date for Tax Point Date",
"type":"string",
"description":"Delivery Date for Tax Point Date",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_IsGlobal":"true",
"FND_ACFF_OpenIdentifier":"DeliveryDateforTaxPointDate",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE_DATE5",
"FND_ACFF_IsGlobalDisplay":"true",
"FND_ACFF_SegmentName":"DeliveryDateforTaxPointDate",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"originalTransactionTypeId":{
"title":"Original Transaction Type ID",
"maxLength":240,
"type":"string",
"description":"Original Transaction Type ID",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JG_CHARACTER_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"originalTransactionTypeId",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE19",
"FND_ACFF_SegmentName":"OriginalTransactionTypeID",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"ExcludeFromNetting":{
"title":"Exclude From Netting",
"maxLength":240,
"type":"string",
"description":"Exclude From Netting",
"nullable":true,
"x-hints":{
"FND_ACFF_CheckboxUncheckedValue":"N",
"FND_ACFF_InstructionText":"Exclude the transaction from the netting selection process.",
"FND_ACFF_DV":"N",
"FND_ACFF_OpenIdentifier":"ExcludeFromNetting",
"FND_ACFF_SegmentName":"ExcludeFromNetting",
"FND_ACFF_ValueSetInfo":"JE_YES_NO#TABLE",
"controlType":"check_box",
"includeInCompactView":true,
"FND_ACFF_IsGlobal":"true",
"FND_ACFF_DVT":"C",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_CheckboxCheckedValue":"Y",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE30",
"FND_ACFF_IsGlobalDisplay":"true",
"FND_ACFF_PreferredDisplayType":"CHECKBOX"
},
"x-oj":{
"componentType":"oj-sp-flex-checkbox",
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"CustomerTrxId":{
"type":"integer",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18,
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"links":{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
},
"copyStatus":{
"title":"Copy Status",
"maxLength":240,
"type":"string",
"description":"Copy Status",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"copyStatus_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"ORA_JLZZ_AR_COPY_STATUS#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_OpenIdentifier":"copyStatus",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE20",
"FND_ACFF_SegmentName":"CopyStatus",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context":{
"title":"Regional Information",
"maxLength":30,
"type":"string",
"description":"Regional Information",
"nullable":true,
"default":"JLxCLTransactions",
"x-hints":{
"FND_ACFF_AkaAttrName":"__FLEX_Context_DisplayValue",
"FND_ACFF_IsDiscriminator":"true",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FND_ACFF_ValueSetInfo":"JG_GDF_CONTEXTS_BY_COUNTRY#TABLE",
"controlType":"choice",
"includeInCompactView":true,
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
}
}
}
Nested Schema : oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJLxCOTransactionsVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Regional Information
Maximum Length:30
Default Value:JLxCOTransactions
Regional Information -
__FLEX_Context_DisplayValue: string
Title:
Regional Information
Regional Information -
copyStatus: string
Title:
Copy Status
Maximum Length:240
Copy Status -
copyStatus_Display: string
Title:
Copy Status
Copy Status -
CustomerTrxId: integer
(int64)
-
DeliveryDateforTaxPointDate: string
(date)
Title:
Delivery Date for Tax Point Date
Delivery Date for Tax Point Date -
ExcludeFromNetting: string
Title:
Exclude From Netting
Maximum Length:240
Exclude From Netting -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
originalTransactionTypeId: string
Title:
Original Transaction Type ID
Maximum Length:240
Original Transaction Type ID
{
"type":"object",
"properties":{
"copyStatus_Display":{
"title":"Copy Status",
"type":"string",
"description":"Copy Status",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"copyStatus",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context_DisplayValue":{
"title":"Regional Information",
"type":"string",
"description":"Regional Information",
"nullable":true,
"x-hints":{
"updateable":"false",
"DISPLAYHINT":"Hide",
"FND_ACFF_IsReadOnly":"true",
"FND_ACFF_AkaRealSegmentAttrName":"__FLEX_Context",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"DeliveryDateforTaxPointDate":{
"title":"Delivery Date for Tax Point Date",
"type":"string",
"description":"Delivery Date for Tax Point Date",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_IsGlobal":"true",
"FND_ACFF_OpenIdentifier":"DeliveryDateforTaxPointDate",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE_DATE5",
"FND_ACFF_IsGlobalDisplay":"true",
"FND_ACFF_SegmentName":"DeliveryDateforTaxPointDate",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"originalTransactionTypeId":{
"title":"Original Transaction Type ID",
"maxLength":240,
"type":"string",
"description":"Original Transaction Type ID",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JG_CHARACTER_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"originalTransactionTypeId",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE19",
"FND_ACFF_SegmentName":"OriginalTransactionTypeID",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"ExcludeFromNetting":{
"title":"Exclude From Netting",
"maxLength":240,
"type":"string",
"description":"Exclude From Netting",
"nullable":true,
"x-hints":{
"FND_ACFF_CheckboxUncheckedValue":"N",
"FND_ACFF_InstructionText":"Exclude the transaction from the netting selection process.",
"FND_ACFF_DV":"N",
"FND_ACFF_OpenIdentifier":"ExcludeFromNetting",
"FND_ACFF_SegmentName":"ExcludeFromNetting",
"FND_ACFF_ValueSetInfo":"JE_YES_NO#TABLE",
"controlType":"check_box",
"includeInCompactView":true,
"FND_ACFF_IsGlobal":"true",
"FND_ACFF_DVT":"C",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_CheckboxCheckedValue":"Y",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE30",
"FND_ACFF_IsGlobalDisplay":"true",
"FND_ACFF_PreferredDisplayType":"CHECKBOX"
},
"x-oj":{
"componentType":"oj-sp-flex-checkbox",
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"CustomerTrxId":{
"type":"integer",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18,
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"links":{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
},
"copyStatus":{
"title":"Copy Status",
"maxLength":240,
"type":"string",
"description":"Copy Status",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"copyStatus_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"ORA_JLZZ_AR_COPY_STATUS#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_OpenIdentifier":"copyStatus",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE20",
"FND_ACFF_SegmentName":"CopyStatus",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context":{
"title":"Regional Information",
"maxLength":30,
"type":"string",
"description":"Regional Information",
"nullable":true,
"default":"JLxCOTransactions",
"x-hints":{
"FND_ACFF_AkaAttrName":"__FLEX_Context_DisplayValue",
"FND_ACFF_IsDiscriminator":"true",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FND_ACFF_ValueSetInfo":"JG_GDF_CONTEXTS_BY_COUNTRY#TABLE",
"controlType":"choice",
"includeInCompactView":true,
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
}
}
}
Nested Schema : oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoHeaderGdf_view_CreditMemoHeaderGdfJLxMXReceivablesInformationVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Regional Information
Maximum Length:30
Default Value:JLxMXReceivablesInformation
Regional Information -
__FLEX_Context_DisplayValue: string
Title:
Regional Information
Regional Information -
CFDCBBInvoiceNumber: string
Title:
Digital Tax Receipt Invoice Number
Maximum Length:240
Digital Tax Receipt Invoice Number -
CFDCBBSerialNumber: string
Title:
Digital Tax Receipt Serial Number
Maximum Length:240
Digital Tax Receipt Serial Number -
CFDIUniqueIdentifier: string
Title:
Digital Tax Receipt using Internet Unique ID
Maximum Length:240
Digital Tax Receipt using Internet Unique ID -
CustomerTrxId: integer
(int64)
-
DeliveryDateforTaxPointDate: string
(date)
Title:
Delivery Date for Tax Point Date
Delivery Date for Tax Point Date -
ExcludeFromNetting: string
Title:
Exclude From Netting
Maximum Length:240
Exclude From Netting -
links: array
Links
Title:
Links
The link relations associated with the resource instance.
{
"type":"object",
"properties":{
"CFDCBBInvoiceNumber":{
"title":"Digital Tax Receipt Invoice Number",
"maxLength":240,
"type":"string",
"description":"Digital Tax Receipt Invoice Number",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JG_CHARACTER_L150#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"CFDCBBInvoiceNumber",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"150",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE3",
"FND_ACFF_SegmentName":"CFDCBBInvoiceNumber",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"CFDCBBSerialNumber":{
"title":"Digital Tax Receipt Serial Number",
"maxLength":240,
"type":"string",
"description":"Digital Tax Receipt Serial Number",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JG_CHARACTER_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"CFDCBBSerialNumber",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE2",
"FND_ACFF_SegmentName":"CFDCBBSerialNumber",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context_DisplayValue":{
"title":"Regional Information",
"type":"string",
"description":"Regional Information",
"nullable":true,
"x-hints":{
"updateable":"false",
"DISPLAYHINT":"Hide",
"FND_ACFF_IsReadOnly":"true",
"FND_ACFF_AkaRealSegmentAttrName":"__FLEX_Context",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"DeliveryDateforTaxPointDate":{
"title":"Delivery Date for Tax Point Date",
"type":"string",
"description":"Delivery Date for Tax Point Date",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_IsGlobal":"true",
"FND_ACFF_OpenIdentifier":"DeliveryDateforTaxPointDate",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE_DATE5",
"FND_ACFF_IsGlobalDisplay":"true",
"FND_ACFF_SegmentName":"DeliveryDateforTaxPointDate",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"ExcludeFromNetting":{
"title":"Exclude From Netting",
"maxLength":240,
"type":"string",
"description":"Exclude From Netting",
"nullable":true,
"x-hints":{
"FND_ACFF_CheckboxUncheckedValue":"N",
"FND_ACFF_InstructionText":"Exclude the transaction from the netting selection process.",
"FND_ACFF_DV":"N",
"FND_ACFF_OpenIdentifier":"ExcludeFromNetting",
"FND_ACFF_SegmentName":"ExcludeFromNetting",
"FND_ACFF_ValueSetInfo":"JE_YES_NO#TABLE",
"controlType":"check_box",
"includeInCompactView":true,
"FND_ACFF_IsGlobal":"true",
"FND_ACFF_DVT":"C",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_CheckboxCheckedValue":"Y",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE30",
"FND_ACFF_IsGlobalDisplay":"true",
"FND_ACFF_PreferredDisplayType":"CHECKBOX"
},
"x-oj":{
"componentType":"oj-sp-flex-checkbox",
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"CustomerTrxId":{
"type":"integer",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18,
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"CFDIUniqueIdentifier":{
"title":"Digital Tax Receipt using Internet Unique ID",
"maxLength":240,
"type":"string",
"description":"Digital Tax Receipt using Internet Unique ID",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JG_CHARACTER_L150#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"CFDIUniqueIdentifier",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"150",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE1",
"FND_ACFF_SegmentName":"CFDIUniqueIdentifier",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"links":{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
},
"__FLEX_Context":{
"title":"Regional Information",
"maxLength":30,
"type":"string",
"description":"Regional Information",
"nullable":true,
"default":"JLxMXReceivablesInformation",
"x-hints":{
"FND_ACFF_AkaAttrName":"__FLEX_Context_DisplayValue",
"FND_ACFF_IsDiscriminator":"true",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FND_ACFF_ValueSetInfo":"JG_GDF_CONTEXTS_BY_COUNTRY#TABLE",
"controlType":"choice",
"includeInCompactView":true,
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
}
}
}
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
}
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
}
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
}
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
}
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
}
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
}
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
}
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
}
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
}
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
}
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
}
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
}
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
}
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
}
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
}
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
}
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
}
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
}
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
}
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
}
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
}
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
}
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
}
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
}
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
}
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
}
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
}
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
}
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
}
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
}
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
}
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 : receivablesCreditMemos-receivablesCreditMemoLines-item-response
Type:
Show Source
object
-
attachments: array
Attachments
Title:
Attachments
The attachments resource is used to view, create, and update attachments. -
CreatedBy: string
Title:
Created By
Read Only:true
Maximum Length:64
The user who created the record. -
CreationDate: string
(date-time)
Title:
Creation Date
Read Only:true
The date and time when the record was created. -
CustomerTransactionLineId: integer
(int64)
Title:
Transaction Line ID
The unique identifier of each separate line of the credit memo. -
ItemNumber: string
Title:
Item
Maximum Length:300
The number that identifies the inventory item on the credit memo line. -
LastUpdateDate: string
(date-time)
Title:
Last Update Date
Read Only:true
The date and time when the record was last updated. -
LastUpdatedBy: string
Title:
Last Updated By
Read Only:true
Maximum Length:64
The user who last updated the record. -
LineAmountCredit: number
Title:
Line Amount Credit
The credited amount on the credit memo line. -
LineAmountIncludesTax: string
Title:
Line Amount Includes Tax
Maximum Length:255
The option that indicates whether the line amount is inclusive of tax, exclusive of tax, or determined by the tax setup. -
LineCreditReason: string
Title:
Line Credit Reason
Maximum Length:255
The user-defined reason for crediting all or part of the line amount of the credit memo line. -
LineDescription: string
Title:
Line Description
Maximum Length:240
The description that identifies the product or service on the credit memo line. -
LineFreightCreditAmount: number
Title:
Line Freight Credit Amount
The freight line amount credited by the credit memo. -
LineIntendedUse: string
Title:
Intended Use
The classification for tax purposes of the intended use of the product on the credit memo line, as designated by a tax authority. -
LineNumber: number
Title:
Line Number
The number of an individual line of the credit memo. -
LineProductCategory: string
Title:
Line Product Category
Maximum Length:240
The classification for tax purposes of a non-inventory based product on the credit memo line, as designated by a tax authority. -
LineProductType: string
Title:
Line Product Type
Maximum Length:80
The nature of the item or product on the credit memo line, sometimes used as a determining factor in tax calculation. Valid values are Goods and Services. -
LineQuantityCredit: number
Title:
Line Quantity Credit
The quantity of products or services credited on the credit memo line. -
LineTaxExemptionHandling: string
Title:
Line Tax Exemption Handling
Maximum Length:255
The value that indicates the tax exemption to apply to the credit memo line. Valid values are Standard, Require, and Exempt. -
LineTranslatedDescription: string
Title:
Line Translated Description
Maximum Length:1000
The translated description of the credit memo line. -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
MemoLine: string
Title:
Memo Line
Maximum Length:50
The user-defined attribute that identifies a product or service on the credit memo line that is not an inventory item. -
ProductFiscalClassification: string
Title:
Line Product Fiscal Classification
Maximum Length:240
The classification for tax purposes of the taxable nature of the product or product transaction on the credit memo line, as designated by a tax authority. -
receivablesCreditMemoLineDFF: array
receivablesCreditMemoLineDFF
-
receivablesCreditMemoLineGdf: array
receivablesCreditMemoLineGdf
-
receivablesCreditMemoLineTaxLines: array
Receivables Credit Memo Line Tax Lines
Title:
Receivables Credit Memo Line Tax Lines
The receivables credit memo line tax lines resource is used to create, get, and find the tax lines of a credit memo line. -
receivablesCreditMemoLineTransactionDFF: array
receivablesCreditMemoLineTransactionDFF
-
SalesOrderChannel: string
Title:
Sales Order Channel
Maximum Length:50
The medium used to create the sales order on the credit memo line. -
SalesOrderDate: string
(date)
Title:
Sales Order Date
The date when the sales order was created. -
SalesOrderLine: string
Title:
Sales Order Line
Maximum Length:30
The number of the credit memo line where the sales order is referenced. -
SalesOrderNumber: string
Title:
Sales Order Number
Maximum Length:50
The number that identifies the sales order on the credit memo line. -
SalesOrderRevision: number
Title:
Sales Order Revision
The number that identifies the revision to a sales order on the credit memo line. -
TaxClassificationCode: string
Title:
Tax Classification
Maximum Length:30
The code used as a determining factor in tax calculation on the credit memo line. -
TaxExemptionCertificateNumber: string
Maximum Length:
80
The number that identifies the document that certifies that a party or product is partially or fully exempt from a tax. -
TaxExemptionReason: string
Title:
Reason
Maximum Length:255
The reason a party or product has a tax exemption on the credit memo line. -
TaxInvoiceDate: string
(date)
Title:
Tax Invoice Date
The date when the tax invoice document was generated. -
TaxInvoiceNumber: string
Title:
Tax Invoice Number
Maximum Length:150
The unique identifier of the fiscal document supporting the sale, which is generated upon shipment of goods. -
TransactionBusinessCategory: string
Title:
Transaction Business Category
Maximum Length:1996
The classification for tax purposes of the business nature of a transaction, as designated by a tax authority. -
TransactionLineAssessableValue: number
Title:
Transaction Line Assessable Value
The numeric value used as the taxable base amount to calculate tax on a specific credit memo transaction item. -
UnitOfMeasure: string
Title:
UOM
Maximum Length:25
The unit of measure used to quantify the product or service on the credit memo line. -
UnitSellingPrice: number
Title:
Unit Price
The price of an individual product or service on the credit memo line. -
UserDefinedFiscalClassification: string
Title:
User-Defined Fiscal Classification
Maximum Length:240
The user-defined classification for tax purposes of additional tax requirements, as designated by a tax authority. -
Warehouse: string
Title:
Warehouse
Maximum Length:240
The ship-from location of the item on the credit memo line. This value applies to inventory items.
{
"type":"object",
"properties":{
"LineAmountIncludesTax":{
"title":"Line Amount Includes Tax",
"maxLength":255,
"type":"string",
"description":"The option that indicates whether the line amount is inclusive of tax, exclusive of tax, or determined by the tax setup.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"dependencies":[
"AmountIncludesTaxMeaning"
]
}
},
"CreationDate":{
"title":"Creation Date",
"type":"string",
"description":"The date and time when the record was created.",
"format":"date-time",
"nullable":false,
"readOnly":true,
"x-queryable":false
},
"LineQuantityCredit":{
"title":"Line Quantity Credit",
"type":"number",
"description":"The quantity of products or services credited on the credit memo line.",
"nullable":true,
"x-queryable":false
},
"Warehouse":{
"title":"Warehouse",
"maxLength":240,
"type":"string",
"description":"The ship-from location of the item on the credit memo line. This value applies to inventory items.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice"
}
},
"TaxInvoiceDate":{
"title":"Tax Invoice Date",
"type":"string",
"description":"The date when the tax invoice document was generated.",
"format":"date",
"nullable":true,
"x-queryable":false
},
"attachments":{
"title":"Attachments",
"type":"array",
"description":"The attachments resource is used to view, create, and update attachments.",
"items":{
"$ref":"#/components/schemas/receivablesCreditMemos-receivablesCreditMemoLines-attachments-item-response"
}
},
"LineIntendedUse":{
"title":"Intended Use",
"type":"string",
"description":"The classification for tax purposes of the intended use of the product on the credit memo line, as designated by a tax authority.",
"nullable":true,
"x-queryable":false
},
"LineFreightCreditAmount":{
"title":"Line Freight Credit Amount",
"type":"number",
"description":"The freight line amount credited by the credit memo.",
"nullable":true,
"x-queryable":false
},
"SalesOrderChannel":{
"title":"Sales Order Channel",
"maxLength":50,
"type":"string",
"description":"The medium used to create the sales order on the credit memo line.",
"nullable":true,
"x-queryable":false
},
"TaxExemptionReason":{
"title":"Reason",
"maxLength":255,
"type":"string",
"description":"The reason a party or product has a tax exemption on the credit memo line.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice"
}
},
"LineNumber":{
"title":"Line Number",
"type":"number",
"description":"The number of an individual line of the credit memo.",
"nullable":false,
"x-queryable":false
},
"LineProductCategory":{
"title":"Line Product Category",
"maxLength":240,
"type":"string",
"description":"The classification for tax purposes of a non-inventory based product on the credit memo line, as designated by a tax authority.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice"
}
},
"receivablesCreditMemoLineTransactionDFF":{
"type":"array",
"items":{
"$ref":"#/components/schemas/receivablesCreditMemos-receivablesCreditMemoLines-receivablesCreditMemoLineTransactionDFF-item-response"
},
"x-cardinality":"1"
},
"ItemNumber":{
"title":"Item",
"maxLength":300,
"type":"string",
"description":"The number that identifies the inventory item on the credit memo line.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice"
}
},
"LineDescription":{
"title":"Line Description",
"maxLength":240,
"type":"string",
"description":"The description that identifies the product or service on the credit memo line.",
"nullable":true,
"x-queryable":false
},
"SalesOrderLine":{
"title":"Sales Order Line",
"maxLength":30,
"type":"string",
"description":"The number of the credit memo line where the sales order is referenced.",
"nullable":true,
"x-queryable":false
},
"links":{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
},
"TransactionLineAssessableValue":{
"title":"Transaction Line Assessable Value",
"type":"number",
"description":"The numeric value used as the taxable base amount to calculate tax on a specific credit memo transaction item.",
"nullable":true,
"x-queryable":false
},
"SalesOrderDate":{
"title":"Sales Order Date",
"type":"string",
"description":"The date when the sales order was created.",
"format":"date",
"nullable":true,
"x-queryable":false
},
"LastUpdatedBy":{
"title":"Last Updated By",
"maxLength":64,
"type":"string",
"description":"The user who last updated the record.",
"nullable":false,
"readOnly":true,
"x-queryable":false
},
"CreatedBy":{
"title":"Created By",
"maxLength":64,
"type":"string",
"description":"The user who created the record.",
"nullable":false,
"readOnly":true,
"x-queryable":false
},
"UnitOfMeasure":{
"title":"UOM",
"maxLength":25,
"type":"string",
"description":"The unit of measure used to quantify the product or service on the credit memo line.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice"
}
},
"LineAmountCredit":{
"title":"Line Amount Credit",
"type":"number",
"description":"The credited amount on the credit memo line.",
"nullable":true,
"x-queryable":false
},
"TaxInvoiceNumber":{
"title":"Tax Invoice Number",
"maxLength":150,
"type":"string",
"description":"The unique identifier of the fiscal document supporting the sale, which is generated upon shipment of goods.",
"nullable":true,
"x-queryable":false
},
"LineProductType":{
"title":"Line Product Type",
"maxLength":80,
"type":"string",
"description":"The nature of the item or product on the credit memo line, sometimes used as a determining factor in tax calculation. Valid values are Goods and Services.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice"
}
},
"ProductFiscalClassification":{
"title":"Line Product Fiscal Classification",
"maxLength":240,
"type":"string",
"description":"The classification for tax purposes of the taxable nature of the product or product transaction on the credit memo line, as designated by a tax authority.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice"
}
},
"LineTranslatedDescription":{
"title":"Line Translated Description",
"maxLength":1000,
"type":"string",
"description":"The translated description of the credit memo line.",
"nullable":true,
"x-queryable":false
},
"TransactionBusinessCategory":{
"title":"Transaction Business Category",
"maxLength":1996,
"type":"string",
"description":"The classification for tax purposes of the business nature of a transaction, as designated by a tax authority.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice"
}
},
"SalesOrderNumber":{
"title":"Sales Order Number",
"maxLength":50,
"type":"string",
"description":"The number that identifies the sales order on the credit memo line.",
"nullable":true,
"x-queryable":false
},
"UserDefinedFiscalClassification":{
"title":"User-Defined Fiscal Classification",
"maxLength":240,
"type":"string",
"description":"The user-defined classification for tax purposes of additional tax requirements, as designated by a tax authority.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice"
}
},
"receivablesCreditMemoLineDFF":{
"type":"array",
"items":{
"$ref":"#/components/schemas/receivablesCreditMemos-receivablesCreditMemoLines-receivablesCreditMemoLineDFF-item-response"
},
"x-cardinality":"1"
},
"SalesOrderRevision":{
"title":"Sales Order Revision",
"type":"number",
"description":"The number that identifies the revision to a sales order on the credit memo line.",
"nullable":true,
"x-queryable":false
},
"CustomerTransactionLineId":{
"title":"Transaction Line ID",
"type":"integer",
"description":"The unique identifier of each separate line of the credit memo.",
"format":"int64",
"nullable":false,
"x-hints":{
"precision":18,
"fnd:GLOBALLY_UNIQUE":"true"
},
"x-queryable":true
},
"TaxClassificationCode":{
"title":"Tax Classification",
"maxLength":30,
"type":"string",
"description":"The code used as a determining factor in tax calculation on the credit memo line.",
"nullable":true,
"x-queryable":false
},
"receivablesCreditMemoLineGdf":{
"type":"array",
"items":{
"$ref":"#/components/schemas/receivablesCreditMemos-receivablesCreditMemoLines-receivablesCreditMemoLineGdf-item-response"
},
"x-cardinality":"1"
},
"TaxExemptionCertificateNumber":{
"maxLength":80,
"type":"string",
"description":"The number that identifies the document that certifies that a party or product is partially or fully exempt from a tax.",
"nullable":true,
"x-queryable":false
},
"LineTaxExemptionHandling":{
"title":"Line Tax Exemption Handling",
"maxLength":255,
"type":"string",
"description":"The value that indicates the tax exemption to apply to the credit memo line. Valid values are Standard, Require, and Exempt.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice",
"dependencies":[
"TaxExemptFlagMeaning"
]
}
},
"UnitSellingPrice":{
"title":"Unit Price",
"type":"number",
"description":"The price of an individual product or service on the credit memo line.",
"nullable":true,
"x-queryable":false
},
"MemoLine":{
"title":"Memo Line",
"maxLength":50,
"type":"string",
"description":"The user-defined attribute that identifies a product or service on the credit memo line that is not an inventory item.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice"
}
},
"LastUpdateDate":{
"title":"Last Update Date",
"type":"string",
"description":"The date and time when the record was last updated.",
"format":"date-time",
"nullable":false,
"readOnly":true,
"x-queryable":false
},
"LineCreditReason":{
"title":"Line Credit Reason",
"maxLength":255,
"type":"string",
"description":"The user-defined reason for crediting all or part of the line amount of the credit memo line.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice",
"dependencies":[
"CreditReasonMeaning"
]
}
},
"receivablesCreditMemoLineTaxLines":{
"title":"Receivables Credit Memo Line Tax Lines",
"type":"array",
"description":"The receivables credit memo line tax lines resource is used to create, get, and find the tax lines of a credit memo line.",
"items":{
"$ref":"#/components/schemas/receivablesCreditMemos-receivablesCreditMemoLines-receivablesCreditMemoLineTaxLines-item-response"
}
}
}
}
Nested Schema : Attachments
Type:
array
Title:
Attachments
The attachments resource is used to view, create, and update attachments.
Show Source
{
"title":"Attachments",
"type":"array",
"description":"The attachments resource is used to view, create, and update attachments.",
"items":{
"$ref":"#/components/schemas/receivablesCreditMemos-receivablesCreditMemoLines-attachments-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 : receivablesCreditMemoLineDFF
Type:
Show Source
array
-
Array of:
object receivablesCreditMemos-receivablesCreditMemoLines-receivablesCreditMemoLineDFF-item-response
{
"type":"array",
"items":{
"$ref":"#/components/schemas/receivablesCreditMemos-receivablesCreditMemoLines-receivablesCreditMemoLineDFF-item-response"
},
"x-cardinality":"1"
}
Nested Schema : receivablesCreditMemoLineGdf
Type:
Show Source
array
-
Array of:
object Discriminator: __FLEX_Context
Discriminator:
{ "propertyName":"__FLEX_Context", "mapping":{ "JAxINAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoLineGdf_view_CreditMemoLineGdfJAxINAdditionalInfoVO-item-response", "JE_IL_EXPORT_INFO":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoLineGdf_view_CreditMemoLineGdfJE__5FIL__5FEXPORT__5FINFOVO-item-response", "JE_IT_ESL_OF_SERVICES":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoLineGdf_view_CreditMemoLineGdfJE__5FIT__5FESL__5FOF__5FSERVICESVO-item-response", "JExBGAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoLineGdf_view_CreditMemoLineGdfJExBGAdditionalInfoVO-item-response", "JExCZAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoLineGdf_view_CreditMemoLineGdfJExCZAdditionalInfoVO-item-response", "JExHRAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoLineGdf_view_CreditMemoLineGdfJExHRAdditionalInfoVO-item-response", "JExHUAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoLineGdf_view_CreditMemoLineGdfJExHUAdditionalInfoVO-item-response", "JExPLAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoLineGdf_view_CreditMemoLineGdfJExPLAdditionalInfoVO-item-response", "JExPTAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoLineGdf_view_CreditMemoLineGdfJExPTAdditionalInfoVO-item-response", "JExROAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoLineGdf_view_CreditMemoLineGdfJExROAdditionalInfoVO-item-response", "JExRSAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoLineGdf_view_CreditMemoLineGdfJExRSAdditionalInfoVO-item-response", "JExRUAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoLineGdf_view_CreditMemoLineGdfJExRUAdditionalInfoVO-item-response", "JExSIAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoLineGdf_view_CreditMemoLineGdfJExSIAdditionalInfoVO-item-response", "JExSKAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoLineGdf_view_CreditMemoLineGdfJExSKAdditionalInfoVO-item-response", "JExTRBaBsReporting":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoLineGdf_view_CreditMemoLineGdfJExTRBaBsReportingVO-item-response", "JLxBRAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoLineGdf_view_CreditMemoLineGdfJLxBRAdditionalInfoVO-item-response" } }
{
"type":"array",
"items":{
"$ref":"#/components/schemas/receivablesCreditMemos-receivablesCreditMemoLines-receivablesCreditMemoLineGdf-item-response"
},
"x-cardinality":"1"
}
Nested Schema : Receivables Credit Memo Line Tax Lines
Type:
array
Title:
Receivables Credit Memo Line Tax Lines
The receivables credit memo line tax lines resource is used to create, get, and find the tax lines of a credit memo line.
Show Source
-
Array of:
object receivablesCreditMemos-receivablesCreditMemoLines-receivablesCreditMemoLineTaxLines-item-response
{
"title":"Receivables Credit Memo Line Tax Lines",
"type":"array",
"description":"The receivables credit memo line tax lines resource is used to create, get, and find the tax lines of a credit memo line.",
"items":{
"$ref":"#/components/schemas/receivablesCreditMemos-receivablesCreditMemoLines-receivablesCreditMemoLineTaxLines-item-response"
}
}
Nested Schema : receivablesCreditMemoLineTransactionDFF
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_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXCONTRACT____INTERNAL____INVOICESVO-item-response", "CONTRACT INVOICES":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXCONTRACT____INVOICESVO-item-response", "Contracts Context":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXContracts____ContextVO-item-response", "DOO":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXDOOVO-item-response", "FOS":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXFOSVO-item-response", "GLOBAL_PROCUREMENT":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXGLOBAL__5FPROCUREMENTVO-item-response", "INTERCOMPANY":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXINTERCOMPANYVO-item-response", "INTERNAL_ALLOCATIONS":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXINTERNAL__5FALLOCATIONSVO-item-response", "Intercompany_Agreement":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXIntercompany__5FAgreementVO-item-response", "Joint Venture Invoice":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXJoint____Venture____InvoiceVO-item-response", "ORA_ACADEMIC_PERIOD_FEES":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXORA__5FACADEMIC__5FPERIOD__5FFEESVO-item-response", "ORA_ASSIGNED_CREDITS":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXORA__5FASSIGNED__5FCREDITSVO-item-response", "ORA_CPQ CLOUD":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXORA__5FCPQ____CLOUDVO-item-response", "ORA_CURRICULUM_FEES":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXORA__5FCURRICULUM__5FFEESVO-item-response", "ORA_DOO_ORIGIN_SUBSCRIPTIONS":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXORA__5FDOO__5FORIGIN__5FSUBSCRIPTIONSVO-item-response", "ORA_EXTERNAL_CREDITS":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXORA__5FEXTERNAL__5FCREDITSVO-item-response", "ORA_FIXED ASSETS":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXORA__5FFIXED____ASSETSVO-item-response", "ORA_GENERAL_FEES":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXORA__5FGENERAL__5FFEESVO-item-response", "ORA_LEASE_ACCOUNTING":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXORA__5FLEASE__5FACCOUNTINGVO-item-response", "ORA_PSCR":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXORA__5FPSCRVO-item-response", "ORA_RECURRING BILL":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXORA__5FRECURRING____BILLVO-item-response", "ORA_SPONSORSHIP_FEES":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXORA__5FSPONSORSHIP__5FFEESVO-item-response", "Subscriptions Context":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXSubscriptions____ContextVO-item-response" } }
{
"type":"array",
"items":{
"$ref":"#/components/schemas/receivablesCreditMemos-receivablesCreditMemoLines-receivablesCreditMemoLineTransactionDFF-item-response"
},
"x-cardinality":"1"
}
Nested Schema : receivablesCreditMemos-receivablesCreditMemoLines-attachments-item-response
Type:
Show Source
object
-
AsyncTrackerId: string
Title:
Asynchronous Upload Tracker Id
Attribute provided for the exclusive use by the Attachment UI components to assist in uploading files. -
AttachedDocumentId: integer
(int64)
Title:
Attached Document Id
The unique identifier of the attached document. -
CategoryName: string
Title:
Category
Maximum Length:30
The category of the attachment. -
ContentRepositoryFileShared: boolean
Title:
Shared
Indicates whether the attachment is shared -
CreatedBy: string
Title:
Created By
Read Only:true
Maximum Length:255
The user who created the record. -
CreatedByUserName: string
Title:
Created By User Name
Read Only:true
The user name who created the record. -
CreationDate: string
(date-time)
Title:
Creation Date
Read Only:true
The date when the record was created. -
DatatypeCode: string
Title:
Type
Maximum Length:30
Default Value:FILE
A value that indicates the data type. -
Description: string
Title:
Description
Maximum Length:255
The description of the attachment. -
DmDocumentId: string
Maximum Length:
255
The document ID from which the attachment is created. -
DmFolderPath: string
Title:
Dm Folder Path
Maximum Length:1000
The folder path from which the attachment is created. -
DmVersionNumber: string
Maximum Length:
255
The document version number from which the attachment is created. -
DownloadInfo: string
Title:
DownloadInfo
JSON object represented as a string containing information used to programmatically retrieve a file attachment. -
ErrorStatusCode: string
Title:
Error Status Code
The error code, if any, for the attachment. -
ErrorStatusMessage: string
Title:
Error Status Message
The error message, if any, for the attachment. -
ExpirationDate: string
(date-time)
Title:
Expiration Date
The expiration date of the contents in the attachment. -
FileContents: string
(byte)
Title:
File Contents
The contents of the attachment. -
FileName: string
Title:
File Name
Maximum Length:2048
The file name of the attachment. -
FileUrl: string
Title:
File Url
The URI of the file. -
FileWebImage: string
(byte)
Title:
File Web Image
Read Only:true
The base64 encoded image of the file displayed in .png format if the source is a convertible image. -
LastUpdateDate: string
(date-time)
Title:
Last Update Date
Read Only:true
The date when the record was last updated. -
LastUpdatedBy: string
Title:
Last Updated By
Read Only:true
Maximum Length:255
The user who last updated the record. -
LastUpdatedByUserName: string
Title:
Last Updated By User
Read Only:true
The user name who last updated the record. -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
PostProcessingAction: string
Title:
PostProcessingAction
The name of the action that can be performed after an attachment is uploaded. -
Title: string
Title:
Title
The title of the attachment. -
UploadedFileContentType: string
Title:
Uploaded File Content Type
The content type of the attachment. -
UploadedFileLength: integer
Title:
File Size
The size of the attachment file. -
UploadedFileName: string
Title:
Uploaded File Name
The name to assign to a new attachment file. -
UploadedText: string
Title:
Uploaded Text
The text content for a new text attachment. -
Uri: string
Title:
Uri
Maximum Length:4000
The URI of a Topology Manager type attachment. -
Url: string
Title:
Url
Maximum Length:4000
The URL of a web page type attachment. -
UserName: string
Title:
User Name
Read Only:true
Maximum Length:255
The login credentials of the user who created the attachment.
{
"type":"object",
"properties":{
"CreationDate":{
"title":"Creation Date",
"type":"string",
"description":"The date when the record was created.",
"format":"date-time",
"nullable":false,
"readOnly":true,
"x-hints":{
"includeInCompactView":true
},
"x-queryable":true
},
"Description":{
"title":"Description",
"maxLength":255,
"type":"string",
"description":"The description of the attachment.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"includeInCompactView":true,
"fnd:FND_AUDIT_ATTR_ENABLED":"false"
}
},
"FileName":{
"title":"File Name",
"maxLength":2048,
"type":"string",
"description":"The file name of the attachment.",
"nullable":true,
"x-hints":{
"includeInCompactView":true,
"fnd:FND_AUDIT_ATTR_ENABLED":"true"
},
"x-queryable":true
},
"FileWebImage":{
"title":"File Web Image",
"type":"string",
"description":"The base64 encoded image of the file displayed in .png format if the source is a convertible image.",
"format":"byte",
"nullable":true,
"readOnly":true,
"x-queryable":false,
"x-hints":{
"XML_ELEMENT":"#hide",
"PAYLOADHINT":"Show"
}
},
"Uri":{
"title":"Uri",
"maxLength":4000,
"type":"string",
"description":"The URI of a Topology Manager type attachment.",
"nullable":true,
"x-hints":{
"includeInCompactView":true,
"fnd:FND_AUDIT_ATTR_ENABLED":"false"
},
"x-queryable":true
},
"Url":{
"title":"Url",
"maxLength":4000,
"type":"string",
"description":"The URL of a web page type attachment.",
"nullable":true,
"x-hints":{
"includeInCompactView":true,
"fnd:FND_AUDIT_ATTR_ENABLED":"true"
},
"x-queryable":true
},
"DmDocumentId":{
"maxLength":255,
"type":"string",
"description":"The document ID from which the attachment is created.",
"nullable":true,
"x-hints":{
"includeInCompactView":true,
"fnd:FND_AUDIT_ATTR_ENABLED":"true",
"fnd:OA_TRANSLATABLE":"true"
},
"x-queryable":true
},
"AttachedDocumentId":{
"title":"Attached Document Id",
"type":"integer",
"description":"The unique identifier of the attached document.",
"format":"int64",
"nullable":false,
"x-hints":{
"includeInCompactView":true,
"precision":18,
"fnd:FND_AUDIT_ATTR_ENABLED":"true",
"fnd:GLOBALLY_UNIQUE":"true"
},
"x-queryable":true
},
"UploadedFileContentType":{
"title":"Uploaded File Content Type",
"type":"string",
"description":"The content type of the attachment.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"includeInCompactView":true,
"fnd:FND_AUDIT_ATTR_ENABLED":"false"
}
},
"DownloadInfo":{
"title":"DownloadInfo",
"type":"string",
"description":"JSON object represented as a string containing information used to programmatically retrieve a file attachment.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"includeInCompactView":true,
"fnd:FND_AUDIT_ATTR_ENABLED":"false"
}
},
"CreatedByUserName":{
"title":"Created By User Name",
"type":"string",
"description":"The user name who created the record.",
"nullable":true,
"readOnly":true,
"x-hints":{
"includeInCompactView":true,
"fnd:FND_AUDIT_ATTR_ENABLED":"false"
},
"x-queryable":true
},
"links":{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
},
"UploadedFileLength":{
"title":"File Size",
"type":"integer",
"description":"The size of the attachment file.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"includeInCompactView":true,
"fnd:FND_AUDIT_ATTR_ENABLED":"false"
}
},
"DmVersionNumber":{
"maxLength":255,
"type":"string",
"description":"The document version number from which the attachment is created.",
"nullable":true,
"x-hints":{
"includeInCompactView":true,
"fnd:FND_AUDIT_ATTR_ENABLED":"true"
},
"x-queryable":true
},
"LastUpdatedBy":{
"title":"Last Updated By",
"maxLength":255,
"type":"string",
"description":"The user who last updated the record.",
"nullable":false,
"readOnly":true,
"x-hints":{
"includeInCompactView":true
},
"x-queryable":true
},
"ErrorStatusMessage":{
"title":"Error Status Message",
"type":"string",
"description":"The error message, if any, for the attachment.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"includeInCompactView":true,
"fnd:FND_AUDIT_ATTR_ENABLED":"false"
}
},
"UserName":{
"title":"User Name",
"maxLength":255,
"type":"string",
"description":"The login credentials of the user who created the attachment.",
"nullable":false,
"readOnly":true,
"x-hints":{
"includeInCompactView":true,
"fnd:FND_AUDIT_ATTR_ENABLED":"false"
},
"x-queryable":true
},
"CreatedBy":{
"title":"Created By",
"maxLength":255,
"type":"string",
"description":"The user who created the record.",
"nullable":false,
"readOnly":true,
"x-hints":{
"includeInCompactView":true
},
"x-queryable":true
},
"DatatypeCode":{
"title":"Type",
"maxLength":30,
"type":"string",
"description":"A value that indicates the data type.",
"nullable":false,
"default":"FILE",
"x-hints":{
"includeInCompactView":true,
"fnd:FND_AUDIT_ATTR_ENABLED":"true"
},
"x-queryable":true
},
"PostProcessingAction":{
"title":"PostProcessingAction",
"type":"string",
"description":"The name of the action that can be performed after an attachment is uploaded.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"includeInCompactView":true,
"fnd:FND_AUDIT_ATTR_ENABLED":"false"
}
},
"Title":{
"title":"Title",
"type":"string",
"description":"The title of the attachment.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"includeInCompactView":true,
"fnd:FND_AUDIT_ATTR_ENABLED":"false"
}
},
"LastUpdatedByUserName":{
"title":"Last Updated By User",
"type":"string",
"description":"The user name who last updated the record.",
"nullable":true,
"readOnly":true,
"x-hints":{
"includeInCompactView":true,
"fnd:FND_AUDIT_ATTR_ENABLED":"false"
},
"x-queryable":true
},
"UploadedFileName":{
"title":"Uploaded File Name",
"type":"string",
"description":"The name to assign to a new attachment file.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"includeInCompactView":true,
"fnd:FND_AUDIT_ATTR_ENABLED":"false"
}
},
"FileUrl":{
"title":"File Url",
"type":"string",
"description":"The URI of the file.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"includeInCompactView":true,
"fnd:FND_AUDIT_ATTR_ENABLED":"false"
}
},
"ContentRepositoryFileShared":{
"title":"Shared",
"type":"boolean",
"description":"Indicates whether the attachment is shared",
"nullable":true,
"x-queryable":false,
"x-hints":{
"includeInCompactView":true,
"fnd:FND_AUDIT_ATTR_ENABLED":"false"
}
},
"FileContents":{
"title":"File Contents",
"type":"string",
"description":"The contents of the attachment.",
"format":"byte",
"nullable":true,
"x-queryable":false,
"x-hints":{
"XML_ELEMENT":"#hide"
}
},
"ExpirationDate":{
"title":"Expiration Date",
"type":"string",
"description":"The expiration date of the contents in the attachment.",
"format":"date-time",
"nullable":true,
"x-hints":{
"includeInCompactView":true
},
"x-queryable":true
},
"ErrorStatusCode":{
"title":"Error Status Code",
"type":"string",
"description":"The error code, if any, for the attachment.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"includeInCompactView":true,
"fnd:FND_AUDIT_ATTR_ENABLED":"false"
}
},
"DmFolderPath":{
"title":"Dm Folder Path",
"maxLength":1000,
"type":"string",
"description":"The folder path from which the attachment is created.",
"nullable":true,
"x-hints":{
"includeInCompactView":true,
"fnd:FND_AUDIT_ATTR_ENABLED":"true"
},
"x-queryable":true
},
"UploadedText":{
"title":"Uploaded Text",
"type":"string",
"description":"The text content for a new text attachment.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"includeInCompactView":true,
"fnd:FND_AUDIT_ATTR_ENABLED":"false"
}
},
"CategoryName":{
"title":"Category",
"maxLength":30,
"type":"string",
"description":"The category of the attachment.",
"nullable":true,
"x-hints":{
"includeInCompactView":true,
"fnd:FND_AUDIT_ATTR_ENABLED":"true"
},
"x-queryable":true
},
"LastUpdateDate":{
"title":"Last Update Date",
"type":"string",
"description":"The date when the record was last updated.",
"format":"date-time",
"nullable":false,
"readOnly":true,
"x-hints":{
"includeInCompactView":true,
"FMT_FORMAT":"d-MMM-yyyy HH:mm:ss"
},
"x-queryable":true
},
"AsyncTrackerId":{
"title":"Asynchronous Upload Tracker Id",
"type":"string",
"description":"Attribute provided for the exclusive use by the Attachment UI components to assist in uploading files.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"PAYLOADHINT":"Show"
}
}
}
}
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 : receivablesCreditMemos-receivablesCreditMemoLines-receivablesCreditMemoLineDFF-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Context Value
Maximum Length:30
Context Value -
__FLEX_Context_DisplayValue: string
Title:
Context Value
Context Value -
CustomerTrxLineId: integer
(int64)
-
links: array
Links
Title:
Links
The link relations associated with the resource instance.
{
"type":"object",
"properties":{
"CustomerTrxLineId":{
"type":"integer",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18,
"fnd:GLOBALLY_UNIQUE":"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",
"description":"Context Value",
"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",
"description":"Context Value",
"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 : Discriminator: __FLEX_Context
Type:
object
Discriminator: __FLEX_Context
Discriminator Values
- JAxINAdditionalInfo
- JE_IL_EXPORT_INFO
- JE_IT_ESL_OF_SERVICES
- JExBGAdditionalInfo
- JExCZAdditionalInfo
- JExHRAdditionalInfo
- JExHUAdditionalInfo
- JExPLAdditionalInfo
- JExPTAdditionalInfo
- JExROAdditionalInfo
- JExRSAdditionalInfo
- JExRUAdditionalInfo
- JExSIAdditionalInfo
- JExSKAdditionalInfo
- JExTRBaBsReporting
- JLxBRAdditionalInfo
{
"discriminator":{
"propertyName":"__FLEX_Context",
"mapping":{
"JAxINAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoLineGdf_view_CreditMemoLineGdfJAxINAdditionalInfoVO-item-response",
"JE_IL_EXPORT_INFO":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoLineGdf_view_CreditMemoLineGdfJE__5FIL__5FEXPORT__5FINFOVO-item-response",
"JE_IT_ESL_OF_SERVICES":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoLineGdf_view_CreditMemoLineGdfJE__5FIT__5FESL__5FOF__5FSERVICESVO-item-response",
"JExBGAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoLineGdf_view_CreditMemoLineGdfJExBGAdditionalInfoVO-item-response",
"JExCZAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoLineGdf_view_CreditMemoLineGdfJExCZAdditionalInfoVO-item-response",
"JExHRAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoLineGdf_view_CreditMemoLineGdfJExHRAdditionalInfoVO-item-response",
"JExHUAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoLineGdf_view_CreditMemoLineGdfJExHUAdditionalInfoVO-item-response",
"JExPLAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoLineGdf_view_CreditMemoLineGdfJExPLAdditionalInfoVO-item-response",
"JExPTAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoLineGdf_view_CreditMemoLineGdfJExPTAdditionalInfoVO-item-response",
"JExROAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoLineGdf_view_CreditMemoLineGdfJExROAdditionalInfoVO-item-response",
"JExRSAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoLineGdf_view_CreditMemoLineGdfJExRSAdditionalInfoVO-item-response",
"JExRUAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoLineGdf_view_CreditMemoLineGdfJExRUAdditionalInfoVO-item-response",
"JExSIAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoLineGdf_view_CreditMemoLineGdfJExSIAdditionalInfoVO-item-response",
"JExSKAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoLineGdf_view_CreditMemoLineGdfJExSKAdditionalInfoVO-item-response",
"JExTRBaBsReporting":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoLineGdf_view_CreditMemoLineGdfJExTRBaBsReportingVO-item-response",
"JLxBRAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoLineGdf_view_CreditMemoLineGdfJLxBRAdditionalInfoVO-item-response"
}
},
"oneOf":[
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoLineGdf_view_CreditMemoLineGdfJAxINAdditionalInfoVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoLineGdf_view_CreditMemoLineGdfJE__5FIL__5FEXPORT__5FINFOVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoLineGdf_view_CreditMemoLineGdfJE__5FIT__5FESL__5FOF__5FSERVICESVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoLineGdf_view_CreditMemoLineGdfJExBGAdditionalInfoVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoLineGdf_view_CreditMemoLineGdfJExCZAdditionalInfoVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoLineGdf_view_CreditMemoLineGdfJExHRAdditionalInfoVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoLineGdf_view_CreditMemoLineGdfJExHUAdditionalInfoVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoLineGdf_view_CreditMemoLineGdfJExPLAdditionalInfoVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoLineGdf_view_CreditMemoLineGdfJExPTAdditionalInfoVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoLineGdf_view_CreditMemoLineGdfJExROAdditionalInfoVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoLineGdf_view_CreditMemoLineGdfJExRSAdditionalInfoVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoLineGdf_view_CreditMemoLineGdfJExRUAdditionalInfoVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoLineGdf_view_CreditMemoLineGdfJExSIAdditionalInfoVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoLineGdf_view_CreditMemoLineGdfJExSKAdditionalInfoVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoLineGdf_view_CreditMemoLineGdfJExTRBaBsReportingVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoLineGdf_view_CreditMemoLineGdfJLxBRAdditionalInfoVO-item-response"
}
]
}
Match One Schema
Show Source
-
JAxINAdditionalInfo -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoLineGdf_view_CreditMemoLineGdfJAxINAdditionalInfoVO-item-response
-
JE_IL_EXPORT_INFO -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoLineGdf_view_CreditMemoLineGdfJE__5FIL__5FEXPORT__5FINFOVO-item-response
-
JE_IT_ESL_OF_SERVICES -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoLineGdf_view_CreditMemoLineGdfJE__5FIT__5FESL__5FOF__5FSERVICESVO-item-response
-
JExBGAdditionalInfo -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoLineGdf_view_CreditMemoLineGdfJExBGAdditionalInfoVO-item-response
-
JExCZAdditionalInfo -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoLineGdf_view_CreditMemoLineGdfJExCZAdditionalInfoVO-item-response
-
JExHRAdditionalInfo -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoLineGdf_view_CreditMemoLineGdfJExHRAdditionalInfoVO-item-response
-
JExHUAdditionalInfo -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoLineGdf_view_CreditMemoLineGdfJExHUAdditionalInfoVO-item-response
-
JExPLAdditionalInfo -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoLineGdf_view_CreditMemoLineGdfJExPLAdditionalInfoVO-item-response
-
JExPTAdditionalInfo -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoLineGdf_view_CreditMemoLineGdfJExPTAdditionalInfoVO-item-response
-
JExROAdditionalInfo -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoLineGdf_view_CreditMemoLineGdfJExROAdditionalInfoVO-item-response
-
JExRSAdditionalInfo -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoLineGdf_view_CreditMemoLineGdfJExRSAdditionalInfoVO-item-response
-
JExRUAdditionalInfo -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoLineGdf_view_CreditMemoLineGdfJExRUAdditionalInfoVO-item-response
-
JExSIAdditionalInfo -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoLineGdf_view_CreditMemoLineGdfJExSIAdditionalInfoVO-item-response
-
JExSKAdditionalInfo -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoLineGdf_view_CreditMemoLineGdfJExSKAdditionalInfoVO-item-response
-
JExTRBaBsReporting -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoLineGdf_view_CreditMemoLineGdfJExTRBaBsReportingVO-item-response
-
JLxBRAdditionalInfo -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoLineGdf_view_CreditMemoLineGdfJLxBRAdditionalInfoVO-item-response
{
"discriminator":{
"propertyName":"__FLEX_Context",
"mapping":{
"JAxINAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoLineGdf_view_CreditMemoLineGdfJAxINAdditionalInfoVO-item-response",
"JE_IL_EXPORT_INFO":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoLineGdf_view_CreditMemoLineGdfJE__5FIL__5FEXPORT__5FINFOVO-item-response",
"JE_IT_ESL_OF_SERVICES":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoLineGdf_view_CreditMemoLineGdfJE__5FIT__5FESL__5FOF__5FSERVICESVO-item-response",
"JExBGAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoLineGdf_view_CreditMemoLineGdfJExBGAdditionalInfoVO-item-response",
"JExCZAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoLineGdf_view_CreditMemoLineGdfJExCZAdditionalInfoVO-item-response",
"JExHRAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoLineGdf_view_CreditMemoLineGdfJExHRAdditionalInfoVO-item-response",
"JExHUAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoLineGdf_view_CreditMemoLineGdfJExHUAdditionalInfoVO-item-response",
"JExPLAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoLineGdf_view_CreditMemoLineGdfJExPLAdditionalInfoVO-item-response",
"JExPTAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoLineGdf_view_CreditMemoLineGdfJExPTAdditionalInfoVO-item-response",
"JExROAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoLineGdf_view_CreditMemoLineGdfJExROAdditionalInfoVO-item-response",
"JExRSAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoLineGdf_view_CreditMemoLineGdfJExRSAdditionalInfoVO-item-response",
"JExRUAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoLineGdf_view_CreditMemoLineGdfJExRUAdditionalInfoVO-item-response",
"JExSIAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoLineGdf_view_CreditMemoLineGdfJExSIAdditionalInfoVO-item-response",
"JExSKAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoLineGdf_view_CreditMemoLineGdfJExSKAdditionalInfoVO-item-response",
"JExTRBaBsReporting":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoLineGdf_view_CreditMemoLineGdfJExTRBaBsReportingVO-item-response",
"JLxBRAdditionalInfo":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoLineGdf_view_CreditMemoLineGdfJLxBRAdditionalInfoVO-item-response"
}
},
"oneOf":[
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoLineGdf_view_CreditMemoLineGdfJAxINAdditionalInfoVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoLineGdf_view_CreditMemoLineGdfJE__5FIL__5FEXPORT__5FINFOVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoLineGdf_view_CreditMemoLineGdfJE__5FIT__5FESL__5FOF__5FSERVICESVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoLineGdf_view_CreditMemoLineGdfJExBGAdditionalInfoVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoLineGdf_view_CreditMemoLineGdfJExCZAdditionalInfoVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoLineGdf_view_CreditMemoLineGdfJExHRAdditionalInfoVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoLineGdf_view_CreditMemoLineGdfJExHUAdditionalInfoVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoLineGdf_view_CreditMemoLineGdfJExPLAdditionalInfoVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoLineGdf_view_CreditMemoLineGdfJExPTAdditionalInfoVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoLineGdf_view_CreditMemoLineGdfJExROAdditionalInfoVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoLineGdf_view_CreditMemoLineGdfJExRSAdditionalInfoVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoLineGdf_view_CreditMemoLineGdfJExRUAdditionalInfoVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoLineGdf_view_CreditMemoLineGdfJExSIAdditionalInfoVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoLineGdf_view_CreditMemoLineGdfJExSKAdditionalInfoVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoLineGdf_view_CreditMemoLineGdfJExTRBaBsReportingVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoLineGdf_view_CreditMemoLineGdfJLxBRAdditionalInfoVO-item-response"
}
]
}
Nested Schema : oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoLineGdf_view_CreditMemoLineGdfJAxINAdditionalInfoVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Regional Information
Maximum Length:30
Default Value:JAxINAdditionalInfo
Regional Information -
__FLEX_Context_DisplayValue: string
Title:
Regional Information
Regional Information -
acknowledgmentDate: string
(date)
Title:
Acknowledgment Date
Acknowledgment Date -
acknowledgmentNumber: string
Title:
Acknowledgment Number
Maximum Length:150
Acknowledgment Number -
CustomerTrxLineId: integer
(int64)
-
EwayBillDate: string
(date)
Title:
E-Way Bill Date
E-Way Bill Date -
EwayBillExpiryDate: string
(date)
Title:
E-Way Bill Expiry Date
E-Way Bill Expiry Date -
EwayBillNumber: number
Title:
E-Way Bill Number
E-Way Bill Number -
GeneratedBy: string
Title:
E-Way Bill Generated By
Maximum Length:150
E-Way Bill Generated By -
invoiceReferenceNumber: string
Title:
Invoice Reference Number
Maximum Length:150
Invoice Reference Number -
irnGenerationStatus: string
Title:
IRN Generation Status
Maximum Length:150
IRN Generation Status -
irnStatusDetails: string
Title:
IRN Status Details
Maximum Length:150
IRN Status Details -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
qrCodeStatus: string
Title:
QR Code Status
Maximum Length:150
QR Code Status -
sourceLineNumber: string
Title:
Source Line Number
Maximum Length:150
Source Line Number -
sourceTransactionNumber: string
Title:
Source Transaction Number
Maximum Length:150
Source Transaction Number
{
"type":"object",
"properties":{
"GeneratedBy":{
"title":"E-Way Bill Generated By",
"maxLength":150,
"type":"string",
"description":"E-Way Bill Generated By",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JG_CHARACTER_L150#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"GeneratedBy",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"150",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE1",
"FND_ACFF_SegmentName":"GeneratedBy",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"qrCodeStatus":{
"title":"QR Code Status",
"maxLength":150,
"type":"string",
"description":"QR Code Status",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JG_CHARACTER_L150#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"qrCodeStatus",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"150",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE6",
"FND_ACFF_SegmentName":"QRCodeStatus",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"CustomerTrxLineId":{
"type":"integer",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18,
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"EwayBillDate":{
"title":"E-Way Bill Date",
"type":"string",
"description":"E-Way Bill Date",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"EwayBillDate",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE_DATE1",
"FND_ACFF_SegmentName":"EwayBillDate",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"acknowledgmentDate":{
"title":"Acknowledgment Date",
"type":"string",
"description":"Acknowledgment Date",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"acknowledgmentDate",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE_DATE3",
"FND_ACFF_SegmentName":"AcknowledgementDate",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"EwayBillExpiryDate":{
"title":"E-Way Bill Expiry Date",
"type":"string",
"description":"E-Way Bill Expiry Date",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"EwayBillExpiryDate",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE_DATE2",
"FND_ACFF_SegmentName":"EwayBillExpiryDate",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"EwayBillNumber":{
"title":"E-Way Bill Number",
"type":"number",
"description":"E-Way Bill Number",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JG_NUMBER#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"EwayBillNumber",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE_NUMBER1",
"FND_ACFF_SegmentName":"EwayBillNumber",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"invoiceReferenceNumber":{
"title":"Invoice Reference Number",
"maxLength":150,
"type":"string",
"description":"Invoice Reference Number",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JG_CHARACTER_L150#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"invoiceReferenceNumber",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"150",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE3",
"FND_ACFF_SegmentName":"InvoiceReferenceNumber",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"irnStatusDetails":{
"title":"IRN Status Details",
"maxLength":150,
"type":"string",
"description":"IRN Status Details",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JG_CHARACTER_L150#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"irnStatusDetails",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"150",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE5",
"FND_ACFF_SegmentName":"IRNStatusDetails",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context_DisplayValue":{
"title":"Regional Information",
"type":"string",
"description":"Regional Information",
"nullable":true,
"x-hints":{
"updateable":"false",
"DISPLAYHINT":"Hide",
"FND_ACFF_IsReadOnly":"true",
"FND_ACFF_AkaRealSegmentAttrName":"__FLEX_Context",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"irnGenerationStatus":{
"title":"IRN Generation Status",
"maxLength":150,
"type":"string",
"description":"IRN Generation Status",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JG_CHARACTER_L150#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"irnGenerationStatus",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"150",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE4",
"FND_ACFF_SegmentName":"IRNGenerationStatus",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"sourceTransactionNumber":{
"title":"Source Transaction Number",
"maxLength":150,
"type":"string",
"description":"Source Transaction Number",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JG_CHARACTER_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"sourceTransactionNumber",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE19",
"FND_ACFF_SegmentName":"SourceTransactionNumber",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"sourceLineNumber":{
"title":"Source Line Number",
"maxLength":150,
"type":"string",
"description":"Source Line Number",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JG_CHARACTER_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"sourceLineNumber",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE20",
"FND_ACFF_SegmentName":"SourceLineNumber",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"links":{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
},
"acknowledgmentNumber":{
"title":"Acknowledgment Number",
"maxLength":150,
"type":"string",
"description":"Acknowledgment Number",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JG_CHARACTER_L150#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"acknowledgmentNumber",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"150",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE2",
"FND_ACFF_SegmentName":"AcknowledgementNumber",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context":{
"title":"Regional Information",
"maxLength":30,
"type":"string",
"description":"Regional Information",
"nullable":true,
"default":"JAxINAdditionalInfo",
"x-hints":{
"FND_ACFF_AkaAttrName":"__FLEX_Context_DisplayValue",
"FND_ACFF_IsDiscriminator":"true",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FND_ACFF_ValueSetInfo":"JG_GDF_CONTEXTS_BY_COUNTRY#TABLE",
"controlType":"choice",
"includeInCompactView":true,
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
}
}
}
Nested Schema : oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoLineGdf_view_CreditMemoLineGdfJE__5FIL__5FEXPORT__5FINFOVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Regional Information
Maximum Length:30
Default Value:JE_IL_EXPORT_INFO
Regional Information -
__FLEX_Context_DisplayValue: string
Title:
Regional Information
Regional Information -
_Export__Date: string
(date)
Title:
Export Date
Export Date -
CustomerTrxLineId: integer
(int64)
-
exportNumberNew: string
Title:
Export Document Number
Maximum Length:150
Export Document Number -
links: array
Links
Title:
Links
The link relations associated with the resource instance.
{
"type":"object",
"properties":{
"CustomerTrxLineId":{
"type":"integer",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18,
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"links":{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
},
"exportNumberNew":{
"title":"Export Document Number",
"maxLength":150,
"type":"string",
"description":"Export Document Number",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"ORA_JG_CHAR_NUMERIC_L9#FORMAT_ONLY",
"FND_ACFF_IsNumericOnly":"true",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"exportNumberNew",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"9",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE1",
"FND_ACFF_SegmentName":"Export_Number_New",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Export__Date":{
"title":"Export Date",
"type":"string",
"description":"Export Date",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE_DATE1",
"FND_ACFF_SegmentName":"Export Date",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context_DisplayValue":{
"title":"Regional Information",
"type":"string",
"description":"Regional Information",
"nullable":true,
"x-hints":{
"updateable":"false",
"DISPLAYHINT":"Hide",
"FND_ACFF_IsReadOnly":"true",
"FND_ACFF_AkaRealSegmentAttrName":"__FLEX_Context",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context":{
"title":"Regional Information",
"maxLength":30,
"type":"string",
"description":"Regional Information",
"nullable":true,
"default":"JE_IL_EXPORT_INFO",
"x-hints":{
"FND_ACFF_AkaAttrName":"__FLEX_Context_DisplayValue",
"FND_ACFF_IsDiscriminator":"true",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FND_ACFF_ValueSetInfo":"JG_GDF_CONTEXTS_BY_COUNTRY#TABLE",
"controlType":"choice",
"includeInCompactView":true,
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
}
}
}
Nested Schema : oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoLineGdf_view_CreditMemoLineGdfJE__5FIT__5FESL__5FOF__5FSERVICESVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Regional Information
Maximum Length:30
Default Value:JE_IT_ESL_OF_SERVICES
Regional Information -
__FLEX_Context_DisplayValue: string
Title:
Regional Information
Regional Information -
_Service__Code: string
Title:
Service Code
Maximum Length:150
Service Code -
_Service__Code_Display: string
Title:
Service Code
Service Code -
_Service__Mode: string
Title:
Service Mode
Maximum Length:150
Service Mode -
_Service__Mode_Display: string
Title:
Service Mode
Service Mode -
CustomerTrxLineId: integer
(int64)
-
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
reportingExclusionIndicator: string
Title:
Reporting Exclusion Indicator
Maximum Length:150
Reporting Exclusion Indicator -
reportingExclusionIndicator_Display: string
Title:
Reporting Exclusion Indicator
Reporting Exclusion Indicator
{
"type":"object",
"properties":{
"_Service__Code":{
"title":"Service Code",
"maxLength":150,
"type":"string",
"description":"Service Code",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_Service__Code_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"JG_ESL_EPL_SERVICE_CODE#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE1",
"FND_ACFF_SegmentName":"Service Code",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Service__Code_Display":{
"title":"Service Code",
"type":"string",
"description":"Service Code",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_Service__Code",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context_DisplayValue":{
"title":"Regional Information",
"type":"string",
"description":"Regional Information",
"nullable":true,
"x-hints":{
"updateable":"false",
"DISPLAYHINT":"Hide",
"FND_ACFF_IsReadOnly":"true",
"FND_ACFF_AkaRealSegmentAttrName":"__FLEX_Context",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"CustomerTrxLineId":{
"type":"integer",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18,
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"links":{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
},
"_Service__Mode_Display":{
"title":"Service Mode",
"type":"string",
"description":"Service Mode",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_Service__Mode",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"reportingExclusionIndicator":{
"title":"Reporting Exclusion Indicator",
"maxLength":150,
"type":"string",
"description":"Reporting Exclusion Indicator",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"reportingExclusionIndicator_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"JE_YES_NO#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_OpenIdentifier":"reportingExclusionIndicator",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE3",
"FND_ACFF_SegmentName":"ReportingExclusionIndicator",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"reportingExclusionIndicator_Display":{
"title":"Reporting Exclusion Indicator",
"type":"string",
"description":"Reporting Exclusion Indicator",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"reportingExclusionIndicator",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Service__Mode":{
"title":"Service Mode",
"maxLength":150,
"type":"string",
"description":"Service Mode",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_Service__Mode_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"JG_ESL_EPL_SERVICE_MODE#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE2",
"FND_ACFF_SegmentName":"Service Mode",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context":{
"title":"Regional Information",
"maxLength":30,
"type":"string",
"description":"Regional Information",
"nullable":true,
"default":"JE_IT_ESL_OF_SERVICES",
"x-hints":{
"FND_ACFF_AkaAttrName":"__FLEX_Context_DisplayValue",
"FND_ACFF_IsDiscriminator":"true",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FND_ACFF_ValueSetInfo":"JG_GDF_CONTEXTS_BY_COUNTRY#TABLE",
"controlType":"choice",
"includeInCompactView":true,
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
}
}
}
Nested Schema : oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoLineGdf_view_CreditMemoLineGdfJExBGAdditionalInfoVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Regional Information
Maximum Length:30
Default Value:JExBGAdditionalInfo
Regional Information -
__FLEX_Context_DisplayValue: string
Title:
Regional Information
Regional Information -
CustomerTrxLineId: integer
(int64)
-
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
TaxPointDate: string
(date)
Title:
Adjusted Tax Point Date
Adjusted Tax Point Date -
TPDHistory: string
Title:
Tax Point Date History
Maximum Length:150
Tax Point Date History
{
"type":"object",
"properties":{
"CustomerTrxLineId":{
"type":"integer",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18,
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"TPDHistory":{
"title":"Tax Point Date History",
"maxLength":150,
"type":"string",
"description":"Tax Point Date History",
"nullable":true,
"x-hints":{
"updateable":"false",
"FND_ACFF_ValueSetInfo":"JG_CHARACTER_L150#FORMAT_ONLY",
"FND_ACFF_IsReadOnly":"true",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"TPDHistory",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"150",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE1",
"FND_ACFF_SegmentName":"TPDHistory",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"TaxPointDate":{
"title":"Adjusted Tax Point Date",
"type":"string",
"description":"Adjusted Tax Point Date",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"TaxPointDate",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE_DATE1",
"FND_ACFF_SegmentName":"TaxPointDate",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"links":{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
},
"__FLEX_Context_DisplayValue":{
"title":"Regional Information",
"type":"string",
"description":"Regional Information",
"nullable":true,
"x-hints":{
"updateable":"false",
"DISPLAYHINT":"Hide",
"FND_ACFF_IsReadOnly":"true",
"FND_ACFF_AkaRealSegmentAttrName":"__FLEX_Context",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context":{
"title":"Regional Information",
"maxLength":30,
"type":"string",
"description":"Regional Information",
"nullable":true,
"default":"JExBGAdditionalInfo",
"x-hints":{
"FND_ACFF_AkaAttrName":"__FLEX_Context_DisplayValue",
"FND_ACFF_IsDiscriminator":"true",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FND_ACFF_ValueSetInfo":"JG_GDF_CONTEXTS_BY_COUNTRY#TABLE",
"controlType":"choice",
"includeInCompactView":true,
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
}
}
}
Nested Schema : oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoLineGdf_view_CreditMemoLineGdfJExCZAdditionalInfoVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Regional Information
Maximum Length:30
Default Value:JExCZAdditionalInfo
Regional Information -
__FLEX_Context_DisplayValue: string
Title:
Regional Information
Regional Information -
CustomerTrxLineId: integer
(int64)
-
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
TaxPointDate: string
(date)
Title:
Adjusted Tax Point Date
Adjusted Tax Point Date -
TPDHistory: string
Title:
Tax Point Date History
Maximum Length:150
Tax Point Date History
{
"type":"object",
"properties":{
"CustomerTrxLineId":{
"type":"integer",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18,
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"TPDHistory":{
"title":"Tax Point Date History",
"maxLength":150,
"type":"string",
"description":"Tax Point Date History",
"nullable":true,
"x-hints":{
"updateable":"false",
"FND_ACFF_ValueSetInfo":"JG_CHARACTER_L150#FORMAT_ONLY",
"FND_ACFF_IsReadOnly":"true",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"TPDHistory",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"150",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE1",
"FND_ACFF_SegmentName":"TPDHistory",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"TaxPointDate":{
"title":"Adjusted Tax Point Date",
"type":"string",
"description":"Adjusted Tax Point Date",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"TaxPointDate",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE_DATE1",
"FND_ACFF_SegmentName":"TaxPointDate",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"links":{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
},
"__FLEX_Context_DisplayValue":{
"title":"Regional Information",
"type":"string",
"description":"Regional Information",
"nullable":true,
"x-hints":{
"updateable":"false",
"DISPLAYHINT":"Hide",
"FND_ACFF_IsReadOnly":"true",
"FND_ACFF_AkaRealSegmentAttrName":"__FLEX_Context",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context":{
"title":"Regional Information",
"maxLength":30,
"type":"string",
"description":"Regional Information",
"nullable":true,
"default":"JExCZAdditionalInfo",
"x-hints":{
"FND_ACFF_AkaAttrName":"__FLEX_Context_DisplayValue",
"FND_ACFF_IsDiscriminator":"true",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FND_ACFF_ValueSetInfo":"JG_GDF_CONTEXTS_BY_COUNTRY#TABLE",
"controlType":"choice",
"includeInCompactView":true,
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
}
}
}
Nested Schema : oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoLineGdf_view_CreditMemoLineGdfJExHRAdditionalInfoVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Regional Information
Maximum Length:30
Default Value:JExHRAdditionalInfo
Regional Information -
__FLEX_Context_DisplayValue: string
Title:
Regional Information
Regional Information -
CustomerTrxLineId: integer
(int64)
-
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
TaxPointDate: string
(date)
Title:
Adjusted Tax Point Date
Adjusted Tax Point Date -
TPDHistory: string
Title:
Tax Point Date History
Maximum Length:150
Tax Point Date History
{
"type":"object",
"properties":{
"CustomerTrxLineId":{
"type":"integer",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18,
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"TPDHistory":{
"title":"Tax Point Date History",
"maxLength":150,
"type":"string",
"description":"Tax Point Date History",
"nullable":true,
"x-hints":{
"updateable":"false",
"FND_ACFF_ValueSetInfo":"JG_CHARACTER_L150#FORMAT_ONLY",
"FND_ACFF_IsReadOnly":"true",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"TPDHistory",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"150",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE1",
"FND_ACFF_SegmentName":"TPDHistory",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"TaxPointDate":{
"title":"Adjusted Tax Point Date",
"type":"string",
"description":"Adjusted Tax Point Date",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"TaxPointDate",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE_DATE1",
"FND_ACFF_SegmentName":"TaxPointDate",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"links":{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
},
"__FLEX_Context_DisplayValue":{
"title":"Regional Information",
"type":"string",
"description":"Regional Information",
"nullable":true,
"x-hints":{
"updateable":"false",
"DISPLAYHINT":"Hide",
"FND_ACFF_IsReadOnly":"true",
"FND_ACFF_AkaRealSegmentAttrName":"__FLEX_Context",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context":{
"title":"Regional Information",
"maxLength":30,
"type":"string",
"description":"Regional Information",
"nullable":true,
"default":"JExHRAdditionalInfo",
"x-hints":{
"FND_ACFF_AkaAttrName":"__FLEX_Context_DisplayValue",
"FND_ACFF_IsDiscriminator":"true",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FND_ACFF_ValueSetInfo":"JG_GDF_CONTEXTS_BY_COUNTRY#TABLE",
"controlType":"choice",
"includeInCompactView":true,
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
}
}
}
Nested Schema : oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoLineGdf_view_CreditMemoLineGdfJExHUAdditionalInfoVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Regional Information
Maximum Length:30
Default Value:JExHUAdditionalInfo
Regional Information -
__FLEX_Context_DisplayValue: string
Title:
Regional Information
Regional Information -
CustomerTrxLineId: integer
(int64)
-
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
TaxPointDate: string
(date)
Title:
Adjusted Tax Point Date
Adjusted Tax Point Date -
TPDHistory: string
Title:
Tax Point Date History
Maximum Length:150
Tax Point Date History
{
"type":"object",
"properties":{
"CustomerTrxLineId":{
"type":"integer",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18,
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"TPDHistory":{
"title":"Tax Point Date History",
"maxLength":150,
"type":"string",
"description":"Tax Point Date History",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JG_CHARACTER_L150#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"TPDHistory",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"150",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE1",
"FND_ACFF_SegmentName":"TPDHistory",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"TaxPointDate":{
"title":"Adjusted Tax Point Date",
"type":"string",
"description":"Adjusted Tax Point Date",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"TaxPointDate",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE_DATE1",
"FND_ACFF_SegmentName":"TaxPointDate",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"links":{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
},
"__FLEX_Context_DisplayValue":{
"title":"Regional Information",
"type":"string",
"description":"Regional Information",
"nullable":true,
"x-hints":{
"updateable":"false",
"DISPLAYHINT":"Hide",
"FND_ACFF_IsReadOnly":"true",
"FND_ACFF_AkaRealSegmentAttrName":"__FLEX_Context",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context":{
"title":"Regional Information",
"maxLength":30,
"type":"string",
"description":"Regional Information",
"nullable":true,
"default":"JExHUAdditionalInfo",
"x-hints":{
"FND_ACFF_AkaAttrName":"__FLEX_Context_DisplayValue",
"FND_ACFF_IsDiscriminator":"true",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FND_ACFF_ValueSetInfo":"JG_GDF_CONTEXTS_BY_COUNTRY#TABLE",
"controlType":"choice",
"includeInCompactView":true,
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
}
}
}
Nested Schema : oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoLineGdf_view_CreditMemoLineGdfJExPLAdditionalInfoVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Regional Information
Maximum Length:30
Default Value:JExPLAdditionalInfo
Regional Information -
__FLEX_Context_DisplayValue: string
Title:
Regional Information
Regional Information -
BasePrice: number
Title:
Base Price
Base Price -
CustomerTrxLineId: integer
(int64)
-
Discount: number
Title:
Discount Percent
Discount Percent -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
prepaymentInvoice: string
Title:
Prepayment Invoice
Maximum Length:150
Prepayment Invoice -
prepaymentInvoice_Display: string
Title:
Prepayment Invoice
Prepayment Invoice -
PreviousInvoice: number
Title:
Previous Invoice
Previous Invoice -
PreviousInvoice_Display: string
Title:
Previous Invoice
Previous Invoice -
PreviousInvoiceLineNumber: number
Title:
Previous Line
Previous Line -
PreviousInvoiceLineNumber_Display: number
Title:
Previous Line
Previous Line -
ReversalLine: string
Title:
Reversal Line
Maximum Length:150
Reversal Line -
TaxPointDate: string
(date)
Title:
Adjusted Tax Point Date
Adjusted Tax Point Date -
taxPointDateHistory: string
Title:
Tax Point Date History
Maximum Length:150
Tax Point Date History
{
"type":"object",
"properties":{
"BasePrice":{
"title":"Base Price",
"type":"number",
"description":"Base Price",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JG_NUMBER#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"BasePrice",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE_NUMBER1",
"FND_ACFF_SegmentName":"BasePrice",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"Discount":{
"title":"Discount Percent",
"type":"number",
"description":"Discount Percent",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JG_NUMBER#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"Discount",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE_NUMBER2",
"FND_ACFF_SegmentName":"Discount",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"CustomerTrxLineId":{
"type":"integer",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18,
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"ReversalLine":{
"title":"Reversal Line",
"maxLength":150,
"type":"string",
"description":"Reversal Line",
"nullable":true,
"x-hints":{
"updateable":"false",
"FND_ACFF_IsReadOnly":"true",
"FND_ACFF_CheckboxUncheckedValue":"N",
"FND_ACFF_DV":"N",
"FND_ACFF_OpenIdentifier":"ReversalLine",
"FND_ACFF_SegmentName":"ReversalLine",
"FND_ACFF_ValueSetInfo":"JE_YES_NO#TABLE",
"controlType":"check_box",
"includeInCompactView":true,
"FND_ACFF_DVT":"C",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_CheckboxCheckedValue":"Y",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE5",
"FND_ACFF_PreferredDisplayType":"CHECKBOX"
},
"x-oj":{
"componentType":"oj-sp-flex-checkbox",
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"PreviousInvoiceLineNumber":{
"title":"Previous Line",
"type":"number",
"description":"Previous Line",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"PreviousInvoiceLineNumber_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_PartialTarget":"PreviousInvoice",
"FND_ACFF_OpenIdentifier":"PreviousInvoiceLineNumber",
"FlexClientVar_flex_vst_bind2_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FND_ACFF_SegmentName":"PreviousInvoiceLineNumber",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_ValueSetInfo":"ORA_JEPL_CORRECTION_PREV_LINE#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.HeaderCorrectedInvoice",
"FlexClientVar_flex_vst_bind1_VT":"SEGMENT.PreviousInvoice",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE_NUMBER4",
"FlexClientVsBindVars":"flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_DependsOnAttributes":"PreviousInvoice",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"PreviousInvoiceLineNumber_Display":{
"title":"Previous Line",
"type":"number",
"description":"Previous Line",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"PreviousInvoiceLineNumber",
"FND_ACFF_PartialTarget":"PreviousInvoice",
"FlexClientVar_flex_vst_bind2_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.HeaderCorrectedInvoice",
"FlexClientVar_flex_vst_bind1_VT":"SEGMENT.PreviousInvoice",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FND_ACFF_ListDisplayAttrName":"ValueBigDecimal",
"FlexClientVsBindVars":"flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"PreviousInvoice_Display":{
"title":"Previous Invoice",
"type":"string",
"description":"Previous Invoice",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"PreviousInvoice",
"FND_ACFF_IsReferenced":"true",
"FlexClientVar_flex_vst_bind2_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.CustomerTrxId",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.BillToSiteUseId",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context_DisplayValue":{
"title":"Regional Information",
"type":"string",
"description":"Regional Information",
"nullable":true,
"x-hints":{
"updateable":"false",
"DISPLAYHINT":"Hide",
"FND_ACFF_IsReadOnly":"true",
"FND_ACFF_AkaRealSegmentAttrName":"__FLEX_Context",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"prepaymentInvoice_Display":{
"title":"Prepayment Invoice",
"type":"string",
"description":"Prepayment Invoice",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"prepaymentInvoice",
"FlexClientVar_flex_vst_bind3_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind2_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.InvoiceDate",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.CustomerTrxId",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.BillToSiteUseId",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"TaxPointDate":{
"title":"Adjusted Tax Point Date",
"type":"string",
"description":"Adjusted Tax Point Date",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"TaxPointDate",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE_DATE1",
"FND_ACFF_SegmentName":"TaxPointDate",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"links":{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
},
"taxPointDateHistory":{
"title":"Tax Point Date History",
"maxLength":150,
"type":"string",
"description":"Tax Point Date History",
"nullable":true,
"x-hints":{
"updateable":"false",
"FND_ACFF_ValueSetInfo":"JG_CHARACTER_L150#FORMAT_ONLY",
"FND_ACFF_IsReadOnly":"true",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"taxPointDateHistory",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"150",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE1",
"FND_ACFF_SegmentName":"TaxPointHistory",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"PreviousInvoice":{
"title":"Previous Invoice",
"type":"number",
"description":"Previous Invoice",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"PreviousInvoice_Display",
"FND_ACFF_IsReferenced":"true",
"DISPLAYHINT":"Hide",
"FND_ACFF_OpenIdentifier":"PreviousInvoice",
"FlexClientVar_flex_vst_bind2_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FND_ACFF_SegmentName":"PreviousInvoice",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_ValueSetInfo":"ORA_JEPL_CORRECTION_PREV_INV#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.CustomerTrxId",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.BillToSiteUseId",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE_NUMBER3",
"FlexClientVsBindVars":"flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"prepaymentInvoice":{
"title":"Prepayment Invoice",
"maxLength":150,
"type":"string",
"description":"Prepayment Invoice",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"prepaymentInvoice_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_OpenIdentifier":"prepaymentInvoice",
"FlexClientVar_flex_vst_bind3_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind2_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FND_ACFF_SegmentName":"PrepaymentInvoice",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_ValueSetInfo":"ORA_JEPL_PREPAYMENT_INV#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.InvoiceDate",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.CustomerTrxId",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.BillToSiteUseId",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE6",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context":{
"title":"Regional Information",
"maxLength":30,
"type":"string",
"description":"Regional Information",
"nullable":true,
"default":"JExPLAdditionalInfo",
"x-hints":{
"FND_ACFF_AkaAttrName":"__FLEX_Context_DisplayValue",
"FND_ACFF_IsDiscriminator":"true",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FND_ACFF_ValueSetInfo":"JG_GDF_CONTEXTS_BY_COUNTRY#TABLE",
"controlType":"choice",
"includeInCompactView":true,
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
}
}
}
Nested Schema : oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoLineGdf_view_CreditMemoLineGdfJExPTAdditionalInfoVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Regional Information
Maximum Length:30
Default Value:JExPTAdditionalInfo
Regional Information -
__FLEX_Context_DisplayValue: string
Title:
Regional Information
Regional Information -
ARCno: string
Title:
Administrative Reference Code Number
Maximum Length:150
Administrative Reference Code Number -
CustomerTrxLineId: integer
(int64)
-
ExcisePayment: string
Title:
Excise payment
Maximum Length:150
Excise payment -
links: array
Links
Title:
Links
The link relations associated with the resource instance.
{
"type":"object",
"properties":{
"CustomerTrxLineId":{
"type":"integer",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18,
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"ARCno":{
"title":"Administrative Reference Code Number",
"maxLength":150,
"type":"string",
"description":"Administrative Reference Code Number",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JG_CHARACTER_L25#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"ARCno",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"25",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE1",
"FND_ACFF_SegmentName":"ARCno",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"links":{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
},
"ExcisePayment":{
"title":"Excise payment",
"maxLength":150,
"type":"string",
"description":"Excise payment",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JG_CHARACTER_L25#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"ExcisePayment",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"25",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE2",
"FND_ACFF_SegmentName":"ExcisePayment",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context_DisplayValue":{
"title":"Regional Information",
"type":"string",
"description":"Regional Information",
"nullable":true,
"x-hints":{
"updateable":"false",
"DISPLAYHINT":"Hide",
"FND_ACFF_IsReadOnly":"true",
"FND_ACFF_AkaRealSegmentAttrName":"__FLEX_Context",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context":{
"title":"Regional Information",
"maxLength":30,
"type":"string",
"description":"Regional Information",
"nullable":true,
"default":"JExPTAdditionalInfo",
"x-hints":{
"FND_ACFF_AkaAttrName":"__FLEX_Context_DisplayValue",
"FND_ACFF_IsDiscriminator":"true",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FND_ACFF_ValueSetInfo":"JG_GDF_CONTEXTS_BY_COUNTRY#TABLE",
"controlType":"choice",
"includeInCompactView":true,
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
}
}
}
Nested Schema : oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoLineGdf_view_CreditMemoLineGdfJExROAdditionalInfoVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Regional Information
Maximum Length:30
Default Value:JExROAdditionalInfo
Regional Information -
__FLEX_Context_DisplayValue: string
Title:
Regional Information
Regional Information -
CustomerTrxLineId: integer
(int64)
-
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
TaxPointDate: string
(date)
Title:
Adjusted Tax Point Date
Adjusted Tax Point Date -
TPDHistory: string
Title:
Tax Point Date History
Maximum Length:150
Tax Point Date History
{
"type":"object",
"properties":{
"CustomerTrxLineId":{
"type":"integer",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18,
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"TPDHistory":{
"title":"Tax Point Date History",
"maxLength":150,
"type":"string",
"description":"Tax Point Date History",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JG_CHARACTER_L150#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"TPDHistory",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"150",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE1",
"FND_ACFF_SegmentName":"TPDHistory",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"TaxPointDate":{
"title":"Adjusted Tax Point Date",
"type":"string",
"description":"Adjusted Tax Point Date",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"TaxPointDate",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE_DATE1",
"FND_ACFF_SegmentName":"TaxPointDate",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"links":{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
},
"__FLEX_Context_DisplayValue":{
"title":"Regional Information",
"type":"string",
"description":"Regional Information",
"nullable":true,
"x-hints":{
"updateable":"false",
"DISPLAYHINT":"Hide",
"FND_ACFF_IsReadOnly":"true",
"FND_ACFF_AkaRealSegmentAttrName":"__FLEX_Context",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context":{
"title":"Regional Information",
"maxLength":30,
"type":"string",
"description":"Regional Information",
"nullable":true,
"default":"JExROAdditionalInfo",
"x-hints":{
"FND_ACFF_AkaAttrName":"__FLEX_Context_DisplayValue",
"FND_ACFF_IsDiscriminator":"true",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FND_ACFF_ValueSetInfo":"JG_GDF_CONTEXTS_BY_COUNTRY#TABLE",
"controlType":"choice",
"includeInCompactView":true,
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
}
}
}
Nested Schema : oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoLineGdf_view_CreditMemoLineGdfJExRSAdditionalInfoVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Regional Information
Maximum Length:30
Default Value:JExRSAdditionalInfo
Regional Information -
__FLEX_Context_DisplayValue: string
Title:
Regional Information
Regional Information -
CustomerTrxLineId: integer
(int64)
-
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
TaxPointDate: string
(date)
Title:
Adjusted Tax Point Date
Adjusted Tax Point Date -
TPDHistory: string
Title:
Tax Point Date History
Maximum Length:150
Tax Point Date History
{
"type":"object",
"properties":{
"CustomerTrxLineId":{
"type":"integer",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18,
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"TPDHistory":{
"title":"Tax Point Date History",
"maxLength":150,
"type":"string",
"description":"Tax Point Date History",
"nullable":true,
"x-hints":{
"updateable":"false",
"FND_ACFF_ValueSetInfo":"JG_CHARACTER_L150#FORMAT_ONLY",
"FND_ACFF_IsReadOnly":"true",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"TPDHistory",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"150",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE1",
"FND_ACFF_SegmentName":"TPDHistory",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"TaxPointDate":{
"title":"Adjusted Tax Point Date",
"type":"string",
"description":"Adjusted Tax Point Date",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"TaxPointDate",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE_DATE1",
"FND_ACFF_SegmentName":"TaxPointDate",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"links":{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
},
"__FLEX_Context_DisplayValue":{
"title":"Regional Information",
"type":"string",
"description":"Regional Information",
"nullable":true,
"x-hints":{
"updateable":"false",
"DISPLAYHINT":"Hide",
"FND_ACFF_IsReadOnly":"true",
"FND_ACFF_AkaRealSegmentAttrName":"__FLEX_Context",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context":{
"title":"Regional Information",
"maxLength":30,
"type":"string",
"description":"Regional Information",
"nullable":true,
"default":"JExRSAdditionalInfo",
"x-hints":{
"FND_ACFF_AkaAttrName":"__FLEX_Context_DisplayValue",
"FND_ACFF_IsDiscriminator":"true",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FND_ACFF_ValueSetInfo":"JG_GDF_CONTEXTS_BY_COUNTRY#TABLE",
"controlType":"choice",
"includeInCompactView":true,
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
}
}
}
Nested Schema : oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoLineGdf_view_CreditMemoLineGdfJExRUAdditionalInfoVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Regional Information
Maximum Length:30
Default Value:JExRUAdditionalInfo
Regional Information -
__FLEX_Context_DisplayValue: string
Title:
Regional Information
Regional Information -
CorrectedInvoice: number
Title:
Corrected Invoice
Corrected Invoice -
CorrectedInvoice_Display: string
Title:
Corrected Invoice
Corrected Invoice -
CorrectedLine: number
Title:
Corrected Line
Corrected Line -
CorrectedLine_Display: number
Title:
Corrected Line
Corrected Line -
CustomerTrxLineId: integer
(int64)
-
CustomsDeclarationNumber: string
Title:
Customs Declaration Number
Maximum Length:150
Customs Declaration Number -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
OriginCountry: string
Title:
Country of Origin
Maximum Length:150
Country of Origin -
OriginCountry_Display: string
Title:
Country of Origin
Country of Origin -
taxpointdate: string
(date)
Title:
Adjusted Tax Point Date
Adjusted Tax Point Date -
taxPointDateHistory: string
Title:
Tax Point Date History
Maximum Length:150
Tax Point Date History
{
"type":"object",
"properties":{
"CustomerTrxLineId":{
"type":"integer",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18,
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"taxpointdate":{
"title":"Adjusted Tax Point Date",
"type":"string",
"description":"Adjusted Tax Point Date",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"taxpointdate",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE_DATE1",
"FND_ACFF_SegmentName":"TaxPointDate",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"OriginCountry_Display":{
"title":"Country of Origin",
"type":"string",
"description":"Country of Origin",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"OriginCountry",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"CorrectedInvoice_Display":{
"title":"Corrected Invoice",
"type":"string",
"description":"Corrected Invoice",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"CorrectedInvoice",
"FND_ACFF_IsReferenced":"true",
"FlexClientVar_flex_vst_bind3_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind2_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.InvoiceDate",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.CustomerTrxId",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.BillToSiteUseId",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context_DisplayValue":{
"title":"Regional Information",
"type":"string",
"description":"Regional Information",
"nullable":true,
"x-hints":{
"updateable":"false",
"DISPLAYHINT":"Hide",
"FND_ACFF_IsReadOnly":"true",
"FND_ACFF_AkaRealSegmentAttrName":"__FLEX_Context",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"OriginCountry":{
"title":"Country of Origin",
"maxLength":150,
"type":"string",
"description":"Country of Origin",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"OriginCountry_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"JG_ESL_EPL_ISO_COUNTRY_CODE#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_OpenIdentifier":"OriginCountry",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE9",
"FND_ACFF_SegmentName":"OriginCountry",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"CorrectedLine_Display":{
"title":"Corrected Line",
"type":"number",
"description":"Corrected Line",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"CorrectedLine",
"FND_ACFF_PartialTarget":"CorrectedInvoice",
"FlexClientVar_flex_vst_bind2_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.HeaderCorrectedInvoice",
"FlexClientVar_flex_vst_bind1_VT":"SEGMENT.CorrectedInvoice",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FND_ACFF_ListDisplayAttrName":"ValueBigDecimal",
"FlexClientVsBindVars":"flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"links":{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
},
"CustomsDeclarationNumber":{
"title":"Customs Declaration Number",
"maxLength":150,
"type":"string",
"description":"Customs Declaration Number",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JG_CHARACTER_L150#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"CustomsDeclarationNumber",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"150",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE8",
"FND_ACFF_SegmentName":"CustomsDeclarationNumber",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"taxPointDateHistory":{
"title":"Tax Point Date History",
"maxLength":150,
"type":"string",
"description":"Tax Point Date History",
"nullable":true,
"x-hints":{
"updateable":"false",
"FND_ACFF_ValueSetInfo":"JG_CHARACTER_L150#FORMAT_ONLY",
"FND_ACFF_IsReadOnly":"true",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"taxPointDateHistory",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"150",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE1",
"FND_ACFF_SegmentName":"TaxPointHistory",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"CorrectedInvoice":{
"title":"Corrected Invoice",
"type":"number",
"description":"Corrected Invoice",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"CorrectedInvoice_Display",
"FND_ACFF_IsReferenced":"true",
"DISPLAYHINT":"Hide",
"FND_ACFF_OpenIdentifier":"CorrectedInvoice",
"FlexClientVar_flex_vst_bind3_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind2_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FND_ACFF_SegmentName":"CorrectedInvoice",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_ValueSetInfo":"ORA_JERU_CONSOLIDATED_CORRECTION_INV#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.InvoiceDate",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.CustomerTrxId",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.BillToSiteUseId",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE_NUMBER1",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"CorrectedLine":{
"title":"Corrected Line",
"type":"number",
"description":"Corrected Line",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"CorrectedLine_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_PartialTarget":"CorrectedInvoice",
"FND_ACFF_OpenIdentifier":"CorrectedLine",
"FlexClientVar_flex_vst_bind2_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FND_ACFF_SegmentName":"CorrectedLine",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_ValueSetInfo":"ORA_JERU_CONSOLIDATED_CORRECTION_LINE#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.HeaderCorrectedInvoice",
"FlexClientVar_flex_vst_bind1_VT":"SEGMENT.CorrectedInvoice",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE_NUMBER2",
"FlexClientVsBindVars":"flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_DependsOnAttributes":"CorrectedInvoice",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context":{
"title":"Regional Information",
"maxLength":30,
"type":"string",
"description":"Regional Information",
"nullable":true,
"default":"JExRUAdditionalInfo",
"x-hints":{
"FND_ACFF_AkaAttrName":"__FLEX_Context_DisplayValue",
"FND_ACFF_IsDiscriminator":"true",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FND_ACFF_ValueSetInfo":"JG_GDF_CONTEXTS_BY_COUNTRY#TABLE",
"controlType":"choice",
"includeInCompactView":true,
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
}
}
}
Nested Schema : oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoLineGdf_view_CreditMemoLineGdfJExSIAdditionalInfoVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Regional Information
Maximum Length:30
Default Value:JExSIAdditionalInfo
Regional Information -
__FLEX_Context_DisplayValue: string
Title:
Regional Information
Regional Information -
CustomerTrxLineId: integer
(int64)
-
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
TaxPointDate: string
(date)
Title:
Adjusted Tax Point Date
Adjusted Tax Point Date -
TPDHistory: string
Title:
Tax Point Date History
Maximum Length:150
Tax Point Date History
{
"type":"object",
"properties":{
"CustomerTrxLineId":{
"type":"integer",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18,
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"TPDHistory":{
"title":"Tax Point Date History",
"maxLength":150,
"type":"string",
"description":"Tax Point Date History",
"nullable":true,
"x-hints":{
"updateable":"false",
"FND_ACFF_ValueSetInfo":"JG_CHARACTER_L150#FORMAT_ONLY",
"FND_ACFF_IsReadOnly":"true",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"TPDHistory",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"150",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE1",
"FND_ACFF_SegmentName":"TPDHistory",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"TaxPointDate":{
"title":"Adjusted Tax Point Date",
"type":"string",
"description":"Adjusted Tax Point Date",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"TaxPointDate",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE_DATE1",
"FND_ACFF_SegmentName":"TaxPointDate",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"links":{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
},
"__FLEX_Context_DisplayValue":{
"title":"Regional Information",
"type":"string",
"description":"Regional Information",
"nullable":true,
"x-hints":{
"updateable":"false",
"DISPLAYHINT":"Hide",
"FND_ACFF_IsReadOnly":"true",
"FND_ACFF_AkaRealSegmentAttrName":"__FLEX_Context",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context":{
"title":"Regional Information",
"maxLength":30,
"type":"string",
"description":"Regional Information",
"nullable":true,
"default":"JExSIAdditionalInfo",
"x-hints":{
"FND_ACFF_AkaAttrName":"__FLEX_Context_DisplayValue",
"FND_ACFF_IsDiscriminator":"true",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FND_ACFF_ValueSetInfo":"JG_GDF_CONTEXTS_BY_COUNTRY#TABLE",
"controlType":"choice",
"includeInCompactView":true,
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
}
}
}
Nested Schema : oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoLineGdf_view_CreditMemoLineGdfJExSKAdditionalInfoVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Regional Information
Maximum Length:30
Default Value:JExSKAdditionalInfo
Regional Information -
__FLEX_Context_DisplayValue: string
Title:
Regional Information
Regional Information -
CustomerTrxLineId: integer
(int64)
-
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
TaxPointDate: string
(date)
Title:
Adjusted Tax Point Date
Adjusted Tax Point Date -
TPDHistory: string
Title:
Tax Point Date History
Maximum Length:150
Tax Point Date History
{
"type":"object",
"properties":{
"CustomerTrxLineId":{
"type":"integer",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18,
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"TPDHistory":{
"title":"Tax Point Date History",
"maxLength":150,
"type":"string",
"description":"Tax Point Date History",
"nullable":true,
"x-hints":{
"updateable":"false",
"FND_ACFF_ValueSetInfo":"JG_CHARACTER_L150#FORMAT_ONLY",
"FND_ACFF_IsReadOnly":"true",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"TPDHistory",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"150",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE1",
"FND_ACFF_SegmentName":"TPDHistory",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"TaxPointDate":{
"title":"Adjusted Tax Point Date",
"type":"string",
"description":"Adjusted Tax Point Date",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"TaxPointDate",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE_DATE1",
"FND_ACFF_SegmentName":"TaxPointDate",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"links":{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
},
"__FLEX_Context_DisplayValue":{
"title":"Regional Information",
"type":"string",
"description":"Regional Information",
"nullable":true,
"x-hints":{
"updateable":"false",
"DISPLAYHINT":"Hide",
"FND_ACFF_IsReadOnly":"true",
"FND_ACFF_AkaRealSegmentAttrName":"__FLEX_Context",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context":{
"title":"Regional Information",
"maxLength":30,
"type":"string",
"description":"Regional Information",
"nullable":true,
"default":"JExSKAdditionalInfo",
"x-hints":{
"FND_ACFF_AkaAttrName":"__FLEX_Context_DisplayValue",
"FND_ACFF_IsDiscriminator":"true",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FND_ACFF_ValueSetInfo":"JG_GDF_CONTEXTS_BY_COUNTRY#TABLE",
"controlType":"choice",
"includeInCompactView":true,
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
}
}
}
Nested Schema : oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoLineGdf_view_CreditMemoLineGdfJExTRBaBsReportingVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Regional Information
Maximum Length:30
Default Value:JExTRBaBsReporting
Regional Information -
__FLEX_Context_DisplayValue: string
Title:
Regional Information
Regional Information -
CustomerTrxLineId: integer
(int64)
-
ExportDate: string
(date)
Title:
Export Date
Export Date -
links: array
Links
Title:
Links
The link relations associated with the resource instance.
{
"type":"object",
"properties":{
"CustomerTrxLineId":{
"type":"integer",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18,
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"ExportDate":{
"title":"Export Date",
"type":"string",
"description":"Export Date",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"ExportDate",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE_DATE1",
"FND_ACFF_SegmentName":"ExportDate",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"links":{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
},
"__FLEX_Context_DisplayValue":{
"title":"Regional Information",
"type":"string",
"description":"Regional Information",
"nullable":true,
"x-hints":{
"updateable":"false",
"DISPLAYHINT":"Hide",
"FND_ACFF_IsReadOnly":"true",
"FND_ACFF_AkaRealSegmentAttrName":"__FLEX_Context",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context":{
"title":"Regional Information",
"maxLength":30,
"type":"string",
"description":"Regional Information",
"nullable":true,
"default":"JExTRBaBsReporting",
"x-hints":{
"FND_ACFF_AkaAttrName":"__FLEX_Context_DisplayValue",
"FND_ACFF_IsDiscriminator":"true",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FND_ACFF_ValueSetInfo":"JG_GDF_CONTEXTS_BY_COUNTRY#TABLE",
"controlType":"choice",
"includeInCompactView":true,
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
}
}
}
Nested Schema : oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoLineGdf_view_CreditMemoLineGdfJLxBRAdditionalInfoVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Regional Information
Maximum Length:30
Default Value:JLxBRAdditionalInfo
Regional Information -
__FLEX_Context_DisplayValue: string
Title:
Regional Information
Regional Information -
CustomerTrxLineId: integer
(int64)
-
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
topConfiguredItem: number
Title:
Top Configured Item
Top Configured Item
{
"type":"object",
"properties":{
"CustomerTrxLineId":{
"type":"integer",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18,
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"links":{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
},
"topConfiguredItem":{
"title":"Top Configured Item",
"type":"number",
"description":"Top Configured Item",
"nullable":true,
"x-hints":{
"FND_ACFF_Precision":"15",
"FND_ACFF_Scale":"0",
"FND_ACFF_ValueSetInfo":"JG_NUMBER_P15_S0#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_MinimumValue":"1",
"FND_ACFF_OpenIdentifier":"topConfiguredItem",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FND_ACFF_ColumnName":"GLOBAL_ATTRIBUTE_NUMBER1",
"FND_ACFF_MaximumValue":"999999999999999",
"FND_ACFF_SegmentName":"Top Configured Item",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context_DisplayValue":{
"title":"Regional Information",
"type":"string",
"description":"Regional Information",
"nullable":true,
"x-hints":{
"updateable":"false",
"DISPLAYHINT":"Hide",
"FND_ACFF_IsReadOnly":"true",
"FND_ACFF_AkaRealSegmentAttrName":"__FLEX_Context",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context":{
"title":"Regional Information",
"maxLength":30,
"type":"string",
"description":"Regional Information",
"nullable":true,
"default":"JLxBRAdditionalInfo",
"x-hints":{
"FND_ACFF_AkaAttrName":"__FLEX_Context_DisplayValue",
"FND_ACFF_IsDiscriminator":"true",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FND_ACFF_ValueSetInfo":"JG_GDF_CONTEXTS_BY_COUNTRY#TABLE",
"controlType":"choice",
"includeInCompactView":true,
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
}
}
}
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
}
Nested Schema : 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 : receivablesCreditMemos-receivablesCreditMemoLines-receivablesCreditMemoLineTaxLines-item-response
Type:
Show Source
object
-
CreatedBy: string
Read Only:
true
Maximum Length:64
The user who created the record. -
CreationDate: string
(date-time)
Read Only:
true
The date and time when the record was created. -
CustomerTrxLineId: integer
(int64)
The unique identifier of each separate tax line of the credit memo.
-
LastUpdateDate: string
(date-time)
Read Only:
true
The date and time when the record was last updated. -
LastUpdatedBy: string
Read Only:
true
Maximum Length:64
The user who last updated the record. -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
PlaceOfSupply: integer
Read Only:
true
The location where the transaction on the credit memo line is determined to take place for tax purposes. -
Tax: string
Maximum Length:
80
The code of the tax assigned to the tax line. -
TaxableAmount: number
Read Only:
true
The amount on the credit memo line eligible for taxation. The tax rate is applied to the taxable amount. -
TaxAmount: number
The tax amount on the credit memo line in the entered currency.
-
TaxInclusiveIndicator: string
Maximum Length:
255
The option that indicates whether the credit memo line amount is inclusive of tax. -
TaxJurisdictionCode: string
Maximum Length:
80
The tax jurisdiction code assigned to the tax line. -
TaxLineNumber: integer
Read Only:
true
The line number of the tax line of the credit memo line. -
TaxPointBasis: string
Title:
Original Tax Point Date
Read Only:true
Maximum Length:30
The transaction event that's the basis for tax on the credit memo line. -
TaxPointDate: string
(date)
Title:
Tax Point Date
Read Only:true
The date when the taxpayer becomes liable for paying the tax to the tax authority. -
TaxRate: number
The tax rate assigned to the credit memo line.
-
TaxRateCode: string
Maximum Length:
80
The tax rate code assigned to the credit memo line. -
TaxRegimeCode: string
Maximum Length:
80
The tax regime code assigned to the tax line. -
TaxStatusCode: string
Maximum Length:
80
The tax status code assigned to the tax line.
{
"type":"object",
"properties":{
"LastUpdatedBy":{
"maxLength":64,
"type":"string",
"description":"The user who last updated the record.",
"nullable":false,
"readOnly":true,
"x-queryable":false
},
"CreationDate":{
"type":"string",
"description":"The date and time when the record was created.",
"format":"date-time",
"nullable":false,
"readOnly":true,
"x-queryable":false
},
"TaxInclusiveIndicator":{
"maxLength":255,
"type":"string",
"description":"The option that indicates whether the credit memo line amount is inclusive of tax.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"dependencies":[
"Meaning"
]
}
},
"CreatedBy":{
"maxLength":64,
"type":"string",
"description":"The user who created the record.",
"nullable":false,
"readOnly":true,
"x-queryable":false
},
"TaxableAmount":{
"type":"number",
"description":"The amount on the credit memo line eligible for taxation. The tax rate is applied to the taxable amount.",
"nullable":true,
"readOnly":true,
"x-queryable":false
},
"CustomerTrxLineId":{
"type":"integer",
"description":"The unique identifier of each separate tax line of the credit memo.",
"format":"int64",
"nullable":false,
"x-hints":{
"precision":18,
"fnd:GLOBALLY_UNIQUE":"true"
},
"x-queryable":true
},
"TaxRateCode":{
"maxLength":80,
"type":"string",
"description":"The tax rate code assigned to the credit memo line.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"dependencies":[
"TaxLineId1"
]
}
},
"Tax":{
"maxLength":80,
"type":"string",
"description":"The code of the tax assigned to the tax line.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"dependencies":[
"TaxLineId1"
]
}
},
"TaxPointBasis":{
"title":"Original Tax Point Date",
"maxLength":30,
"type":"string",
"description":"The transaction event that's the basis for tax on the credit memo line.",
"nullable":true,
"readOnly":true,
"x-queryable":false
},
"TaxAmount":{
"type":"number",
"description":"The tax amount on the credit memo line in the entered currency.",
"nullable":false,
"x-queryable":true
},
"TaxJurisdictionCode":{
"maxLength":80,
"type":"string",
"description":"The tax jurisdiction code assigned to the tax line.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"dependencies":[
"TaxLineId1"
]
}
},
"TaxRate":{
"type":"number",
"description":"The tax rate assigned to the credit memo line.",
"nullable":true,
"x-queryable":true
},
"TaxPointDate":{
"title":"Tax Point Date",
"type":"string",
"description":"The date when the taxpayer becomes liable for paying the tax to the tax authority.",
"format":"date",
"nullable":true,
"readOnly":true,
"x-queryable":false
},
"links":{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
},
"TaxRegimeCode":{
"maxLength":80,
"type":"string",
"description":"The tax regime code assigned to the tax line.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"dependencies":[
"TaxLineId1"
]
}
},
"TaxLineNumber":{
"type":"integer",
"description":"The line number of the tax line of the credit memo line.",
"nullable":false,
"readOnly":true,
"x-queryable":false
},
"TaxStatusCode":{
"maxLength":80,
"type":"string",
"description":"The tax status code assigned to the tax line.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"dependencies":[
"TaxLineId1"
]
}
},
"LastUpdateDate":{
"type":"string",
"description":"The date and time when the record was last updated.",
"format":"date-time",
"nullable":false,
"readOnly":true,
"x-queryable":false
},
"PlaceOfSupply":{
"type":"integer",
"description":"The location where the transaction on the credit memo line is determined to take place for tax purposes.",
"nullable":true,
"readOnly":true,
"x-queryable":false
}
}
}
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
}
Nested Schema : Discriminator: __FLEX_Context
Type:
object
Discriminator: __FLEX_Context
Discriminator Values
- 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_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXCONTRACT____INTERNAL____INVOICESVO-item-response",
"CONTRACT INVOICES":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXCONTRACT____INVOICESVO-item-response",
"Contracts Context":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXContracts____ContextVO-item-response",
"DOO":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXDOOVO-item-response",
"FOS":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXFOSVO-item-response",
"GLOBAL_PROCUREMENT":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXGLOBAL__5FPROCUREMENTVO-item-response",
"INTERCOMPANY":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXINTERCOMPANYVO-item-response",
"INTERNAL_ALLOCATIONS":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXINTERNAL__5FALLOCATIONSVO-item-response",
"Intercompany_Agreement":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXIntercompany__5FAgreementVO-item-response",
"Joint Venture Invoice":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXJoint____Venture____InvoiceVO-item-response",
"ORA_ACADEMIC_PERIOD_FEES":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXORA__5FACADEMIC__5FPERIOD__5FFEESVO-item-response",
"ORA_ASSIGNED_CREDITS":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXORA__5FASSIGNED__5FCREDITSVO-item-response",
"ORA_CPQ CLOUD":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXORA__5FCPQ____CLOUDVO-item-response",
"ORA_CURRICULUM_FEES":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXORA__5FCURRICULUM__5FFEESVO-item-response",
"ORA_DOO_ORIGIN_SUBSCRIPTIONS":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXORA__5FDOO__5FORIGIN__5FSUBSCRIPTIONSVO-item-response",
"ORA_EXTERNAL_CREDITS":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXORA__5FEXTERNAL__5FCREDITSVO-item-response",
"ORA_FIXED ASSETS":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXORA__5FFIXED____ASSETSVO-item-response",
"ORA_GENERAL_FEES":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXORA__5FGENERAL__5FFEESVO-item-response",
"ORA_LEASE_ACCOUNTING":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXORA__5FLEASE__5FACCOUNTINGVO-item-response",
"ORA_PSCR":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXORA__5FPSCRVO-item-response",
"ORA_RECURRING BILL":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXORA__5FRECURRING____BILLVO-item-response",
"ORA_SPONSORSHIP_FEES":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXORA__5FSPONSORSHIP__5FFEESVO-item-response",
"Subscriptions Context":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXSubscriptions____ContextVO-item-response"
}
},
"oneOf":[
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXCONTRACT____INTERNAL____INVOICESVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXCONTRACT____INVOICESVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXContracts____ContextVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXDOOVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXFOSVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXGLOBAL__5FPROCUREMENTVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXINTERCOMPANYVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXINTERNAL__5FALLOCATIONSVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXIntercompany__5FAgreementVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXJoint____Venture____InvoiceVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXORA__5FACADEMIC__5FPERIOD__5FFEESVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXORA__5FASSIGNED__5FCREDITSVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXORA__5FCPQ____CLOUDVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXORA__5FCURRICULUM__5FFEESVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXORA__5FDOO__5FORIGIN__5FSUBSCRIPTIONSVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXORA__5FEXTERNAL__5FCREDITSVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXORA__5FFIXED____ASSETSVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXORA__5FGENERAL__5FFEESVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXORA__5FLEASE__5FACCOUNTINGVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXORA__5FPSCRVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXORA__5FRECURRING____BILLVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXORA__5FSPONSORSHIP__5FFEESVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXSubscriptions____ContextVO-item-response"
}
]
}
Match One Schema
Show Source
-
CONTRACT INTERNAL INVOICES -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXCONTRACT____INTERNAL____INVOICESVO-item-response
-
CONTRACT INVOICES -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXCONTRACT____INVOICESVO-item-response
-
Contracts Context -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXContracts____ContextVO-item-response
-
DOO -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXDOOVO-item-response
-
FOS -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXFOSVO-item-response
-
GLOBAL_PROCUREMENT -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXGLOBAL__5FPROCUREMENTVO-item-response
-
INTERCOMPANY -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXINTERCOMPANYVO-item-response
-
INTERNAL_ALLOCATIONS -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXINTERNAL__5FALLOCATIONSVO-item-response
-
Intercompany_Agreement -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXIntercompany__5FAgreementVO-item-response
-
Joint Venture Invoice -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXJoint____Venture____InvoiceVO-item-response
-
ORA_ACADEMIC_PERIOD_FEES -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXORA__5FACADEMIC__5FPERIOD__5FFEESVO-item-response
-
ORA_ASSIGNED_CREDITS -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXORA__5FASSIGNED__5FCREDITSVO-item-response
-
ORA_CPQ CLOUD -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXORA__5FCPQ____CLOUDVO-item-response
-
ORA_CURRICULUM_FEES -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXORA__5FCURRICULUM__5FFEESVO-item-response
-
ORA_DOO_ORIGIN_SUBSCRIPTIONS -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXORA__5FDOO__5FORIGIN__5FSUBSCRIPTIONSVO-item-response
-
ORA_EXTERNAL_CREDITS -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXORA__5FEXTERNAL__5FCREDITSVO-item-response
-
ORA_FIXED ASSETS -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXORA__5FFIXED____ASSETSVO-item-response
-
ORA_GENERAL_FEES -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXORA__5FGENERAL__5FFEESVO-item-response
-
ORA_LEASE_ACCOUNTING -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXORA__5FLEASE__5FACCOUNTINGVO-item-response
-
ORA_PSCR -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXORA__5FPSCRVO-item-response
-
ORA_RECURRING BILL -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXORA__5FRECURRING____BILLVO-item-response
-
ORA_SPONSORSHIP_FEES -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXORA__5FSPONSORSHIP__5FFEESVO-item-response
-
Subscriptions Context -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXSubscriptions____ContextVO-item-response
{
"discriminator":{
"propertyName":"__FLEX_Context",
"mapping":{
"CONTRACT INTERNAL INVOICES":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXCONTRACT____INTERNAL____INVOICESVO-item-response",
"CONTRACT INVOICES":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXCONTRACT____INVOICESVO-item-response",
"Contracts Context":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXContracts____ContextVO-item-response",
"DOO":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXDOOVO-item-response",
"FOS":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXFOSVO-item-response",
"GLOBAL_PROCUREMENT":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXGLOBAL__5FPROCUREMENTVO-item-response",
"INTERCOMPANY":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXINTERCOMPANYVO-item-response",
"INTERNAL_ALLOCATIONS":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXINTERNAL__5FALLOCATIONSVO-item-response",
"Intercompany_Agreement":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXIntercompany__5FAgreementVO-item-response",
"Joint Venture Invoice":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXJoint____Venture____InvoiceVO-item-response",
"ORA_ACADEMIC_PERIOD_FEES":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXORA__5FACADEMIC__5FPERIOD__5FFEESVO-item-response",
"ORA_ASSIGNED_CREDITS":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXORA__5FASSIGNED__5FCREDITSVO-item-response",
"ORA_CPQ CLOUD":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXORA__5FCPQ____CLOUDVO-item-response",
"ORA_CURRICULUM_FEES":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXORA__5FCURRICULUM__5FFEESVO-item-response",
"ORA_DOO_ORIGIN_SUBSCRIPTIONS":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXORA__5FDOO__5FORIGIN__5FSUBSCRIPTIONSVO-item-response",
"ORA_EXTERNAL_CREDITS":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXORA__5FEXTERNAL__5FCREDITSVO-item-response",
"ORA_FIXED ASSETS":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXORA__5FFIXED____ASSETSVO-item-response",
"ORA_GENERAL_FEES":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXORA__5FGENERAL__5FFEESVO-item-response",
"ORA_LEASE_ACCOUNTING":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXORA__5FLEASE__5FACCOUNTINGVO-item-response",
"ORA_PSCR":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXORA__5FPSCRVO-item-response",
"ORA_RECURRING BILL":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXORA__5FRECURRING____BILLVO-item-response",
"ORA_SPONSORSHIP_FEES":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXORA__5FSPONSORSHIP__5FFEESVO-item-response",
"Subscriptions Context":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXSubscriptions____ContextVO-item-response"
}
},
"oneOf":[
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXCONTRACT____INTERNAL____INVOICESVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXCONTRACT____INVOICESVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXContracts____ContextVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXDOOVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXFOSVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXGLOBAL__5FPROCUREMENTVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXINTERCOMPANYVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXINTERNAL__5FALLOCATIONSVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXIntercompany__5FAgreementVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXJoint____Venture____InvoiceVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXORA__5FACADEMIC__5FPERIOD__5FFEESVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXORA__5FASSIGNED__5FCREDITSVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXORA__5FCPQ____CLOUDVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXORA__5FCURRICULUM__5FFEESVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXORA__5FDOO__5FORIGIN__5FSUBSCRIPTIONSVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXORA__5FEXTERNAL__5FCREDITSVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXORA__5FFIXED____ASSETSVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXORA__5FGENERAL__5FFEESVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXORA__5FLEASE__5FACCOUNTINGVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXORA__5FPSCRVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXORA__5FRECURRING____BILLVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXORA__5FSPONSORSHIP__5FFEESVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXSubscriptions____ContextVO-item-response"
}
]
}
Nested Schema : oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXCONTRACT____INTERNAL____INVOICESVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Context Value
Maximum Length:30
Default Value:CONTRACT INTERNAL INVOICES
Context Value -
__FLEX_Context_DisplayValue: string
Title:
Context Value
Context Value -
_Contract__Id: string
Title:
Contract Id
Maximum Length:30
Contract Id -
_Contract__Number: string
Title:
Contract Number
Maximum Length:30
Contract Number -
_Contract__organization: string
Title:
Contract organization
Maximum Length:30
Contract organization -
_Draft__Invoice__Number: string
Title:
Draft Invoice Number
Maximum Length:30
Draft Invoice Number -
_Line__Id: string
Title:
Line ID
Maximum Length:30
Line ID -
_Receiving__Business__Unit: string
Title:
Receiving Business Unit
Maximum Length:30
Receiving Business Unit -
_Receiving__Project__Number: string
Title:
Receiving Project Number
Maximum Length:30
Receiving Project Number -
_Type: string
Title:
Type
Maximum Length:30
Type -
CustomerTrxLineId: integer
(int64)
-
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",
"description":"Receiving Business Unit",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE7",
"FND_ACFF_SegmentName":"Receiving Business Unit",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Line__Id":{
"title":"Line ID",
"maxLength":30,
"type":"string",
"description":"Line ID",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE5",
"FND_ACFF_SegmentName":"Line Id",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Contract__Number":{
"title":"Contract Number",
"maxLength":30,
"type":"string",
"description":"Contract Number",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE1",
"FND_ACFF_SegmentName":"Contract Number",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Draft__Invoice__Number":{
"title":"Draft Invoice Number",
"maxLength":30,
"type":"string",
"description":"Draft Invoice Number",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE3",
"FND_ACFF_SegmentName":"Draft Invoice Number",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Contract__Id":{
"title":"Contract Id",
"maxLength":30,
"type":"string",
"description":"Contract Id",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE2",
"FND_ACFF_SegmentName":"Contract Id",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context_DisplayValue":{
"title":"Context Value",
"type":"string",
"description":"Context Value",
"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",
"description":"Contract organization",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE4",
"FND_ACFF_SegmentName":"Contract organization",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"CustomerTrxLineId":{
"type":"integer",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18,
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"links":{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
},
"_Type":{
"title":"Type",
"maxLength":30,
"type":"string",
"description":"Type",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE6",
"FND_ACFF_SegmentName":"Type",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context":{
"title":"Context Value",
"maxLength":30,
"type":"string",
"description":"Context Value",
"nullable":true,
"default":"CONTRACT INTERNAL INVOICES",
"x-hints":{
"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",
"description":"Receiving Project Number",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE8",
"FND_ACFF_SegmentName":"Receiving Project Number",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
}
}
}
Nested Schema : oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXCONTRACT____INVOICESVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Context Value
Maximum Length:30
Default Value:CONTRACT INVOICES
Context Value -
__FLEX_Context_DisplayValue: string
Title:
Context Value
Context Value -
_Contract__Id: string
Title:
Contract ID
Maximum Length:30
Contract ID -
_Contract__Number: string
Title:
Contract Number
Maximum Length:30
Contract Number -
_Contract__Organization: string
Title:
Contract Organization
Maximum Length:30
Contract Organization -
_Draft__Invoice__Number: string
Title:
Draft Invoice Number
Maximum Length:30
Draft Invoice Number -
_Line__Id: string
Title:
Line ID
Maximum Length:30
Line ID -
_Type: string
Title:
Type
Maximum Length:30
Type -
CustomerTrxLineId: integer
(int64)
-
links: array
Links
Title:
Links
The link relations associated with the resource instance.
{
"type":"object",
"properties":{
"_Line__Id":{
"title":"Line ID",
"maxLength":30,
"type":"string",
"description":"Line ID",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE5",
"FND_ACFF_SegmentName":"Line Id",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Contract__Number":{
"title":"Contract Number",
"maxLength":30,
"type":"string",
"description":"Contract Number",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE1",
"FND_ACFF_SegmentName":"Contract Number",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Draft__Invoice__Number":{
"title":"Draft Invoice Number",
"maxLength":30,
"type":"string",
"description":"Draft Invoice Number",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE3",
"FND_ACFF_SegmentName":"Draft Invoice Number",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Contract__Id":{
"title":"Contract ID",
"maxLength":30,
"type":"string",
"description":"Contract ID",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE2",
"FND_ACFF_SegmentName":"Contract Id",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context_DisplayValue":{
"title":"Context Value",
"type":"string",
"description":"Context Value",
"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"
}
}
},
"CustomerTrxLineId":{
"type":"integer",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18,
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"links":{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
},
"_Contract__Organization":{
"title":"Contract Organization",
"maxLength":30,
"type":"string",
"description":"Contract Organization",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE4",
"FND_ACFF_SegmentName":"Contract Organization",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Type":{
"title":"Type",
"maxLength":30,
"type":"string",
"description":"Type",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE6",
"FND_ACFF_SegmentName":"Type",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context":{
"title":"Context Value",
"maxLength":30,
"type":"string",
"description":"Context Value",
"nullable":true,
"default":"CONTRACT INVOICES",
"x-hints":{
"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_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXContracts____ContextVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Context Value
Maximum Length:30
Default Value:Contracts Context
Context Value -
__FLEX_Context_DisplayValue: string
Title:
Context Value
Context Value -
billingScheduleNumber: string
Title:
Billing Schedule Number
Maximum Length:30
Billing Schedule Number -
contractNumber: string
Title:
Contract Number
Maximum Length:30
Contract Number -
CustomerTrxLineId: integer
(int64)
-
lineNumber: string
Title:
Line Number
Maximum Length:30
Line Number -
links: array
Links
Title:
Links
The link relations associated with the resource instance.
{
"type":"object",
"properties":{
"billingScheduleNumber":{
"title":"Billing Schedule Number",
"maxLength":30,
"type":"string",
"description":"Billing Schedule Number",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE3",
"FND_ACFF_SegmentName":"Billing Schedule Number",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context_DisplayValue":{
"title":"Context Value",
"type":"string",
"description":"Context Value",
"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"
}
}
},
"CustomerTrxLineId":{
"type":"integer",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18,
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"contractNumber":{
"title":"Contract Number",
"maxLength":30,
"type":"string",
"description":"Contract Number",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE1",
"FND_ACFF_SegmentName":"Contract Number",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"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",
"description":"Line Number",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE2",
"FND_ACFF_SegmentName":"Line Number",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context":{
"title":"Context Value",
"maxLength":30,
"type":"string",
"description":"Context Value",
"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_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXDOOVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Context Value
Maximum Length:30
Default Value:DOO
Context Value -
__FLEX_Context_DisplayValue: string
Title:
Context Value
Context Value -
_Bill__of__Lading__Number: string
Title:
Order Waybill Number
Maximum Length:30
Order Waybill Number -
_Customer__Item: string
Title:
Order Bill Of Lading Number
Maximum Length:30
Order Bill Of Lading Number -
_Delivery__Name: string
Title:
Order Price Adjustment ID
Maximum Length:30
Order Price Adjustment ID -
_DOO__Order__Number: string
Title:
DOO Order Number
Maximum Length:30
DOO Order Number -
_Fulfill__Line__Split__Reference: string
Title:
Order Customer Item Number
Maximum Length:30
Order Customer Item Number -
_Fulfillment__Line__ID: string
Title:
Order Type
Maximum Length:30
Order Type -
_Fulfillment__Line__Number: string
Title:
Order Fulfillment Line Split Reference
Maximum Length:30
Order Fulfillment Line Split Reference -
_Price__Adjustment__ID: string
Title:
Order Fulfillment Line ID
Maximum Length:30
Order Fulfillment Line ID -
_Profit__Center__Business__Unit: string
Title:
Profit Center Business Unit
Maximum Length:30
Profit Center Business Unit -
_Source__Order__Number: string
Title:
Source Order Number
Maximum Length:30
Source Order Number -
_Source__Order__System: string
Title:
Source Order System
Maximum Length:30
Source Order System -
_Source__Schedule__Number: string
Title:
Source Schedule Number
Maximum Length:30
Source Schedule Number -
_WayBill__Number: string
Title:
Order Delivery Name
Maximum Length:30
Order Delivery Name -
CustomerTrxLineId: integer
(int64)
-
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
period: string
Title:
Period
Maximum Length:30
Period
{
"type":"object",
"properties":{
"_Fulfill__Line__Split__Reference":{
"title":"Order Customer Item Number",
"maxLength":30,
"type":"string",
"description":"Order Customer Item Number",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE10",
"FND_ACFF_SegmentName":"Fulfill Line Split Reference",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"period":{
"title":"Period",
"maxLength":30,
"type":"string",
"description":"Period",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE14",
"FND_ACFF_SegmentName":"Period",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Source__Schedule__Number":{
"title":"Source Schedule Number",
"maxLength":30,
"type":"string",
"description":"Source Schedule Number",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE11",
"FND_ACFF_SegmentName":"Source Schedule Number",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Source__Order__System":{
"title":"Source Order System",
"maxLength":30,
"type":"string",
"description":"Source Order System",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE2",
"FND_ACFF_SegmentName":"Source Order System",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_DOO__Order__Number":{
"title":"DOO Order Number",
"maxLength":30,
"type":"string",
"description":"DOO Order Number",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE3",
"FND_ACFF_SegmentName":"DOO Order Number",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"CustomerTrxLineId":{
"type":"integer",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18,
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"_Fulfillment__Line__ID":{
"title":"Order Type",
"maxLength":30,
"type":"string",
"description":"Order Type",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE4",
"FND_ACFF_SegmentName":"Fulfillment Line ID",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Delivery__Name":{
"title":"Order Price Adjustment ID",
"maxLength":30,
"type":"string",
"description":"Order Price Adjustment ID",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE6",
"FND_ACFF_SegmentName":"Delivery Name",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Customer__Item":{
"title":"Order Bill Of Lading Number",
"maxLength":30,
"type":"string",
"description":"Order Bill Of Lading Number",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE9",
"FND_ACFF_SegmentName":"Customer Item",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Fulfillment__Line__Number":{
"title":"Order Fulfillment Line Split Reference",
"maxLength":30,
"type":"string",
"description":"Order Fulfillment Line Split Reference",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE12",
"FND_ACFF_SegmentName":"Fulfillment Line Number",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context_DisplayValue":{
"title":"Context Value",
"type":"string",
"description":"Context Value",
"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",
"description":"Order Fulfillment Line ID",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE5",
"FND_ACFF_SegmentName":"Price Adjustment ID",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"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",
"description":"Order Delivery Name",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE7",
"FND_ACFF_SegmentName":"WayBill Number",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Source__Order__Number":{
"title":"Source Order Number",
"maxLength":30,
"type":"string",
"description":"Source Order Number",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE1",
"FND_ACFF_SegmentName":"Source Order Number",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Profit__Center__Business__Unit":{
"title":"Profit Center Business Unit",
"maxLength":30,
"type":"string",
"description":"Profit Center Business Unit",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE13",
"FND_ACFF_SegmentName":"Profit Center Business Unit",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Bill__of__Lading__Number":{
"title":"Order Waybill Number",
"maxLength":30,
"type":"string",
"description":"Order Waybill Number",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE8",
"FND_ACFF_SegmentName":"Bill of Lading Number",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context":{
"title":"Context Value",
"maxLength":30,
"type":"string",
"description":"Context Value",
"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_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXFOSVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Context Value
Maximum Length:30
Default Value:FOS
Context Value -
__FLEX_Context_DisplayValue: string
Title:
Context Value
Context Value -
_Agreement__Number: string
Title:
Agreement Number
Maximum Length:30
Agreement Number -
_Event__Header__Number__: string
Title:
Event Header Number
Maximum Length:30
Event Header Number -
_Event__ID: string
Title:
Event ID
Maximum Length:30
Event ID -
_Event__Type: string
Title:
Event Type
Maximum Length:30
Event Type -
_Financial__Trade__Relationship: string
Title:
Financial Trade Relationship
Maximum Length:30
Financial Trade Relationship -
_FOS__Flow__Instance__ID: string
Title:
FOS Flow Instance ID
Maximum Length:30
FOS Flow Instance ID -
_Order__Type__: string
Title:
Order Type
Maximum Length:30
Order Type -
_Primary__Trade__Relationship: string
Title:
Primary Trade Relationship
Maximum Length:30
Primary Trade Relationship -
_Profit__Center__Business__Unit: string
Title:
Profit Center Business Unit
Maximum Length:30
Profit Center Business Unit -
_Ship__From__Location__: string
Title:
Ship From Location
Maximum Length:30
Ship From Location -
CustomerTrxLineId: integer
(int64)
-
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",
"description":"Event ID",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE4",
"FND_ACFF_SegmentName":"Event ID",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Primary__Trade__Relationship":{
"title":"Primary Trade Relationship",
"maxLength":30,
"type":"string",
"description":"Primary Trade Relationship",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE5",
"FND_ACFF_SegmentName":"Primary Trade Relationship",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"CustomerTrxLineId":{
"type":"integer",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18,
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"_Event__Type":{
"title":"Event Type",
"maxLength":30,
"type":"string",
"description":"Event Type",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE3",
"FND_ACFF_SegmentName":"Event Type",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_FOS__Flow__Instance__ID":{
"title":"FOS Flow Instance ID",
"maxLength":30,
"type":"string",
"description":"FOS Flow Instance ID",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_IsRequired":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE1",
"FND_ACFF_SegmentName":"FOS Flow Instance ID",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Ship__From__Location__":{
"title":"Ship From Location",
"maxLength":30,
"type":"string",
"description":"Ship From Location",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE8",
"FND_ACFF_SegmentName":"Ship From Location ",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context_DisplayValue":{
"title":"Context Value",
"type":"string",
"description":"Context Value",
"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",
"description":"Financial Trade Relationship",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE6",
"FND_ACFF_SegmentName":"Financial Trade Relationship",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Event__Header__Number__":{
"title":"Event Header Number",
"maxLength":30,
"type":"string",
"description":"Event Header Number",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE7",
"FND_ACFF_SegmentName":"Event Header Number ",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"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",
"description":"Agreement Number",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE2",
"FND_ACFF_SegmentName":"Agreement Number",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Order__Type__":{
"title":"Order Type",
"maxLength":30,
"type":"string",
"description":"Order Type",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE9",
"FND_ACFF_SegmentName":"Order Type ",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Profit__Center__Business__Unit":{
"title":"Profit Center Business Unit",
"maxLength":30,
"type":"string",
"description":"Profit Center Business Unit",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE13",
"FND_ACFF_SegmentName":"Profit Center Business Unit",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context":{
"title":"Context Value",
"maxLength":30,
"type":"string",
"description":"Context Value",
"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_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXGLOBAL__5FPROCUREMENTVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Context Value
Maximum Length:30
Default Value:GLOBAL_PROCUREMENT
Context Value -
__FLEX_Context_DisplayValue: string
Title:
Context Value
Context Value -
_Create__AP__Invoice: string
Title:
Create AP Invoice
Maximum Length:30
Create AP Invoice -
_PO__Line__Location__ID: string
Title:
PO Line Location ID
Maximum Length:30
PO Line Location ID -
_PO__Line__Number: string
Title:
PO Line Number
Maximum Length:30
PO Line Number -
_PO__Number: string
Title:
PO Number
Maximum Length:30
PO Number -
_Purchasing__Operating__Unit: string
Title:
Purchasing Operating Unit
Maximum Length:30
Purchasing Operating Unit -
_Receiving__Inventory__Org: string
Title:
Receiving Inventory Org
Maximum Length:30
Receiving Inventory Org -
_Receiving__Operating__Unit: string
Title:
Receiving Operating Unit
Maximum Length:30
Receiving Operating Unit -
_Reference: string
Title:
Reference
Maximum Length:30
Reference -
CustomerTrxLineId: integer
(int64)
-
links: array
Links
Title:
Links
The link relations associated with the resource instance.
{
"type":"object",
"properties":{
"_Reference":{
"title":"Reference",
"maxLength":30,
"type":"string",
"description":"Reference",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE7",
"FND_ACFF_SegmentName":"Reference",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Create__AP__Invoice":{
"title":"Create AP Invoice",
"maxLength":30,
"type":"string",
"description":"Create AP Invoice",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE8",
"FND_ACFF_SegmentName":"Create AP Invoice",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Receiving__Inventory__Org":{
"title":"Receiving Inventory Org",
"maxLength":30,
"type":"string",
"description":"Receiving Inventory Org",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE3",
"FND_ACFF_SegmentName":"Receiving Inventory Org",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context_DisplayValue":{
"title":"Context Value",
"type":"string",
"description":"Context Value",
"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"
}
}
},
"CustomerTrxLineId":{
"type":"integer",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18,
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"_Purchasing__Operating__Unit":{
"title":"Purchasing Operating Unit",
"maxLength":30,
"type":"string",
"description":"Purchasing Operating Unit",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE4",
"FND_ACFF_SegmentName":"Purchasing Operating Unit",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"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",
"description":"PO Number",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE1",
"FND_ACFF_SegmentName":"PO Number",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_PO__Line__Number":{
"title":"PO Line Number",
"maxLength":30,
"type":"string",
"description":"PO Line Number",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE2",
"FND_ACFF_SegmentName":"PO Line Number",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Receiving__Operating__Unit":{
"title":"Receiving Operating Unit",
"maxLength":30,
"type":"string",
"description":"Receiving Operating Unit",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE5",
"FND_ACFF_SegmentName":"Receiving Operating Unit",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_PO__Line__Location__ID":{
"title":"PO Line Location ID",
"maxLength":30,
"type":"string",
"description":"PO Line Location ID",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE6",
"FND_ACFF_SegmentName":"PO Line Location ID",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context":{
"title":"Context Value",
"maxLength":30,
"type":"string",
"description":"Context Value",
"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_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXINTERCOMPANYVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Context Value
Maximum Length:30
Default Value:INTERCOMPANY
Context Value -
__FLEX_Context_DisplayValue: string
Title:
Context Value
Context Value -
_Create__AP__Invoice: string
Title:
Create AP Invoice
Maximum Length:30
Create AP Invoice -
_Order__Line__ID: string
Title:
Order Line ID
Maximum Length:30
Order Line ID -
_Order__Line__Number: string
Title:
Order Line Number
Maximum Length:30
Order Line Number -
_Order__Number: string
Title:
Order Number
Maximum Length:30
Order Number -
_Order__Org__ID: string
Title:
Organization ID
Maximum Length:30
Organization ID -
_Price__Adjustment__ID_2FOrder__ID: string
Title:
Price Adjustment ID/Order ID
Maximum Length:30
Price Adjustment ID/Order ID -
_Reference: string
Title:
Reference
Maximum Length:30
Reference -
_Selling__Operating__Unit: string
Title:
Selling Operating Unit
Maximum Length:30
Selling Operating Unit -
_Shipping__Operating__Unit: string
Title:
Shipping Operating Unit
Maximum Length:30
Shipping Operating Unit -
_Shipping__Warehouse: string
Title:
Shipping Warehouse
Maximum Length:30
Shipping Warehouse -
CustomerTrxLineId: integer
(int64)
-
links: array
Links
Title:
Links
The link relations associated with the resource instance.
{
"type":"object",
"properties":{
"_Reference":{
"title":"Reference",
"maxLength":30,
"type":"string",
"description":"Reference",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE7",
"FND_ACFF_SegmentName":"Reference",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Price__Adjustment__ID_2FOrder__ID":{
"title":"Price Adjustment ID/Order ID",
"maxLength":30,
"type":"string",
"description":"Price Adjustment ID/Order ID",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_IsRequired":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE10",
"FND_ACFF_SegmentName":"Price Adjustment ID/Order ID",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Create__AP__Invoice":{
"title":"Create AP Invoice",
"maxLength":30,
"type":"string",
"description":"Create AP Invoice",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE9",
"FND_ACFF_SegmentName":"Create AP Invoice",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Order__Number":{
"title":"Order Number",
"maxLength":30,
"type":"string",
"description":"Order Number",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE1",
"FND_ACFF_SegmentName":"Order Number",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Selling__Operating__Unit":{
"title":"Selling Operating Unit",
"maxLength":30,
"type":"string",
"description":"Selling Operating Unit",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE4",
"FND_ACFF_SegmentName":"Selling Operating Unit",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"CustomerTrxLineId":{
"type":"integer",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18,
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"_Order__Line__ID":{
"title":"Order Line ID",
"maxLength":30,
"type":"string",
"description":"Order Line ID",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE6",
"FND_ACFF_SegmentName":"Order Line ID",
"FND_ACFF_PreferredDisplayType":"HIDDEN"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Shipping__Operating__Unit":{
"title":"Shipping Operating Unit",
"maxLength":30,
"type":"string",
"description":"Shipping Operating Unit",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE5",
"FND_ACFF_SegmentName":"Shipping Operating Unit",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Order__Line__Number":{
"title":"Order Line Number",
"maxLength":30,
"type":"string",
"description":"Order Line Number",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE2",
"FND_ACFF_SegmentName":"Order Line Number",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context_DisplayValue":{
"title":"Context Value",
"type":"string",
"description":"Context Value",
"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",
"description":"Organization ID",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE8",
"FND_ACFF_SegmentName":"Order Org ID",
"FND_ACFF_PreferredDisplayType":"HIDDEN"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Shipping__Warehouse":{
"title":"Shipping Warehouse",
"maxLength":30,
"type":"string",
"description":"Shipping Warehouse",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE3",
"FND_ACFF_SegmentName":"Shipping Warehouse",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context":{
"title":"Context Value",
"maxLength":30,
"type":"string",
"description":"Context Value",
"nullable":true,
"default":"INTERCOMPANY",
"x-hints":{
"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_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXINTERNAL__5FALLOCATIONSVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Context Value
Maximum Length:30
Default Value:INTERNAL_ALLOCATIONS
Context Value -
__FLEX_Context_DisplayValue: string
Title:
Context Value
Context Value -
_batch_id: string
Title:
batch_id
Maximum Length:30
batch_id -
_batch_number: string
Title:
batch_number
Maximum Length:30
batch_number -
_line_id: string
Title:
line_id
Maximum Length:30
line_id -
_trx_id: string
Title:
trx_id
Maximum Length:30
trx_id -
CustomerTrxLineId: integer
(int64)
-
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
providerIntercompanyOrg: string
Title:
Provider Intercompany Organization
Maximum Length:30
Provider Intercompany Organization -
receiverIntercompanyOrg: string
Title:
Receiver Intercompany Organization
Maximum Length:30
Receiver Intercompany Organization
{
"type":"object",
"properties":{
"receiverIntercompanyOrg":{
"title":"Receiver Intercompany Organization",
"maxLength":30,
"type":"string",
"description":"Receiver Intercompany Organization",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE6",
"FND_ACFF_SegmentName":"Receiver_Intercompany_Org",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_batch_number":{
"title":"batch_number",
"maxLength":30,
"type":"string",
"description":"batch_number",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE4",
"FND_ACFF_SegmentName":"batch_number",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_batch_id":{
"title":"batch_id",
"maxLength":30,
"type":"string",
"description":"batch_id",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE1",
"FND_ACFF_SegmentName":"batch_id",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"providerIntercompanyOrg":{
"title":"Provider Intercompany Organization",
"maxLength":30,
"type":"string",
"description":"Provider Intercompany Organization",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE5",
"FND_ACFF_SegmentName":"Provider_Intercompany_Org",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context_DisplayValue":{
"title":"Context Value",
"type":"string",
"description":"Context Value",
"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"
}
}
},
"CustomerTrxLineId":{
"type":"integer",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18,
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"links":{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
},
"_line_id":{
"title":"line_id",
"maxLength":30,
"type":"string",
"description":"line_id",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE3",
"FND_ACFF_SegmentName":"line_id",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context":{
"title":"Context Value",
"maxLength":30,
"type":"string",
"description":"Context Value",
"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",
"description":"trx_id",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE2",
"FND_ACFF_SegmentName":"trx_id",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
}
}
}
Nested Schema : oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXIntercompany__5FAgreementVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Context Value
Maximum Length:30
Default Value:Intercompany_Agreement
Context Value -
__FLEX_Context_DisplayValue: string
Title:
Context Value
Context Value -
amountType: string
Title:
Amount Type
Maximum Length:30
Amount Type -
CustomerTrxLineId: integer
(int64)
-
fromIntercompanyOrganization: string
Title:
From Intercompany Organization
Maximum Length:30
From Intercompany Organization -
intercompanyAgreementId: string
Title:
Intercompany Agreement Identifier
Maximum Length:30
Intercompany Agreement Identifier -
intercompanyAgreementNumber: string
Title:
Intercompany Agreement Number
Maximum Length:30
Intercompany Agreement Number -
intercompanyTransactionId: string
Title:
Intercompany Transaction Identifier
Maximum Length:30
Intercompany Transaction Identifier -
intercompanyTransactionType: string
Title:
Intercompany Transaction Type
Maximum Length:30
Intercompany Transaction Type -
intercompanyTrxLineId: string
Title:
Intercompany Transaction Line Identifier
Maximum Length:30
Intercompany Transaction Line Identifier -
intercompanyTrxNumber: string
Title:
Intercompany Transaction Number
Maximum Length:30
Intercompany Transaction Number -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
toIntercompanyOrganization: string
Title:
To Intercompany Organization
Maximum Length:30
To Intercompany Organization -
transferAuthorizationId: string
Title:
Transfer Authorization Identifier
Maximum Length:30
Transfer Authorization Identifier -
transferAuthorizationNumber: string
Title:
Transfer Authorization Number
Maximum Length:30
Transfer Authorization Number
{
"type":"object",
"properties":{
"amountType":{
"title":"Amount Type",
"maxLength":30,
"type":"string",
"description":"Amount Type",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE11",
"FND_ACFF_SegmentName":"Amount Type",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"transferAuthorizationId":{
"title":"Transfer Authorization Identifier",
"maxLength":30,
"type":"string",
"description":"Transfer Authorization Identifier",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE1",
"FND_ACFF_SegmentName":"Transfer Authorization ID",
"FND_ACFF_PreferredDisplayType":"HIDDEN"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"CustomerTrxLineId":{
"type":"integer",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18,
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"intercompanyTrxNumber":{
"title":"Intercompany Transaction Number",
"maxLength":30,
"type":"string",
"description":"Intercompany Transaction Number",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE9",
"FND_ACFF_SegmentName":"Intercompany Trx Number",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"toIntercompanyOrganization":{
"title":"To Intercompany Organization",
"maxLength":30,
"type":"string",
"description":"To Intercompany Organization",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE6",
"FND_ACFF_SegmentName":"To Intercompany Organization",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"intercompanyTransactionId":{
"title":"Intercompany Transaction Identifier",
"maxLength":30,
"type":"string",
"description":"Intercompany Transaction Identifier",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE2",
"FND_ACFF_SegmentName":"Intercompany Transaction ID",
"FND_ACFF_PreferredDisplayType":"HIDDEN"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"transferAuthorizationNumber":{
"title":"Transfer Authorization Number",
"maxLength":30,
"type":"string",
"description":"Transfer Authorization Number",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE4",
"FND_ACFF_SegmentName":"Transfer Authorization Number",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"intercompanyAgreementNumber":{
"title":"Intercompany Agreement Number",
"maxLength":30,
"type":"string",
"description":"Intercompany Agreement Number",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE7",
"FND_ACFF_SegmentName":"Intercompany Agreement Number",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"intercompanyTrxLineId":{
"title":"Intercompany Transaction Line Identifier",
"maxLength":30,
"type":"string",
"description":"Intercompany Transaction Line Identifier",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE3",
"FND_ACFF_SegmentName":"Intercompany Trx Line ID",
"FND_ACFF_PreferredDisplayType":"HIDDEN"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"intercompanyTransactionType":{
"title":"Intercompany Transaction Type",
"maxLength":30,
"type":"string",
"description":"Intercompany Transaction Type",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE10",
"FND_ACFF_SegmentName":"Intercompany Transaction Type",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"intercompanyAgreementId":{
"title":"Intercompany Agreement Identifier",
"maxLength":30,
"type":"string",
"description":"Intercompany Agreement Identifier",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE8",
"FND_ACFF_SegmentName":"Intercompany Agreement ID",
"FND_ACFF_PreferredDisplayType":"HIDDEN"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"fromIntercompanyOrganization":{
"title":"From Intercompany Organization",
"maxLength":30,
"type":"string",
"description":"From Intercompany Organization",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE5",
"FND_ACFF_SegmentName":"From Intercompany Organization",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context_DisplayValue":{
"title":"Context Value",
"type":"string",
"description":"Context Value",
"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",
"description":"Context Value",
"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_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXJoint____Venture____InvoiceVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Context Value
Maximum Length:30
Default Value:Joint Venture Invoice
Context Value -
__FLEX_Context_DisplayValue: string
Title:
Context Value
Context Value -
accountCodeCombinationID: string
Title:
Account Code Combination ID
Maximum Length:30
Account Code Combination ID -
costCenterSegmentValue: string
Title:
Primary Segment Value
Maximum Length:30
Primary Segment Value -
CustomerTrxLineId: integer
(int64)
-
expenditureItemTypeName: string
Title:
Future Use 5
Maximum Length:30
Future Use 5 -
grossAmount: string
Title:
Future Use 2
Maximum Length:30
Future Use 2 -
invoicingPartnerName: string
Title:
Future Use 1
Maximum Length:30
Future Use 1 -
invoicingPartnerOwnership: string
Title:
Future Use 3
Maximum Length:30
Future Use 3 -
jointVentureDistributionId: string
Title:
Joint Venture Distribution ID
Maximum Length:30
Joint Venture Distribution ID -
jointVentureDistributionType: string
Title:
Joint Venture Distribution Type
Maximum Length:30
Joint Venture Distribution Type -
jointVentureName: string
Title:
Joint Venture Name
Maximum Length:30
Joint Venture Name -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
projectName: string
Title:
Project Number
Maximum Length:30
Project Number -
taskName: string
Title:
Future Use 4
Maximum Length:30
Future Use 4
{
"type":"object",
"properties":{
"invoicingPartnerName":{
"title":"Future Use 1",
"maxLength":30,
"type":"string",
"description":"Future Use 1",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE3",
"FND_ACFF_SegmentName":"Invoicing Partner Name",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"jointVentureDistributionType":{
"title":"Joint Venture Distribution Type",
"maxLength":30,
"type":"string",
"description":"Joint Venture Distribution Type",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE4",
"FND_ACFF_SegmentName":"Distribution Type",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"CustomerTrxLineId":{
"type":"integer",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18,
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"jointVentureName":{
"title":"Joint Venture Name",
"maxLength":30,
"type":"string",
"description":"Joint Venture Name",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE1",
"FND_ACFF_SegmentName":"Joint Venture Name",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"grossAmount":{
"title":"Future Use 2",
"maxLength":30,
"type":"string",
"description":"Future Use 2",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE7",
"FND_ACFF_SegmentName":"Gross_Amount",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"jointVentureDistributionId":{
"title":"Joint Venture Distribution ID",
"maxLength":30,
"type":"string",
"description":"Joint Venture Distribution ID",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE5",
"FND_ACFF_SegmentName":"Joint Venture Distribution ID",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"invoicingPartnerOwnership":{
"title":"Future Use 3",
"maxLength":30,
"type":"string",
"description":"Future Use 3",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE8",
"FND_ACFF_SegmentName":"Invoicing_Partner_Ownership",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"expenditureItemTypeName":{
"title":"Future Use 5",
"maxLength":30,
"type":"string",
"description":"Future Use 5",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE11",
"FND_ACFF_SegmentName":"Expenditure_Item_Type_Name",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context_DisplayValue":{
"title":"Context Value",
"type":"string",
"description":"Context Value",
"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",
"description":"Primary Segment Value",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE2",
"FND_ACFF_SegmentName":"Cost Center Segment Value",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"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",
"description":"Future Use 4",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE10",
"FND_ACFF_SegmentName":"Task_Name",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"accountCodeCombinationID":{
"title":"Account Code Combination ID",
"maxLength":30,
"type":"string",
"description":"Account Code Combination ID",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE6",
"FND_ACFF_SegmentName":"Account_Code_Combination_ID",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"projectName":{
"title":"Project Number",
"maxLength":30,
"type":"string",
"description":"Project Number",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE9",
"FND_ACFF_SegmentName":"Project_Name",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context":{
"title":"Context Value",
"maxLength":30,
"type":"string",
"description":"Context Value",
"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_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXORA__5FACADEMIC__5FPERIOD__5FFEESVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Context Value
Maximum Length:30
Default Value:ORA_ACADEMIC_PERIOD_FEES
Context Value -
__FLEX_Context_DisplayValue: string
Title:
Context Value
Context Value -
acadPeriod: string
Title:
Academic Period
Maximum Length:30
Academic Period -
acadPeriod_Display: string
Title:
Academic Period
Academic Period -
adjustmentCalendar: string
Title:
Adjustment Calendar
Maximum Length:30
Adjustment Calendar -
adjustmentCalendar_Display: string
Title:
Adjustment Calendar
Adjustment Calendar -
adjustmentReason: string
Title:
Adjustment Reason
Maximum Length:30
Adjustment Reason -
adjustmentReason_Display: string
Title:
Adjustment Reason
Adjustment Reason -
currId: string
Title:
Curriculum
Maximum Length:30
Curriculum -
currId_Display: string
Title:
Curriculum
Curriculum -
CustomerTrxLineId: integer
(int64)
-
feeGroup: string
Title:
Fee Group
Maximum Length:30
Fee Group -
feeGroup_Display: string
Title:
Fee Group
Fee Group -
feeId: string
Title:
Fee
Maximum Length:30
Fee -
feeId_Display: string
Title:
Fee
Fee -
institution: string
Title:
Institution
Maximum Length:30
Institution -
institution_Display: string
Title:
Institution
Institution -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
reportingAcademicPeriod: string
Title:
Reporting Academic Period
Maximum Length:30
Reporting Academic Period -
reportingAcademicPeriod_Display: string
Title:
Reporting Academic Period
Reporting Academic Period -
studentAcademicPeriod: string
Title:
Student Academic Period
Maximum Length:30
Student Academic Period -
studentAcademicPeriod_Display: string
Title:
Student Academic Period
Student Academic Period -
transactionPost: string
Title:
Transaction Post
Maximum Length:30
Transaction Post
{
"type":"object",
"properties":{
"reportingAcademicPeriod":{
"title":"Reporting Academic Period",
"maxLength":30,
"type":"string",
"description":"Reporting Academic Period",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE3",
"FND_ACFF_SegmentName":"REPORTING_ACAD_PERIOD",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"adjustmentReason_Display":{
"title":"Adjustment Reason",
"type":"string",
"description":"Adjustment Reason",
"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",
"description":"Curriculum",
"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",
"description":"Fee Group",
"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",
"description":"Adjustment Calendar",
"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"
}
}
},
"CustomerTrxLineId":{
"type":"integer",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18,
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"institution_Display":{
"title":"Institution",
"type":"string",
"description":"Institution",
"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",
"description":"Student Academic Period",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE7",
"FND_ACFF_SegmentName":"STDNT_ACAD_PERIOD",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"feeId":{
"title":"Fee",
"maxLength":30,
"type":"string",
"description":"Fee",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE4",
"FND_ACFF_SegmentName":"FEE_ID",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"reportingAcademicPeriod_Display":{
"title":"Reporting Academic Period",
"type":"string",
"description":"Reporting Academic Period",
"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"
}
}
},
"institution":{
"title":"Institution",
"maxLength":30,
"type":"string",
"description":"Institution",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE2",
"FND_ACFF_SegmentName":"INSTITUTION",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"adjustmentReason":{
"title":"Adjustment Reason",
"maxLength":30,
"type":"string",
"description":"Adjustment Reason",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE9",
"FND_ACFF_SegmentName":"ADJ_REASON",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"acadPeriod":{
"title":"Academic Period",
"maxLength":30,
"type":"string",
"description":"Academic Period",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE10",
"FND_ACFF_SegmentName":"ACAD_PERIOD",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"studentAcademicPeriod_Display":{
"title":"Student Academic Period",
"type":"string",
"description":"Student Academic Period",
"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",
"description":"Academic Period",
"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",
"description":"Context Value",
"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",
"description":"Transaction Post",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE1",
"FND_ACFF_SegmentName":"TRANSACTION_POST",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"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",
"description":"Fee",
"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",
"description":"Curriculum",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE6",
"FND_ACFF_SegmentName":"CURR_ID",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"adjustmentCalendar":{
"title":"Adjustment Calendar",
"maxLength":30,
"type":"string",
"description":"Adjustment Calendar",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE8",
"FND_ACFF_SegmentName":"ADJ_CAL",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"feeGroup":{
"title":"Fee Group",
"maxLength":30,
"type":"string",
"description":"Fee Group",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE5",
"FND_ACFF_SegmentName":"FEE_GROUP",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context":{
"title":"Context Value",
"maxLength":30,
"type":"string",
"description":"Context Value",
"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_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXORA__5FASSIGNED__5FCREDITSVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Context Value
Maximum Length:30
Default Value:ORA_ASSIGNED_CREDITS
Context Value -
__FLEX_Context_DisplayValue: string
Title:
Context Value
Context Value -
credit: string
Title:
Credit
Maximum Length:30
Credit -
credit_Display: string
Title:
Credit
Credit -
creditAssignment: string
Title:
Credit Assignment
Maximum Length:30
Credit Assignment -
creditAssignment_Display: string
Title:
Credit Assignment
Credit Assignment -
currId: string
Title:
Curriculum ID
Maximum Length:30
Curriculum ID -
currId_Display: string
Title:
Curriculum ID
Curriculum ID -
CustomerTrxLineId: integer
(int64)
-
institution: string
Title:
Institution
Maximum Length:30
Institution -
institution_Display: string
Title:
Institution
Institution -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
reportingAcademicPeriod: string
Title:
Reporting Academic Period
Maximum Length:30
Reporting Academic Period -
reportingAcademicPeriod_Display: string
Title:
Reporting Academic Period
Reporting Academic Period -
sponAgreementId: string
Title:
Sponsorship Agreement ID
Maximum Length:30
Sponsorship Agreement ID -
sponAgreementId_Display: string
Title:
Sponsorship Agreement ID
Sponsorship Agreement ID -
stdntCurrId: string
Title:
Student Curriculum Item
Maximum Length:30
Student Curriculum Item -
stdntCurrId_Display: string
Title:
Student Curriculum Item
Student Curriculum Item -
transactionPost: string
Title:
Transaction Post
Maximum Length:30
Transaction Post
{
"type":"object",
"properties":{
"reportingAcademicPeriod":{
"title":"Reporting Academic Period",
"maxLength":30,
"type":"string",
"description":"Reporting Academic Period",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE3",
"FND_ACFF_SegmentName":"REPORTING_ACAD_PERIOD",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"sponAgreementId_Display":{
"title":"Sponsorship Agreement ID",
"type":"string",
"description":"Sponsorship Agreement ID",
"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",
"description":"Credit Assignment",
"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",
"description":"Credit",
"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",
"description":"Curriculum ID",
"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"
}
}
},
"CustomerTrxLineId":{
"type":"integer",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18,
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"institution_Display":{
"title":"Institution",
"type":"string",
"description":"Institution",
"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",
"description":"Student Curriculum Item",
"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",
"description":"Sponsorship Agreement ID",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE8",
"FND_ACFF_SegmentName":"SPON_AGREEMENT_ID",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"reportingAcademicPeriod_Display":{
"title":"Reporting Academic Period",
"type":"string",
"description":"Reporting Academic Period",
"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",
"description":"Credit Assignment",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE5",
"FND_ACFF_SegmentName":"CREDIT_ASSIGNMENT",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"institution":{
"title":"Institution",
"maxLength":30,
"type":"string",
"description":"Institution",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE2",
"FND_ACFF_SegmentName":"INSTITUTION",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context_DisplayValue":{
"title":"Context Value",
"type":"string",
"description":"Context Value",
"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",
"description":"Transaction Post",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE1",
"FND_ACFF_SegmentName":"TRANSACTION_POST",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"stdntCurrId":{
"title":"Student Curriculum Item",
"maxLength":30,
"type":"string",
"description":"Student Curriculum Item",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE7",
"FND_ACFF_SegmentName":"STDNT_CURR_ID",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"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",
"description":"Curriculum ID",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE6",
"FND_ACFF_SegmentName":"CURR_ID",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"credit":{
"title":"Credit",
"maxLength":30,
"type":"string",
"description":"Credit",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE4",
"FND_ACFF_SegmentName":"CREDIT",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context":{
"title":"Context Value",
"maxLength":30,
"type":"string",
"description":"Context Value",
"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_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXORA__5FCPQ____CLOUDVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Context Value
Maximum Length:30
Default Value:ORA_CPQ CLOUD
Context Value -
__FLEX_Context_DisplayValue: string
Title:
Context Value
Context Value -
CustomerTrxLineId: integer
(int64)
-
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
orderLineNumber: string
Title:
Order Line Number
Maximum Length:30
Order Line Number -
orderNumber: string
Title:
Order Number
Maximum Length:30
Order Number -
period: string
Title:
Period
Maximum Length:30
Period -
serviceNumber: string
Title:
Service Number
Maximum Length:30
Service Number
{
"type":"object",
"properties":{
"serviceNumber":{
"title":"Service Number",
"maxLength":30,
"type":"string",
"description":"Service Number",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE3",
"FND_ACFF_SegmentName":"Service Number",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"period":{
"title":"Period",
"maxLength":30,
"type":"string",
"description":"Period",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE4",
"FND_ACFF_SegmentName":"Period",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"orderNumber":{
"title":"Order Number",
"maxLength":30,
"type":"string",
"description":"Order Number",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE1",
"FND_ACFF_SegmentName":"Order Number",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context_DisplayValue":{
"title":"Context Value",
"type":"string",
"description":"Context Value",
"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"
}
}
},
"CustomerTrxLineId":{
"type":"integer",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18,
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"links":{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
},
"orderLineNumber":{
"title":"Order Line Number",
"maxLength":30,
"type":"string",
"description":"Order Line Number",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE2",
"FND_ACFF_SegmentName":"Order Line Number",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context":{
"title":"Context Value",
"maxLength":30,
"type":"string",
"description":"Context Value",
"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_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXORA__5FCURRICULUM__5FFEESVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Context Value
Maximum Length:30
Default Value:ORA_CURRICULUM_FEES
Context Value -
__FLEX_Context_DisplayValue: string
Title:
Context Value
Context Value -
acadPeriod: string
Title:
Academic Period
Maximum Length:30
Academic Period -
acadPeriod_Display: string
Title:
Academic Period
Academic Period -
adjCal: string
Title:
Adjustment Calendar
Maximum Length:30
Adjustment Calendar -
adjCal_Display: string
Title:
Adjustment Calendar
Adjustment Calendar -
adjReason: string
Title:
Adjustment Reason
Maximum Length:30
Adjustment Reason -
adjReason_Display: string
Title:
Adjustment Reason
Adjustment Reason -
currId: string
Title:
Curriculum
Maximum Length:30
Curriculum -
currId_Display: string
Title:
Curriculum
Curriculum -
CustomerTrxLineId: integer
(int64)
-
discId: string
Title:
Discount Code
Maximum Length:30
Discount Code -
discId_Display: string
Title:
Discount Code
Discount Code -
feeId: string
Title:
Fee
Maximum Length:30
Fee -
feeId_Display: string
Title:
Fee
Fee -
institution: string
Title:
Institution
Maximum Length:30
Institution -
institution_Display: string
Title:
Institution
Institution -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
stdntCurrId: string
Title:
Student Curriculum Item
Maximum Length:30
Student Curriculum Item -
stdntCurrId_Display: string
Title:
Student Curriculum Item
Student Curriculum Item -
transactionPost: string
Title:
Transaction Post
Maximum Length:30
Transaction Post
{
"type":"object",
"properties":{
"currId_Display":{
"title":"Curriculum",
"type":"string",
"description":"Curriculum",
"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"
}
}
},
"CustomerTrxLineId":{
"type":"integer",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18,
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"adjReason_Display":{
"title":"Adjustment Reason",
"type":"string",
"description":"Adjustment Reason",
"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",
"description":"Adjustment Reason",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE9",
"FND_ACFF_SegmentName":"ADJ_REASON",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"institution_Display":{
"title":"Institution",
"type":"string",
"description":"Institution",
"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",
"description":"Student Curriculum Item",
"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",
"description":"Discount Code",
"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",
"description":"Adjustment Calendar",
"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",
"description":"Fee",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE4",
"FND_ACFF_SegmentName":"FEE_ID",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"institution":{
"title":"Institution",
"maxLength":30,
"type":"string",
"description":"Institution",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE2",
"FND_ACFF_SegmentName":"INSTITUTION",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"acadPeriod":{
"title":"Academic Period",
"maxLength":30,
"type":"string",
"description":"Academic Period",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE3",
"FND_ACFF_SegmentName":"ACAD_PERIOD",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"discId":{
"title":"Discount Code",
"maxLength":30,
"type":"string",
"description":"Discount Code",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE5",
"FND_ACFF_SegmentName":"DISC_ID",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"acadPeriod_Display":{
"title":"Academic Period",
"type":"string",
"description":"Academic Period",
"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",
"description":"Context Value",
"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",
"description":"Transaction Post",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE1",
"FND_ACFF_SegmentName":"TRANSACTION_POST",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"stdntCurrId":{
"title":"Student Curriculum Item",
"maxLength":30,
"type":"string",
"description":"Student Curriculum Item",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE7",
"FND_ACFF_SegmentName":"STDNT_CURR_ID",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"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",
"description":"Fee",
"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",
"description":"Curriculum",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE6",
"FND_ACFF_SegmentName":"CURR_ID",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context":{
"title":"Context Value",
"maxLength":30,
"type":"string",
"description":"Context Value",
"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",
"description":"Adjustment Calendar",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE8",
"FND_ACFF_SegmentName":"ADJ_CAL",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
}
}
}
Nested Schema : oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXORA__5FDOO__5FORIGIN__5FSUBSCRIPTIONSVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Context Value
Maximum Length:30
Default Value:ORA_DOO_ORIGIN_SUBSCRIPTIONS
Context Value -
__FLEX_Context_DisplayValue: string
Title:
Context Value
Context Value -
billingScheduleNumber: string
Title:
Billing Schedule Number
Maximum Length:30
Billing Schedule Number -
chargeDefinitionCode: string
Title:
Charge Definition Code
Maximum Length:30
Charge Definition Code -
CustomerTrxLineId: integer
(int64)
-
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
omFulfillmentId: string
Title:
OM Fulfillment Line ID
Maximum Length:30
OM Fulfillment Line ID -
omHeaderId: string
Title:
OM Header ID
Maximum Length:30
OM Header ID -
originatingDocumentTypeId: string
Title:
Originating Document Type ID
Maximum Length:30
Originating Document Type ID -
revenueLineNumber: string
Title:
Revenue Line Number
Maximum Length:30
Revenue Line Number -
subscriptionNumber: string
Title:
Subscription Number
Maximum Length:30
Subscription Number -
subscriptionProductNumber: string
Title:
Subscription Product Number
Maximum Length:30
Subscription Product Number
{
"type":"object",
"properties":{
"omFulfillmentId":{
"title":"OM Fulfillment Line ID",
"maxLength":30,
"type":"string",
"description":"OM Fulfillment Line ID",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE5",
"FND_ACFF_SegmentName":"OM Fulfillment Line ID",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"originatingDocumentTypeId":{
"title":"Originating Document Type ID",
"maxLength":30,
"type":"string",
"description":"Originating Document Type ID",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE8",
"FND_ACFF_SegmentName":"Originating Document Type ID",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"subscriptionNumber":{
"title":"Subscription Number",
"maxLength":30,
"type":"string",
"description":"Subscription Number",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE1",
"FND_ACFF_SegmentName":"Subscription Number",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"billingScheduleNumber":{
"title":"Billing Schedule Number",
"maxLength":30,
"type":"string",
"description":"Billing Schedule Number",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE3",
"FND_ACFF_SegmentName":"Billing Schedule Number",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context_DisplayValue":{
"title":"Context Value",
"type":"string",
"description":"Context Value",
"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"
}
}
},
"CustomerTrxLineId":{
"type":"integer",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18,
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"revenueLineNumber":{
"title":"Revenue Line Number",
"maxLength":30,
"type":"string",
"description":"Revenue Line Number",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE4",
"FND_ACFF_SegmentName":"Revenue Line Number",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"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",
"description":"OM Header ID",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE6",
"FND_ACFF_SegmentName":"OM Header ID",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"chargeDefinitionCode":{
"title":"Charge Definition Code",
"maxLength":30,
"type":"string",
"description":"Charge Definition Code",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE7",
"FND_ACFF_SegmentName":"Charge Definition Code",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"subscriptionProductNumber":{
"title":"Subscription Product Number",
"maxLength":30,
"type":"string",
"description":"Subscription Product Number",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE2",
"FND_ACFF_SegmentName":"Subscription Product Number",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context":{
"title":"Context Value",
"maxLength":30,
"type":"string",
"description":"Context Value",
"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_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXORA__5FEXTERNAL__5FCREDITSVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Context Value
Maximum Length:30
Default Value:ORA_EXTERNAL_CREDITS
Context Value -
__FLEX_Context_DisplayValue: string
Title:
Context Value
Context Value -
acadPeriod: string
Title:
Academic Period
Maximum Length:30
Academic Period -
acadPeriod_Display: string
Title:
Academic Period
Academic Period -
adjustmentReference: string
Title:
Adjustment Reference
Maximum Length:30
Adjustment Reference -
Credit: string
Title:
Credit
Maximum Length:30
Credit -
Credit_Display: string
Title:
Credit
Credit -
CustomerTrxLineId: integer
(int64)
-
institution: string
Title:
Institution
Maximum Length:30
Institution -
institution_Display: string
Title:
Institution
Institution -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
paymentReference: string
Title:
Payment Reference
Maximum Length:30
Payment Reference -
transactionPost: string
Title:
Transaction Post
Maximum Length:30
Transaction Post
{
"type":"object",
"properties":{
"Credit_Display":{
"title":"Credit",
"type":"string",
"description":"Credit",
"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",
"description":"Payment Reference",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE5",
"FND_ACFF_SegmentName":"PAYMENT_REF",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"CustomerTrxLineId":{
"type":"integer",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18,
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"institution_Display":{
"title":"Institution",
"type":"string",
"description":"Institution",
"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",
"description":"Adjustment Reference",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE6",
"FND_ACFF_SegmentName":"ADJUST_REF",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"institution":{
"title":"Institution",
"maxLength":30,
"type":"string",
"description":"Institution",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"institution_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"ORA_HER_ACADEMIC_INSTITUTIONS#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_OpenIdentifier":"institution",
"FND_ACFF_IsRequired":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE2",
"FND_ACFF_SegmentName":"INSTITUTION",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"acadPeriod":{
"title":"Academic Period",
"maxLength":30,
"type":"string",
"description":"Academic Period",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE3",
"FND_ACFF_SegmentName":"ACAD_PERIOD",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"Credit":{
"title":"Credit",
"maxLength":30,
"type":"string",
"description":"Credit",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE4",
"FND_ACFF_SegmentName":"CREDIT",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"acadPeriod_Display":{
"title":"Academic Period",
"type":"string",
"description":"Academic Period",
"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",
"description":"Context Value",
"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",
"description":"Transaction Post",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE1",
"FND_ACFF_SegmentName":"TRANSACTION_POST",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"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",
"description":"Context Value",
"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_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXORA__5FFIXED____ASSETSVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Context Value
Maximum Length:30
Default Value:ORA_FIXED ASSETS
Context Value -
__FLEX_Context_DisplayValue: string
Title:
Context Value
Context Value -
CustomerTrxLineId: integer
(int64)
-
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
shippingLineReference: string
Title:
Shipping Line Reference
Maximum Length:30
Shipping Line Reference -
shippingReference: string
Title:
Shipping Reference
Maximum Length:30
Shipping Reference
{
"type":"object",
"properties":{
"CustomerTrxLineId":{
"type":"integer",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18,
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"shippingLineReference":{
"title":"Shipping Line Reference",
"maxLength":30,
"type":"string",
"description":"Shipping Line Reference",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE2",
"FND_ACFF_SegmentName":"Shipping__Line__Reference",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"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",
"description":"Shipping Reference",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE1",
"FND_ACFF_SegmentName":"Shipping__Reference",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context_DisplayValue":{
"title":"Context Value",
"type":"string",
"description":"Context Value",
"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",
"description":"Context Value",
"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_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXORA__5FGENERAL__5FFEESVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Context Value
Maximum Length:30
Default Value:ORA_GENERAL_FEES
Context Value -
__FLEX_Context_DisplayValue: string
Title:
Context Value
Context Value -
acadPeriod: string
Title:
Academic Period
Maximum Length:30
Academic Period -
acadPeriod_Display: string
Title:
Academic Period
Academic Period -
CustomerTrxLineId: integer
(int64)
-
discId: string
Title:
Discount
Maximum Length:30
Discount -
discId_Display: string
Title:
Discount
Discount -
feeId: string
Title:
Fee
Maximum Length:30
Fee -
feeId_Display: string
Title:
Fee
Fee -
institution: string
Title:
Institution
Maximum Length:30
Institution -
institution_Display: string
Title:
Institution
Institution -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
reference: string
Title:
Reference
Maximum Length:30
Reference -
referenceType: string
Title:
Reference Type
Maximum Length:30
Reference Type -
transactionPost: string
Title:
Transaction Post
Maximum Length:30
Transaction Post
{
"type":"object",
"properties":{
"CustomerTrxLineId":{
"type":"integer",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18,
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"referenceType":{
"title":"Reference Type",
"maxLength":30,
"type":"string",
"description":"Reference Type",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE7",
"FND_ACFF_SegmentName":"REFERENCE_TYPE",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"institution_Display":{
"title":"Institution",
"type":"string",
"description":"Institution",
"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",
"description":"Discount",
"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",
"description":"Fee",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE4",
"FND_ACFF_SegmentName":"FEE_ID",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"reference":{
"title":"Reference",
"maxLength":30,
"type":"string",
"description":"Reference",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE6",
"FND_ACFF_SegmentName":"REFERENCE",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"institution":{
"title":"Institution",
"maxLength":30,
"type":"string",
"description":"Institution",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE2",
"FND_ACFF_SegmentName":"INSTITUTION",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"acadPeriod":{
"title":"Academic Period",
"maxLength":30,
"type":"string",
"description":"Academic Period",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE3",
"FND_ACFF_SegmentName":"ACAD_PERIOD",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"discId":{
"title":"Discount",
"maxLength":30,
"type":"string",
"description":"Discount",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE5",
"FND_ACFF_SegmentName":"DISC_ID",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"acadPeriod_Display":{
"title":"Academic Period",
"type":"string",
"description":"Academic Period",
"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",
"description":"Context Value",
"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",
"description":"Transaction Post",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE1",
"FND_ACFF_SegmentName":"TRANSACTION_POST",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"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",
"description":"Fee",
"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",
"description":"Context Value",
"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_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXORA__5FLEASE__5FACCOUNTINGVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Context Value
Maximum Length:30
Default Value:ORA_LEASE_ACCOUNTING
Context Value -
__FLEX_Context_DisplayValue: string
Title:
Context Value
Context Value -
assetNumber: string
Title:
Asset Number
Maximum Length:30
Asset Number -
billingItemId: string
Title:
Billing Item Id
Maximum Length:30
Billing Item Id -
billingNumber: string
Title:
Billing Number
Maximum Length:30
Billing Number -
billingPurpose: string
Title:
Billing Purpose
Maximum Length:30
Billing Purpose -
billingType: string
Title:
Billing Type
Maximum Length:30
Billing Type -
CustomerTrxLineId: integer
(int64)
-
fromDate: string
Title:
From Payment Date
Maximum Length:30
From Payment Date -
leaseNumber: string
Title:
Lease Number
Maximum Length:30
Lease Number -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
propertyLocation: string
Title:
Property Location
Maximum Length:30
Property Location -
propertyNumber: string
Title:
Property Number
Maximum Length:30
Property Number -
toDate: string
Title:
To Payment Date
Maximum Length:30
To Payment Date
{
"type":"object",
"properties":{
"billingPurpose":{
"title":"Billing Purpose",
"maxLength":30,
"type":"string",
"description":"Billing Purpose",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE3",
"FND_ACFF_SegmentName":"Billing Purpose",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"toDate":{
"title":"To Payment Date",
"maxLength":30,
"type":"string",
"description":"To Payment Date",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE10",
"FND_ACFF_SegmentName":"To Payment Date",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"CustomerTrxLineId":{
"type":"integer",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18,
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"billingNumber":{
"title":"Billing Number",
"maxLength":30,
"type":"string",
"description":"Billing Number",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE6",
"FND_ACFF_SegmentName":"Billing Number",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"fromDate":{
"title":"From Payment Date",
"maxLength":30,
"type":"string",
"description":"From Payment Date",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE9",
"FND_ACFF_SegmentName":"From Payment Date",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"propertyLocation":{
"title":"Property Location",
"maxLength":30,
"type":"string",
"description":"Property Location",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE8",
"FND_ACFF_SegmentName":"Property Location",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"assetNumber":{
"title":"Asset Number",
"maxLength":30,
"type":"string",
"description":"Asset Number",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE2",
"FND_ACFF_SegmentName":"Asset Number",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"billingType":{
"title":"Billing Type",
"maxLength":30,
"type":"string",
"description":"Billing Type",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE4",
"FND_ACFF_SegmentName":"Billing Type",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context_DisplayValue":{
"title":"Context Value",
"type":"string",
"description":"Context Value",
"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",
"description":"Billing Item Id",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE5",
"FND_ACFF_SegmentName":"Billing Item Id",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"leaseNumber":{
"title":"Lease Number",
"maxLength":30,
"type":"string",
"description":"Lease Number",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE1",
"FND_ACFF_SegmentName":"Lease Number",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context":{
"title":"Context Value",
"maxLength":30,
"type":"string",
"description":"Context Value",
"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",
"description":"Property Number",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE7",
"FND_ACFF_SegmentName":"Property Number",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
}
}
}
Nested Schema : oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXORA__5FPSCRVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Context Value
Maximum Length:30
Default Value:ORA_PSCR
Context Value -
__FLEX_Context_DisplayValue: string
Title:
Context Value
Context Value -
agency: string
Title:
Agency
Maximum Length:30
Agency -
bill: string
Title:
Bill
Maximum Length:30
Bill -
billLine: string
Title:
Bill Line
Maximum Length:30
Bill Line -
billType: string
Title:
Bill Type
Maximum Length:30
Bill Type -
CustomerTrxLineId: integer
(int64)
-
department: string
Title:
Department
Maximum Length:30
Department -
invoiceType: string
Title:
Invoice Type
Maximum Length:30
Invoice Type -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
recordId: string
Title:
Record ID
Maximum Length:30
Record ID -
transaction: string
Title:
Transaction Origin
Maximum Length:30
Transaction Origin
{
"type":"object",
"properties":{
"recordId":{
"title":"Record ID",
"maxLength":30,
"type":"string",
"description":"Record ID",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE4",
"FND_ACFF_SegmentName":"Record ID",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"agency":{
"title":"Agency",
"maxLength":30,
"type":"string",
"description":"Agency",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE5",
"FND_ACFF_SegmentName":"Agency",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context_DisplayValue":{
"title":"Context Value",
"type":"string",
"description":"Context Value",
"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",
"description":"Bill Type",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE6",
"FND_ACFF_SegmentName":"Bill Type",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"CustomerTrxLineId":{
"type":"integer",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18,
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"invoiceType":{
"title":"Invoice Type",
"maxLength":30,
"type":"string",
"description":"Invoice Type",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE2",
"FND_ACFF_SegmentName":"Invoice Type",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"bill":{
"title":"Bill",
"maxLength":30,
"type":"string",
"description":"Bill",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE7",
"FND_ACFF_SegmentName":"Bill",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"billLine":{
"title":"Bill Line",
"maxLength":30,
"type":"string",
"description":"Bill Line",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"billLine",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE8",
"FND_ACFF_SegmentName":"Bill Line",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"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",
"description":"Department",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE1",
"FND_ACFF_SegmentName":"Department",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"transaction":{
"title":"Transaction Origin",
"maxLength":30,
"type":"string",
"description":"Transaction Origin",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE3",
"FND_ACFF_SegmentName":"Transaction",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context":{
"title":"Context Value",
"maxLength":30,
"type":"string",
"description":"Context Value",
"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_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXORA__5FRECURRING____BILLVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Context Value
Maximum Length:30
Default Value:ORA_RECURRING BILL
Context Value -
__FLEX_Context_DisplayValue: string
Title:
Context Value
Context Value -
billPlanName: string
Title:
Bill Plan Name
Maximum Length:30
Bill Plan Name -
CustomerTrxLineId: integer
(int64)
-
lineNumber: string
Title:
Line Number
Maximum Length:30
Line Number -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
period: string
Title:
Period
Maximum Length:30
Period
{
"type":"object",
"properties":{
"period":{
"title":"Period",
"maxLength":30,
"type":"string",
"description":"Period",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE2",
"FND_ACFF_SegmentName":"Period",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context_DisplayValue":{
"title":"Context Value",
"type":"string",
"description":"Context Value",
"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"
}
}
},
"CustomerTrxLineId":{
"type":"integer",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18,
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"links":{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
},
"billPlanName":{
"title":"Bill Plan Name",
"maxLength":30,
"type":"string",
"description":"Bill Plan Name",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE1",
"FND_ACFF_SegmentName":"Bill Plan Name",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"lineNumber":{
"title":"Line Number",
"maxLength":30,
"type":"string",
"description":"Line Number",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"FND_FLEX_UPGRADE_FORMAT_ONLY_VARCHAR2_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"lineNumber",
"FND_ACFF_IsRequired":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_ColumnName":"INTERFACE_LINE_ATTRIBUTE3",
"FND_ACFF_SegmentName":"Line Number",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context":{
"title":"Context Value",
"maxLength":30,
"type":"string",
"description":"Context Value",
"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_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXORA__5FSPONSORSHIP__5FFEESVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Context Value
Maximum Length:30
Default Value:ORA_SPONSORSHIP_FEES
Context Value -
__FLEX_Context_DisplayValue: string
Title:
Context Value
Context Value -
creditAssignment: string
Title:
Credit Assignment
Maximum Length:30
Credit Assignment -
creditAssignment_Display: string
Title:
Credit Assignment
Credit Assignment -
currId: string
Title:
Curriculum ID
Maximum Length:30
Curriculum ID -
currId_Display: string
Title:
Curriculum ID
Curriculum ID -
CustomerTrxLineId: integer
(int64)
-
feeId: string
Title:
Fee
Maximum Length:30
Fee -
feeId_Display: string
Title:
Fee
Fee -
institution: string
Title:
Institution
Maximum Length:30
Institution -
institution_Display: string
Title:
Institution
Institution -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
reference: string
Title:
Reference
Maximum Length:30
Reference -
reportingAcademicPeriod: string
Title:
Reporting Academic Period
Maximum Length:30
Reporting Academic Period -
reportingAcademicPeriod_Display: string
Title:
Reporting Academic Period
Reporting Academic Period -
sponAgreementId: string
Title:
Sponsorship Agreement ID
Maximum Length:30
Sponsorship Agreement ID -
sponAgreementId_Display: string
Title:
Sponsorship Agreement ID
Sponsorship Agreement ID -
stdntCurrId: string
Title:
Student Curriculum Item
Maximum Length:30
Student Curriculum Item -
stdntCurrId_Display: string
Title:
Student Curriculum Item
Student Curriculum Item -
transactionId: string
Title:
Transaction ID
Maximum Length:30
Transaction ID -
transactionPost: string
Title:
Transaction Post
Maximum Length:30
Transaction Post
{
"type":"object",
"properties":{
"reportingAcademicPeriod":{
"title":"Reporting Academic Period",
"maxLength":30,
"type":"string",
"description":"Reporting Academic Period",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE3",
"FND_ACFF_SegmentName":"REPORTING_ACAD_PERIOD",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"sponAgreementId_Display":{
"title":"Sponsorship Agreement ID",
"type":"string",
"description":"Sponsorship Agreement ID",
"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",
"description":"Credit Assignment",
"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",
"description":"Curriculum ID",
"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"
}
}
},
"CustomerTrxLineId":{
"type":"integer",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18,
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"institution_Display":{
"title":"Institution",
"type":"string",
"description":"Institution",
"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",
"description":"Student Curriculum Item",
"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",
"description":"Fee",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE4",
"FND_ACFF_SegmentName":"FEE_ID",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"sponAgreementId":{
"title":"Sponsorship Agreement ID",
"maxLength":30,
"type":"string",
"description":"Sponsorship Agreement ID",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE8",
"FND_ACFF_SegmentName":"SPON_AGREEMENT_ID",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"reportingAcademicPeriod_Display":{
"title":"Reporting Academic Period",
"type":"string",
"description":"Reporting Academic Period",
"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",
"description":"Credit Assignment",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE5",
"FND_ACFF_SegmentName":"CREDIT_ASSIGNMENT",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"transactionId":{
"title":"Transaction ID",
"maxLength":30,
"type":"string",
"description":"Transaction ID",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE9",
"FND_ACFF_SegmentName":"TRANSACTION_ID",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"reference":{
"title":"Reference",
"maxLength":30,
"type":"string",
"description":"Reference",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE10",
"FND_ACFF_SegmentName":"REFERENCE",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"institution":{
"title":"Institution",
"maxLength":30,
"type":"string",
"description":"Institution",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE2",
"FND_ACFF_SegmentName":"INSTITUTION",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context_DisplayValue":{
"title":"Context Value",
"type":"string",
"description":"Context Value",
"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",
"description":"Transaction Post",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE1",
"FND_ACFF_SegmentName":"TRANSACTION_POST",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"stdntCurrId":{
"title":"Student Curriculum Item",
"maxLength":30,
"type":"string",
"description":"Student Curriculum Item",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE7",
"FND_ACFF_SegmentName":"STDNT_CURR_ID",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"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",
"description":"Fee",
"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",
"description":"Curriculum ID",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE6",
"FND_ACFF_SegmentName":"CURR_ID",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context":{
"title":"Context Value",
"maxLength":30,
"type":"string",
"description":"Context Value",
"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_CreditMemoInterfaceLineDFF_view_CreditMemoInterfaceLineFLEXSubscriptions____ContextVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Context Value
Maximum Length:30
Default Value:Subscriptions Context
Context Value -
__FLEX_Context_DisplayValue: string
Title:
Context Value
Context Value -
billingScheduleNumber: string
Title:
Billing Schedule Number
Maximum Length:30
Billing Schedule Number -
CustomerTrxLineId: integer
(int64)
-
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
revenueLineNumber: string
Title:
Revenue Line Number
Maximum Length:30
Revenue Line Number -
subscriptionNumber: string
Title:
Subscription Number
Maximum Length:30
Subscription Number -
subscriptionProductNumber: string
Title:
Subscription Product Number
Maximum Length:30
Subscription Product Number
{
"type":"object",
"properties":{
"subscriptionNumber":{
"title":"Subscription Number",
"maxLength":30,
"type":"string",
"description":"Subscription Number",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE1",
"FND_ACFF_SegmentName":"Subscription Number",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"billingScheduleNumber":{
"title":"Billing Schedule Number",
"maxLength":30,
"type":"string",
"description":"Billing Schedule Number",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE3",
"FND_ACFF_SegmentName":"Billing Schedule Number",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context_DisplayValue":{
"title":"Context Value",
"type":"string",
"description":"Context Value",
"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"
}
}
},
"CustomerTrxLineId":{
"type":"integer",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18,
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"revenueLineNumber":{
"title":"Revenue Line Number",
"maxLength":30,
"type":"string",
"description":"Revenue Line Number",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE4",
"FND_ACFF_SegmentName":"Revenue Line Number",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"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",
"description":"Subscription Product Number",
"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_ColumnName":"INTERFACE_LINE_ATTRIBUTE2",
"FND_ACFF_SegmentName":"Subscription Product Number",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context":{
"title":"Context Value",
"maxLength":30,
"type":"string",
"description":"Context Value",
"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 : Discriminator: __FLEX_Context
Type:
object
Discriminator: __FLEX_Context
Discriminator Values
{
"discriminator":{
"propertyName":"__FLEX_Context",
"mapping":{
"CONTRACT INTERNAL INVOICES":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceHeaderDFF_view_CreditMemoInterfaceHeaderFLEXCONTRACT____INTERNAL____INVOICESVO-item-response",
"CONTRACT INVOICES":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceHeaderDFF_view_CreditMemoInterfaceHeaderFLEXCONTRACT____INVOICESVO-item-response"
}
},
"oneOf":[
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceHeaderDFF_view_CreditMemoInterfaceHeaderFLEXCONTRACT____INTERNAL____INVOICESVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceHeaderDFF_view_CreditMemoInterfaceHeaderFLEXCONTRACT____INVOICESVO-item-response"
}
]
}
Match One Schema
Show Source
-
CONTRACT INTERNAL INVOICES -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceHeaderDFF_view_CreditMemoInterfaceHeaderFLEXCONTRACT____INTERNAL____INVOICESVO-item-response
-
CONTRACT INVOICES -
object
oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceHeaderDFF_view_CreditMemoInterfaceHeaderFLEXCONTRACT____INVOICESVO-item-response
{
"discriminator":{
"propertyName":"__FLEX_Context",
"mapping":{
"CONTRACT INTERNAL INVOICES":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceHeaderDFF_view_CreditMemoInterfaceHeaderFLEXCONTRACT____INTERNAL____INVOICESVO-item-response",
"CONTRACT INVOICES":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceHeaderDFF_view_CreditMemoInterfaceHeaderFLEXCONTRACT____INVOICESVO-item-response"
}
},
"oneOf":[
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceHeaderDFF_view_CreditMemoInterfaceHeaderFLEXCONTRACT____INTERNAL____INVOICESVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceHeaderDFF_view_CreditMemoInterfaceHeaderFLEXCONTRACT____INVOICESVO-item-response"
}
]
}
Nested Schema : oracle_apps_flex_financials_receivables_transactions_shared_restModel_CreditMemoInterfaceHeaderDFF_view_CreditMemoInterfaceHeaderFLEXCONTRACT____INTERNAL____INVOICESVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Context Value
Maximum Length:30
Default Value:CONTRACT INTERNAL INVOICES
Context Value -
__FLEX_Context_DisplayValue: string
Title:
Context Value
Context Value -
_Contract__Id: string
Title:
Contract Id
Maximum Length:30
Contract Id -
_Contract__Number: string
Title:
Contract Number
Maximum Length:30
Contract Number -
_Contract__Organization: string
Title:
Contract Organization
Maximum Length:30
Contract Organization -
_Draft__Invoice__Number: string
Title:
Draft Invoice Number
Maximum Length:30
Draft Invoice Number -
CustomerTrxId: integer
(int64)
-
links: array
Links
Title:
Links
The link relations associated with the resource instance.
{
"type":"object",
"properties":{
"_Contract__Number":{
"title":"Contract Number",
"maxLength":30,
"type":"string",
"description":"Contract Number",
"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_ColumnName":"INTERFACE_HEADER_ATTRIBUTE1",
"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",
"description":"Draft Invoice Number",
"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_ColumnName":"INTERFACE_HEADER_ATTRIBUTE3",
"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",
"description":"Contract Id",
"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_ColumnName":"INTERFACE_HEADER_ATTRIBUTE2",
"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",
"description":"Context Value",
"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"
}
}
},
"CustomerTrxId":{
"type":"integer",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18,
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"links":{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
},
"_Contract__Organization":{
"title":"Contract Organization",
"maxLength":30,
"type":"string",
"description":"Contract Organization",
"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_ColumnName":"INTERFACE_HEADER_ATTRIBUTE4",
"FND_ACFF_SegmentName":"Contract Organization",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context":{
"title":"Context Value",
"maxLength":30,
"type":"string",
"description":"Context Value",
"nullable":true,
"default":"CONTRACT INTERNAL INVOICES",
"x-hints":{
"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_CreditMemoInterfaceHeaderDFF_view_CreditMemoInterfaceHeaderFLEXCONTRACT____INVOICESVO-item-response
Type:
Show Source
object
-
__FLEX_Context: string
Title:
Context Value
Maximum Length:30
Default Value:CONTRACT INVOICES
Context Value -
__FLEX_Context_DisplayValue: string
Title:
Context Value
Context Value -
_Contract__Id: string
Title:
Contract Id
Maximum Length:30
Contract Id -
_Contract__Number: string
Title:
Contract Number
Maximum Length:30
Contract Number -
_Contract__Organization: string
Title:
Contract Organization
Maximum Length:30
Contract Organization -
_Draft__Invoice__Number: string
Title:
Draft Invoice Number
Maximum Length:30
Draft Invoice Number -
CustomerTrxId: integer
(int64)
-
links: array
Links
Title:
Links
The link relations associated with the resource instance.
{
"type":"object",
"properties":{
"_Contract__Number":{
"title":"Contract Number",
"maxLength":30,
"type":"string",
"description":"Contract Number",
"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_ColumnName":"INTERFACE_HEADER_ATTRIBUTE1",
"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",
"description":"Draft Invoice Number",
"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_ColumnName":"INTERFACE_HEADER_ATTRIBUTE3",
"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",
"description":"Contract Id",
"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_ColumnName":"INTERFACE_HEADER_ATTRIBUTE2",
"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",
"description":"Context Value",
"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"
}
}
},
"CustomerTrxId":{
"type":"integer",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18,
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"links":{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
},
"_Contract__Organization":{
"title":"Contract Organization",
"maxLength":30,
"type":"string",
"description":"Contract Organization",
"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_ColumnName":"INTERFACE_HEADER_ATTRIBUTE4",
"FND_ACFF_SegmentName":"Contract Organization",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context":{
"title":"Context Value",
"maxLength":30,
"type":"string",
"description":"Context Value",
"nullable":true,
"default":"CONTRACT INVOICES",
"x-hints":{
"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"
}
}
Examples
Example 1
The following example shows how to retrieve all the receivables credit memos by submitting a GET request on the REST resource using cURL.
curl -i -u "<username>:<password>" -H "Content-Type: application/vnd.oracle.adf.resourcecollection+json" -X GET https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesCreditMemos
Example Response Body
The following example shows the contents of the response body in JSON format:
{ "items": [ { "CustomerTransactionId": 300100541828351, "TransactionNumber": "22675", "TransactionDate": "2021-01-20", "CreatedBy": "AR_MGR_OPERATIONS", "CreationDate": "2021-04-22T05:57:58.001+00:00", "LastUpdatedBy": "AR_MGR_OPERATIONS", "LastUpdateDate": "2021-04-22T05:57:59.724+00:00", "CreditMemoCurrency": "EUR", "BusinessUnit": "Vision China 0101", "TransactionType": "IL Credit Memo", "TransactionSource": "Manual", "AccountingDate": "2018-12-31", "LegalEntityIdentifier": "Vision China 01", "CreditReason": "Discount", "BillToCustomerNumber": "CDRM_3135", "BillToSite": "CDRM_1164", "BillToCustomerName": "CNAO Customer JACN01", "EnteredAmount": -580.4, "DocumentNumber": null, "CrossReference": null, "CustomerReference": null, "CustomerReferenceDate": null, "BillingDate": null, "PurchaseOrder": null, "SpecialInstructions": null, "CreditMemoComments": null, "DefaultTaxationCountry": "CN", "FreightShipDate": null, "Carrier": null, "FreightShippingReference": null, "FreightFOB": null, "ConversionRateType": "User", "ConversionRate": 12.1, "ConversionRateDate": "2021-01-20", "FirstPartyRegistrationNumber": "VC01000001", "ThirdPartyRegistrationNumber": "110101000000101", "ShipToCustomerName": "CNAO Customer JACN01", "ShipToCustomerNumber": "CDRM_68410", "ShipToCustomerSite": "CDRM_27038", "FreightCreditAmount": null, "PrimarySalesperson": null, "Intercompany": "No", "TransactionBalanceDue": -580.4, "DeliveryMethod": null, "PrintStatus": "No", "PrintDate": null, "GenerateBill": "Yes", "DocumentFiscalClassifcation": null, "PayingCustomerName": "CNAO Customer JACN01", "PayingCustomerSite": "CDRM_1164", "PayingCustomerAccount": "CDRM_3135", "BillToContact": null, "ShipToContact": null, "SoldToPartyNumber": "CDRM_68410", "PurchaseOrderDate": null, "CreditMemoStatus": "Complete", "InternalNotes": null, "PurchaseOrderRevision": null, "StructuredPaymentReference": null, "links": [ { "rel": "self", "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesCreditMemos/300100541828351", "name": "receivablesCreditMemos", "kind": "item", "properties": { "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000278" } }, { "rel": "canonical", "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesCreditMemos/300100541828351", "name": "receivablesCreditMemos", "kind": "item" }, { "rel": "lov", "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesCreditMemos/300100541828351/lov/transactionSources", "name": "transactionSources", "kind": "collection" }, { "rel": "lov", "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesCreditMemos/300100541828351/lov/businessUnits", "name": "businessUnits", "kind": "collection" }, { "rel": "lov", "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesCreditMemos/300100541828351/lov/billToCustomers", "name": "billToCustomers", "kind": "collection" }, { "rel": "lov", "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesCreditMemos/300100541828351/lov/legalEntities", "name": "legalEntities", "kind": "collection" }, { "rel": "lov", "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesCreditMemos/300100541828351/lov/billToSites", "name": "billToSites", "kind": "collection" }, { "rel": "lov", "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesCreditMemos/300100541828351/lov/invoiceStatuses", "name": "invoiceStatuses", "kind": "collection" }, { "rel": "lov", "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesCreditMemos/300100541828351/lov/thirdPartyTaxRegistrationNumbers", "name": "thirdPartyTaxRegistrationNumbers", "kind": "collection" }, { "rel": "lov", "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesCreditMemos/300100541828351/lov/shipToCustomers", "name": "shipToCustomers", "kind": "collection" }, { "rel": "lov", "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesCreditMemos/300100541828351/lov/firstPartyTaxRegistrationNumbers", "name": "firstPartyTaxRegistrationNumbers", "kind": "collection" }, { "rel": "lov", "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesCreditMemos/300100541828351/lov/taxationCountries", "name": "taxationCountries", "kind": "collection" }, { "rel": "lov", "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesCreditMemos/300100541828351/lov/creditMemoReasons", "name": "creditMemoReasons", "kind": "collection" }, { "rel": "lov", "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesCreditMemos/300100541828351/lov/transactionTypes", "name": "transactionTypes", "kind": "collection" }, { "rel": "child", "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesCreditMemos/300100541828351/child/attachments", "name": "attachments", "kind": "collection" }, { "rel": "child", "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesCreditMemos/300100541828351/child/notes", "name": "notes", "kind": "collection" }, { "rel": "child", "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesCreditMemos/300100541828351/child/receivablesCreditMemoDFF", "name": "receivablesCreditMemoDFF", "kind": "collection" }, { "rel": "child", "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesCreditMemos/300100541828351/child/receivablesCreditMemoDistributions", "name": "receivablesCreditMemoDistributions", "kind": "collection" }, { "rel": "child", "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesCreditMemos/300100541828351/child/receivablesCreditMemoGdf", "name": "receivablesCreditMemoGdf", "kind": "collection" }, { "rel": "child", "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesCreditMemos/300100541828351/child/receivablesCreditMemoLines", "name": "receivablesCreditMemoLines", "kind": "collection" }, { "rel": "child", "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesCreditMemos/300100541828351/child/receivablesCreditMemoTransactionDFF", "name": "receivablesCreditMemoTransactionDFF", "kind": "collection" } ] }, { "CustomerTransactionId": 300100541860033, "TransactionNumber": "23670", "TransactionDate": "2021-01-20", "CreatedBy": "AR_MGR_OPERATIONS", "CreationDate": "2021-04-23T06:11:36.001+00:00", "LastUpdatedBy": "AR_MGR_OPERATIONS", "LastUpdateDate": "2021-04-23T06:11:43.708+00:00", "CreditMemoCurrency": "EUR", "BusinessUnit": "Vision China 0101", "TransactionType": "IL Credit Memo", "TransactionSource": "Manual", "AccountingDate": "2018-12-31", "LegalEntityIdentifier": "Vision China 01", "CreditReason": "Discount", "BillToCustomerNumber": "CDRM_3135", "BillToSite": "CDRM_1164", "BillToCustomerName": "CNAO Customer JACN01", "EnteredAmount": -580.4, "DocumentNumber": null, "CrossReference": null, "CustomerReference": null, "CustomerReferenceDate": null, "BillingDate": null, "PurchaseOrder": null, "SpecialInstructions": null, "CreditMemoComments": null, "DefaultTaxationCountry": "CN", "FreightShipDate": null, "Carrier": null, "FreightShippingReference": null, "FreightFOB": null, "ConversionRateType": "User", "ConversionRate": 12.1, "ConversionRateDate": "2021-01-20", "FirstPartyRegistrationNumber": "VC01000001", "ThirdPartyRegistrationNumber": "110101000000101", "ShipToCustomerName": "CNAO Customer JACN01", "ShipToCustomerNumber": "CDRM_68410", "ShipToCustomerSite": "CDRM_27038", "FreightCreditAmount": null, "PrimarySalesperson": null, "Intercompany": "No", "TransactionBalanceDue": -580.4, "DeliveryMethod": null, "PrintStatus": "No", "PrintDate": null, "GenerateBill": "Yes", "DocumentFiscalClassifcation": null, "PayingCustomerName": "CNAO Customer JACN01", "PayingCustomerSite": "CDRM_1164", "PayingCustomerAccount": "CDRM_3135", "BillToContact": null, "ShipToContact": null, "SoldToPartyNumber": "CDRM_68410", "PurchaseOrderDate": null, "CreditMemoStatus": "Complete", "InternalNotes": null, "PurchaseOrderRevision": null, "StructuredPaymentReference": null, "links": [ { "rel": "self", "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesCreditMemos/300100541860033", "name": "receivablesCreditMemos", "kind": "item", "properties": { "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000278" } }, { "rel": "canonical", "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesCreditMemos/300100541860033", "name": "receivablesCreditMemos", "kind": "item" }, { "rel": "lov", "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesCreditMemos/300100541860033/lov/transactionSources", "name": "transactionSources", "kind": "collection" }, { "rel": "lov", "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesCreditMemos/300100541860033/lov/businessUnits", "name": "businessUnits", "kind": "collection" }, { "rel": "lov", "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesCreditMemos/300100541860033/lov/billToCustomers", "name": "billToCustomers", "kind": "collection" }, { "rel": "lov", "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesCreditMemos/300100541860033/lov/legalEntities", "name": "legalEntities", "kind": "collection" }, { "rel": "lov", "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesCreditMemos/300100541860033/lov/billToSites", "name": "billToSites", "kind": "collection" }, { "rel": "lov", "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesCreditMemos/300100541860033/lov/invoiceStatuses", "name": "invoiceStatuses", "kind": "collection" }, { "rel": "lov", "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesCreditMemos/300100541860033/lov/thirdPartyTaxRegistrationNumbers", "name": "thirdPartyTaxRegistrationNumbers", "kind": "collection" }, { "rel": "lov", "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesCreditMemos/300100541860033/lov/shipToCustomers", "name": "shipToCustomers", "kind": "collection" }, { "rel": "lov", "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesCreditMemos/300100541860033/lov/firstPartyTaxRegistrationNumbers", "name": "firstPartyTaxRegistrationNumbers", "kind": "collection" }, { "rel": "lov", "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesCreditMemos/300100541860033/lov/taxationCountries", "name": "taxationCountries", "kind": "collection" }, { "rel": "lov", "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesCreditMemos/300100541860033/lov/creditMemoReasons", "name": "creditMemoReasons", "kind": "collection" }, { "rel": "lov", "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesCreditMemos/300100541860033/lov/transactionTypes", "name": "transactionTypes", "kind": "collection" }, { "rel": "child", "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesCreditMemos/300100541860033/child/attachments", "name": "attachments", "kind": "collection" }, { "rel": "child", "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesCreditMemos/300100541860033/child/notes", "name": "notes", "kind": "collection" }, { "rel": "child", "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesCreditMemos/300100541860033/child/receivablesCreditMemoDFF", "name": "receivablesCreditMemoDFF", "kind": "collection" }, { "rel": "child", "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesCreditMemos/300100541860033/child/receivablesCreditMemoDistributions", "name": "receivablesCreditMemoDistributions", "kind": "collection" }, { "rel": "child", "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesCreditMemos/300100541860033/child/receivablesCreditMemoGdf", "name": "receivablesCreditMemoGdf", "kind": "collection" }, { "rel": "child", "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesCreditMemos/300100541860033/child/receivablesCreditMemoLines", "name": "receivablesCreditMemoLines", "kind": "collection" }, { "rel": "child", "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesCreditMemos/300100541860033/child/receivablesCreditMemoTransactionDFF", "name": "receivablesCreditMemoTransactionDFF", "kind": "collection" } ] }, ... ], "count": 25, "hasMore": true, "limit": 25, "offset": 0, "links": [ { "rel": "self", "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesCreditMemos", "name": "receivablesCreditMemos", "kind": "collection" } ] }
Example 2
The following example shows how to find credit memos that are not allowed to complete by submitting a GET request on the REST resource using cURL.
curl -i -u "<username>:<password>" -H "Content-Type: application/json" -X GET https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesCreditMemos?finder=creditMemosFinder;BindAllowCompletion=N,BindTransactionSource=Shiv_BS
Example Response Body
The following example shows the contents of the response body in JSON format:
{ "items": [ { "CustomerTransactionId": 300100552607947, "TransactionNumber": "Cm123", "TransactionDate": "2022-05-09", "CreatedBy": "AR_MGR_OPERATIONS", "CreationDate": "2022-05-09T13:04:37.343+00:00", "LastUpdatedBy": "AR_MGR_OPERATIONS", "LastUpdateDate": "2022-05-09T13:06:14.386+00:00", "CreditMemoCurrency": "USD", "BusinessUnit": "Vision Operations", "TransactionType": "AC Trx Type CM 1", "TransactionSource": "Shiv_BS", "AccountingDate": "2022-05-09", "LegalEntityIdentifier": "USSYS12030", "CreditReason": null, "BillToCustomerNumber": "1001", "BillToSite": "New York (OPS)", "BillToCustomerName": "A T & T SOLUTIONS INC", "EnteredAmount": 1000, "DocumentNumber": null, "CrossReference": null, "CustomerReference": null, "CustomerReferenceDate": null, "BillingDate": null, "PurchaseOrder": null, "SpecialInstructions": null, "CreditMemoComments": null, "DefaultTaxationCountry": "US", "FreightShipDate": null, "Carrier": null, "FreightShippingReference": null, "FreightFOB": null, "ConversionRateType": null, "ConversionRate": null, "ConversionRateDate": null, "FirstPartyRegistrationNumber": "4567890", "ThirdPartyRegistrationNumber": null, "ShipToCustomerName": "A T & T SOLUTIONS INC", "ShipToCustomerNumber": "1001", "ShipToCustomerSite": "1082", "FreightCreditAmount": null, "PrimarySalesperson": null, "Intercompany": "No", "TransactionBalanceDue": null, "DeliveryMethod": null, "PrintStatus": "No", "PrintDate": null, "GenerateBill": "Yes", "DocumentFiscalClassifcation": null, "PayingCustomerName": "A T & T SOLUTIONS INC", "PayingCustomerSite": "New York (OPS)", "PayingCustomerAccount": "1001", "BillToContact": null, "ShipToContact": null, "SoldToPartyNumber": "1001", "PurchaseOrderDate": null, "CreditMemoStatus": "Incomplete", "InternalNotes": null, "PurchaseOrderRevision": null, "StructuredPaymentReference": null, "AllowCompletion": "N", "ControlCompletionReason": "No Transaction Allowed to Complete", "links": [ { "rel": "self", "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesCreditMemos/300100552607947", "name": "receivablesCreditMemos", "kind": "item", "properties": { "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000278" } }, { "rel": "canonical", "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesCreditMemos/300100552607947", "name": "receivablesCreditMemos", "kind": "item" }, { "rel": "lov", "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesCreditMemos/300100552607947/lov/businessUnits", "name": "businessUnits", "kind": "collection" }, { "rel": "lov", "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesCreditMemos/300100552607947/lov/billToCustomers", "name": "billToCustomers", "kind": "collection" }, { "rel": "lov", "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesCreditMemos/300100552607947/lov/transactionSources", "name": "transactionSources", "kind": "collection" }, { "rel": "lov", "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesCreditMemos/300100552607947/lov/invoiceStatuses", "name": "invoiceStatuses", "kind": "collection" }, { "rel": "lov", "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesCreditMemos/300100552607947/lov/transactionTypes", "name": "transactionTypes", "kind": "collection" }, { "rel": "lov", "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesCreditMemos/300100552607947/lov/thirdPartyTaxRegistrationNumbers", "name": "thirdPartyTaxRegistrationNumbers", "kind": "collection" }, { "rel": "lov", "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesCreditMemos/300100552607947/lov/firstPartyTaxRegistrationNumbers", "name": "firstPartyTaxRegistrationNumbers", "kind": "collection" }, { "rel": "lov", "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesCreditMemos/300100552607947/lov/legalEntities", "name": "legalEntities", "kind": "collection" }, { "rel": "lov", "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesCreditMemos/300100552607947/lov/creditMemoReasons", "name": "creditMemoReasons", "kind": "collection" }, { "rel": "lov", "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesCreditMemos/300100552607947/lov/billToSites", "name": "billToSites", "kind": "collection" }, { "rel": "lov", "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesCreditMemos/300100552607947/lov/taxationCountries", "name": "taxationCountries", "kind": "collection" }, { "rel": "lov", "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesCreditMemos/300100552607947/lov/shipToCustomers", "name": "shipToCustomers", "kind": "collection" }, { "rel": "child", "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesCreditMemos/300100552607947/child/attachments", "name": "attachments", "kind": "collection" }, { "rel": "child", "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesCreditMemos/300100552607947/child/notes", "name": "notes", "kind": "collection" }, { "rel": "child", "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesCreditMemos/300100552607947/child/receivablesCreditMemoDFF", "name": "receivablesCreditMemoDFF", "kind": "collection" }, { "rel": "child", "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesCreditMemos/300100552607947/child/receivablesCreditMemoDistributions", "name": "receivablesCreditMemoDistributions", "kind": "collection" }, { "rel": "child", "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesCreditMemos/300100552607947/child/receivablesCreditMemoGdf", "name": "receivablesCreditMemoGdf", "kind": "collection" }, { "rel": "child", "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesCreditMemos/300100552607947/child/receivablesCreditMemoLines", "name": "receivablesCreditMemoLines", "kind": "collection" }, { "rel": "child", "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesCreditMemos/300100552607947/child/receivablesCreditMemoTransactionDFF", "name": "receivablesCreditMemoTransactionDFF", "kind": "collection" } ] } ], "count": 1, "hasMore": false, "limit": 25, "offset": 0, "links": [ { "rel": "self", "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/receivablesCreditMemos", "name": "receivablesCreditMemos", "kind": "collection" } ] }