ルート・スキーマ : サプライヤ
タイプ: object
ソースを表示
{
"required":[
"count",
"hasMore",
"limit",
"links",
"offset"
],
"type":"object",
"properties":{
"totalResults":{
"type":"integer",
"description":"The estimated row count when \"?totalResults=true\", otherwise the count is not included."
},
"offset":{
"type":"integer",
"description":"The offset value used in the current page."
},
"count":{
"type":"integer",
"description":"The number of resource instances returned in the current range."
},
"hasMore":{
"type":"boolean",
"description":"Indicates whether more resources are available on the server than the subset returned in the response. If the value is true, then there are more resources to retrieve from the server. The default value is false."
},
"limit":{
"type":"integer",
"description":"The actual paging size used by the server."
},
"links":{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
},
"items":{
"title":"Items",
"type":"array",
"description":"The items in the collection.",
"items":{
"$ref":"#/components/schemas/suppliers-item-response"
}
}
},
"x-hints":{
"usage":"BusinessObject"
}
}
ネストされたスキーマ : 品目
タイプ: array
タイトル: Items
コレクション内の品目。
ソースを表示
{
"title":"Items",
"type":"array",
"description":"The items in the collection.",
"items":{
"$ref":"#/components/schemas/suppliers-item-response"
}
}
ネストされたスキーマ : リンク
タイプ: array
タイトル: Links
リソース・インスタンスに関連付けられたリンク関係。
ソースを表示
{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
}
ネストされたスキーマ : suppliers-item-response
タイプ: object
ソースを表示
{
"type":"object",
"properties":{
"BusinessRelationship":{
"title":"Business Relationship",
"maxLength":80,
"type":"string",
"description":"Business relationship between the enterprise and the supplier.",
"nullable":true,
"x-hints":{
"controlType":"choice"
},
"x-queryable":true
},
"CreationDate":{
"title":"Creation Date",
"type":"string",
"description":"Date when the application created the supplier.",
"format":"date-time",
"nullable":false,
"readOnly":true,
"x-queryable":true
},
"NationalInsuranceNumber":{
"title":"National Insurance Number",
"type":"string",
"description":"Number that uniquely identifies a supplier who is a person. Some countries use this number to track work, taxation, and government benefits for each person.",
"nullable":true,
"x-queryable":false
},
"VerificationDate":{
"title":"Verification Date",
"type":"string",
"description":"Date when the supplier most recently received the 1099 tax verification.",
"format":"date",
"nullable":true,
"x-queryable":false
},
"addresses":{
"title":"Addresses",
"type":"array",
"description":"The Addresses resource manages supplier addresses.",
"items":{
"$ref":"#/components/schemas/suppliers-addresses-item-response"
}
},
"DFF":{
"title":"Flexfields for Suppliers",
"type":"array",
"description":"The Flexfields for Suppliers resource manages supplier descriptive flexfields.",
"items":{
"$ref":"#/components/schemas/suppliers-DFF-item-response"
},
"x-cardinality":"1"
},
"YearIncorporated":{
"title":"Year Incorporated",
"type":"integer",
"description":"Year when the supplier incorporated themselves.",
"format":"int32",
"nullable":true,
"x-queryable":false,
"x-hints":{
"precision":4
}
},
"WithholdingTaxGroup":{
"title":"Withholding Tax Group",
"maxLength":25,
"type":"string",
"description":"Withholding tax group that the application assigned to the supplier.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice"
}
},
"OneTimeSupplierFlag":{
"title":"One-time supplier",
"maxLength":1,
"type":"boolean",
"description":"Contains one of the following values: true or false. If true, then the supplier is a one-time supplier. If false, then the supplier is not a one-time supplier. 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"
}
},
"DataFoxNAICSCode":{
"maxLength":25,
"type":"string",
"description":"NAICS code provided by Oracle DataFox intelligence. This attribute is not currently used.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"dependencies":[
"DataFoxId",
"DataFoxLastSyncDate"
]
}
},
"sites":{
"title":"Sites",
"type":"array",
"description":"The Supplier Sites resource manages supplier sites.",
"items":{
"$ref":"#/components/schemas/suppliers-sites-item-response"
}
},
"FiscalYearEndMonthCode":{
"title":"Fiscal Year End Month",
"maxLength":30,
"type":"string",
"description":"Abbreviation that identifies the month when the fiscal year ends in the supplier organization. A list of accepted values is defined in the lookup type MONTH. 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
},
"YearEstablished":{
"title":"Year Established",
"type":"integer",
"description":"Year when the supplier established themselves.",
"format":"int32",
"nullable":true,
"x-queryable":false,
"x-hints":{
"precision":4,
"dependencies":[
"DataFoxId",
"DataFoxLastSyncDate"
]
}
},
"TaxpayerIdExistsFlag":{
"title":"Taxpayer ID Exists",
"maxLength":1,
"type":"boolean",
"description":"Contains one of the following values: true or false. If true, then a value exists for the taxpayer identifier. If false, then value does not exist for the taxpayer identifier. This flag is not updatable. The default value is false.",
"nullable":true,
"default":false,
"x-queryable":false
},
"DataFoxCompanyPrimaryURL":{
"maxLength":150,
"type":"string",
"description":"Primary URL of the company provided by Oracle DataFox intelligence. This attribute is not currently used.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"dependencies":[
"DataFoxId",
"DataFoxLastSyncDate"
]
}
},
"CreationSourceCode":{
"title":"Creation Source",
"maxLength":25,
"type":"string",
"description":"Abbreviation that identifies the source that the application uses to create the supplier.",
"nullable":true,
"readOnly":true,
"default":"WEB_SERVICE",
"x-queryable":false
},
"TaxpayerCountry":{
"title":"Taxpayer Country",
"maxLength":80,
"type":"string",
"description":"Country where the supplier organization that is responsible for taxation resides.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice"
}
},
"OFACSources":{
"maxLength":4000,
"type":"string",
"description":"Contains details about specific lists in the US Government consolidated screening list that the supplier is currently on. The consolidated screening list includes, among others, those from the Office of Foreign Assets Control. This attribute is not currently used.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"dependencies":[
"DataFoxId",
"DataFoxLastSyncDate",
"OnOFACListFlag"
]
}
},
"DataFoxScore":{
"type":"integer",
"description":"Intelligence score for the supplier provided by Oracle DataFox. This attribute is not currently used.",
"format":"int64",
"nullable":true,
"x-queryable":false,
"x-hints":{
"precision":18,
"dependencies":[
"DataFoxId",
"DataFoxLastSyncDate"
]
}
},
"CustomerNumber":{
"title":"Customer Number",
"maxLength":25,
"type":"string",
"description":"Number that the supplier uses to identify the buying organization.",
"nullable":true,
"x-queryable":false
},
"ChiefExecutiveName":{
"title":"Chief Executive Name",
"maxLength":240,
"type":"string",
"description":"Name of the chief executive officer in the supplier organization.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"dependencies":[
"DataFoxId",
"DataFoxLastSyncDate"
]
}
},
"productsAndServices":{
"title":"Products and Services",
"type":"array",
"description":"The Products and Services resource manages supplier products and services.",
"items":{
"$ref":"#/components/schemas/suppliers-productsAndServices-item-response"
}
},
"links":{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
},
"FederalIncomeTaxTypeCode":{
"title":"Taxpayer ID",
"maxLength":10,
"type":"string",
"description":"Abbreviation that identifies the type of income tax for a reportable supplier according to the 1099 tax code in the United States.",
"nullable":true,
"x-queryable":false
},
"CurrentFiscalYearPotentialRevenue":{
"title":"Current Fiscal Year's Potential Revenue",
"type":"number",
"description":"Potential revenue for the supplier organization in the current fiscal year.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"dependencies":[
"DataFoxId",
"DataFoxLastSyncDate"
]
}
},
"DataFoxEIN":{
"maxLength":30,
"type":"string",
"description":"Employer identification number provided by Oracle DataFox intelligence. This attribute is not currently used.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"dependencies":[
"DataFoxId",
"DataFoxLastSyncDate"
]
}
},
"globalDFF":{
"title":"Global Flexfields for Suppliers",
"type":"array",
"description":"The Global Flexfields for Suppliers resource manages supplier global descriptive flexfields.",
"items":{
"$ref":"#/components/schemas/suppliers-globalDFF-item-response"
},
"x-cardinality":"1"
},
"Status":{
"title":"Status",
"maxLength":255,
"type":"string",
"description":"Status of the supplier. Values include ACTIVE or INACTIVE.",
"nullable":true,
"readOnly":true,
"x-queryable":false,
"x-hints":{
"dependencies":[
"InactiveDate",
"StartDate"
]
}
},
"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
},
"IndustryCategory":{
"maxLength":30,
"type":"string",
"description":"Industry category code for the supplier provided by Oracle DataFox intelligence. This attribute is not currently used.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"dependencies":[
"DataFoxId",
"DataFoxLastSyncDate"
]
}
},
"CreatedBy":{
"title":"Created By",
"maxLength":64,
"type":"string",
"description":"User who created the supplier record.",
"nullable":false,
"readOnly":true,
"x-queryable":false
},
"SupplierType":{
"title":"Supplier Type",
"maxLength":80,
"type":"string",
"description":"Type of supplier.",
"nullable":true,
"x-hints":{
"controlType":"choice"
},
"x-queryable":true
},
"TaxRegistrationCountry":{
"title":"Tax Registration Country",
"maxLength":80,
"type":"string",
"description":"Country where the supplier registered themselves for value added tax.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice"
}
},
"ParentSupplier":{
"title":"Parent Supplier",
"maxLength":360,
"type":"string",
"description":"Name of the parent supplier.",
"nullable":true,
"x-hints":{
"controlType":"choice"
},
"x-queryable":true
},
"ChiefExecutiveTitle":{
"title":"Chief Executive Title",
"maxLength":240,
"type":"string",
"description":"Title of the chief executive officer in the supplier organization.",
"nullable":true,
"x-queryable":false
},
"TaxOrganizationType":{
"title":"Tax Organization Type",
"maxLength":80,
"type":"string",
"description":"Type of tax organization for the supplier.",
"nullable":true,
"x-hints":{
"controlType":"choice"
},
"x-queryable":true
},
"DataFoxLegalName":{
"maxLength":360,
"type":"string",
"description":"Legal name of the company provided by Oracle DataFox intelligence. This attribute is not currently used.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"dependencies":[
"DataFoxId",
"DataFoxLastSyncDate"
]
}
},
"PreferredFunctionalCurrency":{
"title":"Preferred Functional Currency",
"maxLength":80,
"type":"string",
"description":"Currency that the supplier uses.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice"
}
},
"PrincipalName":{
"title":"Principal Name",
"maxLength":240,
"type":"string",
"description":"Name of the principal officer in the supplier organization.",
"nullable":true,
"x-queryable":false
},
"SupplierId":{
"type":"integer",
"description":"Value that uniquely identifies the supplier.",
"format":"int64",
"nullable":false,
"readOnly":true,
"x-hints":{
"precision":18,
"fnd:GLOBALLY_UNIQUE":"true"
},
"x-queryable":true
},
"CorporateWebsite":{
"title":"Corporate Web Site",
"maxLength":150,
"type":"string",
"description":"Website of the supplier.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"dependencies":[
"DataFoxId",
"DataFoxLastSyncDate"
]
}
},
"OnOFACListFlag":{
"type":"boolean",
"description":"Contains one of the following values: true or false. If true, then the supplier is on the US Government consolidated screening list, which includes, among others, those from the Office of Foreign Assets Control. If false, the supplier isn't on the list. This attribute is not currently used.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"dependencies":[
"DataFoxId",
"DataFoxLastSyncDate"
]
}
},
"businessClassifications":{
"title":"Business Classifications",
"type":"array",
"description":"The Business Classifications resource manages supplier business classifications.",
"items":{
"$ref":"#/components/schemas/suppliers-businessClassifications-item-response"
}
},
"OBNEnabledFlag":{
"title":"OBN Enabled",
"maxLength":2,
"type":"boolean",
"description":"Contains one of the following values: true, false, or null. If true, then the supplier has an OBN account as a trading partner. If false, then the supplier doesn't have an OBN account. If null, then the supplier's OBN account status check hasn't been completed yet.",
"nullable":true,
"readOnly":true,
"x-hints":{
"dependencies":[
"ObnMatchedStatus"
]
},
"x-queryable":true
},
"StandardIndustryClass":{
"title":"SIC",
"maxLength":25,
"type":"string",
"description":"Classification number that the industry uses.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"dependencies":[
"DataFoxId",
"DataFoxLastSyncDate"
]
}
},
"RegistryId":{
"title":"Registry ID",
"maxLength":30,
"type":"string",
"description":"Value that uniquely identifies the party in the supplier relationship.",
"nullable":false,
"readOnly":true,
"x-queryable":false
},
"NationalInsuranceNumberExistsFlag":{
"title":"National Insurance Number Exists",
"maxLength":1,
"type":"boolean",
"description":"Contains one of the following values: true or false. If true, then a value exists for the National Insurance number. If false, then a value does not exist for the National Insurance number. This attribute is not updatable. The default value is false.",
"nullable":true,
"default":false,
"x-queryable":false
},
"DataFoxLastSyncDate":{
"type":"string",
"description":"Date when the supplier profile was most recently synchronized with Oracle DataFox intelligence. This attribute is not currently used.",
"format":"date-time",
"nullable":true,
"x-queryable":false
},
"TaxRegistrationCountryCode":{
"maxLength":2,
"type":"string",
"description":"Abbreviation that identifies the country where the supplier registered themselves for value added tax.",
"nullable":true,
"x-queryable":false
},
"BusinessClassificationNotApplicableFlag":{
"maxLength":1,
"type":"boolean",
"description":"Contains one of the following values: true or false. If true, then no current business classification applies for the supplier. If false, then business classifications do apply. The default value is false.",
"nullable":true,
"default":false,
"x-queryable":false
},
"attachments":{
"title":"Attachments",
"type":"array",
"description":"The Attachments resource manages attachments for a supplier.",
"items":{
"$ref":"#/components/schemas/suppliers-attachments-item-response"
}
},
"DUNSNumber":{
"title":"D-U-N-S Number",
"maxLength":30,
"type":"string",
"description":"Data Universal Numbering System (DUNS) that identifies the supplier business.",
"nullable":true,
"x-queryable":true
},
"DataFoxId":{
"maxLength":30,
"type":"string",
"description":"Value that uniquely identifies a company tracked by Oracle DataFox, which is linked to the supplier. This attribute is not currently used.",
"nullable":true,
"x-queryable":true
},
"TaxpayerId":{
"title":"Taxpayer ID",
"maxLength":30,
"type":"string",
"description":"Value that uniquely identifies the supplier for taxation purposes.",
"nullable":true,
"x-hints":{
"dependencies":[
"DataFoxId",
"DataFoxLastSyncDate"
]
},
"x-queryable":true
},
"ParentSupplierId":{
"type":"integer",
"description":"Value that uniquely identifies the parent supplier.",
"nullable":true,
"x-queryable":true
},
"StateReportableFlag":{
"title":"State reportable",
"maxLength":1,
"type":"boolean",
"description":"Contains one of the following values: true or false. If true, then the supplier is reportable to a state taxing authority in the United States. If false, then the supplier is not reportable. 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"
}
},
"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. If false, then withholding tax is not applicable. 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"
}
},
"TaxOrganizationTypeCode":{
"title":"Tax Organization Type",
"maxLength":30,
"type":"string",
"description":"Abbreviation that identifies the type of tax organization for the supplier. A list of accepted values is defined in the lookup type POZ_ORGANIZATION_TYPE. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Tax Organization Type Lookup task.",
"nullable":true,
"x-queryable":true
},
"Supplier":{
"title":"Supplier",
"maxLength":360,
"type":"string",
"description":"Name of the supplier.",
"nullable":false,
"x-hints":{
"dependencies":[
"DataFoxId",
"DataFoxLastSyncDate"
]
},
"x-queryable":true
},
"TaxpayerCountryCode":{
"maxLength":2,
"type":"string",
"description":"Abbreviation that identifies the country where the supplier organization that is responsible for taxation is located.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"dependencies":[
"DataFoxId",
"DataFoxLastSyncDate"
]
}
},
"NameControl":{
"title":"Name Control",
"maxLength":4,
"type":"string",
"description":"First four characters of the last name of a supplier who is reportable to the Internal Revenue Service in the United States for the 1099 tax code.",
"nullable":true,
"x-queryable":false
},
"DataFoxScoringCriteria":{
"maxLength":4000,
"type":"string",
"description":"Contains details about Oracle DataFox scoring criteria.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"dependencies":[
"DataFoxId",
"DataFoxLastSyncDate"
]
}
},
"InactiveDate":{
"title":"Inactive Date",
"type":"string",
"description":"Date when the supplier is no longer active.",
"format":"date",
"nullable":true,
"x-queryable":true
},
"DataFoxCountry":{
"maxLength":2,
"type":"string",
"description":"Country in which the company is present provided by Oracle DataFox intelligence. This attribute is not currently used.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"dependencies":[
"DataFoxId",
"DataFoxLastSyncDate"
]
}
},
"PreferredFunctionalCurrencyCode":{
"title":"Preferred Functional Currency",
"maxLength":15,
"type":"string",
"description":"Abbreviation that identifies the currency that the supplier uses.",
"nullable":true,
"x-queryable":false
},
"WithholdingTaxGroupId":{
"type":"integer",
"description":"Value that uniquely identifies the tax group in which supplier is classified for withholding the tax.",
"format":"int64",
"nullable":true,
"x-queryable":false,
"x-hints":{
"precision":18
}
},
"BusinessRelationshipCode":{
"title":"Business Relationship",
"maxLength":30,
"type":"string",
"description":"Abbreviation that identifies the business relationship between the enterprise and the supplier. A list of accepted values is defined in the lookup type ORA_POZ_BUSINESS_RELATIONSHIP. 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":true
},
"AlternateName":{
"title":"Alternate Name",
"maxLength":360,
"type":"string",
"description":"Alternate name of the supplier.",
"nullable":true,
"x-hints":{
"HR_ATTRIBUTE":"Y",
"dependencies":[
"DataFoxId",
"DataFoxLastSyncDate"
]
},
"x-queryable":true
},
"SupplierNumber":{
"title":"Supplier Number",
"maxLength":30,
"type":"string",
"description":"Number that identifies the supplier.",
"nullable":false,
"x-queryable":true
},
"TaxReportingName":{
"title":"Tax Reporting Name",
"maxLength":80,
"type":"string",
"description":"Name of tax reporting for a supplier who is reportable for income tax to the Internal Revenue Service in the United States.",
"nullable":true,
"x-queryable":false
},
"DataFoxCompanyName":{
"maxLength":360,
"type":"string",
"description":"Company name provided by Oracle DataFox intelligence. This attribute is not currently used.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"dependencies":[
"DataFoxId",
"DataFoxLastSyncDate"
]
}
},
"ParentSupplierNumber":{
"title":"Parent Supplier Number",
"maxLength":30,
"type":"string",
"description":"Number that identifies the parent supplier.",
"nullable":false,
"readOnly":true,
"x-queryable":false
},
"SupplierTypeCode":{
"title":"Supplier Type",
"maxLength":30,
"type":"string",
"description":"Abbreviation that identifies the type of supplier. A list of accepted values is defined in the lookup type POZ_VENDOR_TYPE. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Supplier Type Lookup task.",
"nullable":true,
"x-hints":{
"fnd:APPLCORE_SETID_LOOKUP_TYPE":"POZ_VENDOR_TYPE",
"fnd:APPLCORE_VIEW_APPLICATION_ID":"10044"
},
"x-queryable":true
},
"FederalIncomeTaxType":{
"title":"Federal Income Tax Type",
"maxLength":80,
"type":"string",
"description":"Type of income tax for the supplier.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice"
}
},
"SupplierPartyId":{
"title":"Supplier Party ID",
"type":"integer",
"description":"Value that uniquely identifies the supplier party.",
"nullable":false,
"x-queryable":true
},
"PrincipalTitle":{
"title":"Principal Title",
"maxLength":240,
"type":"string",
"description":"Title of the principal officer in the supplier organization.",
"nullable":true,
"x-queryable":false
},
"TaxRegistrationNumber":{
"title":"Tax Registration Number",
"maxLength":50,
"type":"string",
"description":"Identification number for value added tax that some countries use, such as countries in the European Union.",
"nullable":true,
"x-queryable":true
},
"Alias":{
"title":"Alias",
"maxLength":360,
"type":"string",
"description":"Alternate internal name for the organization.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"HR_ATTRIBUTE":"Y",
"dependencies":[
"DataFoxId",
"DataFoxLastSyncDate"
]
}
},
"IndustrySubcategory":{
"maxLength":30,
"type":"string",
"description":"Industry subcategory code for the supplier provided by Oracle DataFox intelligence. This attribute is not currently used.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"dependencies":[
"DataFoxId",
"DataFoxLastSyncDate"
]
}
},
"MissionStatement":{
"title":"Mission Statement",
"maxLength":2000,
"type":"string",
"description":"Mission statement that the supplier uses.",
"nullable":true,
"x-queryable":false
},
"CreationSource":{
"title":"Creation Source",
"maxLength":80,
"type":"string",
"description":"Source that the application uses to create the supplier. A list of accepted values is defined in the lookup type POZ_CREATION_SOURCE. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Standard Lookups task.",
"nullable":false,
"readOnly":true,
"x-queryable":false
},
"FederalReportableFlag":{
"title":"Federal Reportable",
"maxLength":1,
"type":"boolean",
"description":"Contains one of the following values: true or false. If true, then supplier is reportable to the Internal Revenue Service in the United States for the 1099 tax code. If false, then the supplier is not reportable. 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"
}
},
"contacts":{
"title":"Contacts",
"type":"array",
"description":"The Contacts resource manages supplier contacts.",
"items":{
"$ref":"#/components/schemas/suppliers-contacts-item-response"
}
},
"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
},
"FiscalYearEndMonth":{
"maxLength":80,
"type":"string",
"description":"Month when the fiscal year ends in the supplier organization.",
"nullable":true,
"x-hints":{
"controlType":"choice"
},
"x-queryable":true
}
}
}
ネストされたスキーマ : 住所
タイプ: array
タイトル: Addresses
住所リソースはサプライヤ住所を管理します。
ソースを表示
{
"title":"Addresses",
"type":"array",
"description":"The Addresses resource manages supplier addresses.",
"items":{
"$ref":"#/components/schemas/suppliers-addresses-item-response"
}
}
ネストされたスキーマ : 添付
タイプ: array
タイトル: Attachments
添付リソースは、サプライヤの添付を管理します。
ソースを表示
{
"title":"Attachments",
"type":"array",
"description":"The Attachments resource manages attachments for a supplier.",
"items":{
"$ref":"#/components/schemas/suppliers-attachments-item-response"
}
}
ネストされたスキーマ : 事業分類
タイプ: array
タイトル: Business Classifications
ビジネス分類リソースは、サプライヤ・ビジネス分類を管理します。
ソースを表示
{
"title":"Business Classifications",
"type":"array",
"description":"The Business Classifications resource manages supplier business classifications.",
"items":{
"$ref":"#/components/schemas/suppliers-businessClassifications-item-response"
}
}
ネストされたスキーマ : サプライヤのフレックスフィールド
タイプ: array
タイトル: Flexfields for Suppliers
サプライヤ・リソースのフレックスフィールドは、サプライヤ付加フレックスフィールドを管理します。
ソースを表示
{
"title":"Flexfields for Suppliers",
"type":"array",
"description":"The Flexfields for Suppliers resource manages supplier descriptive flexfields.",
"items":{
"$ref":"#/components/schemas/suppliers-DFF-item-response"
},
"x-cardinality":"1"
}
ネストされたスキーマ : サプライヤのグローバル・フレックスフィールド
タイプ: array
タイトル: Global Flexfields for Suppliers
サプライヤのグローバル・フレックスフィールド・リソースは、サプライヤ・グローバル付加フレックスフィールドを管理します。
ソースを表示
- Array of: object Discriminator: __FLEX_Context
Discriminator: { "propertyName":"__FLEX_Context", "mapping":{ "FVxUSPOZSuppliers":"#/components/schemas/oracle_apps_prc_poz_suppliers_flex_supplierProfileGdf_view_PozSupplierGDFFVxUSPOZSuppliersVO-item-response", "JE_IL_WITHHOLDING":"#/components/schemas/oracle_apps_prc_poz_suppliers_flex_supplierProfileGdf_view_PozSupplierGDFJE__5FIL__5FWITHHOLDINGVO-item-response", "JE_IT_WITHOLDING":"#/components/schemas/oracle_apps_prc_poz_suppliers_flex_supplierProfileGdf_view_PozSupplierGDFJE__5FIT__5FWITHOLDINGVO-item-response", "JExESOnlineVatReporting":"#/components/schemas/oracle_apps_prc_poz_suppliers_flex_supplierProfileGdf_view_PozSupplierGDFJExESOnlineVatReportingVO-item-response", "JExPTAdditionalInfo":"#/components/schemas/oracle_apps_prc_poz_suppliers_flex_supplierProfileGdf_view_PozSupplierGDFJExPTAdditionalInfoVO-item-response", "JExRUSupplierInfo":"#/components/schemas/oracle_apps_prc_poz_suppliers_flex_supplierProfileGdf_view_PozSupplierGDFJExRUSupplierInfoVO-item-response", "JExTRExchangeRateDiff":"#/components/schemas/oracle_apps_prc_poz_suppliers_flex_supplierProfileGdf_view_PozSupplierGDFJExTRExchangeRateDiffVO-item-response", "JL_BR_APXVDMVD_VENDORS":"#/components/schemas/oracle_apps_prc_poz_suppliers_flex_supplierProfileGdf_view_PozSupplierGDFJL__5FBR__5FAPXVDMVD__5FVENDORSVO-item-response", "JLxARSuppliers":"#/components/schemas/oracle_apps_prc_poz_suppliers_flex_supplierProfileGdf_view_PozSupplierGDFJLxARSuppliersVO-item-response" } }
{
"title":"Global Flexfields for Suppliers",
"type":"array",
"description":"The Global Flexfields for Suppliers resource manages supplier global descriptive flexfields.",
"items":{
"$ref":"#/components/schemas/suppliers-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
タイトル: Products and Services
製品およびサービス・リソースは、サプライヤの製品およびサービスを管理します。
ソースを表示
{
"title":"Products and Services",
"type":"array",
"description":"The Products and Services resource manages supplier products and services.",
"items":{
"$ref":"#/components/schemas/suppliers-productsAndServices-item-response"
}
}
ネストされたスキーマ : サイト
タイプ: array
タイトル: Sites
サプライヤ・サイト・リソースは、サプライヤ・サイトを管理します。
ソースを表示
{
"title":"Sites",
"type":"array",
"description":"The Supplier Sites resource manages supplier sites.",
"items":{
"$ref":"#/components/schemas/suppliers-sites-item-response"
}
}
ネストされたスキーマ : suppliers-addresses-item-response
タイプ: object
ソースを表示
{
"type":"object",
"properties":{
"Building":{
"title":"Building",
"maxLength":240,
"type":"string",
"description":"Building of the supplier address.",
"nullable":true,
"x-queryable":true
},
"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
},
"FloorNumber":{
"title":"Floor",
"maxLength":40,
"type":"string",
"description":"Floor number of the supplier address.",
"nullable":true,
"x-hints":{
"HR_ATTRIBUTE":"Y"
},
"x-queryable":true
},
"FaxAreaCode":{
"title":"Fax Area Code",
"maxLength":20,
"type":"string",
"description":"Abbreviation that identifies the area for the fax of the supplier address.",
"nullable":true,
"x-hints":{
"protectionKey":"PhoneEO.PhoneAreaCode",
"protectionObjectTitle":"Phone",
"protectionState":"TOKENIZED",
"protectionAttributeTitle":"Area Code",
"HR_ATTRIBUTE":"Y"
},
"x-queryable":true
},
"Email":{
"title":"Email",
"maxLength":320,
"type":"string",
"description":"Email for the supplier address.",
"nullable":false,
"x-hints":{
"protectionKey":"EmailEO.EmailAddress",
"protectionObjectTitle":"Email",
"protectionState":"TOKENIZED",
"protectionAttributeTitle":"Email",
"HR_ATTRIBUTE":"Y"
},
"x-queryable":true
},
"DFF":{
"title":"Flexfields for Supplier Address",
"type":"array",
"description":"The Flexfields for Supplier Address resource manages supplier address descriptive flexfields.",
"items":{
"$ref":"#/components/schemas/suppliers-addresses-DFF-item-response"
},
"x-cardinality":"1"
},
"PostalCode":{
"title":"Postal Code",
"maxLength":60,
"type":"string",
"description":"Postal code of the supplier address.",
"nullable":true,
"x-hints":{
"protectionKey":"PartySiteEO.PostalCode",
"protectionObjectTitle":"Address",
"protectionState":"TOKENIZED",
"protectionAttributeTitle":"Postal Code",
"HR_ATTRIBUTE":"Y"
},
"x-queryable":true
},
"FaxCountryCode":{
"title":"Fax Country Code",
"maxLength":10,
"type":"string",
"description":"Abbreviation that identifies the country for the fax of the supplier address.",
"nullable":true,
"x-hints":{
"HR_ATTRIBUTE":"Y"
},
"x-queryable":true
},
"SupplierAddressId":{
"type":"integer",
"description":"Value that uniquely identifies the supplier address that is associated to the supplier contact.",
"format":"int64",
"nullable":false,
"readOnly":true,
"x-hints":{
"precision":18,
"fnd:GLOBALLY_UNIQUE":"true"
},
"x-queryable":true
},
"GlobalLocationNumber":{
"title":"Global Location Number",
"maxLength":40,
"type":"string",
"description":"Global location number of the supplier address.",
"nullable":true,
"x-queryable":true
},
"PostalCodeExtension":{
"title":"Postal Plus 4 Code",
"maxLength":20,
"type":"string",
"description":"Four digit extension to the postal code of the supplier address.",
"nullable":true,
"x-hints":{
"protectionKey":"PartySiteEO.PostalPlus4Code",
"protectionObjectTitle":"Address",
"protectionState":"TOKENIZED",
"protectionAttributeTitle":"Postal Code Extension"
},
"x-queryable":true
},
"County":{
"title":"County",
"maxLength":60,
"type":"string",
"description":"County of the supplier address.",
"nullable":true,
"x-hints":{
"protectionKey":"PartySiteEO.County",
"protectionObjectTitle":"Address",
"protectionState":"TOKENIZED",
"protectionAttributeTitle":"County",
"HR_ATTRIBUTE":"Y"
},
"x-queryable":true
},
"PhoneCountryCode":{
"title":"Phone Country Code",
"maxLength":10,
"type":"string",
"description":"Abbreviation that identifies the country for the phone of the supplier address.",
"nullable":true,
"x-hints":{
"HR_ATTRIBUTE":"Y"
},
"x-queryable":true
},
"PhoneAreaCode":{
"title":"Phone Area Code",
"maxLength":20,
"type":"string",
"description":"Abbreviation that identifies the area for phone of the supplier address.",
"nullable":true,
"x-hints":{
"protectionKey":"PhoneEO.PhoneAreaCode",
"protectionObjectTitle":"Phone",
"protectionState":"TOKENIZED",
"protectionAttributeTitle":"Area Code",
"HR_ATTRIBUTE":"Y"
},
"x-queryable":true
},
"LanguageCode":{
"title":"Language",
"maxLength":4,
"type":"string",
"description":"Abbreviation that identifies the language of the supplier address.",
"nullable":true,
"x-queryable":true
},
"PhoneticAddress":{
"title":"Phonetic Address Line",
"maxLength":560,
"type":"string",
"description":"Phonetic, Japanese kana, or Chinese kanji representation of the address lines.",
"nullable":true,
"x-queryable":true
},
"Language":{
"title":"Language",
"maxLength":255,
"type":"string",
"description":"Language of the supplier address.",
"nullable":true,
"x-hints":{
"controlType":"choice"
},
"x-queryable":true
},
"FaxNumber":{
"title":"Fax",
"maxLength":40,
"type":"string",
"description":"Fax of the supplier address.",
"nullable":true,
"x-hints":{
"protectionKey":"PhoneEO.PhoneNumber",
"protectionObjectTitle":"Phone",
"protectionState":"TOKENIZED",
"protectionAttributeTitle":"Phone",
"HR_ATTRIBUTE":"Y"
},
"x-queryable":true
},
"links":{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
},
"CountryCode":{
"title":"Country Code",
"maxLength":2,
"type":"string",
"description":"Abbreviation that identifies the country where the supplier address is located.",
"nullable":false,
"x-hints":{
"HR_ATTRIBUTE":"Y"
},
"x-queryable":true
},
"Status":{
"title":"Status",
"maxLength":255,
"type":"string",
"description":"Status of the supplier address.",
"nullable":true,
"readOnly":true,
"x-queryable":false,
"x-hints":{
"dependencies":[
"InactiveDate",
"StartDate"
]
}
},
"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 address is no longer active.",
"format":"date",
"nullable":true,
"x-hints":{
"DefaultValue":"FUTURE_DATE",
"NoTimeStamp":"Y",
"HR_ATTRIBUTE":"Y"
},
"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
},
"Addressee":{
"title":"Addressee",
"maxLength":360,
"type":"string",
"description":"Addressee of the supplier address.",
"nullable":true,
"x-hints":{
"protectionKey":"PartySiteEO.Addressee",
"protectionObjectTitle":"Address",
"protectionState":"TOKENIZED",
"protectionAttributeTitle":"Addressee"
},
"x-queryable":true
},
"City":{
"title":"City or Locality",
"maxLength":60,
"type":"string",
"description":"City of the supplier address.",
"nullable":true,
"x-hints":{
"protectionKey":"PartySiteEO.City",
"protectionObjectTitle":"Address",
"protectionState":"TOKENIZED",
"protectionAttributeTitle":"City",
"HR_ATTRIBUTE":"Y"
},
"x-queryable":true
},
"Province":{
"title":"Province",
"maxLength":60,
"type":"string",
"description":"Province of the supplier address.",
"nullable":true,
"x-hints":{
"protectionKey":"PartySiteEO.Province",
"protectionObjectTitle":"Address",
"protectionState":"TOKENIZED",
"protectionAttributeTitle":"Province",
"HR_ATTRIBUTE":"Y"
},
"x-queryable":true
},
"AddressPurposeRemitToFlag":{
"title":"Remit to",
"maxLength":255,
"type":"boolean",
"description":"Contains one of the following values: true or false. If true, then you can use the supplier address to send payment. If false, then you cannot use this address. The default value is false.",
"nullable":true,
"x-hints":{
"dependencies":[
"PayUseStatus"
]
},
"x-queryable":true
},
"PhoneExtension":{
"title":"Phone Extension",
"maxLength":20,
"type":"string",
"description":"Phone extension of the supplier address.",
"nullable":true,
"x-hints":{
"protectionKey":"PhoneEO.PhoneExtension",
"protectionObjectTitle":"Phone",
"protectionState":"TOKENIZED",
"protectionAttributeTitle":"Extension",
"HR_ATTRIBUTE":"Y"
},
"x-queryable":true
},
"AddressName":{
"title":"Address Name",
"maxLength":240,
"type":"string",
"description":"Name of the supplier address that is associated to the supplier contact.",
"nullable":true,
"x-queryable":true
},
"AddressLine3":{
"title":"Address Line 3",
"maxLength":240,
"type":"string",
"description":"Third line of the supplier address.",
"nullable":true,
"x-hints":{
"protectionKey":"PartySiteEO.Address3",
"protectionObjectTitle":"Address",
"protectionState":"TOKENIZED",
"protectionAttributeTitle":"Address Line 3",
"protectionTokenizationScheme":"WORD",
"HR_ATTRIBUTE":"Y"
},
"x-queryable":true
},
"AdditionalAddressAttribute4":{
"title":"Additional Address Element 4",
"maxLength":150,
"type":"string",
"description":"Fourth Additional address attribute for the flexible supplier address format.",
"nullable":true,
"x-hints":{
"HR_ATTRIBUTE":"Y"
},
"x-queryable":true
},
"AddressLine2":{
"title":"Address Line 2",
"maxLength":240,
"type":"string",
"description":"Second line of the supplier address.",
"nullable":true,
"x-hints":{
"protectionKey":"PartySiteEO.Address2",
"protectionObjectTitle":"Address",
"protectionState":"TOKENIZED",
"protectionAttributeTitle":"Address Line 2",
"protectionTokenizationScheme":"WORD",
"HR_ATTRIBUTE":"Y"
},
"x-queryable":true
},
"AdditionalAddressAttribute3":{
"title":"Additional Address Element 3",
"maxLength":150,
"type":"string",
"description":"Third additional address attribute for the flexible supplier address format.",
"nullable":true,
"x-hints":{
"HR_ATTRIBUTE":"Y"
},
"x-queryable":true
},
"AddressLine1":{
"title":"Address Line 1",
"maxLength":240,
"type":"string",
"description":"First line of the supplier address.",
"nullable":true,
"x-hints":{
"protectionKey":"PartySiteEO.Address1",
"protectionObjectTitle":"Address",
"protectionState":"TOKENIZED",
"protectionAttributeTitle":"Address Line 1",
"protectionTokenizationScheme":"WORD",
"HR_ATTRIBUTE":"Y"
},
"x-queryable":true
},
"AdditionalAddressAttribute5":{
"title":"Additional Address Element 5",
"maxLength":150,
"type":"string",
"description":"Fifth additional address attribute for the flexible supplier address format.",
"nullable":true,
"x-hints":{
"HR_ATTRIBUTE":"Y"
},
"x-queryable":true
},
"State":{
"title":"State or Region",
"maxLength":60,
"type":"string",
"description":"State of the supplier address.",
"nullable":true,
"x-hints":{
"protectionKey":"PartySiteEO.State",
"protectionObjectTitle":"Address",
"protectionState":"TOKENIZED",
"protectionAttributeTitle":"State",
"HR_ATTRIBUTE":"Y"
},
"x-queryable":true
},
"AdditionalAddressAttribute2":{
"title":"Additional Address Element 2",
"maxLength":150,
"type":"string",
"description":"Second additional address attribute for the flexible supplier address format.",
"nullable":true,
"x-hints":{
"HR_ATTRIBUTE":"Y"
},
"x-queryable":true
},
"AddressLine4":{
"title":"Address Line 4",
"maxLength":240,
"type":"string",
"description":"Fourth line of the supplier address.",
"nullable":true,
"x-hints":{
"protectionKey":"PartySiteEO.Address4",
"protectionObjectTitle":"Address",
"protectionState":"TOKENIZED",
"protectionAttributeTitle":"Address Line 4",
"protectionTokenizationScheme":"WORD",
"HR_ATTRIBUTE":"Y"
},
"x-queryable":true
},
"AdditionalAddressAttribute1":{
"title":"Additional Address Element 1",
"maxLength":150,
"type":"string",
"description":"First additional address attribute for the flexible supplier address format.",
"nullable":true,
"x-hints":{
"HR_ATTRIBUTE":"Y"
},
"x-queryable":true
},
"Country":{
"title":"Country",
"maxLength":80,
"type":"string",
"description":"Country of the supplier address.",
"nullable":false,
"x-hints":{
"controlType":"choice"
},
"x-queryable":true
},
"PhoneNumber":{
"title":"Phone",
"maxLength":40,
"type":"string",
"description":"Phone number of the supplier address.",
"nullable":true,
"x-hints":{
"protectionKey":"PhoneEO.PhoneNumber",
"protectionObjectTitle":"Phone",
"protectionState":"TOKENIZED",
"protectionAttributeTitle":"Phone",
"HR_ATTRIBUTE":"Y"
},
"x-queryable":true
},
"AddressPurposeOrderingFlag":{
"title":"Ordering",
"maxLength":255,
"type":"boolean",
"description":"Contains one of the following values: true or false. If true, then you can use the supplier address for ordering. If false, then you cannot use this address. The default value is false.",
"nullable":true,
"x-hints":{
"dependencies":[
"PurUseStatus"
]
},
"x-queryable":true
},
"AddressPurposeRFQOrBiddingFlag":{
"title":"RFQ or Bidding",
"maxLength":255,
"type":"boolean",
"description":"Contains one of the following values: true or false. If true, then you can use the supplier address for request for proposal or bidding. If false, then you cannot use this address. The default value is false.",
"nullable":true,
"x-hints":{
"dependencies":[
"RfqUseStatus"
]
},
"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
タイトル: Flexfields for Supplier Address
サプライヤ住所リソースのフレックスフィールドは、サプライヤ住所付加フレックスフィールドを管理します。
ソースを表示
{
"title":"Flexfields for Supplier Address",
"type":"array",
"description":"The Flexfields for Supplier Address resource manages supplier address descriptive flexfields.",
"items":{
"$ref":"#/components/schemas/suppliers-addresses-DFF-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"
}
}
ネストされたスキーマ : suppliers-addresses-DFF-item-response
タイプ: object
ソースを表示
{
"type":"object",
"properties":{
"links":{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
},
"__FLEX_Context_DisplayValue":{
"title":"Enter Party Site Information",
"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
},
"PartySiteId":{
"type":"integer",
"description":"Value that uniquely identifies the supplier address.",
"format":"int64",
"nullable":false,
"readOnly":true,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18,
"fnd:GLOBALLY_UNIQUE":"true"
},
"x-queryable":true
},
"__FLEX_Context":{
"title":"Enter Party Site Information",
"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"
}
}
ネストされたスキーマ : リンク
タイプ: 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-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-businessClassifications-item-response
タイプ: object
ソースを表示
{
"type":"object",
"properties":{
"Status":{
"title":"Status",
"maxLength":255,
"type":"string",
"description":"Status of the business classification for the supplier.",
"nullable":true,
"readOnly":true,
"x-hints":{
"dependencies":[
"CertificateExpirationDate",
"CertificateStartDate"
]
},
"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
},
"Subclassification":{
"title":"Subclassification",
"maxLength":80,
"type":"string",
"description":"Describes the subclassification when a minority owns the business classification.",
"nullable":true,
"x-hints":{
"controlType":"choice"
},
"x-queryable":true
},
"ProvidedByUserFirstName":{
"type":"string",
"description":"First name of the person in the supplier organization who provides business classification details.",
"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
},
"CertifyingAgency":{
"title":"Certifying Agency",
"maxLength":255,
"type":"string",
"description":"Agency that certifies the business classification for the supplier.",
"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
},
"attachments":{
"title":"Attachments",
"type":"array",
"description":"The Attachments resource manages attachments for a supplier business classification.",
"items":{
"$ref":"#/components/schemas/suppliers-businessClassifications-attachments-item-response"
}
},
"CertificateStartDate":{
"title":"Start Date",
"type":"string",
"description":"Date when the certificate that the certifying agency issues for the business classification goes into effect.",
"format":"date",
"nullable":true,
"x-queryable":true
},
"CertifyingAgencyId":{
"title":"Certifying Agency",
"type":"integer",
"description":"Value that uniquely identifies the agency that certifies the business classification for the supplier.",
"format":"int64",
"nullable":true,
"x-hints":{
"precision":18
},
"x-queryable":true
},
"ProvidedByContactId":{
"type":"integer",
"description":"Value that uniquely identifies the person in the supplier organization who provides the business classification details.",
"format":"int64",
"nullable":true,
"x-hints":{
"precision":18,
"PAYLOADHINT":"Show"
},
"x-queryable":true
},
"ProvidedByEmail":{
"type":"string",
"description":"Email of the person in the supplier organization who provides business classification details.",
"nullable":true,
"x-queryable":false
},
"ClassificationId":{
"type":"integer",
"description":"Value that uniquely identifies the classification for the supplier business.",
"format":"int64",
"nullable":false,
"readOnly":true,
"x-hints":{
"precision":18,
"fnd:GLOBALLY_UNIQUE":"true",
"PAYLOADHINT":"Show"
},
"x-queryable":true
},
"CertificateExpirationDate":{
"title":"Expiration Date",
"type":"string",
"description":"Date when the certificate that the certifying agency issues for the business classification expires.",
"format":"date",
"nullable":true,
"x-queryable":true
},
"ClassificationCode":{
"title":"Classification",
"maxLength":30,
"type":"string",
"description":"Abbreviation that identifies the classification for the supplier business. A list of accepted values is defined in the lookup type POZ_BUSINESS_CLASSIFICATIONS. Review and update the value for this attribute using the Setup and Maintenance work area, and the Manage Business Classification Lookup task.",
"nullable":false,
"x-queryable":true
},
"Classification":{
"title":"Classification",
"maxLength":80,
"type":"string",
"description":"Classification for the supplier business.",
"nullable":false,
"x-hints":{
"controlType":"choice"
},
"x-queryable":true
},
"ProvidedByUserLastName":{
"type":"string",
"description":"Last name of the person in the supplier organization who provides business classification details.",
"nullable":true,
"x-queryable":false
},
"ConfirmedOnDate":{
"title":"Confirmed On",
"type":"string",
"description":"Date when the application confirmed the business classification for the supplier.",
"format":"date",
"nullable":true,
"x-queryable":true
},
"CertificateNumber":{
"title":"Certificate Number",
"maxLength":80,
"type":"string",
"description":"Certificate that the certifying agency issues for the business classification.",
"nullable":true,
"x-queryable":true
},
"links":{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
},
"SubclassificationCode":{
"title":"Subclassification",
"maxLength":240,
"type":"string",
"description":"Abbreviation that identifies the subclassification when a minority owns the business classification. A list of accepted values is defined in the lookup type POZ_MINORITY_GROUP. 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":true
},
"OtherCertifyingAgency":{
"title":"Other Certifying Agency",
"maxLength":255,
"type":"string",
"description":"Agency that certifies the business classification for the supplier. Use this attribute when the Manage Certifying Agencies page in the Setup and Maintenance work area does not specify the agency you require.",
"nullable":true,
"x-queryable":true
},
"Notes":{
"title":"Notes",
"maxLength":1000,
"type":"string",
"description":"Notes that describe the business classification for the supplier. The supplier or the person who manages the classification can enter notes.",
"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
タイトル: Attachments
添付リソースは、サプライヤ・ビジネス分類の添付を管理します。
ソースを表示
{
"title":"Attachments",
"type":"array",
"description":"The Attachments resource manages attachments for a supplier business classification.",
"items":{
"$ref":"#/components/schemas/suppliers-businessClassifications-attachments-item-response"
}
}
ネストされたスキーマ : リンク
タイプ: array
タイトル: Links
リソース・インスタンスに関連付けられたリンク関係。
ソースを表示
{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
}
ネストされたスキーマ : suppliers-businessClassifications-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-contacts-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
},
"addresses":{
"title":"Contact Addresses",
"type":"array",
"description":"The Contact Addresses resource manages supplier contact addresses.",
"items":{
"$ref":"#/components/schemas/suppliers-contacts-addresses-item-response"
}
},
"FaxAreaCode":{
"title":"Fax Area Code",
"maxLength":20,
"type":"string",
"description":"Abbreviation that identifies the area for the fax of the supplier contact.",
"nullable":true,
"x-hints":{
"protectionKey":"PhoneEO.PhoneAreaCode",
"protectionObjectTitle":"Phone",
"protectionState":"TOKENIZED",
"protectionAttributeTitle":"Area Code",
"HR_ATTRIBUTE":"Y"
},
"x-queryable":true
},
"Email":{
"title":"Email",
"maxLength":320,
"type":"string",
"description":"Email of the supplier contact.",
"nullable":false,
"x-hints":{
"protectionKey":"EmailEO.EmailAddress",
"protectionObjectTitle":"Email",
"protectionState":"TOKENIZED",
"protectionAttributeTitle":"Email",
"HR_ATTRIBUTE":"Y"
},
"x-queryable":true
},
"DFF":{
"title":"Flexfields for Supplier Contacts",
"type":"array",
"description":"The Flexfields for Supplier Contacts resource manages supplier contact descriptive flexfields.",
"items":{
"$ref":"#/components/schemas/suppliers-contacts-DFF-item-response"
},
"x-cardinality":"1"
},
"SupplierContactId":{
"type":"integer",
"description":"Value that uniquely identifies the supplier contact.",
"format":"int64",
"nullable":false,
"readOnly":true,
"x-hints":{
"precision":18,
"fnd:GLOBALLY_UNIQUE":"true"
},
"x-queryable":true
},
"MobileCountryCode":{
"title":"Mobile Country Code",
"maxLength":10,
"type":"string",
"description":"Abbreviation that identifies the country for the mobile phone of the supplier contact.",
"nullable":true,
"x-hints":{
"controlType":"choice",
"HR_ATTRIBUTE":"Y"
},
"x-queryable":true
},
"FaxCountryCode":{
"title":"Fax Country Code",
"maxLength":10,
"type":"string",
"description":"Abbreviation that identifies the country for the fax of the supplier contact.",
"nullable":true,
"x-hints":{
"controlType":"choice",
"HR_ATTRIBUTE":"Y"
},
"x-queryable":true
},
"SalutationCode":{
"title":"Salutation",
"maxLength":30,
"type":"string",
"description":"Abbreviation that identifies the honorific title of the supplier contact. A list of accepted values is defined in the lookup type CONTACT_TITLE. 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":true
},
"AdministrativeContactFlag":{
"title":"Administrative contact",
"maxLength":255,
"type":"boolean",
"description":"Contains one of the following values: true or false. If true, then the supplier is an administrative contact. If false, then the supplier is not an administrative contact. The default value is false.",
"nullable":true,
"x-hints":{
"dependencies":[
"AdminContactRoleStatus"
]
},
"x-queryable":true
},
"Salutation":{
"title":"Salutation",
"maxLength":80,
"type":"string",
"description":"Honorific title of the supplier contact.",
"nullable":true,
"x-hints":{
"controlType":"choice"
},
"x-queryable":true
},
"JobTitle":{
"title":"Job Title",
"maxLength":100,
"type":"string",
"description":"Job title of the supplier contact.",
"nullable":true,
"x-queryable":true
},
"PhoneCountryCode":{
"title":"Phone Country Code",
"maxLength":10,
"type":"string",
"description":"Abbreviation that identifies the country for the phone of the supplier contact.",
"nullable":true,
"x-hints":{
"controlType":"choice",
"HR_ATTRIBUTE":"Y"
},
"x-queryable":true
},
"PhoneAreaCode":{
"title":"Phone Area Code",
"maxLength":20,
"type":"string",
"description":"Abbreviation that identifies the area for the phone of the supplier contact.",
"nullable":true,
"x-hints":{
"protectionKey":"PhoneEO.PhoneAreaCode",
"protectionObjectTitle":"Phone",
"protectionState":"TOKENIZED",
"protectionAttributeTitle":"Area Code",
"HR_ATTRIBUTE":"Y"
},
"x-queryable":true
},
"FaxNumber":{
"title":"Fax",
"maxLength":40,
"type":"string",
"description":"Fax of the supplier contact.",
"nullable":true,
"x-hints":{
"protectionKey":"PhoneEO.PhoneNumber",
"protectionObjectTitle":"Phone",
"protectionState":"TOKENIZED",
"protectionAttributeTitle":"Phone",
"HR_ATTRIBUTE":"Y"
},
"x-queryable":true
},
"links":{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
},
"PersonProfileId":{
"type":"integer",
"description":"Value that uniquely identifies the person profile.",
"format":"int64",
"nullable":false,
"x-hints":{
"precision":18
},
"x-queryable":true
},
"Status":{
"title":"Status",
"maxLength":255,
"type":"string",
"description":"Status of the supplier contact.",
"nullable":true,
"readOnly":true,
"x-queryable":false,
"x-hints":{
"dependencies":[
"InactiveDate"
]
}
},
"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 contact is no longer active.",
"format":"date",
"nullable":false,
"x-queryable":false,
"x-hints":{
"DefaultValue":"FUTURE_DATE"
}
},
"CreatedBy":{
"title":"Created By",
"maxLength":64,
"type":"string",
"description":"User who created the supplier record.",
"nullable":false,
"readOnly":true,
"x-queryable":false
},
"FirstName":{
"title":"First Name",
"maxLength":150,
"type":"string",
"description":"First name of the supplier contact.",
"nullable":true,
"x-hints":{
"protectionKey":"PersonDEO.PersonFirstName",
"protectionObjectTitle":"Contact",
"protectionState":"TOKENIZED",
"protectionAttributeTitle":"First Name"
},
"x-queryable":true
},
"MiddleName":{
"title":"Middle Name",
"maxLength":60,
"type":"string",
"description":"Middle name of the supplier contact.",
"nullable":true,
"x-hints":{
"protectionKey":"PersonDEO.PersonMiddleName",
"protectionObjectTitle":"Contact",
"protectionState":"TOKENIZED",
"protectionAttributeTitle":"Middle Name"
},
"x-queryable":true
},
"MobileAreaCode":{
"title":"Mobile Area Code",
"maxLength":20,
"type":"string",
"description":"Abbreviation that identifies the area for the mobile phone of the supplier contact.",
"nullable":true,
"x-hints":{
"protectionKey":"PhoneEO.PhoneAreaCode",
"protectionObjectTitle":"Phone",
"protectionState":"TOKENIZED",
"protectionAttributeTitle":"Area Code",
"HR_ATTRIBUTE":"Y"
},
"x-queryable":true
},
"PhoneExtension":{
"title":"Phone Extension",
"maxLength":20,
"type":"string",
"description":"Phone extension for the supplier contact.",
"nullable":true,
"x-hints":{
"protectionKey":"PhoneEO.PhoneExtension",
"protectionObjectTitle":"Phone",
"protectionState":"TOKENIZED",
"protectionAttributeTitle":"Extension",
"HR_ATTRIBUTE":"Y"
},
"x-queryable":true
},
"MobileNumber":{
"title":"Mobile",
"maxLength":40,
"type":"string",
"description":"Mobile phone number of the supplier contact.",
"nullable":true,
"x-hints":{
"protectionKey":"PhoneEO.PhoneNumber",
"protectionObjectTitle":"Phone",
"protectionState":"TOKENIZED",
"protectionAttributeTitle":"Phone",
"HR_ATTRIBUTE":"Y"
},
"x-queryable":true
},
"PhoneNumber":{
"title":"Phone",
"maxLength":40,
"type":"string",
"description":"Phone for the supplier contact.",
"nullable":true,
"x-hints":{
"protectionKey":"PhoneEO.PhoneNumber",
"protectionObjectTitle":"Phone",
"protectionState":"TOKENIZED",
"protectionAttributeTitle":"Phone",
"HR_ATTRIBUTE":"Y"
},
"x-queryable":true
},
"LastName":{
"title":"Last Name",
"maxLength":150,
"type":"string",
"description":"Last name of the supplier contact.",
"nullable":true,
"x-hints":{
"protectionKey":"PersonDEO.PersonLastName",
"protectionObjectTitle":"Contact",
"protectionState":"TOKENIZED",
"protectionAttributeTitle":"Last Name"
},
"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
}
}
}
ネストされたスキーマ : suppliers-contacts-addresses-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
},
"SupplierContactAddressId":{
"type":"integer",
"description":"Value that uniquely identifies the supplier contact address.",
"nullable":false,
"x-queryable":true
},
"AddressName":{
"title":"Address Name",
"maxLength":255,
"type":"string",
"description":"Name of the supplier address that is associated to the supplier contact.",
"nullable":true,
"x-hints":{
"dependencies":[
"AddressName1"
]
},
"x-queryable":true
},
"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
},
"links":{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
},
"SupplierAddressId":{
"type":"integer",
"description":"Value that uniquely identifies the supplier address that is associated to the supplier contact.",
"format":"int64",
"nullable":true,
"x-hints":{
"precision":18
},
"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
}
}
}
ネストされたスキーマ : suppliers-contacts-DFF-item-response
タイプ: object
ソースを表示
{
"type":"object",
"properties":{
"links":{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
},
"PersonProfileId":{
"type":"integer",
"description":"Value that uniquely identifies the person profile.",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18
},
"x-queryable":true
},
"__FLEX_Context_DisplayValue":{
"title":"Enter Person Information",
"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":"Enter Person Information",
"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
}
}
}
ネストされたスキーマ : suppliers-DFF-item-response
タイプ: object
ソースを表示
{
"type":"object",
"properties":{
"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
},
"VendorId":{
"type":"integer",
"description":"Value that uniquely identifies the supplier.",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18,
"fnd:GLOBALLY_UNIQUE":"true"
},
"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":{
"FVxUSPOZSuppliers":"#/components/schemas/oracle_apps_prc_poz_suppliers_flex_supplierProfileGdf_view_PozSupplierGDFFVxUSPOZSuppliersVO-item-response",
"JE_IL_WITHHOLDING":"#/components/schemas/oracle_apps_prc_poz_suppliers_flex_supplierProfileGdf_view_PozSupplierGDFJE__5FIL__5FWITHHOLDINGVO-item-response",
"JE_IT_WITHOLDING":"#/components/schemas/oracle_apps_prc_poz_suppliers_flex_supplierProfileGdf_view_PozSupplierGDFJE__5FIT__5FWITHOLDINGVO-item-response",
"JExESOnlineVatReporting":"#/components/schemas/oracle_apps_prc_poz_suppliers_flex_supplierProfileGdf_view_PozSupplierGDFJExESOnlineVatReportingVO-item-response",
"JExPTAdditionalInfo":"#/components/schemas/oracle_apps_prc_poz_suppliers_flex_supplierProfileGdf_view_PozSupplierGDFJExPTAdditionalInfoVO-item-response",
"JExRUSupplierInfo":"#/components/schemas/oracle_apps_prc_poz_suppliers_flex_supplierProfileGdf_view_PozSupplierGDFJExRUSupplierInfoVO-item-response",
"JExTRExchangeRateDiff":"#/components/schemas/oracle_apps_prc_poz_suppliers_flex_supplierProfileGdf_view_PozSupplierGDFJExTRExchangeRateDiffVO-item-response",
"JL_BR_APXVDMVD_VENDORS":"#/components/schemas/oracle_apps_prc_poz_suppliers_flex_supplierProfileGdf_view_PozSupplierGDFJL__5FBR__5FAPXVDMVD__5FVENDORSVO-item-response",
"JLxARSuppliers":"#/components/schemas/oracle_apps_prc_poz_suppliers_flex_supplierProfileGdf_view_PozSupplierGDFJLxARSuppliersVO-item-response"
}
},
"oneOf":[
{
"$ref":"#/components/schemas/oracle_apps_prc_poz_suppliers_flex_supplierProfileGdf_view_PozSupplierGDFFVxUSPOZSuppliersVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_prc_poz_suppliers_flex_supplierProfileGdf_view_PozSupplierGDFJE__5FIL__5FWITHHOLDINGVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_prc_poz_suppliers_flex_supplierProfileGdf_view_PozSupplierGDFJE__5FIT__5FWITHOLDINGVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_prc_poz_suppliers_flex_supplierProfileGdf_view_PozSupplierGDFJExESOnlineVatReportingVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_prc_poz_suppliers_flex_supplierProfileGdf_view_PozSupplierGDFJExPTAdditionalInfoVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_prc_poz_suppliers_flex_supplierProfileGdf_view_PozSupplierGDFJExRUSupplierInfoVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_prc_poz_suppliers_flex_supplierProfileGdf_view_PozSupplierGDFJExTRExchangeRateDiffVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_prc_poz_suppliers_flex_supplierProfileGdf_view_PozSupplierGDFJL__5FBR__5FAPXVDMVD__5FVENDORSVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_prc_poz_suppliers_flex_supplierProfileGdf_view_PozSupplierGDFJLxARSuppliersVO-item-response"
}
]
}
1つのスキーマに一致
ソースを表示
{
"discriminator":{
"propertyName":"__FLEX_Context",
"mapping":{
"FVxUSPOZSuppliers":"#/components/schemas/oracle_apps_prc_poz_suppliers_flex_supplierProfileGdf_view_PozSupplierGDFFVxUSPOZSuppliersVO-item-response",
"JE_IL_WITHHOLDING":"#/components/schemas/oracle_apps_prc_poz_suppliers_flex_supplierProfileGdf_view_PozSupplierGDFJE__5FIL__5FWITHHOLDINGVO-item-response",
"JE_IT_WITHOLDING":"#/components/schemas/oracle_apps_prc_poz_suppliers_flex_supplierProfileGdf_view_PozSupplierGDFJE__5FIT__5FWITHOLDINGVO-item-response",
"JExESOnlineVatReporting":"#/components/schemas/oracle_apps_prc_poz_suppliers_flex_supplierProfileGdf_view_PozSupplierGDFJExESOnlineVatReportingVO-item-response",
"JExPTAdditionalInfo":"#/components/schemas/oracle_apps_prc_poz_suppliers_flex_supplierProfileGdf_view_PozSupplierGDFJExPTAdditionalInfoVO-item-response",
"JExRUSupplierInfo":"#/components/schemas/oracle_apps_prc_poz_suppliers_flex_supplierProfileGdf_view_PozSupplierGDFJExRUSupplierInfoVO-item-response",
"JExTRExchangeRateDiff":"#/components/schemas/oracle_apps_prc_poz_suppliers_flex_supplierProfileGdf_view_PozSupplierGDFJExTRExchangeRateDiffVO-item-response",
"JL_BR_APXVDMVD_VENDORS":"#/components/schemas/oracle_apps_prc_poz_suppliers_flex_supplierProfileGdf_view_PozSupplierGDFJL__5FBR__5FAPXVDMVD__5FVENDORSVO-item-response",
"JLxARSuppliers":"#/components/schemas/oracle_apps_prc_poz_suppliers_flex_supplierProfileGdf_view_PozSupplierGDFJLxARSuppliersVO-item-response"
}
},
"oneOf":[
{
"$ref":"#/components/schemas/oracle_apps_prc_poz_suppliers_flex_supplierProfileGdf_view_PozSupplierGDFFVxUSPOZSuppliersVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_prc_poz_suppliers_flex_supplierProfileGdf_view_PozSupplierGDFJE__5FIL__5FWITHHOLDINGVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_prc_poz_suppliers_flex_supplierProfileGdf_view_PozSupplierGDFJE__5FIT__5FWITHOLDINGVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_prc_poz_suppliers_flex_supplierProfileGdf_view_PozSupplierGDFJExESOnlineVatReportingVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_prc_poz_suppliers_flex_supplierProfileGdf_view_PozSupplierGDFJExPTAdditionalInfoVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_prc_poz_suppliers_flex_supplierProfileGdf_view_PozSupplierGDFJExRUSupplierInfoVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_prc_poz_suppliers_flex_supplierProfileGdf_view_PozSupplierGDFJExTRExchangeRateDiffVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_prc_poz_suppliers_flex_supplierProfileGdf_view_PozSupplierGDFJL__5FBR__5FAPXVDMVD__5FVENDORSVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_prc_poz_suppliers_flex_supplierProfileGdf_view_PozSupplierGDFJLxARSuppliersVO-item-response"
}
]
}
ネストされたスキーマ : oracle_apps_prc_poz_suppliers_flex_supplierProfileGdf_view_PozSupplierGDFFVxUSPOZSuppliersVO-item-response
タイプ: object
ソースを表示
{
"type":"object",
"properties":{
"entityStructure":{
"title":"Entity Structure",
"maxLength":150,
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"entityStructure_Display",
"updateable":"false",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"ORA_FV_SAM_ENT_STRCT#TABLE",
"FND_ACFF_IsReadOnly":"true",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_OpenIdentifier":"entityStructure",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_SegmentName":"EntityStructure",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"tradingPartnerAgencyIdentifier_Display":{
"title":"Trading Partner Agency Identifier",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"tradingPartnerAgencyIdentifier",
"FND_ACFF_PartialTarget":"federalOrNonFederalCode federalOrNonFederalCode",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind1_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind2_VT":"SEGMENT.federalOrNonFederalCode",
"FlexClientVar_flex_vst_bind1_VT":"SEGMENT.federalOrNonFederalCode",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"federalOrNonFederalCode_Display":{
"title":"Federal or Non-Federal Code",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"federalOrNonFederalCode",
"FND_ACFF_IsReferenced":"true",
"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"
}
}
},
"samSupplier":{
"title":"SAM Supplier",
"maxLength":150,
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"samSupplier_Display",
"updateable":"false",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"ORA_FV_YES_NO#TABLE",
"FND_ACFF_IsReadOnly":"true",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_OpenIdentifier":"samSupplier",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_SegmentName":"SAMSupplier",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"tradingPartnerAgencyIdentifier":{
"title":"Trading Partner Agency Identifier",
"maxLength":150,
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"tradingPartnerAgencyIdentifier_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_PartialTarget":"federalOrNonFederalCode federalOrNonFederalCode",
"FND_ACFF_OpenIdentifier":"tradingPartnerAgencyIdentifier",
"FlexClientVar_flex_vst_bind2_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind1_JT":"java.lang.String",
"FND_ACFF_SegmentName":"TradingPartnerAgencyIdentifier",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_ValueSetInfo":"ORA_FV_TP_AGENCY_IDENTIFIER#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FlexClientVar_flex_vst_bind2_VT":"SEGMENT.federalOrNonFederalCode",
"FlexClientVar_flex_vst_bind1_VT":"SEGMENT.federalOrNonFederalCode",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FlexClientVsBindVars":"flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_DependsOnAttributes":"federalOrNonFederalCode",
"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"
}
}
},
"VendorId":{
"type":"integer",
"description":"Value that uniquely identifies the supplier.",
"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"
}
},
"entityStructure_Display":{
"title":"Entity Structure",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"entityStructure",
"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"
}
}
},
"federalOrNonFederalCode":{
"title":"Federal or Non-Federal Code",
"maxLength":150,
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"federalOrNonFederalCode_Display",
"FND_ACFF_IsReferenced":"true",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"ORA_FV_FED_NON_FED_CODE#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_DV":"N",
"FND_ACFF_OpenIdentifier":"federalOrNonFederalCode",
"FND_ACFF_DVT":"C",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_SegmentName":"FederalNonFederalCode",
"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":"FVxUSPOZSuppliers",
"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"
}
}
},
"samSupplier_Display":{
"title":"SAM Supplier",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"samSupplier",
"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"
}
}
}
}
}
ネストされたスキーマ : oracle_apps_prc_poz_suppliers_flex_supplierProfileGdf_view_PozSupplierGDFJE__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"
}
}
},
"VendorId":{
"type":"integer",
"description":"Value that uniquely identifies the supplier.",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18,
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"_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"
}
}
},
"_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_supplierProfileGdf_view_PozSupplierGDFJE__5FIT__5FWITHOLDINGVO-item-response
タイプ: object
ソースを表示
{
"type":"object",
"properties":{
"_Date__of__Birth":{
"title":"Date of Birth",
"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":"Date of Birth",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"ProvinceCodeOfBirth":{
"title":"Province Code of Birth",
"maxLength":150,
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JG_CHARACTER_L150#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"ProvinceCodeOfBirth",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"150",
"FND_ACFF_SegmentName":"ProvinceCodeOfBirth",
"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"
}
}
},
"VendorId":{
"type":"integer",
"description":"Value that uniquely identifies the supplier.",
"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"
}
},
"_Place__of__Birth":{
"title":"Place of Birth",
"maxLength":150,
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JG_CHARACTER_L150#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"150",
"FND_ACFF_SegmentName":"Place of Birth",
"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_WITHOLDING",
"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_supplierProfileGdf_view_PozSupplierGDFJExESOnlineVatReportingVO-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"
}
}
},
"code":{
"title":"Identification Type",
"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"
}
}
},
"__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"
}
}
},
"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"
}
}
},
"VendorId":{
"type":"integer",
"description":"Value that uniquely identifies the supplier.",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18,
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"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"
}
}
},
"code_Display":{
"title":"Identification Type",
"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"
}
}
},
"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"
}
}
},
"NIFLegalRepresentative":{
"title":"NIF Legal 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_supplierProfileGdf_view_PozSupplierGDFJExPTAdditionalInfoVO-item-response
タイプ: object
ソースを表示
{
"type":"object",
"properties":{
"links":{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
},
"SelfBillingIndicator":{
"title":"With Self Billing",
"maxLength":150,
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"SelfBillingIndicator_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"ORA_JEEU_SELF_BILLING#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_OpenIdentifier":"SelfBillingIndicator",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_SegmentName":"SelfBillingIndicator",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"SelfBillingIndicator_Display":{
"title":"With Self Billing",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"SelfBillingIndicator",
"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"
}
}
},
"VendorId":{
"type":"integer",
"description":"Value that uniquely identifies the supplier.",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18,
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"__FLEX_Context":{
"title":"Regional Information",
"maxLength":30,
"type":"string",
"description":"Global descriptive flexfield context name for supplier sites.",
"nullable":true,
"default":"JExPTAdditionalInfo",
"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_supplierProfileGdf_view_PozSupplierGDFJExRUSupplierInfoVO-item-response
タイプ: object
ソースを表示
{
"type":"object",
"properties":{
"links":{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
},
"OKPOCode":{
"title":"OKPO Code",
"maxLength":150,
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"JG_CHARACTER_L25#FORMAT_ONLY",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"OKPOCode",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"25",
"FND_ACFF_SegmentName":"OKPOCode",
"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"
}
}
},
"VendorId":{
"type":"integer",
"description":"Value that uniquely identifies the supplier.",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18,
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"__FLEX_Context":{
"title":"Regional Information",
"maxLength":30,
"type":"string",
"description":"Global descriptive flexfield context name for supplier sites.",
"nullable":true,
"default":"JExRUSupplierInfo",
"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_supplierProfileGdf_view_PozSupplierGDFJExTRExchangeRateDiffVO-item-response
タイプ: object
ソースを表示
{
"type":"object",
"properties":{
"ExchangeRateDifferenceOption_Display":{
"title":"Exchange Rate Difference Creation Option",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"ExchangeRateDifferenceOption",
"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"
}
}
},
"ExchangeRateDifferenceCreation_Display":{
"title":"Exchange Rate Difference Creation",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"ExchangeRateDifferenceCreation",
"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"
}
}
},
"VendorId":{
"type":"integer",
"description":"Value that uniquely identifies the supplier.",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18,
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"ExchangeRateDifferenceOption":{
"title":"Exchange Rate Difference Creation Option",
"maxLength":150,
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"ExchangeRateDifferenceOption_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"ORA_JETR_EXCHANGE_RATE_DIFF_CREATION_OPTION#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_DV":"INVOICE",
"FND_ACFF_OpenIdentifier":"ExchangeRateDifferenceOption",
"FND_ACFF_DVT":"C",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_SegmentName":"ExchangeRateDifferenceOption",
"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"
}
},
"ExchangeRateDifferenceCreation":{
"title":"Exchange Rate Difference Creation",
"maxLength":150,
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"ExchangeRateDifferenceCreation_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"JE_YES_NO#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_DV":"Y",
"FND_ACFF_OpenIdentifier":"ExchangeRateDifferenceCreation",
"FND_ACFF_DVT":"C",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_SegmentName":"ExchangeRateDifferenceCreation",
"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":"JExTRExchangeRateDiff",
"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_supplierProfileGdf_view_PozSupplierGDFJL__5FBR__5FAPXVDMVD__5FVENDORSVO-item-response
タイプ: object
ソースを表示
{
"type":"object",
"properties":{
"_Collection__Document__Match__usin":{
"title":"Collection Document Match Using Invoice Number",
"maxLength":150,
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_Collection__Document__Match__usin_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"JE_YES_NO#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_SegmentName":"Collection Document Match usin",
"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"
}
}
},
"VendorId":{
"type":"integer",
"description":"Value that uniquely identifies the supplier.",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18,
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"_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"
}
}
},
"_Automatically__Match__using__Supp_Display":{
"title":"Collection Document Match Using Supplier Site",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_Automatically__Match__using__Supp",
"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__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"
}
}
},
"_Coll__Doc__Auto__Match__Amt__Typ_Display":{
"title":"Collection Document Match Amount Type",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_Coll__Doc__Auto__Match__Amt__Typ",
"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__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"
}
}
},
"links":{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
},
"_Inst__Due__Date__Derivation__Metho":{
"title":"Installment Due Date Derivation Method",
"maxLength":150,
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_Inst__Due__Date__Derivation__Metho_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"JLBR_PAYMENT_ACTION#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_SegmentName":"Inst Due Date Derivation Metho",
"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"
}
}
},
"_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_VENDORS",
"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"
}
}
},
"_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"
}
}
},
"_Automatically__Match__using__Supp":{
"title":"Collection Document Match Using Supplier Site",
"maxLength":150,
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_Automatically__Match__using__Supp_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"JE_YES_NO#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_SegmentName":"Automatically Match using Supp",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_Coll__Doc__Auto__Match__Amt__Typ":{
"title":"Collection Document Match Amount Type",
"maxLength":150,
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_Coll__Doc__Auto__Match__Amt__Typ_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"JLBR_AP_CD_MATCH_AMT_TYPE#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_SegmentName":"Coll Doc Auto Match Amt Typ",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_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"
}
}
},
"__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"
}
}
},
"_Collection__Document__Match__usin_Display":{
"title":"Collection Document Match Using Invoice Number",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_Collection__Document__Match__usin",
"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__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"
}
}
},
"_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"
}
}
},
"_Inst__Due__Date__Derivation__Metho_Display":{
"title":"Installment Due Date Derivation Method",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_Inst__Due__Date__Derivation__Metho",
"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"
}
}
}
}
}
ネストされたスキーマ : oracle_apps_prc_poz_suppliers_flex_supplierProfileGdf_view_PozSupplierGDFJLxARSuppliersVO-item-response
タイプ: object
ソースを表示
{
"type":"object",
"properties":{
"multilateralContributor_Display":{
"title":"Multilateral Contributor",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"multilateralContributor",
"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"
}
}
},
"VendorId":{
"type":"integer",
"description":"Value that uniquely identifies the supplier.",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18,
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"multilateralContributor":{
"title":"Multilateral Contributor",
"maxLength":150,
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"multilateralContributor_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"JE_YES_NO#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FND_ACFF_OpenIdentifier":"multilateralContributor",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_SegmentName":"MultilateralContributor",
"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"
}
},
"transactionLetter":{
"title":"Transaction Letter",
"maxLength":150,
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"ORA_JLAR_DOCUMENT_LETTER#TABLE",
"controlType":"combo_lov",
"includeInCompactView":true,
"FND_ACFF_OpenIdentifier":"transactionLetter",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_SegmentName":"TransactionLetter",
"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":"JLxARSuppliers",
"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"
}
}
ネストされたスキーマ : suppliers-productsAndServices-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
},
"CategoryName":{
"title":"Category Name",
"maxLength":255,
"type":"string",
"description":"Name of the products and services category that the application assigns to the supplier.",
"nullable":true,
"x-hints":{
"dependencies":[
"PurchasingCatFlag",
"CategoryPEOCategoryName",
"BrowseCategoryName"
]
},
"x-queryable":true
},
"links":{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
},
"SupplierProductsServicesId":{
"title":"Classification ID",
"type":"integer",
"description":"Value that uniquely identifies the relationship between the supplier, and the products and services category.",
"format":"int64",
"nullable":false,
"readOnly":true,
"x-hints":{
"precision":18
},
"x-queryable":true
},
"CategoryDescription":{
"title":"Description",
"maxLength":255,
"type":"string",
"description":"Description of the products and services category that the application assigns to the supplier.",
"nullable":true,
"readOnly":true,
"x-hints":{
"dependencies":[
"PurchasingCatFlag",
"CategoryPEODescription",
"BrowseCategoryDescription"
]
},
"x-queryable":true
},
"CategoryType":{
"title":"Category Type",
"maxLength":255,
"type":"string",
"description":"Type of the products and services category that the application assigns to the supplier.",
"nullable":true,
"x-hints":{
"dependencies":[
"PurchasingCatFlag"
]
},
"x-queryable":true
},
"ProductsServicesCategoryId":{
"type":"integer",
"description":"Value that uniquely identifies the products and services category.",
"format":"int64",
"nullable":false,
"x-hints":{
"precision":18
},
"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"
}
}
ネストされたスキーマ : 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"
}
}
ネストされたスキーマ : 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"
}
}