ルート・スキーマ : suppliers-sites-item-response
タイプ: object
ソースを表示
{
"type":"object",
"properties":{
"LateReceiptToleranceInDays":{
"title":"Late Receipt Tolerance in Days",
"type":"number",
"description":"Number of days that the receiving location can receive receipts after the expected receipt date.",
"nullable":true,
"x-queryable":false
},
"CreationDate":{
"title":"Creation Date",
"type":"string",
"description":"Date when the user created the supplier record.",
"format":"date-time",
"nullable":false,
"readOnly":true,
"x-queryable":false
},
"PurchasingHoldReason":{
"title":"Hold Reason",
"maxLength":240,
"type":"string",
"description":"Reason why the person who placed the hold on purchasing for the supplier site.",
"nullable":true,
"x-queryable":false
},
"assignments":{
"title":"Site Assignments",
"type":"array",
"description":"The Assignments resource manages supplier site assignments.",
"items":{
"$ref":"#/components/schemas/suppliers-sites-assignments-item-response"
}
},
"DFF":{
"title":"Flexfields for Supplier Sites",
"type":"array",
"description":"The Flexfields for Supplier Sites resource manages supplier site descriptive flexfields.",
"items":{
"$ref":"#/components/schemas/suppliers-sites-DFF-item-response"
},
"x-cardinality":"1"
},
"PaymentCurrency":{
"title":"Payment Currency",
"maxLength":80,
"type":"string",
"description":"Currency that the payment uses to pay the invoice.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice"
}
},
"OverReceiptAction":{
"title":"Overreceipt Action",
"maxLength":80,
"type":"string",
"description":"Action to take when the receiving location receives quantity that exceeds the tolerance.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice"
}
},
"ShipToExceptionCode":{
"title":"Ship-to Exception Action",
"maxLength":25,
"type":"string",
"description":"Abbreviation that identifies the action to take when the receiving location is different from the ship-to location. A list of accepted values is defined in the lookup type RCV_RECEIVING_OPTION. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice"
}
},
"HoldAllNewPurchasingDocumentsFlag":{
"title":"Hold all new purchasing documents",
"maxLength":1,
"type":"boolean",
"description":"Contains one of the following values: true or false. If true, then place all new purchasing documents on hold. If false, then do not place them on hold. The default value is false.",
"nullable":true,
"default":false,
"x-queryable":false,
"x-hints":{
"fnd:APPLCORE_SETID_LOOKUP_TYPE":"YES_NO",
"fnd:APPLCORE_VIEW_APPLICATION_ID":"0"
}
},
"MatchApprovalLevelCode":{
"maxLength":10,
"type":"string",
"description":"Abbreviation that identifies the approval level to use when creating a relationship between the invoice and a purchase order, receipt, or consumption advice. A list of accepted values is defined in the lookup type INVOICE_MATCH. You cannot modify this lookup.",
"nullable":true,
"x-queryable":false
},
"AgingPeriodDays":{
"title":"Aging Period Days",
"type":"integer",
"description":"Maximum number of days that material can remain on consignment.",
"format":"int32",
"nullable":true,
"x-queryable":false,
"x-hints":{
"precision":5
}
},
"HoldUnvalidatedInvoicesFlag":{
"title":"Hold Unvalidated Invoices",
"maxLength":1,
"type":"boolean",
"description":"Contains one of the following values: true or false. If true, then the supplier site places all invoices that it cannot validate on hold. If false, then the supplier site does not put them hold. The default value is false.",
"nullable":true,
"default":false,
"x-queryable":false,
"x-hints":{
"fnd:APPLCORE_SETID_LOOKUP_TYPE":"YES_NO",
"fnd:APPLCORE_VIEW_APPLICATION_ID":"0"
}
},
"FaxNumber":{
"title":"Fax",
"maxLength":15,
"type":"string",
"description":"Fax number for communication.",
"nullable":true,
"x-queryable":false
},
"EarlyReceiptToleranceInDays":{
"title":"Early Receipt Tolerance in Days",
"type":"number",
"description":"Number of days that the receiving location can receive receipts before the expected receipt date.",
"nullable":true,
"x-queryable":false
},
"SitePurposeProcurementCardFlag":{
"title":"Procurement card",
"maxLength":1,
"type":"boolean",
"description":"Contains one of the following values: true or false. If true, then a procurement card exists for the supplier site. If false, then procurement card does not exist. The default value is false.",
"nullable":true,
"default":false,
"x-hints":{
"fnd:APPLCORE_SETID_LOOKUP_TYPE":"YES_NO",
"fnd:APPLCORE_VIEW_APPLICATION_ID":"0"
},
"x-queryable":true
},
"CreateInterestInvoicesCode":{
"maxLength":1,
"type":"string",
"description":"Abbreviation that determines whether to create an interest invoice. A list of accepted values is defined in the lookup type POZ_PAYABLES_OPTIONS. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task.",
"nullable":true,
"x-queryable":false
},
"ReceiptRouting":{
"title":"Receipt Routing",
"maxLength":80,
"type":"string",
"description":"Indicates how to route each receipt for the supplier site.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice"
}
},
"PaymentHoldDate":{
"title":"Payment Hold Date",
"type":"string",
"description":"Date when the application places payments to the supplier site on hold.",
"format":"date",
"nullable":true,
"x-queryable":false
},
"ExcludeTaxFromDiscountCode":{
"maxLength":1,
"type":"string",
"description":"Abbreviation that determines whether to exclude tax when calculating the discount. A list of accepted values is defined in the lookup type POZ_PAYABLES_OPTIONS. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task.",
"nullable":true,
"x-queryable":false
},
"Status":{
"title":"Status",
"maxLength":10,
"type":"string",
"description":"Status of the supplier site.",
"nullable":true,
"readOnly":true,
"x-hints":{
"dependencies":[
"InactiveDate"
]
},
"x-queryable":true
},
"LastUpdatedBy":{
"title":"Last Updated By",
"maxLength":64,
"type":"string",
"description":"User who most recently updated the supplier record.",
"nullable":false,
"readOnly":true,
"x-queryable":false
},
"ProcurementBU":{
"title":"Procurement BU",
"maxLength":240,
"type":"string",
"description":"Procurement business unit where the supplier site resides.",
"nullable":true,
"x-hints":{
"controlType":"choice"
},
"x-queryable":true
},
"PaymentTermsDateBasis":{
"title":"Terms Date Basis",
"maxLength":80,
"type":"string",
"description":"Date when the application scheduled to run payment terms for the invoice.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice"
}
},
"CreatedBy":{
"title":"Created By",
"maxLength":64,
"type":"string",
"description":"User who created the supplier record.",
"nullable":false,
"readOnly":true,
"x-queryable":false
},
"AllNewPurchasingDocumentsHoldDate":{
"type":"string",
"description":"Date when the person who placed a hold on new purchasing documents for the supplier site.",
"format":"date-time",
"nullable":true,
"x-queryable":false
},
"PaymentTermsId":{
"title":"Payment Terms",
"type":"integer",
"description":"Value that uniquely identifies each payment term for the supplier site.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"combo_lov",
"fnd:APPLCORE_SETID_DETERMINANT_ATTR":"PrcBuId"
}
},
"QuantityTolerancesId":{
"title":"Quantity Tolerances",
"type":"integer",
"description":"Value that uniquely identifies the tolerance to apply to quantity when creating an invoice for the supplier site.",
"format":"int64",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"combo_lov",
"precision":18
}
},
"InvoiceChannelCode":{
"maxLength":30,
"type":"string",
"description":"Abbreviation that identifies the channel that the supplier uses to provide invoices for the supplier site. A list of accepted values is defined in the lookup type ORA_POZ_INVOICE_CHANNEL. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task.",
"nullable":true,
"x-queryable":false
},
"PayOnUseFlag":{
"title":"Pay on use",
"maxLength":1,
"type":"boolean",
"description":"Contains one of the following values: true or false. If true, then the supplier site allows pay on use. If false, then the supplier site does not allow pay on use. The default value is false.",
"nullable":true,
"x-queryable":false
},
"InvoiceAmountLimit":{
"title":"Invoice Amount Limit",
"type":"number",
"description":"Indicates the maximum amount for which an invoice can be created beyond which an invoice will go on hold.",
"nullable":true,
"x-queryable":false
},
"AlternatePaySiteId":{
"title":"Alternate Pay Site",
"type":"integer",
"description":"Value that uniquely identifies the alternate pay site.",
"format":"int64",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice",
"precision":18
}
},
"AllowUnorderedReceiptsFlag":{
"title":"Allow unordered receipts",
"maxLength":1,
"type":"boolean",
"description":"Contains one of the following values: true or false. If true, then the supplier site can receive a receipt that does not include a purchase order. If false, then the supplier site requires a purchase order. The default value is false.",
"nullable":true,
"x-queryable":false
},
"CommunicationMethod":{
"title":"Communication Method",
"maxLength":80,
"type":"string",
"description":"Preferred method of communication for the supplier site. Values include NONE, FAX, EMAIL, or PRINT.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice"
}
},
"ModeOfTransportCode":{
"maxLength":30,
"type":"string",
"description":"Abbreviation that identifies the mode of transport that the supplier site uses for shipping. A list of accepted values is defined in the lookup type WSH_MODE_OF_TRANSPORT. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task.",
"nullable":true,
"x-queryable":false
},
"ConsumptionAdviceFrequency":{
"title":"Consumption Advice Frequency",
"maxLength":80,
"type":"string",
"description":"How frequently the Create Consumption Advice application runs for consumption transactions. This application runs for consigned inventory that the customer purchased under one agreement.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice"
}
},
"ConsumptionAdviceFrequencyCode":{
"title":"Consumption Advice Frequency",
"maxLength":30,
"type":"string",
"description":"Abbreviation that identifies how frequently the Create Consumption Advice application runs for consumption transactions. The application runs for consigned inventory that the customer purchased under one agreement. A list of accepted values is defined in the lookup type CONSUMPTION_ADVICE_FREQUENCY. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task.",
"nullable":true,
"x-queryable":false
},
"HoldUnmatchedInvoicesCode":{
"maxLength":1,
"type":"string",
"description":"Abbreviation that identifies whether to place a hold on each invoice that does not contain a relationship with a purchase order, receipt, or consumption advice. A list of accepted values is defined in the lookup type POZ_PAYABLES_OPTIONS. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task.",
"nullable":true,
"x-queryable":false
},
"ModeOfTransport":{
"title":"Mode of Transport",
"maxLength":80,
"type":"string",
"description":"Mode of transport that the supplier site uses for shipping.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice"
}
},
"AlwaysTakeDiscountCode":{
"maxLength":1,
"type":"string",
"description":"Abbreviation that determines whether to apply a discount on the payment. A list of accepted values is defined in the lookup type POZ_PAYABLES_OPTIONS. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task.",
"nullable":true,
"x-queryable":false
},
"SupplierSite":{
"title":"Site",
"maxLength":240,
"type":"string",
"description":"Name of the supplier site.",
"nullable":false,
"x-queryable":true
},
"MatchApprovalLevel":{
"title":"Match Approval Level",
"maxLength":80,
"type":"string",
"description":"Approval level to use when creating a relationship between the invoice and a purchase order, receipt, or consumption advice.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice"
}
},
"ShipToException":{
"title":"Ship-to Exception Action",
"maxLength":80,
"type":"string",
"description":"Action to take when the receiving location is different from the ship-to location.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice"
}
},
"ReceiptDateException":{
"title":"Receipt Date Exception",
"maxLength":80,
"type":"string",
"description":"Action to take when the supplier site receives an item before Early Receipt Tolerance in Days or after Late Receipt Tolerance in Days.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice"
}
},
"attachments":{
"title":"Attachments",
"type":"array",
"description":"The Attachments resource manages attachments for a supplier site.",
"items":{
"$ref":"#/components/schemas/suppliers-sites-attachments-item-response"
}
},
"HoldUnmatchedInvoices":{
"title":"Hold Unmatched Invoices",
"maxLength":80,
"type":"string",
"description":"Determines whether to place a hold on each invoice that does not contain a relationship with a purchase order, receipt, or consumption advice. Values include Y for Yes, N for No, or empty.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice"
}
},
"InvoiceSummaryLevelCode":{
"title":"Invoice Summary Level",
"maxLength":25,
"type":"string",
"description":"Abbreviation that identifies how to group and summarize invoices for the supplier site. A list of accepted values is defined in the lookup type POZ_ERS_INVOICE_SUMMARY. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice"
}
},
"CarrierId":{
"title":"Carrier",
"type":"number",
"description":"Value that uniquely identifies the carrier that the supplier site uses for shipping.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"combo_lov"
}
},
"SellingCompanyIdentifier":{
"title":"Selling Company Identifier",
"maxLength":10,
"type":"string",
"description":"Value that uniquely identifies the selling company. This attribute is required when the supplier site uses gapless invoice numbering.",
"nullable":true,
"x-queryable":false
},
"SupplierSiteId":{
"title":"Site",
"type":"integer",
"description":"Value that uniquely identifies the supplier site.",
"format":"int64",
"nullable":false,
"x-hints":{
"precision":18,
"fnd:GLOBALLY_UNIQUE":"true"
},
"x-queryable":true
},
"PayDateBasis":{
"title":"Pay Date Basis",
"maxLength":80,
"type":"string",
"description":"Date that the application scheduled to run payment for the invoice.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice"
}
},
"InvoiceSummaryLevel":{
"title":"Invoice Summary Level",
"maxLength":80,
"type":"string",
"description":"Determines how to group and summarize invoices for the supplier site.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice"
}
},
"InvoiceMatchOption":{
"title":"Invoice Match Option",
"maxLength":80,
"type":"string",
"description":"Indicates whether to create a relationship between the invoice and a purchase order, receipt, or consumption advice.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice"
}
},
"PayOnReceiptFlag":{
"title":"Pay on receipt",
"maxLength":25,
"type":"boolean",
"description":"Contains one of the following values: true or false. If true, then the supplier site allows pay on receipt. If false, then the supplier site does not allow pay on receipt. The default value is false.",
"nullable":true,
"x-queryable":false
},
"SitePurposeSourcingOnlyFlag":{
"title":"Sourcing only",
"maxLength":1,
"type":"boolean",
"description":"Contains one of the following values: true or false. If true, then the supplier has sourcing only purpose. If false, then the supplier site does not have sourcing only purpose. The default value is false.",
"nullable":true,
"default":false,
"x-hints":{
"fnd:APPLCORE_SETID_LOOKUP_TYPE":"YES_NO",
"fnd:APPLCORE_VIEW_APPLICATION_ID":"0"
},
"x-queryable":true
},
"InactiveDate":{
"title":"Inactive Date",
"type":"string",
"description":"Date when the supplier site is no longer active.",
"format":"date",
"nullable":true,
"x-queryable":false
},
"ExcludeFreightFromDiscountCode":{
"maxLength":1,
"type":"string",
"description":"Abbreviation that determines whether to exclude freight when calculating discount. A list of accepted values is defined in the lookup type POZ_PAYABLES_OPTIONS. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task.",
"nullable":true,
"x-queryable":false
},
"OverReceiptTolerance":{
"title":"Overreceipt Tolerance",
"type":"number",
"description":"Tolerance to use when the receiving location receives more than the requested quantity.",
"nullable":true,
"x-queryable":false
},
"PaymentCurrencyCode":{
"title":"Payment Currency",
"maxLength":15,
"type":"string",
"description":"Abbreviation that identifies the currency that the payment uses to pay the invoice.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"combo_lov"
}
},
"AlternatePaySite":{
"title":"Alternate Pay Site",
"maxLength":240,
"type":"string",
"description":"Name of the alternate pay site.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice"
}
},
"AllowSubstituteReceiptsCode":{
"maxLength":1,
"type":"string",
"description":"Abbreviation that identifies whether the supplier site allows a substitute receipt. A list of accepted values is defined in the lookup type YES_NO. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task.",
"nullable":true,
"x-queryable":false
},
"AllNewPurchasingDocumentsHoldBy":{
"title":"All New Purchasing Documents Put to Hold By",
"maxLength":240,
"type":"string",
"description":"Person who put a hold on new purchasing documents.",
"nullable":true,
"readOnly":true,
"x-queryable":false
},
"ConsumptionAdviceSummary":{
"title":"Consumption Advice Summary",
"maxLength":80,
"type":"string",
"description":"Level of detail to use when creating the consumption advice.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice"
}
},
"PaymentHoldReason":{
"title":"Payment Hold Reason",
"maxLength":240,
"type":"string",
"description":"Reason why the application placed the invoices that it created for the supplier site on hold.",
"nullable":true,
"x-queryable":false
},
"FreightTerms":{
"title":"Freight Terms",
"maxLength":80,
"type":"string",
"description":"Terms for shipping from the supplier site.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice"
}
},
"InvoiceChannel":{
"title":"Invoice Channel",
"maxLength":80,
"type":"string",
"description":"Channel that the supplier uses to provide invoices for the supplier site.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice"
}
},
"LastUpdateDate":{
"title":"Last Updated Date",
"type":"string",
"description":"Date and time when the user most recently updated the supplier record.",
"format":"date-time",
"nullable":false,
"readOnly":true,
"x-queryable":false
},
"AmountTolerancesId":{
"title":"Amount Tolerances",
"type":"integer",
"description":"Value that uniquely identifies the tolerance to apply to the quantity when creating an invoice for the supplier site.",
"format":"int64",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"combo_lov",
"precision":18
}
},
"ServiceLevelCode":{
"maxLength":30,
"type":"string",
"description":"Abbreviation that identifies the service levels that the supplier site uses for shipping. A list of accepted values is defined in the lookup type WSH_SERVICE_LEVELS. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task.",
"nullable":true,
"x-queryable":false
},
"Email":{
"title":"Email",
"maxLength":2000,
"type":"string",
"description":"Email that the communication method uses.",
"nullable":true,
"x-queryable":false
},
"PayGroupCode":{
"title":"Pay Group",
"maxLength":25,
"type":"string",
"description":"Abbreviation that identifies the withholding tax group for the site assignment. A list of accepted values is defined in the lookup type PAY_GROUP. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Payables Lookups task.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"combo_lov"
}
},
"IncomeTaxReportingSiteFlag":{
"title":"Income tax reporting site",
"maxLength":1,
"type":"boolean",
"description":"Contains one of the following values: true or false. If true, then the supplier site is a tax reporting site. If false, then supplier site is not a tax reporting site. The default value is false.",
"nullable":true,
"default":false,
"x-queryable":false,
"x-hints":{
"fnd:APPLCORE_SETID_LOOKUP_TYPE":"YES_NO",
"fnd:APPLCORE_VIEW_APPLICATION_ID":"0"
}
},
"CountryOfOrigin":{
"title":"Country of Origin",
"maxLength":80,
"type":"string",
"description":"Country of origin that the supplier site uses to calculate freight.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice"
}
},
"FaxCountryCode":{
"title":"Fax Country Code",
"maxLength":10,
"type":"string",
"description":"Abbreviation that identifies the country for the fax that the communication method uses at the supplier site.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"combo_lov"
}
},
"OverReceiptActionCode":{
"title":"Overreceipt Action",
"maxLength":25,
"type":"string",
"description":"Abbreviation that identifies the action to take when the receiving location receives quantity that exceeds the tolerance. A list of accepted values is defined in the lookup type RCV_RECEIVING_OPTION. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task.",
"nullable":true,
"x-queryable":false
},
"AgingOnsetPoint":{
"title":"Aging Onset Point",
"maxLength":80,
"type":"string",
"description":"Point where the supplier and the buying organization agree to begin to age consigned material.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice"
}
},
"AllowSubstituteReceipts":{
"title":"Allow Substitute Receipts",
"maxLength":80,
"type":"string",
"description":"Indicates whether the supplier site allows a substitute receipt. Values include Y for Yes or N for No.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice"
}
},
"CustomerNumber":{
"title":"Customer Number",
"maxLength":25,
"type":"string",
"description":"Number that identifies the site of the buying organization.",
"nullable":true,
"x-queryable":false
},
"B2BSupplierSiteCode":{
"title":"B2B Supplier Site Code",
"maxLength":256,
"type":"string",
"description":"Abbreviation that uniquely identifies a specific supplier site, which is used in the punchout for Self Service Procurement.",
"nullable":true,
"x-queryable":false
},
"FOB":{
"title":"FOB",
"maxLength":80,
"type":"string",
"description":"Free on Board (FOB) value for the supplier site.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice"
}
},
"links":{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
},
"Carrier":{
"title":"Carrier",
"maxLength":360,
"type":"string",
"description":"Carrier that the supplier uses for shipping.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice"
}
},
"InvoiceCurrency":{
"title":"Invoice Currency",
"maxLength":80,
"type":"string",
"description":"Currency that the invoice uses.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice"
}
},
"globalDFF":{
"title":"Global Flexfields for Supplier Sites",
"type":"array",
"description":"The Global Flexfields for Supplier Sites resource manages supplier site global descriptive flexfields.",
"items":{
"$ref":"#/components/schemas/suppliers-sites-globalDFF-item-response"
},
"x-cardinality":"1"
},
"ProcurementBUId":{
"title":"Procurement BU",
"type":"integer",
"description":"Value that uniquely identifies the procurement business unit where the supplier site resides.",
"format":"int64",
"nullable":false,
"x-hints":{
"precision":18,
"fnd:APPLCORE_SETID_DETERMINANT_TYPE":"BU"
},
"x-queryable":true
},
"SupplierAddressName":{
"title":"Address Name",
"maxLength":240,
"type":"string",
"description":"Name of the supplier address.",
"nullable":true,
"x-hints":{
"controlType":"choice"
},
"x-queryable":true
},
"FOBCode":{
"title":"FOB",
"maxLength":25,
"type":"string",
"description":"Abbreviation that identifies the Free On Board (FOM) value for the supplier site. A list of accepted values is defined in the lookup type FOB. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage FOB Lookup task.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice"
}
},
"AlternateSiteName":{
"title":"Alternate Site Name",
"maxLength":320,
"type":"string",
"description":"Alternate name of the supplier site.",
"nullable":true,
"x-queryable":false
},
"ConsumptionAdviceSummaryCode":{
"title":"Consumption Advice Summary",
"maxLength":30,
"type":"string",
"description":"Abbreviation that identifies the level of detail to use when creating the consumption advice. A list of accepted values is defined in the lookup type CONSUMPTION_ADVICE_SUMMARY. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task.",
"nullable":true,
"x-queryable":false
},
"thirdPartyPaymentRelationships":{
"title":"Third-Party Payment Relationships",
"type":"array",
"description":"The Third-Party Payment Relationships resource manages supplier site third-party relationships.",
"items":{
"$ref":"#/components/schemas/suppliers-sites-thirdPartyPaymentRelationships-item-response"
}
},
"AlwaysTakeDiscount":{
"title":"Always Take Discount",
"maxLength":80,
"type":"string",
"description":"Determines whether to apply a discount on the payment. Contains one of the following values: Y, apply discount. N, do not apply discount. D, use the default from the payables options to determine whether to apply the discount.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice"
}
},
"B2BCommunicationMethodCode":{
"title":"Enable B2B Messaging",
"maxLength":30,
"type":"string",
"description":"Abbreviation that identifies whether the communication of the documents during a business-to-business procurement transaction is enabled for the supplier site. A list of accepted values is defined in the lookup type ORA_POZ_B2B_COMM_METHOD. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task.",
"nullable":true,
"default":"NONE",
"x-queryable":false
},
"BuyerManagedTransportation":{
"title":"Buyer Managed Transportation",
"maxLength":80,
"type":"string",
"description":"Indicates whether the buyer manages transportation. Values include Y for Yes, N for No, or empty.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice"
}
},
"CountryOfOriginCode":{
"title":"Country of Origin",
"maxLength":2,
"type":"string",
"description":"Abbreviation that identifies the country of origin that the supplier site uses to calculate freight.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"combo_lov"
}
},
"CreateInterestInvoices":{
"title":"Create Interest Invoices",
"maxLength":80,
"type":"string",
"description":"Determines whether to create an interest invoice. Contains one of the following values: Y, create an invoice. N, do not create an invoice. D, use the default from the payables options to determine whether to create an invoice.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice"
}
},
"PaymentTermsDateBasisCode":{
"title":"Terms Date Basis",
"maxLength":25,
"type":"string",
"description":"Abbreviation that identifies the date the application scheduled to run payment terms for the invoice. A list of accepted values is defined in the lookup type TERMS_DATE_BASIS. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Payables Lookups task.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice"
}
},
"RequiredAcknowledgmentCode":{
"title":"Required Acknowledgment",
"maxLength":30,
"type":"string",
"description":"Abbreviation that identifies the acknowledgment. This attribute is used when the purchasing document that the application created for the supplier site requires an acknowledgment. Valid values include D, Y, and N.",
"nullable":true,
"x-queryable":false
},
"AmountTolerances":{
"title":"Amount Tolerances",
"maxLength":255,
"type":"string",
"description":"Tolerance to apply to the amount when creating an invoice for the supplier site.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice"
}
},
"InvoiceCurrencyCode":{
"title":"Invoice Currency",
"maxLength":15,
"type":"string",
"description":"Abbreviation that identifies the currency that the invoice uses.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"combo_lov"
}
},
"ServiceLevel":{
"title":"Service Level",
"maxLength":80,
"type":"string",
"description":"Service level that the supplier site uses for shipping.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice"
}
},
"FaxAreaCode":{
"title":"Fax Area Code",
"maxLength":10,
"type":"string",
"description":"Abbreviation that identifies the area for the fax that the communication method uses at the supplier site.",
"nullable":true,
"x-queryable":false
},
"CommunicationMethodCode":{
"title":"Communication Method",
"maxLength":25,
"type":"string",
"description":"Abbreviation that identifies the preferred method of communication for the supplier site. A list of accepted values is defined in the lookup type DOCUMENT_COMMUNICATION_METHOD. You cannot modify this lookup.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice"
}
},
"AcknowledgmentWithinDays":{
"title":"Acknowledge Within Days",
"type":"integer",
"description":"Number of days that the supplier site can use to acknowledge the purchasing document.",
"nullable":true,
"x-queryable":false
},
"SitePurposePrimaryPayFlag":{
"title":"Primary pay",
"maxLength":1,
"type":"boolean",
"description":"Contains one of the following values: true or false. If true, then primary pay purpose exists for the supplier site. If false, then primary pay purpose does not exist. The default value is false.",
"nullable":true,
"x-hints":{
"fnd:APPLCORE_SETID_LOOKUP_TYPE":"YES_NO",
"fnd:APPLCORE_VIEW_APPLICATION_ID":"0"
},
"x-queryable":true
},
"QuantityTolerances":{
"title":"Quantity Tolerances",
"maxLength":255,
"type":"string",
"description":"Tolerance to apply to the quantity when creating an invoice for the supplier site.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice"
}
},
"SupplierAddressId":{
"type":"integer",
"description":"Value that uniquely identifies the supplier address.",
"format":"int64",
"nullable":true,
"x-queryable":false,
"x-hints":{
"precision":18
}
},
"PaymentTerms":{
"title":"Payment Terms",
"maxLength":50,
"type":"string",
"description":"Terms of payment for the supplier site.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice"
}
},
"InvoiceMatchOptionCode":{
"title":"Invoice Match Option",
"maxLength":25,
"type":"string",
"description":"Abbreviation that identifies whether to create a relationship between the invoice and a purchase order, receipt, or consumption advice. A list of accepted values is defined in the lookup type INVOICE_MATCH_OPTION. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Payables Lookups task.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice"
}
},
"BankChargeDeductionType":{
"title":"Bank Charge Deduction Type",
"maxLength":80,
"type":"string",
"description":"Determines how to deduct bank charges when paying the invoice. Contains one of the following values: S, use the standard deduction. D, use the default value from payables options. N, use the negotiated deduction. X, do not use any deduction.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice"
}
},
"SitePurposePayFlag":{
"title":"Pay",
"maxLength":1,
"type":"boolean",
"description":"Contains one of the following values: true or false. If true, then a pay purpose exists for the supplier site. If false, then pay purpose does not exist. The default value is false.",
"nullable":true,
"default":false,
"x-hints":{
"fnd:APPLCORE_SETID_LOOKUP_TYPE":"YES_NO",
"fnd:APPLCORE_VIEW_APPLICATION_ID":"0"
},
"x-queryable":true
},
"HoldAllInvoicesFlag":{
"title":"Hold All Invoices",
"maxLength":1,
"type":"boolean",
"description":"Contains one of the following values: true or false. If true, then the supplier site puts a hold on all invoices. If false, then the site does put them on hold. The default value is false.",
"nullable":true,
"default":false,
"x-queryable":false,
"x-hints":{
"fnd:APPLCORE_SETID_LOOKUP_TYPE":"YES_NO",
"fnd:APPLCORE_VIEW_APPLICATION_ID":"0"
}
},
"PayDateBasisCode":{
"title":"Pay Date Basis",
"maxLength":25,
"type":"string",
"description":"Abbreviation that identifies the date the application scheduled to run payment for the invoice. A list of accepted values is defined in the lookup type POZ_PAY_DATE_BASIS. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Payables Lookups task.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice"
}
},
"CreateDebitMemoFromReturnFlag":{
"title":"Create debit memo from return",
"maxLength":25,
"type":"boolean",
"description":"Contains one of the following values: true or false. If true, then the supplier site creates a debit memo from the return transaction. If false, then the supplier site does not create this memo. The default value is false.",
"nullable":true,
"default":false,
"x-queryable":false,
"x-hints":{
"fnd:APPLCORE_SETID_LOOKUP_TYPE":"YES_NO",
"fnd:APPLCORE_VIEW_APPLICATION_ID":"0"
}
},
"RequiredAcknowledgment":{
"title":"Required Acknowledgment",
"maxLength":80,
"type":"string",
"description":"Type of acknowledgment. This attribute is used when the purchasing document that the application created for the supplier site requires an acknowledgment. Valid values include Document, Document and Schedule, and None.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice"
}
},
"PayGroup":{
"title":"Pay Group",
"maxLength":80,
"type":"string",
"description":"Withholding tax group for the site assignment.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice"
}
},
"BuyerManagedTransportationCode":{
"title":"Buyer Managed Transportation",
"maxLength":1,
"type":"string",
"description":"Abbreviation that identifies whether the buyer manages transportation. A list of accepted values is defined in the lookup type YES_NO. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task.",
"nullable":true,
"x-queryable":false
},
"BankChargeDeductionTypeCode":{
"title":"Bank Charge Deduction Type",
"maxLength":1,
"type":"string",
"description":"Abbreviation that identifies whether and how to deduct bank charges when paying the invoice. A list of accepted values is defined in the lookup type BANK_CHARGE_DEDUCTION_TYPE. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Payables Lookups task.",
"nullable":true,
"default":"D",
"x-queryable":false,
"x-hints":{
"controlType":"choice"
}
},
"ReceiptRoutingId":{
"title":"Receipt Routing",
"type":"number",
"description":"Value that uniquely identifies how to route each receipt for the supplier site.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice"
}
},
"ReceiptDateExceptionCode":{
"title":"Receipt Date Exception",
"maxLength":25,
"type":"string",
"description":"Abbreviation that identifies the action to taken when the supplier site receives an item before Early Receipt Tolerance in Days or after Late Receipt Tolerance in Days. A list of accepted values is defined in the lookup type RCV_RECEIVING_OPTION. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task.",
"nullable":true,
"x-queryable":false
},
"PaymentPriority":{
"title":"Payment Priority",
"type":"number",
"description":"Priority to assign to an invoice during payment.",
"nullable":true,
"x-queryable":false
},
"ExcludeFreightFromDiscount":{
"title":"Exclude Freight from Discount",
"maxLength":80,
"type":"string",
"description":"Determines whether to exclude freight when calculating discount. Contains one of the following values: Y, exclude freight. N, include freight. D, use the default from the payables options to determine whether to exclude freight.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice"
}
},
"SitePurposePurchasingFlag":{
"title":"Purchasing",
"maxLength":1,
"type":"boolean",
"description":"Contains one of the following values: true or false. If true, then a purchasing purpose exists for the supplier site. If false, then purpose does not exist. The default value is false.",
"nullable":true,
"default":false,
"x-hints":{
"fnd:APPLCORE_SETID_LOOKUP_TYPE":"YES_NO",
"fnd:APPLCORE_VIEW_APPLICATION_ID":"0"
},
"x-queryable":true
},
"FreightTermsCode":{
"title":"Freight Terms",
"maxLength":30,
"type":"string",
"description":"Agreement that describes terms for shipping from the supplier site. A list of accepted values is defined in the lookup type FREIGHT TERMS. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Freight Terms Lookup task.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice",
"fnd:APPLCORE_VIEW_APPLICATION_ID":"0"
}
},
"AgingOnsetPointCode":{
"title":"Aging Onset Point",
"maxLength":30,
"type":"string",
"description":"Abbreviation that identifies the point where the supplier and the buying organization agree to begin to age consigned material. A list of accepted values is defined in the lookup type AGING_ONSET_POINT. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task.",
"nullable":true,
"x-queryable":false
},
"ExcludeTaxFromDiscount":{
"title":"Exclude Tax from Discount",
"maxLength":80,
"type":"string",
"description":"Determines whether to exclude tax when calculating the discount. Contains one of the following values: Y, exclude tax. N, include tax. D, use the default from the payables options to determine whether to exclude tax.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice"
}
},
"B2BCommunicationMethod":{
"title":"Enable B2B Messaging",
"maxLength":80,
"type":"string",
"description":"Attribute renamed as Enable B2B Messaging. Indicates if the application should communicate the documents during a business-to-business procurement transaction through common messaging framework for the supplier site.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice"
}
},
"GaplessInvoiceNumberingFlag":{
"title":"Gapless invoice numbering",
"maxLength":1,
"type":"boolean",
"description":"Contains one of the following values: true or false. If true, then the supplier site numbers their invoices so they are consecutive and do not include gaps. If false, then the supplier site does not use this numbering. The default value is false.",
"nullable":true,
"default":false,
"x-queryable":false,
"x-hints":{
"fnd:APPLCORE_SETID_LOOKUP_TYPE":"YES_NO",
"fnd:APPLCORE_VIEW_APPLICATION_ID":"0"
}
}
}
}
ネストされたスキーマ : サイト割当
タイプ: array
タイトル: Site Assignments
割当リソースは、サプライヤ・サイト割当を管理します。
ソースを表示
{
"title":"Site Assignments",
"type":"array",
"description":"The Assignments resource manages supplier site assignments.",
"items":{
"$ref":"#/components/schemas/suppliers-sites-assignments-item-response"
}
}
ネストされたスキーマ : 添付
タイプ: array
タイトル: Attachments
添付リソースは、サプライヤ・サイトの添付を管理します。
ソースを表示
{
"title":"Attachments",
"type":"array",
"description":"The Attachments resource manages attachments for a supplier site.",
"items":{
"$ref":"#/components/schemas/suppliers-sites-attachments-item-response"
}
}
ネストされたスキーマ : 仕入先サイトのフレックスフィールド
タイプ: array
タイトル: Flexfields for Supplier Sites
サプライヤ・サイト・リソースのフレックスフィールドは、サプライヤ・サイト付加フレックスフィールドを管理します。
ソースを表示
{
"title":"Flexfields for Supplier Sites",
"type":"array",
"description":"The Flexfields for Supplier Sites resource manages supplier site descriptive flexfields.",
"items":{
"$ref":"#/components/schemas/suppliers-sites-DFF-item-response"
},
"x-cardinality":"1"
}
ネストされたスキーマ : サプライヤ・サイトのグローバル・フレックスフィールド
タイプ: array
タイトル: Global Flexfields for Supplier Sites
サプライヤ・サイト・リソースのグローバル・フレックスフィールドは、サプライヤ・サイト・グローバル付加フレックスフィールドを管理します。
ソースを表示
- Array of: object Discriminator: __FLEX_Context
Discriminator: { "propertyName":"__FLEX_Context", "mapping":{ "FVxUSPOZSupplierSites":"#/components/schemas/oracle_apps_prc_poz_suppliers_flex_supplierSiteGDF_view_PozSupplierSiteGDFFVxUSPOZSupplierSitesVO-item-response", "JAxKRSupplierSiteWithholding":"#/components/schemas/oracle_apps_prc_poz_suppliers_flex_supplierSiteGDF_view_PozSupplierSiteGDFJAxKRSupplierSiteWithholdingVO-item-response", "JE_DE_Z4_REPORTING":"#/components/schemas/oracle_apps_prc_poz_suppliers_flex_supplierSiteGDF_view_PozSupplierSiteGDFJE__5FDE__5FZ4__5FREPORTINGVO-item-response", "JE_IL_WITHHOLDING":"#/components/schemas/oracle_apps_prc_poz_suppliers_flex_supplierSiteGDF_view_PozSupplierSiteGDFJE__5FIL__5FWITHHOLDINGVO-item-response", "JE_IT_DOC_CATEGORY":"#/components/schemas/oracle_apps_prc_poz_suppliers_flex_supplierSiteGDF_view_PozSupplierSiteGDFJE__5FIT__5FDOC__5FCATEGORYVO-item-response", "JExESOnlineVatReporting":"#/components/schemas/oracle_apps_prc_poz_suppliers_flex_supplierSiteGDF_view_PozSupplierSiteGDFJExESOnlineVatReportingVO-item-response", "JExRUAdditionalInfo":"#/components/schemas/oracle_apps_prc_poz_suppliers_flex_supplierSiteGDF_view_PozSupplierSiteGDFJExRUAdditionalInfoVO-item-response", "JExTRAdditionalInfo":"#/components/schemas/oracle_apps_prc_poz_suppliers_flex_supplierSiteGDF_view_PozSupplierSiteGDFJExTRAdditionalInfoVO-item-response", "JL_BR_APXVDMVD_SITES":"#/components/schemas/oracle_apps_prc_poz_suppliers_flex_supplierSiteGDF_view_PozSupplierSiteGDFJL__5FBR__5FAPXVDMVD__5FSITESVO-item-response", "JLxARSupplierSites":"#/components/schemas/oracle_apps_prc_poz_suppliers_flex_supplierSiteGDF_view_PozSupplierSiteGDFJLxARSupplierSitesVO-item-response", "JLxCOSupplierSites":"#/components/schemas/oracle_apps_prc_poz_suppliers_flex_supplierSiteGDF_view_PozSupplierSiteGDFJLxCOSupplierSitesVO-item-response" } }
{
"title":"Global Flexfields for Supplier Sites",
"type":"array",
"description":"The Global Flexfields for Supplier Sites resource manages supplier site global descriptive flexfields.",
"items":{
"$ref":"#/components/schemas/suppliers-sites-globalDFF-item-response"
},
"x-cardinality":"1"
}
ネストされたスキーマ : リンク
タイプ: array
タイトル: Links
リソース・インスタンスに関連付けられたリンク関係。
ソースを表示
{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
}
ネストされたスキーマ : 第三者支払関連
タイプ: array
タイトル: Third-Party Payment Relationships
サードパーティ支払関係リソースは、サプライヤ・サイト第三者関係を管理します。
ソースを表示
{
"title":"Third-Party Payment Relationships",
"type":"array",
"description":"The Third-Party Payment Relationships resource manages supplier site third-party relationships.",
"items":{
"$ref":"#/components/schemas/suppliers-sites-thirdPartyPaymentRelationships-item-response"
}
}
ネストされたスキーマ : suppliers-sites-assignments-item-response
タイプ: object
ソースを表示
{
"type":"object",
"properties":{
"CreationDate":{
"title":"Creation Date",
"type":"string",
"description":"Date when the user created the supplier record.",
"format":"date-time",
"nullable":false,
"readOnly":true,
"x-queryable":false
},
"ClientBU":{
"title":"Client BU",
"maxLength":240,
"type":"string",
"description":"Business unit that is a client of the procurement business unit where the supplier site resides.",
"nullable":true,
"x-hints":{
"controlType":"choice"
},
"x-queryable":true
},
"ClientBUId":{
"type":"integer",
"description":"Value that uniquely identifies the business unit that is a client of the procurement business unit where the supplier site resides.",
"format":"int64",
"nullable":true,
"x-hints":{
"precision":18,
"fnd:APPLCORE_SETID_DETERMINANT_TYPE":"BU"
},
"x-queryable":true
},
"WithholdingTaxGroup":{
"title":"Withholding Tax Group",
"maxLength":25,
"type":"string",
"description":"Describes the withholding tax group that the application assigned to the supplier site assignment.",
"nullable":true,
"x-hints":{
"controlType":"choice"
},
"x-queryable":true
},
"BillPayableDistributionId":{
"title":"Bill Payable Distribution",
"type":"integer",
"description":"Value that uniquely identifies the distribution of the bills that are payable for the supplier site.",
"nullable":true,
"x-hints":{
"FND_ACFF_CCID":"FDPmtKFFVA"
},
"x-queryable":true
},
"PrepaymentDistributionId":{
"title":"Prepayment Distribution",
"type":"integer",
"description":"Value that uniquely identifies the distribution of the prepayments for the supplier site.",
"nullable":true,
"x-hints":{
"FND_ACFF_CCID":"PrepayKFFVA"
},
"x-queryable":true
},
"BillToLocationId":{
"type":"integer",
"description":"Values that uniquely identifies the default billing location on purchasing documents for the bill-to business unit that the user selects.",
"nullable":true,
"x-hints":{
"fnd:APPLCORE_SETID_DETERMINANT_ATTR":"BillToBuId"
},
"x-queryable":true
},
"PrepaymentDistribution":{
"title":"Prepayment Distribution",
"type":"string",
"description":"Prepayment distribution of the prepayments for the supplier site.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"dependencies":[
"ChartOfAccountsId"
]
}
},
"UseWithholdingTaxFlag":{
"title":"Use Withholding Tax",
"maxLength":1,
"type":"boolean",
"description":"Contains one of the following values: true or false. If true, then the withholding tax is applicable to the supplier assignment. If false, then withholding tax is not applicable. The default value is false.",
"nullable":true,
"x-queryable":true
},
"LiabilityDistributionId":{
"title":"Liability Distribution",
"type":"integer",
"description":"Value that uniquely identifies the liability distribution of new invoices for the supplier site.",
"nullable":true,
"x-hints":{
"FND_ACFF_CCID":"AcctsPayKFFVA"
},
"x-queryable":true
},
"AssignmentId":{
"type":"integer",
"description":"Value that uniquely identifies the supplier site assignment.",
"nullable":false,
"x-hints":{
"fnd:GLOBALLY_UNIQUE":"true"
},
"x-queryable":true
},
"ShipToLocationCode":{
"title":"Ship-to Location",
"maxLength":150,
"type":"string",
"description":"Abbreviation that identifies the ship to location. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Locations task.",
"nullable":true,
"x-hints":{
"controlType":"choice"
},
"x-queryable":true
},
"links":{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
},
"BillToLocation":{
"title":"Bill-to Location",
"maxLength":60,
"type":"string",
"description":"Default billing location on purchasing documents for the bill-to business unit that the user selects.",
"nullable":false,
"readOnly":true,
"x-queryable":true
},
"Status":{
"type":"string",
"description":"Status of the supplier site assignment.",
"nullable":true,
"readOnly":true,
"x-hints":{
"dependencies":[
"InactiveDate"
]
},
"x-queryable":true
},
"LastUpdatedBy":{
"title":"Last Updated By",
"maxLength":64,
"type":"string",
"description":"User who most recently updated the supplier record.",
"nullable":false,
"readOnly":true,
"x-queryable":false
},
"InactiveDate":{
"title":"Inactive Date",
"type":"string",
"description":"Date when the supplier site assignment is no longer active.",
"format":"date",
"nullable":true,
"x-queryable":true
},
"DistributionSet":{
"title":"Distribution Set",
"maxLength":50,
"type":"string",
"description":"Distribution set that determines the distribution on invoices for the supplier site.",
"nullable":true,
"x-hints":{
"controlType":"choice"
},
"x-queryable":true
},
"CreatedBy":{
"title":"Created By",
"maxLength":64,
"type":"string",
"description":"User who created the supplier record.",
"nullable":false,
"readOnly":true,
"x-queryable":false
},
"BillToBUId":{
"type":"integer",
"description":"Value that uniquely identifies the business unit that the application uses for billing instead of the client business unit that the user selects.",
"format":"int64",
"nullable":true,
"x-hints":{
"precision":18,
"fnd:APPLCORE_SETID_DETERMINANT_TYPE":"BU"
},
"x-queryable":true
},
"ShipToLocationId":{
"type":"integer",
"description":"Value that uniquely identifies the default shipping location on the purchasing document for the client business unit.",
"nullable":true,
"x-hints":{
"fnd:APPLCORE_SETID_DETERMINANT_ATTR":"BuId"
},
"x-queryable":true
},
"DistributionSetId":{
"title":"Distribution Set",
"type":"integer",
"description":"Value that uniquely identifies the distribution set that determines the distribution on invoices for the supplier site.",
"nullable":true,
"x-queryable":true
},
"BillPayableDistribution":{
"title":"Bill Payable Distribution",
"type":"string",
"description":"Distribution of the bills that are payable for the supplier site.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"dependencies":[
"ChartOfAccountsId"
]
}
},
"BillToLocationCode":{
"title":"Bill-to Location",
"maxLength":150,
"type":"string",
"description":"Abbreviation that identifies the bill to location. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Locations task.",
"nullable":true,
"x-hints":{
"controlType":"choice"
},
"x-queryable":true
},
"WithholdingTaxGroupId":{
"type":"integer",
"description":"Value that uniquely identifies the tax group that the application uses to assign the site to withhold tax.",
"format":"int64",
"nullable":true,
"x-hints":{
"precision":18
},
"x-queryable":true
},
"ChartOfAccountsId":{
"type":"integer",
"description":"Value that uniquely identifies the chart of account.",
"format":"int64",
"nullable":false,
"readOnly":true,
"x-hints":{
"FND_ACFF_StructureID":"AcctsPayKFFVA",
"precision":18
},
"x-queryable":true
},
"ShipToLocation":{
"title":"Ship-to Location",
"maxLength":60,
"type":"string",
"description":"Default shipping location on the purchasing document for the client business unit.",
"nullable":false,
"readOnly":true,
"x-queryable":true
},
"BillToBU":{
"title":"Bill-to BU",
"maxLength":240,
"type":"string",
"description":"Business unit that the application uses for billing instead of the client business unit that the user selects.",
"nullable":true,
"x-hints":{
"controlType":"choice"
},
"x-queryable":true
},
"LiabilityDistribution":{
"title":"Liability Distribution",
"type":"string",
"description":"The liability distribution of new invoices for the supplier site.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"dependencies":[
"ChartOfAccountsId"
]
}
},
"LastUpdateDate":{
"title":"Last Updated Date",
"type":"string",
"description":"Date and time when the user most recently updated the supplier record.",
"format":"date-time",
"nullable":false,
"readOnly":true,
"x-queryable":false
}
}
}
ネストされたスキーマ : リンク
タイプ: array
タイトル: Links
リソース・インスタンスに関連付けられたリンク関係。
ソースを表示
{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
}
ネストされたスキーマ : リンク
タイプ: object
ソースを表示
-
href: string
タイトル: hyperlink reference
関連リソースへのURI。
-
kind: string
タイトル: kind
許可された値: [ "collection", "item", "describe", "other" ]
関連リソースの種類。
-
name: string
タイトル: name
関連リソースへのリンクの名前。
-
properties: object properties
-
rel: string
タイトル: relation
許可された値: [ "self", "lov", "parent", "canonical", "child", "enclosure", "action", "custom" ]
リソース・インスタンスとの関係の名前。 例: 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."
}
}
}
}
}
ネストされたスキーマ : プロパティ
タイプ: object
ソースを表示
{
"type":"object",
"properties":{
"changeIndicator":{
"type":"string",
"description":"Change indicator or the ETag value of the resource instance."
}
}
}
ネストされたスキーマ : suppliers-sites-attachments-item-response
タイプ: object
ソースを表示
{
"type":"object",
"properties":{
"CreationDate":{
"title":"Creation Date",
"type":"string",
"description":"Date when the user created the attachment record.",
"format":"date-time",
"nullable":false,
"readOnly":true,
"x-hints":{
"includeInCompactView":true
},
"x-queryable":true
},
"Description":{
"title":"Description",
"maxLength":255,
"type":"string",
"description":"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":"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":"URI (Uniform Resource Identifier) that identifies the attachment.",
"nullable":true,
"x-hints":{
"includeInCompactView":true,
"fnd:FND_AUDIT_ATTR_ENABLED":"false"
},
"x-queryable":true
},
"Url":{
"title":"Url",
"maxLength":4000,
"type":"string",
"description":"URI (Uniform Resource Identifier) that identifies the attachment.",
"nullable":true,
"x-hints":{
"includeInCompactView":true,
"fnd:FND_AUDIT_ATTR_ENABLED":"true"
},
"x-queryable":true
},
"DmDocumentId":{
"maxLength":255,
"type":"string",
"description":"Value that uniquely identifies the attached document.",
"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":"Value that uniquely identifies the attachment of a question. It is a primary key that the application creates when the user attaches a document to the question.",
"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":"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":"Sign in details for the user who created the attachment for the question.",
"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":"Length 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":"Number that identifies the version of the attached document.",
"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":"Sign in details of the user who most recently updated the document that a user attached to the question.",
"nullable":false,
"readOnly":true,
"x-hints":{
"includeInCompactView":true
},
"x-queryable":true
},
"ErrorStatusMessage":{
"title":"Error Status Message",
"type":"string",
"description":"Text of 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":"Sign in details that the user used when adding or modifying 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":"User who created the attachment.",
"nullable":false,
"readOnly":true,
"x-hints":{
"includeInCompactView":true
},
"x-queryable":true
},
"DatatypeCode":{
"title":"Type",
"maxLength":30,
"type":"string",
"description":"Abbreviation that identifies the data type.",
"nullable":false,
"default":"FILE",
"x-hints":{
"includeInCompactView":true,
"fnd:FND_AUDIT_ATTR_ENABLED":"true"
},
"x-queryable":true
},
"Title":{
"title":"Title",
"type":"string",
"description":"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":"Sign in details for the user used who updated the attachment for the question.",
"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":"Name of the attachment file.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"includeInCompactView":true,
"fnd:FND_AUDIT_ATTR_ENABLED":"false"
}
},
"FileUrl":{
"title":"File Url",
"type":"string",
"description":"URL (Uniform Resource Locator) of the attachment.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"includeInCompactView":true,
"fnd:FND_AUDIT_ATTR_ENABLED":"false"
}
},
"ContentRepositoryFileShared":{
"title":"Shared",
"type":"boolean",
"description":"Contains one of the following values: true or false. If true, then the attachment is shared. If false, then the attachment is not shared. The default value is false.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"includeInCompactView":true,
"fnd:FND_AUDIT_ATTR_ENABLED":"false"
}
},
"FileContents":{
"title":"File Contents",
"type":"string",
"description":"Contents of the attachment.",
"format":"byte",
"nullable":true,
"x-queryable":false,
"x-hints":{
"XML_ELEMENT":"#hide"
}
},
"ExpirationDate":{
"title":"Expiration Date",
"type":"string",
"description":"Date when the content in the attachment expires.",
"format":"date-time",
"nullable":true,
"x-hints":{
"includeInCompactView":true
},
"x-queryable":true
},
"ErrorStatusCode":{
"title":"Error Status Code",
"type":"string",
"description":"Abbreviation that identifies 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":"Folder path of the attachment.",
"nullable":true,
"x-hints":{
"includeInCompactView":true,
"fnd:FND_AUDIT_ATTR_ENABLED":"true"
},
"x-queryable":true
},
"UploadedText":{
"title":"Uploaded Text",
"type":"string",
"description":"Text of the attachment.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"includeInCompactView":true,
"fnd:FND_AUDIT_ATTR_ENABLED":"false"
}
},
"CategoryName":{
"title":"Category",
"maxLength":30,
"type":"string",
"description":"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":"Date and time when the user most recently updated the document that a user attached to the question.",
"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":"An identifier used for tracking the uploaded files.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"PAYLOADHINT":"Show"
}
}
}
}
ネストされたスキーマ : リンク
タイプ: array
タイトル: Links
リソース・インスタンスに関連付けられたリンク関係。
ソースを表示
{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
}
ネストされたスキーマ : suppliers-sites-DFF-item-response
タイプ: object
ソースを表示
{
"type":"object",
"properties":{
"VendorSiteId":{
"type":"integer",
"description":"Value that uniquely identifies the supplier site.",
"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":"Attribute Value",
"type":"string",
"description":"Descriptive flexfield context display value for supplier sites.",
"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":"HIDDEN"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
},
"x-queryable":true
},
"__FLEX_Context":{
"title":"Attribute Value",
"maxLength":30,
"type":"string",
"description":"Descriptive flexfield context name for supplier sites.",
"nullable":true,
"x-hints":{
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"_FLEX_ContextValueSet_Internal#INDEPENDENT",
"controlType":"choice",
"FND_ACFF_AkaAttrName":"__FLEX_Context_DisplayValue",
"includeInCompactView":true,
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"1024",
"FND_ACFF_PreferredDisplayType":"HIDDEN"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
},
"x-queryable":true
}
}
}
ネストされたスキーマ : リンク
タイプ: array
タイトル: Links
リソース・インスタンスに関連付けられたリンク関係。
ソースを表示
{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
}
ネストされたスキーマ : 識別子 : __FLEX_Context
タイプ: object
識別子: __FLEX_Context
識別子の値
{
"discriminator":{
"propertyName":"__FLEX_Context",
"mapping":{
"FVxUSPOZSupplierSites":"#/components/schemas/oracle_apps_prc_poz_suppliers_flex_supplierSiteGDF_view_PozSupplierSiteGDFFVxUSPOZSupplierSitesVO-item-response",
"JAxKRSupplierSiteWithholding":"#/components/schemas/oracle_apps_prc_poz_suppliers_flex_supplierSiteGDF_view_PozSupplierSiteGDFJAxKRSupplierSiteWithholdingVO-item-response",
"JE_DE_Z4_REPORTING":"#/components/schemas/oracle_apps_prc_poz_suppliers_flex_supplierSiteGDF_view_PozSupplierSiteGDFJE__5FDE__5FZ4__5FREPORTINGVO-item-response",
"JE_IL_WITHHOLDING":"#/components/schemas/oracle_apps_prc_poz_suppliers_flex_supplierSiteGDF_view_PozSupplierSiteGDFJE__5FIL__5FWITHHOLDINGVO-item-response",
"JE_IT_DOC_CATEGORY":"#/components/schemas/oracle_apps_prc_poz_suppliers_flex_supplierSiteGDF_view_PozSupplierSiteGDFJE__5FIT__5FDOC__5FCATEGORYVO-item-response",
"JExESOnlineVatReporting":"#/components/schemas/oracle_apps_prc_poz_suppliers_flex_supplierSiteGDF_view_PozSupplierSiteGDFJExESOnlineVatReportingVO-item-response",
"JExRUAdditionalInfo":"#/components/schemas/oracle_apps_prc_poz_suppliers_flex_supplierSiteGDF_view_PozSupplierSiteGDFJExRUAdditionalInfoVO-item-response",
"JExTRAdditionalInfo":"#/components/schemas/oracle_apps_prc_poz_suppliers_flex_supplierSiteGDF_view_PozSupplierSiteGDFJExTRAdditionalInfoVO-item-response",
"JL_BR_APXVDMVD_SITES":"#/components/schemas/oracle_apps_prc_poz_suppliers_flex_supplierSiteGDF_view_PozSupplierSiteGDFJL__5FBR__5FAPXVDMVD__5FSITESVO-item-response",
"JLxARSupplierSites":"#/components/schemas/oracle_apps_prc_poz_suppliers_flex_supplierSiteGDF_view_PozSupplierSiteGDFJLxARSupplierSitesVO-item-response",
"JLxCOSupplierSites":"#/components/schemas/oracle_apps_prc_poz_suppliers_flex_supplierSiteGDF_view_PozSupplierSiteGDFJLxCOSupplierSitesVO-item-response"
}
},
"oneOf":[
{
"$ref":"#/components/schemas/oracle_apps_prc_poz_suppliers_flex_supplierSiteGDF_view_PozSupplierSiteGDFFVxUSPOZSupplierSitesVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_prc_poz_suppliers_flex_supplierSiteGDF_view_PozSupplierSiteGDFJAxKRSupplierSiteWithholdingVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_prc_poz_suppliers_flex_supplierSiteGDF_view_PozSupplierSiteGDFJE__5FDE__5FZ4__5FREPORTINGVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_prc_poz_suppliers_flex_supplierSiteGDF_view_PozSupplierSiteGDFJE__5FIL__5FWITHHOLDINGVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_prc_poz_suppliers_flex_supplierSiteGDF_view_PozSupplierSiteGDFJE__5FIT__5FDOC__5FCATEGORYVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_prc_poz_suppliers_flex_supplierSiteGDF_view_PozSupplierSiteGDFJExESOnlineVatReportingVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_prc_poz_suppliers_flex_supplierSiteGDF_view_PozSupplierSiteGDFJExRUAdditionalInfoVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_prc_poz_suppliers_flex_supplierSiteGDF_view_PozSupplierSiteGDFJExTRAdditionalInfoVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_prc_poz_suppliers_flex_supplierSiteGDF_view_PozSupplierSiteGDFJL__5FBR__5FAPXVDMVD__5FSITESVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_prc_poz_suppliers_flex_supplierSiteGDF_view_PozSupplierSiteGDFJLxARSupplierSitesVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_prc_poz_suppliers_flex_supplierSiteGDF_view_PozSupplierSiteGDFJLxCOSupplierSitesVO-item-response"
}
]
}
1つのスキーマに一致
ソースを表示
{
"discriminator":{
"propertyName":"__FLEX_Context",
"mapping":{
"FVxUSPOZSupplierSites":"#/components/schemas/oracle_apps_prc_poz_suppliers_flex_supplierSiteGDF_view_PozSupplierSiteGDFFVxUSPOZSupplierSitesVO-item-response",
"JAxKRSupplierSiteWithholding":"#/components/schemas/oracle_apps_prc_poz_suppliers_flex_supplierSiteGDF_view_PozSupplierSiteGDFJAxKRSupplierSiteWithholdingVO-item-response",
"JE_DE_Z4_REPORTING":"#/components/schemas/oracle_apps_prc_poz_suppliers_flex_supplierSiteGDF_view_PozSupplierSiteGDFJE__5FDE__5FZ4__5FREPORTINGVO-item-response",
"JE_IL_WITHHOLDING":"#/components/schemas/oracle_apps_prc_poz_suppliers_flex_supplierSiteGDF_view_PozSupplierSiteGDFJE__5FIL__5FWITHHOLDINGVO-item-response",
"JE_IT_DOC_CATEGORY":"#/components/schemas/oracle_apps_prc_poz_suppliers_flex_supplierSiteGDF_view_PozSupplierSiteGDFJE__5FIT__5FDOC__5FCATEGORYVO-item-response",
"JExESOnlineVatReporting":"#/components/schemas/oracle_apps_prc_poz_suppliers_flex_supplierSiteGDF_view_PozSupplierSiteGDFJExESOnlineVatReportingVO-item-response",
"JExRUAdditionalInfo":"#/components/schemas/oracle_apps_prc_poz_suppliers_flex_supplierSiteGDF_view_PozSupplierSiteGDFJExRUAdditionalInfoVO-item-response",
"JExTRAdditionalInfo":"#/components/schemas/oracle_apps_prc_poz_suppliers_flex_supplierSiteGDF_view_PozSupplierSiteGDFJExTRAdditionalInfoVO-item-response",
"JL_BR_APXVDMVD_SITES":"#/components/schemas/oracle_apps_prc_poz_suppliers_flex_supplierSiteGDF_view_PozSupplierSiteGDFJL__5FBR__5FAPXVDMVD__5FSITESVO-item-response",
"JLxARSupplierSites":"#/components/schemas/oracle_apps_prc_poz_suppliers_flex_supplierSiteGDF_view_PozSupplierSiteGDFJLxARSupplierSitesVO-item-response",
"JLxCOSupplierSites":"#/components/schemas/oracle_apps_prc_poz_suppliers_flex_supplierSiteGDF_view_PozSupplierSiteGDFJLxCOSupplierSitesVO-item-response"
}
},
"oneOf":[
{
"$ref":"#/components/schemas/oracle_apps_prc_poz_suppliers_flex_supplierSiteGDF_view_PozSupplierSiteGDFFVxUSPOZSupplierSitesVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_prc_poz_suppliers_flex_supplierSiteGDF_view_PozSupplierSiteGDFJAxKRSupplierSiteWithholdingVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_prc_poz_suppliers_flex_supplierSiteGDF_view_PozSupplierSiteGDFJE__5FDE__5FZ4__5FREPORTINGVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_prc_poz_suppliers_flex_supplierSiteGDF_view_PozSupplierSiteGDFJE__5FIL__5FWITHHOLDINGVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_prc_poz_suppliers_flex_supplierSiteGDF_view_PozSupplierSiteGDFJE__5FIT__5FDOC__5FCATEGORYVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_prc_poz_suppliers_flex_supplierSiteGDF_view_PozSupplierSiteGDFJExESOnlineVatReportingVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_prc_poz_suppliers_flex_supplierSiteGDF_view_PozSupplierSiteGDFJExRUAdditionalInfoVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_prc_poz_suppliers_flex_supplierSiteGDF_view_PozSupplierSiteGDFJExTRAdditionalInfoVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_prc_poz_suppliers_flex_supplierSiteGDF_view_PozSupplierSiteGDFJL__5FBR__5FAPXVDMVD__5FSITESVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_prc_poz_suppliers_flex_supplierSiteGDF_view_PozSupplierSiteGDFJLxARSupplierSitesVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_prc_poz_suppliers_flex_supplierSiteGDF_view_PozSupplierSiteGDFJLxCOSupplierSitesVO-item-response"
}
]
}
ネストされたスキーマ : oracle_apps_prc_poz_suppliers_flex_supplierSiteGDF_view_PozSupplierSiteGDFFVxUSPOZSupplierSitesVO-item-response
タイプ: object
ソースを表示
{
"type":"object",
"properties":{
"defaultTradingPartnerTas":{
"title":"Default Trading Partner TAS",
"type":"number",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"defaultTradingPartnerTas_Display",
"FND_ACFF_PartialTarget":"limitTradingPartnerTas limitTradingPartnerTas limitTradingPartnerTas limitTradingPartnerTas",
"FND_ACFF_OpenIdentifier":"defaultTradingPartnerTas",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind1_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind5_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind7_JT":"java.lang.String",
"FND_ACFF_ValueSetInfo":"ORA_FV_DEFAULT_TP_TAS#TABLE",
"FlexClientVar_flex_vst_bind4_RQ":"true",
"FlexClientDisplayHint":"Show",
"FlexClientVar_flex_vst_bind4_VT":"PARAMETER.FV_FED_NON_FED",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.FV_FED_NON_FED",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FlexClientVar_flex_vst_bind6_VT":"PARAMETER.FV_TP_AGENCY_ID",
"FlexClientVar_flex_vst_bind6_RQ":"true",
"FlexClientVar_flex_vst_bind8_RQ":"true",
"FlexClientVar_flex_vst_bind8_VT":"PARAMETER.FV_FED_NON_FED",
"FND_ACFF_PreferredDisplayType":"LOV",
"DISPLAYHINT":"Hide",
"FlexClientVar_flex_vst_bind4_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind6_JT":"java.lang.String",
"FND_ACFF_SegmentName":"DefaultTradingPartnerTAS",
"FlexClientVar_flex_vst_bind10_VT":"PARAMETER.FV_FED_NON_FED",
"FlexClientVar_flex_vst_bind8_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind10_RQ":"true",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FlexClientVar_flex_vst_bind9_JT":"java.lang.String",
"includeInCompactView":true,
"FlexClientVar_flex_vst_bind3_VT":"SEGMENT.limitTradingPartnerTas",
"FlexClientVar_flex_vst_bind5_RQ":"true",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind1_VT":"SEGMENT.limitTradingPartnerTas",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind7_RQ":"true",
"FlexClientVar_flex_vst_bind5_VT":"PARAMETER.FV_TP_AGENCY_ID",
"FlexClientVar_flex_vst_bind10_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind7_VT":"SEGMENT.limitTradingPartnerTas",
"FlexClientVar_flex_vst_bind9_RQ":"true",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind4,flex_vst_bind5,flex_vst_bind6,flex_vst_bind10,flex_vst_bind7,flex_vst_bind8,flex_vst_bind9,flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_DependsOnAttributes":"limitTradingPartnerTas",
"FlexClientVar_flex_vst_bind9_VT":"SEGMENT.limitTradingPartnerTas"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"eftIndicator":{
"title":"EFT Indicator",
"maxLength":150,
"type":"string",
"nullable":true,
"x-hints":{
"updateable":"false",
"FND_ACFF_ValueSetInfo":"ORA_FV_4_CHAR#FORMAT_ONLY",
"FND_ACFF_IsReadOnly":"true",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"eftIndicator",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"4",
"FND_ACFF_SegmentName":"EFTIndicator",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"divisionName":{
"title":"Division Name",
"maxLength":150,
"type":"string",
"nullable":true,
"x-hints":{
"updateable":"false",
"FND_ACFF_ValueSetInfo":"ORA_FV_150_CHAR#FORMAT_ONLY",
"FND_ACFF_IsReadOnly":"true",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"divisionName",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"150",
"FND_ACFF_SegmentName":"DivisionName",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"limitTradingPartnerTas":{
"title":"Limit Trading Partner TAS to AID",
"maxLength":150,
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"limitTradingPartnerTas_Display",
"FND_ACFF_IsReferenced":"true",
"DISPLAYHINT":"Hide",
"FND_ACFF_OpenIdentifier":"limitTradingPartnerTas",
"FlexClientVar_flex_vst_bind1_JT":"java.lang.String",
"FND_ACFF_SegmentName":"LimitTradingPartnerTAS",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_ValueSetInfo":"ORA_FV_LMT_TP_TAS_YES_NO#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.FV_FED_NON_FED",
"FND_ACFF_JavaType":"java.lang.String",
"FlexClientVsBindVars":"flex_vst_bind1",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"samComment":{
"title":"Comment",
"maxLength":150,
"type":"string",
"nullable":true,
"x-hints":{
"updateable":"false",
"FND_ACFF_ValueSetInfo":"ORA_FV_150_CHAR#FORMAT_ONLY",
"FND_ACFF_IsReadOnly":"true",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"samComment",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"150",
"FND_ACFF_SegmentName":"SAM Comment",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"dbaName":{
"title":"DBA Name",
"maxLength":150,
"type":"string",
"nullable":true,
"x-hints":{
"updateable":"false",
"FND_ACFF_ValueSetInfo":"ORA_FV_150_CHAR#FORMAT_ONLY",
"FND_ACFF_IsReadOnly":"true",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"dbaName",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"150",
"FND_ACFF_SegmentName":"DBAName",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"samRegistrationStatus":{
"title":"SAM Registration Status",
"maxLength":150,
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"samRegistrationStatus_Display",
"updateable":"false",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"ORA_FV_SAM_STATUS#TABLE",
"FND_ACFF_IsReadOnly":"true",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_OpenIdentifier":"samRegistrationStatus",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_SegmentName":"SAMRegistrationStatus",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"samSynchronizedDate":{
"title":"SAM Synchronized Date",
"type":"string",
"format":"date",
"nullable":true,
"x-hints":{
"updateable":"false",
"FND_ACFF_ValueSetInfo":"ORA_FV_DATE#FORMAT_ONLY",
"controlType":"date",
"FND_ACFF_IsReadOnly":"true",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"samSynchronizedDate",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_SegmentName":"SAMSynchronizedDate",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"debarred":{
"title":"Debarred",
"maxLength":150,
"type":"string",
"nullable":true,
"x-hints":{
"updateable":"false",
"FND_ACFF_ValueSetInfo":"ORA_FV_150_CHAR#FORMAT_ONLY",
"FND_ACFF_IsReadOnly":"true",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"debarred",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"150",
"FND_ACFF_SegmentName":"Debarred",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"samRegistrationExpirationDate":{
"title":"SAM Registration Expiration Date",
"type":"string",
"format":"date",
"nullable":true,
"x-hints":{
"updateable":"false",
"FND_ACFF_ValueSetInfo":"ORA_FV_DATE#FORMAT_ONLY",
"controlType":"date",
"FND_ACFF_IsReadOnly":"true",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"samRegistrationExpirationDate",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_SegmentName":"SAMRegistrationExpirDate",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"cageOrNcageCode":{
"title":"CAGE / NCAGE Code",
"maxLength":150,
"type":"string",
"nullable":true,
"x-hints":{
"updateable":"false",
"FND_ACFF_ValueSetInfo":"ORA_FV_150_CHAR#FORMAT_ONLY",
"FND_ACFF_IsReadOnly":"true",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"cageOrNcageCode",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"150",
"FND_ACFF_SegmentName":"cageOrNcageCode",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"samRegistrationStatus_Display":{
"title":"SAM Registration Status",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"samRegistrationStatus",
"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"
}
}
},
"smallOtherThanSmall":{
"title":"Small / Other Than Small",
"maxLength":150,
"type":"string",
"nullable":true,
"x-hints":{
"updateable":"false",
"FND_ACFF_ValueSetInfo":"ORA_FV_150_CHAR#FORMAT_ONLY",
"FND_ACFF_IsReadOnly":"true",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"smallOtherThanSmall",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"150",
"FND_ACFF_SegmentName":"smallOtherThanSmall",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"VendorSiteId":{
"type":"integer",
"description":"Value that uniquely identifies the supplier site.",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18,
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"limitTradingPartnerTas_Display":{
"title":"Limit Trading Partner TAS to AID",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"limitTradingPartnerTas",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_IsReferenced":"true",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.FV_FED_NON_FED",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVar_flex_vst_bind1_JT":"java.lang.String",
"FlexClientVsBindVars":"flex_vst_bind1",
"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":"Global descriptive flexfield context display value for supplier sites.",
"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"
}
}
},
"defaultTradingPartnerTas_Display":{
"title":"Default Trading Partner TAS",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_PartialTarget":"limitTradingPartnerTas limitTradingPartnerTas limitTradingPartnerTas limitTradingPartnerTas",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind1_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind5_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind7_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind4_RQ":"true",
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind4_VT":"PARAMETER.FV_FED_NON_FED",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.FV_FED_NON_FED",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FlexClientVar_flex_vst_bind6_VT":"PARAMETER.FV_TP_AGENCY_ID",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVar_flex_vst_bind6_RQ":"true",
"FlexClientVar_flex_vst_bind8_RQ":"true",
"FlexClientVar_flex_vst_bind8_VT":"PARAMETER.FV_FED_NON_FED",
"FND_ACFF_PreferredDisplayType":"LOV",
"FND_ACFF_SegmentAttributeName":"defaultTradingPartnerTas",
"FlexClientVar_flex_vst_bind4_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind6_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind10_VT":"PARAMETER.FV_FED_NON_FED",
"FlexClientVar_flex_vst_bind8_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind10_RQ":"true",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FlexClientVar_flex_vst_bind9_JT":"java.lang.String",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientVar_flex_vst_bind3_VT":"SEGMENT.limitTradingPartnerTas",
"FlexClientVar_flex_vst_bind5_RQ":"true",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind1_VT":"SEGMENT.limitTradingPartnerTas",
"FND_ACFF_JavaType":"java.lang.String",
"FlexClientVar_flex_vst_bind7_RQ":"true",
"FlexClientVar_flex_vst_bind5_VT":"PARAMETER.FV_TP_AGENCY_ID",
"FlexClientVar_flex_vst_bind10_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind7_VT":"SEGMENT.limitTradingPartnerTas",
"FlexClientVar_flex_vst_bind9_RQ":"true",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind4,flex_vst_bind5,flex_vst_bind6,flex_vst_bind10,flex_vst_bind7,flex_vst_bind8,flex_vst_bind9,flex_vst_bind1,flex_vst_bind2",
"FlexClientVar_flex_vst_bind9_VT":"SEGMENT.limitTradingPartnerTas"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"agencyLocationCode":{
"title":"Agency Location Code",
"maxLength":150,
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"ORA_FV_SS_ALC#TABLE",
"controlType":"combo_lov",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"agencyLocationCode",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_SegmentName":"AgencyLocationCode",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"samSite_Display":{
"title":"SAM Site",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"samSite",
"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"
}
}
},
"legalBusinessName":{
"title":"Legal Business Name",
"maxLength":150,
"type":"string",
"nullable":true,
"x-hints":{
"updateable":"false",
"FND_ACFF_ValueSetInfo":"ORA_FV_150_CHAR#FORMAT_ONLY",
"FND_ACFF_IsReadOnly":"true",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"legalBusinessName",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"150",
"FND_ACFF_SegmentName":"LegalBusinessName",
"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"
}
},
"uniqueEntityIdentifier":{
"title":"Unique Entity Identifier",
"maxLength":150,
"type":"string",
"nullable":true,
"x-hints":{
"updateable":"false",
"FND_ACFF_ValueSetInfo":"ORA_FV_12_CHAR#FORMAT_ONLY",
"FND_ACFF_IsReadOnly":"true",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"uniqueEntityIdentifier",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"12",
"FND_ACFF_SegmentName":"UniqueEntityIdentifier",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"samSite":{
"title":"SAM Site",
"maxLength":150,
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"samSite_Display",
"updateable":"false",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"ORA_FV_YES_NO#TABLE",
"FND_ACFF_IsReadOnly":"true",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_OpenIdentifier":"samSite",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_SegmentName":"SAMSite",
"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":"Global descriptive flexfield context name for supplier sites.",
"nullable":true,
"default":"FVxUSPOZSupplierSites",
"x-hints":{
"FND_ACFF_AkaAttrName":"__FLEX_Context_DisplayValue",
"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"
}
}
}
}
}
ネストされたスキーマ : oracle_apps_prc_poz_suppliers_flex_supplierSiteGDF_view_PozSupplierSiteGDFJAxKRSupplierSiteWithholdingVO-item-response
タイプ: object
ソースを表示
{
"type":"object",
"properties":{
"VendorSiteId":{
"type":"integer",
"description":"Value that uniquely identifies the supplier site.",
"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_DisplayValue":{
"title":"Regional Information",
"type":"string",
"description":"Global descriptive flexfield context display value for supplier sites.",
"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":"Global descriptive flexfield context name for supplier sites.",
"nullable":true,
"default":"JAxKRSupplierSiteWithholding",
"x-hints":{
"FND_ACFF_AkaAttrName":"__FLEX_Context_DisplayValue",
"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"
}
}
},
"taxablePerson":{
"title":"Taxable Person",
"maxLength":150,
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JG_CHARACTER_L30#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"taxablePerson",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"30",
"FND_ACFF_SegmentName":"TaxablePerson",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
}
}
}
ネストされたスキーマ : oracle_apps_prc_poz_suppliers_flex_supplierSiteGDF_view_PozSupplierSiteGDFJE__5FDE__5FZ4__5FREPORTINGVO-item-response
タイプ: object
ソースを表示
{
"type":"object",
"properties":{
"VendorSiteId":{
"type":"integer",
"description":"Value that uniquely identifies the supplier site.",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18,
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"_Record__Type_Display":{
"title":"Record Type",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_Record__Type",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"links":{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
},
"_Record__Type":{
"title":"Record Type",
"maxLength":150,
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_Record__Type_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"JEDE_Z4_REPORTING_RECORD_TYPE#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_SegmentName":"Record Type",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context_DisplayValue":{
"title":"Regional Information",
"type":"string",
"description":"Global descriptive flexfield context display value for supplier sites.",
"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":"Global descriptive flexfield context name for supplier sites.",
"nullable":true,
"default":"JE_DE_Z4_REPORTING",
"x-hints":{
"FND_ACFF_AkaAttrName":"__FLEX_Context_DisplayValue",
"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"
}
}
}
}
}
ネストされたスキーマ : oracle_apps_prc_poz_suppliers_flex_supplierSiteGDF_view_PozSupplierSiteGDFJE__5FIL__5FWITHHOLDINGVO-item-response
タイプ: object
ソースを表示
{
"type":"object",
"properties":{
"_Occupation__Description":{
"title":"Occupation Description",
"maxLength":150,
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_Occupation__Description_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"ORA_JEIL_OCCUPATION#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_SegmentName":"Occupation Description",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Book__Keeping__Certificate":{
"title":"Bookkeeping Certificate",
"maxLength":150,
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_Book__Keeping__Certificate_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"ORA_JEIL_BOOKKEEP_CERTIF#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_SegmentName":"Book Keeping Certificate",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Occupation__Description_Display":{
"title":"Occupation Description",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_Occupation__Description",
"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"
}
}
},
"_Include__in__Withholding__Reporti_Display":{
"title":"Included in SHAAM List",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_Include__in__Withholding__Reporti",
"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"
}
}
},
"_Book__Keeping__Certificate__Expir":{
"title":"Bookkeeping Certificate Expiry Date",
"type":"string",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JEES_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_SegmentName":"Book Keeping Certificate Expir",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Withholding__Tax__Report__Group":{
"title":"Withholding Tax Report Group",
"maxLength":150,
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_Withholding__Tax__Report__Group_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"ORA_JEIL_WHT_TAX_REPORT_GROUP#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_SegmentName":"Withholding Tax Report Group",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Organization__Type_Display":{
"title":"Organization Type",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_Organization__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"
}
}
},
"_Tax__Officer__Number_Display":{
"title":"Tax Officer Number",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_Tax__Officer__Number",
"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"
}
}
},
"VendorSiteId":{
"type":"integer",
"description":"Value that uniquely identifies the supplier site.",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18,
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"_Include__in__Withholding__Reporti":{
"title":"Included in SHAAM List",
"maxLength":150,
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_Include__in__Withholding__Reporti_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"JE_YES_NO#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_SegmentName":"Include in Withholding Reporti",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Tax__Officer__Number":{
"title":"Tax Officer Number",
"maxLength":150,
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_Tax__Officer__Number_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"ORA_JEIL_TAX_OFFICER#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_SegmentName":"Tax Officer Number",
"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":"Global descriptive flexfield context display value for supplier sites.",
"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"
}
}
},
"_Organization__Type":{
"title":"Organization Type",
"maxLength":150,
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_Organization__Type_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"ORA_JEIL_ORGANIZATION_TYPE#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_SegmentName":"Organization Type",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Book__Keeping__Certificate_Display":{
"title":"Bookkeeping Certificate",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_Book__Keeping__Certificate",
"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"
}
},
"_Withholding__Tax__Report__Group_Display":{
"title":"Withholding Tax Report Group",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_Withholding__Tax__Report__Group",
"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":"Global descriptive flexfield context name for supplier sites.",
"nullable":true,
"default":"JE_IL_WITHHOLDING",
"x-hints":{
"FND_ACFF_AkaAttrName":"__FLEX_Context_DisplayValue",
"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"
}
}
}
}
}
ネストされたスキーマ : oracle_apps_prc_poz_suppliers_flex_supplierSiteGDF_view_PozSupplierSiteGDFJE__5FIT__5FDOC__5FCATEGORYVO-item-response
タイプ: object
ソースを表示
{
"type":"object",
"properties":{
"VendorSiteId":{
"type":"integer",
"description":"Value that uniquely identifies the supplier site.",
"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"
}
},
"_Document__Category":{
"title":"Document Category",
"maxLength":150,
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_Document__Category_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"JEIT_DOCUMENT_CATEGORY_NAME#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_SegmentName":"Document Category",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Document__Category_Display":{
"title":"Document Category",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_Document__Category",
"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":"Global descriptive flexfield context display value for supplier sites.",
"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":"Global descriptive flexfield context name for supplier sites.",
"nullable":true,
"default":"JE_IT_DOC_CATEGORY",
"x-hints":{
"FND_ACFF_AkaAttrName":"__FLEX_Context_DisplayValue",
"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"
}
}
}
}
}
ネストされたスキーマ : oracle_apps_prc_poz_suppliers_flex_supplierSiteGDF_view_PozSupplierSiteGDFJExESOnlineVatReportingVO-item-response
タイプ: object
ソースを表示
{
"type":"object",
"properties":{
"SpecialRegime":{
"title":"Special Regime",
"maxLength":150,
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"SpecialRegime_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"ORA_JEES_REC_SPECIAL_REGIME#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_OpenIdentifier":"SpecialRegime",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_SegmentName":"SpecialRegime",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"VendorSiteId":{
"type":"integer",
"description":"Value that uniquely identifies the supplier site.",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18,
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"Code_Display":{
"title":"Code",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"Code",
"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":"Global descriptive flexfield context display value for supplier sites.",
"nullable":true,
"x-hints":{
"updateable":"false",
"DISPLAYHINT":"Hide",
"FND_ACFF_IsReadOnly":"true",
"FND_ACFF_AkaRealSegmentAttrName":"__FLEX_Context",
"FlexClientVar_flex_vst_bind3_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.GLOBAL_COUNTRY_CODE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"SpecialRegime_Display":{
"title":"Special Regime",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"SpecialRegime",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"ExcludeFromOnlineVATReporting_Display":{
"title":"Exclude from Online VAT Reporting",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"ExcludeFromOnlineVATReporting",
"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"
}
},
"ExcludeFromOnlineVATReporting":{
"title":"Exclude from Online VAT Reporting",
"maxLength":150,
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"ExcludeFromOnlineVATReporting_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"JE_YES_NO#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_OpenIdentifier":"ExcludeFromOnlineVATReporting",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_SegmentName":"ExcludeFromOnlineVATReporting",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"Code":{
"title":"Code",
"maxLength":150,
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"Code_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"ORA_JEES_DOCUMENTS_CODE#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_OpenIdentifier":"Code",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_SegmentName":"Code",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"NIFLegalRepresentative":{
"title":"NIF Representative",
"maxLength":150,
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"ORA_JGES_CUSTOMER_VENDOR_NIF_CODE#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"NIFLegalRepresentative",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"9",
"FND_ACFF_SegmentName":"NIFLegalRepresentative",
"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":"Global descriptive flexfield context name for supplier sites.",
"nullable":true,
"default":"JExESOnlineVatReporting",
"x-hints":{
"FND_ACFF_AkaAttrName":"__FLEX_Context_DisplayValue",
"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"
}
}
}
}
}
ネストされたスキーマ : oracle_apps_prc_poz_suppliers_flex_supplierSiteGDF_view_PozSupplierSiteGDFJExRUAdditionalInfoVO-item-response
タイプ: object
ソースを表示
{
"type":"object",
"properties":{
"Building":{
"title":"Building",
"maxLength":150,
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JG_CHARACTER_L150#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"Building",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"150",
"FND_ACFF_SegmentName":"Building",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"Office":{
"title":"Office",
"maxLength":150,
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JG_CHARACTER_L150#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"Office",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"150",
"FND_ACFF_SegmentName":"Office",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"OKTMOCode":{
"title":"OKTMO Code",
"maxLength":150,
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"OKTMOCode_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"ORA_JERU_PO_OKTMO_105#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_OpenIdentifier":"OKTMOCode",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_SegmentName":"OKTMOCode",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"City":{
"title":"City",
"maxLength":150,
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JG_CHARACTER_L150#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"City",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"150",
"FND_ACFF_SegmentName":"City",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"County":{
"title":"County",
"maxLength":150,
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JG_CHARACTER_L150#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"County",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"150",
"FND_ACFF_SegmentName":"County",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"Bulk":{
"title":"Bulk",
"maxLength":150,
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JG_CHARACTER_L150#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"Bulk",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"150",
"FND_ACFF_SegmentName":"Bulk",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"VendorSiteId":{
"type":"integer",
"description":"Value that uniquely identifies the supplier site.",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18,
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"__FLEX_Context_DisplayValue":{
"title":"Regional Information",
"type":"string",
"description":"Global descriptive flexfield context display value for supplier sites.",
"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"
}
}
},
"State":{
"title":"State",
"maxLength":150,
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JG_CHARACTER_L150#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"State",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"150",
"FND_ACFF_SegmentName":"State",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"Street":{
"title":"Street",
"maxLength":150,
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JG_CHARACTER_L150#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"Street",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"150",
"FND_ACFF_SegmentName":"Street",
"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"
}
},
"OKTMOCode_Display":{
"title":"OKTMO Code",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"OKTMOCode",
"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"
}
}
},
"PopulationAggregate":{
"title":"Population Aggregate",
"maxLength":150,
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JG_CHARACTER_L150#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"PopulationAggregate",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"150",
"FND_ACFF_SegmentName":"PopulationAggregate",
"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":"Global descriptive flexfield context name for supplier sites.",
"nullable":true,
"default":"JExRUAdditionalInfo",
"x-hints":{
"FND_ACFF_AkaAttrName":"__FLEX_Context_DisplayValue",
"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"
}
}
}
}
}
ネストされたスキーマ : oracle_apps_prc_poz_suppliers_flex_supplierSiteGDF_view_PozSupplierSiteGDFJL__5FBR__5FAPXVDMVD__5FSITESVO-item-response
タイプ: object
ソースを表示
{
"type":"object",
"properties":{
"_Interest__Penalty__Rate___2F__Amount":{
"title":"Interest Penalty Rate or Amount",
"type":"number",
"nullable":true,
"x-hints":{
"FND_ACFF_Precision":"15",
"FND_ACFF_ValueSetInfo":"JLBR_AP_INT_PENALTY_RATE_AMOUNT#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_MinimumValue":"0",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FND_ACFF_SegmentName":"Interest Penalty Rate / Amount",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Override__Due__Date__on__Installme_Display":{
"title":"Override Due Date on Installment",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_Override__Due__Date__on__Installme",
"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"
}
}
},
"_Installment__Due__Date__Derivatio_Display":{
"title":"Installment Due Date Derivation Method",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_Installment__Due__Date__Derivatio",
"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"
}
}
},
"_Interest__Rate___2F__Amount":{
"title":"Interest Rate or Amount",
"type":"number",
"nullable":true,
"x-hints":{
"FND_ACFF_Precision":"15",
"FND_ACFF_ValueSetInfo":"JLBR_AP_INTEREST_RATE_AMOUNT#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_MinimumValue":"0",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FND_ACFF_SegmentName":"Interest Rate / Amount",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Interest__Grace__Days":{
"title":"Interest Grace Days",
"type":"number",
"nullable":true,
"x-hints":{
"FND_ACFF_Precision":"4",
"FND_ACFF_ValueSetInfo":"JLBR_AP_INTEREST_GRACE_DAYS#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_MinimumValue":"0",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FND_ACFF_SegmentName":"Interest Grace Days",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Enable__Coll__Doc__Processing":{
"title":"Enable Collection Document Processing",
"maxLength":150,
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_Enable__Coll__Doc__Processing_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"JLBR_AP_CHAR_ENABLE_BANK_COLL#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_SegmentName":"Enable Coll Doc Processing",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Installment__Due__Date__Derivatio":{
"title":"Installment Due Date Derivation Method",
"maxLength":150,
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_Installment__Due__Date__Derivatio_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"JLBR_PAYMENT_ACTION#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_SegmentName":"Installment Due Date Derivatio",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"VendorSiteId":{
"type":"integer",
"description":"Value that uniquely identifies the supplier site.",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18,
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"_Enable__Coll__Doc__Processing_Display":{
"title":"Enable Collection Document Processing",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_Enable__Coll__Doc__Processing",
"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"
}
}
},
"_Interest__Formula":{
"title":"Interest Formula",
"maxLength":150,
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_Interest__Formula_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"JLBR_AP_INTEREST_FORMULA#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_SegmentName":"Interest Formula",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Interest__Period":{
"title":"Interest Period",
"type":"number",
"nullable":true,
"x-hints":{
"FND_ACFF_Precision":"4",
"FND_ACFF_ValueSetInfo":"JLBR_AP_INTEREST_PERIOD#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_MinimumValue":"0",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FND_ACFF_SegmentName":"Interest Period",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context_DisplayValue":{
"title":"Regional Information",
"type":"string",
"description":"Global descriptive flexfield context display value for supplier sites.",
"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"
}
}
},
"_Interest__Penalty__Type_Display":{
"title":"Interest Penalty Type",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_Interest__Penalty__Type",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"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"
}
},
"_Interest__Penalty__Type":{
"title":"Interest Penalty Type",
"maxLength":150,
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_Interest__Penalty__Type_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"JLBR_AP_INTEREST_PENALTY_TYPE#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_SegmentName":"Interest Penalty Type",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Interest__Type_Display":{
"title":"Interest Type",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_Interest__Type",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Interest__Formula_Display":{
"title":"Interest Formula",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_Interest__Formula",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Interest__Type":{
"title":"Interest Type",
"maxLength":150,
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_Interest__Type_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"JLBR_AP_INTEREST_TYPE#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_SegmentName":"Interest Type",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Override__Due__Date__on__Installme":{
"title":"Override Due Date on Installment",
"maxLength":150,
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_Override__Due__Date__on__Installme_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"JE_YES_NO#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_SegmentName":"Override Due Date on Installme",
"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":"Global descriptive flexfield context name for supplier sites.",
"nullable":true,
"default":"JL_BR_APXVDMVD_SITES",
"x-hints":{
"FND_ACFF_AkaAttrName":"__FLEX_Context_DisplayValue",
"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"
}
}
}
}
}
ネストされたスキーマ : oracle_apps_prc_poz_suppliers_flex_supplierSiteGDF_view_PozSupplierSiteGDFJLxARSupplierSitesVO-item-response
タイプ: object
ソースを表示
{
"type":"object",
"properties":{
"legalAddress_Display":{
"title":"Legal Address",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"legalAddress",
"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"
}
}
},
"fiscalPrinterUsed":{
"title":"Fiscal Printer Used",
"maxLength":150,
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"fiscalPrinterUsed_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"JE_YES_NO#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_OpenIdentifier":"fiscalPrinterUsed",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_SegmentName":"FiscalPrinterUsed",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"VendorSiteId":{
"type":"integer",
"description":"Value that uniquely identifies the supplier site.",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18,
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"caiNumber":{
"title":"CAI Number",
"type":"number",
"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":"caiNumber",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FND_ACFF_MaximumValue":"999999999999999",
"FND_ACFF_SegmentName":"CAINumber",
"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":"Global descriptive flexfield context display value for supplier sites.",
"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"
}
}
},
"fiscalPrinterUsed_Display":{
"title":"Fiscal Printer Used",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"fiscalPrinterUsed",
"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"
}
}
},
"caiDueDate":{
"title":"CAI Due Date",
"type":"string",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JLBR_STANDARD_DATE_STANDARD#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"caiDueDate",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_SegmentName":"CAIDueDate",
"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"
}
},
"legalAddress":{
"title":"Legal Address",
"maxLength":150,
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"legalAddress_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"JE_YES_NO#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_OpenIdentifier":"legalAddress",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_SegmentName":"LegalAddress",
"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":"Global descriptive flexfield context name for supplier sites.",
"nullable":true,
"default":"JLxARSupplierSites",
"x-hints":{
"FND_ACFF_AkaAttrName":"__FLEX_Context_DisplayValue",
"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"
}
}
}
}
}
ネストされたスキーマ : oracle_apps_prc_poz_suppliers_flex_supplierSiteGDF_view_PozSupplierSiteGDFJLxCOSupplierSitesVO-item-response
タイプ: object
ソースを表示
{
"type":"object",
"properties":{
"legalAddress_Display":{
"title":"Legal Address",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"legalAddress",
"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"
}
}
},
"VendorSiteId":{
"type":"integer",
"description":"Value that uniquely identifies the supplier site.",
"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_DisplayValue":{
"title":"Regional Information",
"type":"string",
"description":"Global descriptive flexfield context display value for supplier sites.",
"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"
}
}
},
"legalAddress":{
"title":"Legal Address",
"maxLength":150,
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"legalAddress_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"JE_YES_NO#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_OpenIdentifier":"legalAddress",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_SegmentName":"LegalAddress",
"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":"Global descriptive flexfield context name for supplier sites.",
"nullable":true,
"default":"JLxCOSupplierSites",
"x-hints":{
"FND_ACFF_AkaAttrName":"__FLEX_Context_DisplayValue",
"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"
}
}
}
}
}
ネストされたスキーマ : リンク
タイプ: array
タイトル: Links
リソース・インスタンスに関連付けられたリンク関係。
ソースを表示
{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
}
ネストされたスキーマ : リンク
タイプ: array
タイトル: Links
リソース・インスタンスに関連付けられたリンク関係。
ソースを表示
{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
}
ネストされたスキーマ : リンク
タイプ: array
タイトル: Links
リソース・インスタンスに関連付けられたリンク関係。
ソースを表示
{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
}
ネストされたスキーマ : リンク
タイプ: array
タイトル: Links
リソース・インスタンスに関連付けられたリンク関係。
ソースを表示
{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
}
ネストされたスキーマ : リンク
タイプ: array
タイトル: Links
リソース・インスタンスに関連付けられたリンク関係。
ソースを表示
{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
}
ネストされたスキーマ : リンク
タイプ: array
タイトル: Links
リソース・インスタンスに関連付けられたリンク関係。
ソースを表示
{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
}
ネストされたスキーマ : リンク
タイプ: array
タイトル: Links
リソース・インスタンスに関連付けられたリンク関係。
ソースを表示
{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
}
ネストされたスキーマ : リンク
タイプ: array
タイトル: Links
リソース・インスタンスに関連付けられたリンク関係。
ソースを表示
{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
}
ネストされたスキーマ : リンク
タイプ: array
タイトル: Links
リソース・インスタンスに関連付けられたリンク関係。
ソースを表示
{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
}
ネストされたスキーマ : リンク
タイプ: array
タイトル: Links
リソース・インスタンスに関連付けられたリンク関係。
ソースを表示
{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
}
ネストされたスキーマ : suppliers-sites-thirdPartyPaymentRelationships-item-response
タイプ: object
ソースを表示
{
"type":"object",
"properties":{
"LastUpdatedBy":{
"title":"Last Updated By",
"maxLength":64,
"type":"string",
"description":"User who most recently updated the supplier record.",
"nullable":false,
"readOnly":true,
"x-queryable":false
},
"CreationDate":{
"title":"Creation Date",
"type":"string",
"description":"Date when the user created the supplier record.",
"format":"date-time",
"nullable":false,
"readOnly":true,
"x-queryable":false
},
"CreatedBy":{
"title":"Created By",
"maxLength":64,
"type":"string",
"description":"User who created the supplier record.",
"nullable":false,
"readOnly":true,
"x-queryable":false
},
"Description":{
"title":"Description",
"maxLength":1000,
"type":"string",
"description":"Details that are included in the payment file.",
"nullable":true,
"x-queryable":true
},
"RemitToSupplierPartyId":{
"type":"integer",
"description":"Value that uniquely identifies the party designated to receive payment on behalf of the supplier on the invoice. The party designated to receive payment is identified through the SupplierPartyId attribute (and not SupplierId).",
"format":"int64",
"nullable":false,
"x-hints":{
"controlType":"choice",
"precision":18
},
"x-queryable":true
},
"RemitToAddressId":{
"type":"integer",
"description":"Value that uniquely identifies the address of the party designated to receive payment on behalf of the supplier on the invoice.",
"format":"int64",
"nullable":false,
"x-hints":{
"controlType":"choice",
"precision":18
},
"x-queryable":true
},
"RemitToSupplier":{
"title":"Remit-to Supplier",
"maxLength":360,
"type":"string",
"description":"Name of the party designated to receive payment on behalf of the supplier on the invoice.",
"nullable":false,
"x-hints":{
"controlType":"choice"
},
"x-queryable":true
},
"RemitToAddress":{
"title":"Address Name",
"maxLength":240,
"type":"string",
"description":"Address of the party designated to receive payment on behalf of the supplier on the invoice.",
"nullable":true,
"x-hints":{
"controlType":"choice"
},
"x-queryable":true
},
"DefaultRelationshipFlag":{
"title":"Default",
"maxLength":1,
"type":"boolean",
"description":"Contains one of the following values: true or false. If true, then it's the default third-party payment relationship. If false, then it's not the default third-party payment relationship. The default value is false.",
"nullable":false,
"default":false,
"x-queryable":true
},
"TppRelationshipId":{
"type":"integer",
"description":"Value that uniquely identifies a supplier site third-party payment relationship.",
"format":"int64",
"nullable":false,
"x-hints":{
"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"
}
},
"FromDate":{
"title":"From Date",
"type":"string",
"description":"Date when the third-party payment relationship becomes effective.",
"format":"date",
"nullable":false,
"x-queryable":true
},
"ToDate":{
"title":"To Date",
"type":"string",
"description":"Date when the third-party payment relationship is no longer effective.",
"format":"date",
"nullable":true,
"x-queryable":true
},
"LastUpdateDate":{
"title":"Last Updated Date",
"type":"string",
"description":"Date and time when the user most recently updated the supplier record.",
"format":"date-time",
"nullable":false,
"readOnly":true,
"x-queryable":false
}
}
}
ネストされたスキーマ : リンク
タイプ: array
タイトル: Links
リソース・インスタンスに関連付けられたリンク関係。
ソースを表示
{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
}