ルート・スキーマ : draftPurchaseOrders
タイプ: 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/draftPurchaseOrders-item-response"
}
}
},
"x-hints":{
"usage":"BusinessObject"
}
}
ネストされたスキーマ : 品目
タイプ: array
タイトル: Items
コレクション内の品目。
ソースを表示
{
"title":"Items",
"type":"array",
"description":"The items in the collection.",
"items":{
"$ref":"#/components/schemas/draftPurchaseOrders-item-response"
}
}
ネストされたスキーマ : リンク
タイプ: array
タイトル: Links
リソース・インスタンスに関連付けられたリンク関係。
ソースを表示
{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
}
ネストされたスキーマ : draftPurchaseOrders-item-response
タイプ: object
ソースを表示
{
"type":"object",
"properties":{
"DuplicatedFromHeaderId":{
"type":"integer",
"description":"Value that uniquely identifies the document from which the purchase order is copied or created.",
"format":"int64",
"nullable":true,
"readOnly":true,
"x-queryable":false,
"x-hints":{
"precision":18
}
},
"CreationDate":{
"type":"string",
"description":"Date and time when the buyer or application created the purchase order.",
"format":"date-time",
"nullable":false,
"readOnly":true,
"x-queryable":true
},
"DocumentCreationMethod":{
"maxLength":30,
"type":"string",
"description":"Method by which the document was created, such as autocreate, enter PO, and so on.",
"nullable":true,
"x-queryable":false
},
"DFF":{
"title":"Flexfields for Draft Purchase Orders",
"type":"array",
"description":"The Flexfields for Draft Purchase Orders resource manages additional details about purchase orders.",
"items":{
"$ref":"#/components/schemas/draftPurchaseOrders-DFF-item-response"
},
"x-cardinality":"1"
},
"SupplierContactId":{
"type":"integer",
"description":"Value that uniquely identifies the supplier contact.",
"format":"int64",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice",
"precision":18
}
},
"OrderNumber":{
"title":"Order",
"maxLength":30,
"type":"string",
"description":"Number that uniquely identifies the purchase order in the sold-to legal entity.",
"nullable":true,
"x-queryable":true
},
"OverrideB2BCommunicationFlag":{
"maxLength":1,
"type":"boolean",
"description":"Contains one of the following values: true or false. If true, the purchase order can't be communicated using B2B communication, and you can communicate it using an alternate communication method such as email. If false, the purchase order must be communicated using B2B communication when the supplier site is configured to receive B2B messages. The default value is false.",
"nullable":true,
"default":false,
"x-queryable":true
},
"CurrencyCode":{
"maxLength":15,
"type":"string",
"description":"Abbreviation that identifies the currency of the purchase order.",
"nullable":true,
"x-hints":{
"controlType":"choice"
},
"x-queryable":true
},
"DefaultTaxationCountryCode":{
"maxLength":2,
"type":"string",
"description":"Abbreviation that identifies the country for taxation.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice"
}
},
"DocumentFiscalClassification":{
"title":"Document Fiscal Classification",
"maxLength":1996,
"type":"string",
"description":"Tax classification used by a tax authority to categorize a document.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice",
"dependencies":[
"DefaultTaxationCountry"
]
}
},
"AcknowledgmentDueDate":{
"title":"Acknowledgment Due Date",
"type":"string",
"description":"Date when the application requests the supplier to acknowledge the purchase order.",
"format":"date",
"nullable":true,
"x-queryable":true
},
"BuyerManagedTransportFlag":{
"title":"Buyer Managed Transportation",
"maxLength":1,
"type":"boolean",
"description":"Contains one of the following values: true or false. If true, then the buyer or an agent that the buyer designates must arrange transportation from picking up the requested item to delivering it to the ship-to location that the purchase order specifies. If false, then the supplier must arrange transportation. This attribute does not have a default value.",
"nullable":true,
"x-queryable":true
},
"DefaultShipToLocation":{
"title":"Default Ship-to Location",
"maxLength":60,
"type":"string",
"description":"Name of the location where the supplier ships the item.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice",
"dependencies":[
"ProcurementBU",
"RequisitioningBU"
]
}
},
"RequisitioningBU":{
"title":"Requisitioning BU",
"maxLength":240,
"type":"string",
"description":"Business unit that creates the requisition.",
"nullable":true,
"x-hints":{
"controlType":"choice",
"dependencies":[
"ProcurementBU"
]
},
"x-queryable":true
},
"SupplierEmailAddress":{
"title":"To Email",
"maxLength":2000,
"type":"string",
"description":"Email address of the supplier for communication.",
"nullable":true,
"x-queryable":false
},
"Currency":{
"title":"Currency",
"maxLength":80,
"type":"string",
"description":"Currency of the purchase order.",
"nullable":true,
"x-hints":{
"controlType":"choice"
},
"x-queryable":true
},
"MasterContractId":{
"type":"integer",
"description":"Value that uniquely identifies the contract from enterprise contracts. This attribute allows a direct connection between execution documents in Oracle Purchasing Cloud and high-level contracts in Oracle Enterprise Contracts Cloud.",
"format":"int64",
"nullable":true,
"x-hints":{
"controlType":"choice",
"precision":18,
"dependencies":[
"Supplier"
]
},
"x-queryable":true
},
"Status":{
"title":"Status",
"maxLength":80,
"type":"string",
"description":"Status of the purchase order relative to the purchase order life cycle.",
"nullable":false,
"readOnly":true,
"x-queryable":true
},
"LastUpdatedBy":{
"maxLength":64,
"type":"string",
"description":"User who last updated the purchase order.",
"nullable":false,
"readOnly":true,
"x-queryable":false
},
"BillToLocationInternalCode":{
"title":"Bill-to Location Internal Code",
"maxLength":150,
"type":"string",
"description":"Abbreviation that internally identifies the location to which the supplier should send the invoice.",
"nullable":true,
"x-hints":{
"controlType":"choice"
},
"x-queryable":true
},
"ProcurementBU":{
"title":"Procurement BU",
"maxLength":240,
"type":"string",
"description":"Business unit that manages and owns the purchase order.",
"nullable":false,
"x-hints":{
"controlType":"choice"
},
"x-queryable":true
},
"ChangeOrderType":{
"title":"Change Order Type",
"type":"string",
"description":"Value that indicates whether change order is an internal change order or an external change order. Suppliers can view the external changes.",
"nullable":true,
"readOnly":true,
"x-queryable":false
},
"CreatedBy":{
"maxLength":64,
"type":"string",
"description":"User who created the purchase order.",
"nullable":false,
"readOnly":true,
"x-queryable":false
},
"PaymentTermsId":{
"type":"integer",
"description":"Value that uniquely identifies the payment terms.",
"format":"int64",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice",
"precision":18
}
},
"DocumentFiscalClassificationCode":{
"maxLength":240,
"type":"string",
"description":"Abbreviation that identifies the document fiscal classification.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"default",
"dependencies":[
"DefaultTaxationCountry"
]
}
},
"ModeOfTransportCode":{
"maxLength":30,
"type":"string",
"description":"Abbreviation that identifies the mode of transport.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice"
}
},
"ThirdPartyRegistrationId":{
"type":"integer",
"description":"Value that uniquely identifies the third party registration.",
"format":"int64",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice",
"precision":18
}
},
"summaryAttributes":{
"title":"Summary Attributes for Draft Purchase Orders",
"type":"array",
"description":"The Summary Attributes for Draft Purchase Orders resource manages the aggregated summary attributes of purchase orders. The summary attributes comprise of aggregated information from across the lines of a purchase order. This resource will return the corresponding data only when called in conjunction with an appropriate finder.",
"items":{
"$ref":"#/components/schemas/draftPurchaseOrders-summaryAttributes-item-response"
},
"x-cardinality":"1"
},
"MasterContractType":{
"title":"Master Contract Type",
"type":"string",
"description":"Type of contract. This attribute specifies the nature of the enterprise contract. The contract type specifies what kind of information you can enter including the presence of lines and contract terms.",
"nullable":true,
"x-hints":{
"controlType":"choice"
},
"x-queryable":true
},
"DefaultTaxationCountry":{
"title":"Taxation Country",
"maxLength":80,
"type":"string",
"description":"Country where the transaction takes place. This attribute is used for taxation.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice"
}
},
"BillToBU":{
"title":"Bill-to BU",
"type":"string",
"description":"Value that identifies the business unit that processes supplier invoices for the purchase order.",
"nullable":true,
"x-hints":{
"controlType":"choice",
"dependencies":[
"ProcurementBU",
"RequisitioningBU",
"DefaultShipToLocation",
"Supplier",
"SupplierSite",
"SoldToLegalEntity"
]
},
"x-queryable":true
},
"ModeOfTransport":{
"title":"Mode of Transport",
"maxLength":80,
"type":"string",
"description":"Mode of transport that the shipper uses to transport the item, such as land, sea, or air.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice"
}
},
"SupplierSite":{
"title":"Supplier Site",
"maxLength":240,
"type":"string",
"description":"Location that the supplier uses to purchase the item.",
"nullable":true,
"x-hints":{
"controlType":"choice",
"dependencies":[
"ProcurementBU",
"RequisitioningBU",
"Supplier"
]
},
"x-queryable":true
},
"ChangeOrderTypeCode":{
"maxLength":1,
"type":"string",
"description":"Abbreviation that defies the change order type.",
"nullable":true,
"readOnly":true,
"x-queryable":true
},
"hasReceivedOrInvoicedSchedulesFlag":{
"type":"boolean",
"description":"Contains one of the following values: true or false. If true, then the purchase order has at least one schedule that was received or invoiced. If false, then the purchase order doesn???t have any schedule that was received or invoiced. This attribute doesn???t have a default value.",
"nullable":true,
"readOnly":true,
"x-queryable":false
},
"FirstPartyRegistrationId":{
"type":"integer",
"description":"Value that uniquely identifies the first party registration number.",
"format":"int64",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice",
"precision":18
}
},
"Description":{
"title":"Description",
"maxLength":240,
"type":"string",
"description":"Description of the purchase order.",
"nullable":true,
"x-queryable":true
},
"attachments":{
"title":"Attachments for Draft Purchase Orders",
"type":"array",
"description":"The Attachments for Draft Purchase Orders resource manages attachments for a purchase order.",
"items":{
"$ref":"#/components/schemas/draftPurchaseOrders-attachments-item-response"
}
},
"SupplierCCEmailAddress":{
"title":"Cc Email",
"maxLength":2000,
"type":"string",
"description":"Email address to which a copy of the purchase order communication email is sent.",
"nullable":true,
"x-queryable":false
},
"Buyer":{
"title":"Buyer",
"maxLength":240,
"type":"string",
"description":"Person who is responsible for managing the purchase order.",
"nullable":true,
"x-hints":{
"controlType":"choice",
"dependencies":[
"ProcurementBU"
]
},
"x-queryable":true
},
"hasPOlineswithMultipleDistributionsFlag":{
"type":"boolean",
"description":"Contains one of the following values: true or false. If true, then the purchase order schedule has multiple distributions. If false, then the purchase order schedule doesn???t have multiple distributions. This attribute doesn't have a default value.",
"nullable":true,
"readOnly":true,
"x-queryable":false
},
"DocumentStyle":{
"title":"Document Style",
"maxLength":240,
"type":"string",
"description":"Name of the purchasing document style. This attribute allows organizations to control the parameters and values displayed on the application to match the usage of the purchasing document.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice"
}
},
"DefaultShipToLocationId":{
"type":"integer",
"description":"Value that uniquely identifies the ship-to location.",
"format":"int64",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice",
"precision":18
}
},
"CarrierId":{
"type":"integer",
"description":"Value that uniquely identifies the company that transports the item by land, sea, or air.",
"format":"int64",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice",
"precision":18
}
},
"OverridingApprover":{
"title":"Overriding Approver",
"maxLength":240,
"type":"string",
"description":"Overrides first approver identifier to route purchase orders for approval.",
"nullable":true,
"x-hints":{
"controlType":"choice"
},
"x-queryable":true
},
"ChangeOrderNumber":{
"title":"Change Order",
"maxLength":80,
"type":"string",
"description":"Number that unquietly identifies the change order for a document.",
"nullable":true,
"readOnly":true,
"x-queryable":true
},
"SupplierSiteId":{
"type":"integer",
"description":"Value that uniquely identifies the supplier site.",
"format":"int64",
"nullable":true,
"x-hints":{
"controlType":"choice",
"precision":18
},
"x-queryable":true
},
"ContractTermsExistFlag":{
"title":"Contract Terms Exist",
"maxLength":1,
"type":"boolean",
"description":"Contains one of the following values: true or false. If true, then contract clauses were added from the terms library to the purchase order. If false, then the purchase order does not contain any contract clauses from the contract terms library. This attribute does not have a default value.",
"nullable":true,
"readOnly":true,
"x-queryable":false
},
"PayOnReceiptFlag":{
"title":"Pay on Receipt",
"maxLength":25,
"type":"boolean",
"description":"Contains one of the following values: true or false. If true, then the application creates an invoice that requests payment for the item according to the receipt transaction. If false, then the application does not require the supplier to create this invoice and instead requests payment according to the receipt of the shipped item. This attribute does not have a default value.",
"nullable":true,
"x-queryable":false
},
"Supplier":{
"title":"Supplier",
"maxLength":360,
"type":"string",
"description":"Name of the supplier who fulfills the item.",
"nullable":true,
"x-hints":{
"controlType":"choice",
"dependencies":[
"ProcurementBU",
"RequisitioningBU"
]
},
"x-queryable":true
},
"OverridingApproverId":{
"type":"integer",
"description":"Value that uniquely identifies the user specified on the purchase order as the overriding approver for approval routing.",
"format":"int64",
"nullable":true,
"x-hints":{
"controlType":"choice",
"precision":18
},
"x-queryable":true
},
"ConversionRateDate":{
"title":"Conversion Date",
"type":"string",
"description":"Date to use for the conversion rate when converting an ordered amount into another currency. The conversion rate varies depending on the date.",
"format":"date",
"nullable":true,
"x-queryable":false
},
"DocumentFiscalClassificationId":{
"type":"integer",
"description":"Value that uniquely identifies the document fiscal classification.",
"format":"int64",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice",
"precision":18,
"dependencies":[
"DefaultTaxationCountry"
]
}
},
"BillToBUId":{
"type":"integer",
"description":"Value that uniquely identifies the business unit that processes supplier invoices for the purchase order.",
"format":"int64",
"nullable":true,
"x-hints":{
"controlType":"choice",
"precision":18
},
"x-queryable":true
},
"ThirdPartyRegistrationNumber":{
"title":"Third-Party Tax Registration Number",
"maxLength":50,
"type":"string",
"description":"Value that is a unique sequence of letters or numbers assigned to a third party or third-party site by a tax authority. This attribute is used to identify the party or party-site level tax registration.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice",
"dependencies":[
"ProcurementBU",
"RequisitioningBU",
"Supplier"
]
}
},
"SoldToLegalEntityId":{
"type":"integer",
"description":"Value that uniquely identifies the legal entity that is financially responsible for purchases on the purchase order.",
"format":"int64",
"nullable":true,
"x-hints":{
"controlType":"choice",
"precision":18
},
"x-queryable":true
},
"SupplierCommunicationMethod":{
"title":"Communication Method",
"maxLength":25,
"type":"string",
"description":"Method by which the purchase order is communicated to the supplier, such as email or fax.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice"
}
},
"ImportSourceCode":{
"title":"Import Source",
"maxLength":25,
"type":"string",
"description":"Value that indicates the source application from which the purchase order was imported.",
"nullable":true,
"x-queryable":false
},
"ConversionRateTypeCode":{
"maxLength":30,
"type":"string",
"description":"Abbreviation that identifies the conversion rate type.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice"
}
},
"ConversionRate":{
"type":"number",
"description":"Conversion rate to use when converting the currency.",
"nullable":true,
"x-queryable":false
},
"ChangeOrderStatus":{
"title":"Change Order Status",
"type":"string",
"description":"Status of the change order relative to the change order life cycle.",
"nullable":true,
"readOnly":true,
"x-queryable":true
},
"DocumentStyleId":{
"type":"integer",
"description":"Value that uniquely identifies the purchasing style of the document.",
"format":"int64",
"nullable":false,
"x-queryable":false,
"x-hints":{
"controlType":"choice",
"precision":18
}
},
"CancelFlag":{
"maxLength":1,
"type":"boolean",
"description":"Contains one of the following values: true or false. If true, then the purchase order is canceled. If false, then the purchase order is not canceled. This attribute does not have a default value.",
"nullable":true,
"readOnly":true,
"x-queryable":false
},
"FreightTerms":{
"title":"Freight Terms",
"maxLength":80,
"type":"string",
"description":"Terms that describe who pays charges to transport the item.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice"
}
},
"LastUpdateDate":{
"type":"string",
"description":"Date and time when the buyer or application last updated the purchase order.",
"format":"date-time",
"nullable":false,
"readOnly":true,
"x-queryable":false
},
"RequisitioningBUId":{
"type":"integer",
"description":"Value that uniquely identifies the business unit that creates the requisition.",
"format":"int64",
"nullable":true,
"x-hints":{
"controlType":"choice",
"precision":18
},
"x-queryable":true
},
"NoteToSupplier":{
"title":"Note to Supplier",
"maxLength":1000,
"type":"string",
"description":"Note that the supplier can read to get details about how to process the purchase order.",
"nullable":true,
"x-queryable":false
},
"ShippingMethod":{
"title":"Shipping Method",
"type":"string",
"description":"Transportation method for the carrier or service level for the purchase order. For example, ABC Shipping - AIR - 2nd Day.",
"nullable":true,
"x-queryable":false
},
"ChangeOrderInitiatingParty":{
"title":"Initiating Party",
"type":"string",
"description":"Party where the purchase document change request originated. Valid values are requester, buyer, supplier, and catalog administrator.",
"nullable":true,
"x-queryable":false
},
"ServiceLevelCode":{
"maxLength":30,
"type":"string",
"description":"Abbreviation that identifies the service level for the shipping method.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice"
}
},
"MasterContractNumber":{
"title":"Master Contract",
"maxLength":120,
"type":"string",
"description":"Number that identifies the contract from enterprise contracts. This attribute allows a direct connection between execution documents in Oracle Purchasing Cloud and high-level contracts in Oracle Enterprise Contracts Cloud.",
"nullable":true,
"x-hints":{
"controlType":"choice",
"dependencies":[
"MasterContractType",
"Supplier"
]
},
"x-queryable":true
},
"ChangeRequestedBy":{
"title":"Change Performed By",
"maxLength":20,
"type":"string",
"description":"User who requested changes to the purchase order.",
"nullable":true,
"readOnly":true,
"x-queryable":false
},
"SoldToLegalEntity":{
"title":"Sold-to Legal Entity",
"type":"string",
"description":"Legal entity that is financially responsible for purchases on the purchase order.",
"nullable":true,
"x-hints":{
"controlType":"choice",
"dependencies":[
"ProcurementBU",
"RequisitioningBU",
"DefaultShipToLocation",
"Supplier",
"SupplierSite"
]
},
"x-queryable":true
},
"PendingSignatureFlag":{
"maxLength":1,
"type":"boolean",
"description":"Contains one of the following values: true or false. If true, then signatures are required before the purchase order is implemented. If false, then signatures are not required. This attribute does not have a default value.",
"nullable":true,
"readOnly":true,
"x-queryable":false
},
"StatusCode":{
"maxLength":40,
"type":"string",
"description":"Abbreviation that identifies the purchase order status in the order life cycle.",
"nullable":true,
"x-queryable":true
},
"FundsStatusCode":{
"maxLength":25,
"type":"string",
"description":"Abbreviation that identifies the funds status.",
"nullable":true,
"readOnly":true,
"x-queryable":false
},
"ChangeOrderDescription":{
"type":"string",
"description":"Text that describes the reason or purpose of the change order.",
"nullable":true,
"x-queryable":false
},
"FOB":{
"title":"FOB",
"maxLength":80,
"type":"string",
"description":"Freight on board. Location where ownership of the item transfers from the supplier to the buyer.",
"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":"Company that transports the item by land, sea, or air.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice",
"dependencies":[
"ProcurementBU",
"RequisitioningBU",
"DefaultShipToLocation"
]
}
},
"BillToLocation":{
"title":"Bill-to Location",
"maxLength":60,
"type":"string",
"description":"Value that identifies the bill-to location where the supplier sends the invoice.",
"nullable":true,
"x-hints":{
"controlType":"choice",
"dependencies":[
"ProcurementBU",
"RequisitioningBU",
"Supplier",
"SupplierSite",
"DefaultShipToLocation",
"SoldToLegalEntity",
"BillToBU"
]
},
"x-queryable":true
},
"ProcurementBUId":{
"type":"integer",
"description":"Value that uniquely identifies the business unit that manages and owns the purchase order.",
"format":"int64",
"nullable":false,
"x-hints":{
"controlType":"choice",
"precision":18
},
"x-queryable":true
},
"FOBCode":{
"maxLength":30,
"type":"string",
"description":"Abbreviation that identifies the type of term for freight on board for the item.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice"
}
},
"BudgetaryControlEnabledFlag":{
"title":"Budgetary Control Enabled",
"maxLength":1,
"type":"boolean",
"description":"Contains one of the following values: true or false. If true, then budgetary control is enabled on the purchase order. If false, then budgetary control is not enabled on the purchase order. This attribute does not have a default value.",
"nullable":true,
"readOnly":true,
"x-queryable":false
},
"ReferenceNumber":{
"title":"Reference Number",
"maxLength":120,
"type":"string",
"description":"Number that identifies the document of the purchase order that was imported from the legacy application into Oracle Purchasing Cloud.",
"nullable":true,
"readOnly":true,
"x-queryable":false
},
"FirstPartyRegistrationNumber":{
"title":"First-Party Tax Registration Number",
"maxLength":50,
"type":"string",
"description":"Value that is a unique sequence of letters or numbers assigned to a first party by a tax authority when it is registered. This attribute is used to identify the first party registration.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice",
"dependencies":[
"ProcurementBU",
"RequisitioningBU",
"Supplier",
"SupplierSite",
"DefaultShipToLocation",
"SoldToLegalEntity"
]
}
},
"SupplierFax":{
"title":"Fax",
"maxLength":60,
"type":"string",
"description":"Fax number used to communicate the purchase order to the supplier.",
"nullable":true,
"x-queryable":false
},
"SupplierId":{
"type":"integer",
"description":"Value that uniquely identifies the supplier.",
"format":"int64",
"nullable":true,
"x-hints":{
"controlType":"choice",
"precision":18
},
"x-queryable":true
},
"NoteToReceiver":{
"title":"Note to Receiver",
"maxLength":1000,
"type":"string",
"description":"Note that the receiver can read to get details about how to process the purchase order.",
"nullable":true,
"x-queryable":false
},
"RequiredAcknowledgmentCode":{
"maxLength":1,
"type":"string",
"description":"Abbreviation that identifies the acknowledgment that the purchase order requires from the supplier. Values include Y for document and schedule, D for document, or N for none.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice"
}
},
"SupplierOrder":{
"title":"Supplier Order",
"maxLength":25,
"type":"string",
"description":"Number that identifies the document that the supplier created for the purchase order.",
"nullable":true,
"readOnly":true,
"x-queryable":false
},
"ServiceLevel":{
"title":"Service Level",
"maxLength":80,
"type":"string",
"description":"Priority that determines how quickly to transport the item.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice"
}
},
"DefaultShipToLocationInternalCode":{
"title":"Default Ship-to Location Internal Code",
"maxLength":150,
"type":"string",
"description":"Abbreviation that internally identifies the default value of the ship-to location where the supplier should ship the goods.",
"nullable":true,
"x-hints":{
"controlType":"choice"
},
"x-queryable":true
},
"AcknowledgmentWithinDays":{
"title":"Acknowledge Within Days",
"type":"number",
"description":"Number of days for the supplier to decide to accept or reject the purchase order.",
"nullable":true,
"x-queryable":false
},
"MasterContractTypeId":{
"type":"integer",
"description":"Value that uniquely identifies the contract type. This attribute specifies the nature of the enterprise contract. The contract type specifies what kind of information you can enter including the presence of lines and contract terms.",
"nullable":true,
"x-hints":{
"controlType":"choice"
},
"x-queryable":true
},
"BuyerEmail":{
"title":"Purchase Order Email Sender",
"maxLength":240,
"type":"string",
"description":"Email address of the buyer.",
"nullable":true,
"x-hints":{
"controlType":"choice",
"dependencies":[
"ProcurementBU"
]
},
"x-queryable":true
},
"SupplierContact":{
"title":"Supplier Contact",
"maxLength":4000,
"type":"string",
"description":"Person who represents the supplier when communicating with the buyer.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"default",
"dependencies":[
"ProcurementBU",
"RequisitioningBU",
"Supplier",
"SupplierSite"
]
}
},
"PaymentTerms":{
"title":"Payment Terms",
"maxLength":50,
"type":"string",
"description":"Terms that the application uses to schedule payments and calculate due dates, discount dates, and discount amounts for each invoice against the purchase order.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice"
}
},
"BillToLocationId":{
"type":"integer",
"description":"Value that uniquely identifies the bill-to location.",
"format":"int64",
"nullable":true,
"x-hints":{
"controlType":"choice",
"precision":18
},
"x-queryable":true
},
"ConversionRateType":{
"title":"Conversion Rate Type",
"maxLength":30,
"type":"string",
"description":"Type of rate that the application uses to determine the currency conversion rate for the purchase order.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice"
}
},
"POHeaderId":{
"type":"integer",
"description":"Value that uniquely identifies the purchase order.",
"format":"int64",
"nullable":false,
"readOnly":true,
"x-hints":{
"precision":18
},
"x-queryable":true
},
"BuyerId":{
"type":"integer",
"description":"Value that uniquely identifies the buyer.",
"format":"int64",
"nullable":false,
"x-hints":{
"controlType":"choice",
"precision":18
},
"x-queryable":true
},
"FundsStatus":{
"title":"Funds Status",
"maxLength":80,
"type":"string",
"description":"Status of the funds check or funds reservation validation result for the purchase order.",
"nullable":false,
"readOnly":true,
"x-queryable":false
},
"globalDFFs":{
"title":"US Federal Attributes for Draft Purchase Orders",
"type":"array",
"description":"The US Federal Attributes for Draft Purchase Orders resource manages federal financial attributes for purchase orders.",
"items":{
"$ref":"#/components/schemas/draftPurchaseOrders-globalDFFs-item-response"
},
"x-cardinality":"1"
},
"lines":{
"title":"Lines",
"type":"array",
"description":"The Lines resource manages purchasing details, such as the item to purchase, quantity, unit of measure, and price.",
"items":{
"$ref":"#/components/schemas/draftPurchaseOrders-lines-item-response"
}
},
"RequiredAcknowledgment":{
"title":"Required Acknowledgment",
"maxLength":80,
"type":"string",
"description":"Acknowledgment that the application requires from the supplier. Values include document and schedule when supplier must acknowledge the header and schedule of the purchase order, document when supplier must acknowledge the header of the purchase order, or none when the purchase order does not require acknowledgment.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice"
}
},
"ChangeOrderStatusCode":{
"maxLength":25,
"type":"string",
"description":"Abbreviation that identifies the change order status.",
"nullable":false,
"readOnly":true,
"x-queryable":true
},
"SupplierBCCEmailAddress":{
"title":"Bcc Email",
"maxLength":2000,
"type":"string",
"description":"Email address to which a copy of the purchase order communication email is sent without letting other recipients know.",
"nullable":true,
"x-queryable":false
},
"RequiresSignatureFlag":{
"title":"Requires Signature",
"maxLength":1,
"type":"boolean",
"description":"Contains one of the following values: true or false. If true, then the purchase order requires signatures to meet legal requirements. If false, then the purchase order does not require signatures. This attribute does not have a default value.",
"nullable":false,
"x-queryable":true
},
"FreightTermsCode":{
"maxLength":30,
"type":"string",
"description":"Abbreviation that identifies the type of freight terms for the purchase order.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice"
}
},
"ConfirmingOrderFlag":{
"title":"Confirming Order",
"maxLength":1,
"type":"boolean",
"description":"Contains one of the following values: true or false. If true, then the purchase order is communicated verbally before the supplier receives the purchase order. If false, then there is no verbal communication before sending the purchase order. This attribute does not have a default value.",
"nullable":true,
"x-queryable":false
}
}
}
ネストされたスキーマ : 下書き購買オーダーの添付
タイプ: array
タイトル: Attachments for Draft Purchase Orders
下書き購買オーダーの添付リソースは、購買オーダーの添付を管理します。
ソースを表示
{
"title":"Attachments for Draft Purchase Orders",
"type":"array",
"description":"The Attachments for Draft Purchase Orders resource manages attachments for a purchase order.",
"items":{
"$ref":"#/components/schemas/draftPurchaseOrders-attachments-item-response"
}
}
ネストされたスキーマ : 下書き購買オーダーのフレックスフィールド
タイプ: array
タイトル: Flexfields for Draft Purchase Orders
下書き購買オーダーのフレックスフィールド・リソースは、購買オーダーに関する追加詳細を管理します。
ソースを表示
{
"title":"Flexfields for Draft Purchase Orders",
"type":"array",
"description":"The Flexfields for Draft Purchase Orders resource manages additional details about purchase orders.",
"items":{
"$ref":"#/components/schemas/draftPurchaseOrders-DFF-item-response"
},
"x-cardinality":"1"
}
ネストされたスキーマ : 購買オーダー・ドラフトのUS連邦属性
タイプ: array
タイトル: US Federal Attributes for Draft Purchase Orders
下書き購買オーダーのドラフト購買オーダー・リソースは、購買オーダーの連邦財務属性を管理します。
ソースを表示
- Array of: object Discriminator: __FLEX_Context
識別子 : { "propertyName":"__FLEX_Context", "mapping":{ "FVxUSPOHeaders":"#/components/schemas/oracle_apps_flex_prc_po_commonPo_draftRestPoHeaderGdf_view_DraftRestPoHeaderGDFFVxUSPOHeadersVO-item-response" } }
{
"title":"US Federal Attributes for Draft Purchase Orders",
"type":"array",
"description":"The US Federal Attributes for Draft Purchase Orders resource manages federal financial attributes for purchase orders.",
"items":{
"$ref":"#/components/schemas/draftPurchaseOrders-globalDFFs-item-response"
},
"x-cardinality":"1"
}
ネストされたスキーマ : 明細
タイプ: array
タイトル: Lines
明細リソースは、購買する品目、数量、単位、価格などの購買詳細を管理します。
ソースを表示
{
"title":"Lines",
"type":"array",
"description":"The Lines resource manages purchasing details, such as the item to purchase, quantity, unit of measure, and price.",
"items":{
"$ref":"#/components/schemas/draftPurchaseOrders-lines-item-response"
}
}
ネストされたスキーマ : リンク
タイプ: array
タイトル: Links
リソース・インスタンスに関連付けられたリンク関係。
ソースを表示
{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
}
ネストされたスキーマ : 下書き購買オーダーの要約属性
タイプ: array
タイトル: Summary Attributes for Draft Purchase Orders
購買オーダー下書きの要約属性リソースは、購買オーダーの集計要約属性を管理します。 要約属性は、購買オーダーの明細全体の集計情報で構成されます。 このリソースは、適切なファインダとともにコールされた場合にのみ、対応するデータを返します。
ソースを表示
{
"title":"Summary Attributes for Draft Purchase Orders",
"type":"array",
"description":"The Summary Attributes for Draft Purchase Orders resource manages the aggregated summary attributes of purchase orders. The summary attributes comprise of aggregated information from across the lines of a purchase order. This resource will return the corresponding data only when called in conjunction with an appropriate finder.",
"items":{
"$ref":"#/components/schemas/draftPurchaseOrders-summaryAttributes-item-response"
},
"x-cardinality":"1"
}
ネストされたスキーマ : draftPurchaseOrders-attachments-item-response
タイプ: object
ソースを表示
{
"type":"object",
"properties":{
"CreationDate":{
"title":"Creation Date",
"type":"string",
"description":"Date when the user created the attached document.",
"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 attached document.",
"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 attached document.",
"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 attached document.",
"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 attached document.",
"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 document that is attached to the purchase order. It is a primary key that the application creates when the user attaches a document to the purchase order.",
"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 attached document.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"includeInCompactView":true,
"fnd:FND_AUDIT_ATTR_ENABLED":"false"
}
},
"DownloadInfo":{
"title":"DownloadInfo",
"type":"string",
"description":"JSON-formatted string that contains information required to programmatically retrieve a large 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":"Login that the user used when creating the document that is attached to the purchase order.",
"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 attached document.",
"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":"User who most recently updated the document that is attached to the purchase order.",
"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 attached document.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"includeInCompactView":true,
"fnd:FND_AUDIT_ATTR_ENABLED":"false"
}
},
"UserName":{
"title":"User Name",
"maxLength":255,
"type":"string",
"description":"Login that the user used when adding or modifying the attached document.",
"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 attached document.",
"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 attached document.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"includeInCompactView":true,
"fnd:FND_AUDIT_ATTR_ENABLED":"false"
}
},
"LastUpdatedByUserName":{
"title":"Last Updated By User",
"type":"string",
"description":"Login that the user used when updating the document that is attached to the purchase order.",
"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 attached document.",
"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 attached document.",
"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 attached document is shared. If false, then the attached document 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 attached document.",
"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 attached document 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 attached document.",
"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 attached document.",
"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 attached document.",
"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 attached document.",
"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 is attached to the purchase order.",
"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"
}
}
ネストされたスキーマ : リンク
タイプ: 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."
}
}
}
ネストされたスキーマ : draftPurchaseOrders-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":"Context Prompt",
"type":"string",
"description":"Descriptive flexfield context display value for purchase order distributions.",
"nullable":true,
"x-hints":{
"updateable":"false",
"DISPLAYHINT":"Hide",
"FND_ACFF_IsReadOnly":"true",
"FND_ACFF_AkaRealSegmentAttrName":"__FLEX_Context",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Name",
"FND_ACFF_MaximumLength":"1024",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
},
"x-queryable":true
},
"PoHeaderId":{
"type":"integer",
"description":"Value that uniquely identifies the purchase order.",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18
},
"x-queryable":true
},
"__FLEX_Context":{
"title":"Context Prompt",
"maxLength":30,
"type":"string",
"description":"Descriptive flexfield context name for purchase order distributions.",
"nullable":true,
"x-hints":{
"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":"TEXT_BOX"
},
"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":{
"FVxUSPOHeaders":"#/components/schemas/oracle_apps_flex_prc_po_commonPo_draftRestPoHeaderGdf_view_DraftRestPoHeaderGDFFVxUSPOHeadersVO-item-response"
}
},
"oneOf":[
{
"$ref":"#/components/schemas/oracle_apps_flex_prc_po_commonPo_draftRestPoHeaderGdf_view_DraftRestPoHeaderGDFFVxUSPOHeadersVO-item-response"
}
]
}
1つのスキーマに一致
ソースを表示
{
"discriminator":{
"propertyName":"__FLEX_Context",
"mapping":{
"FVxUSPOHeaders":"#/components/schemas/oracle_apps_flex_prc_po_commonPo_draftRestPoHeaderGdf_view_DraftRestPoHeaderGDFFVxUSPOHeadersVO-item-response"
}
},
"oneOf":[
{
"$ref":"#/components/schemas/oracle_apps_flex_prc_po_commonPo_draftRestPoHeaderGdf_view_DraftRestPoHeaderGDFFVxUSPOHeadersVO-item-response"
}
]
}
ネストされたスキーマ : draftPurchaseOrders-lines-item-response
タイプ: object
ソースを表示
{
"type":"object",
"properties":{
"CategoryCode":{
"maxLength":820,
"type":"string",
"description":"Abbreviation that identifies the purchasing category.",
"nullable":true,
"x-hints":{
"controlType":"choice"
},
"x-queryable":true
},
"CreationDate":{
"type":"string",
"description":"Date and time when the buyer or application created the purchase order line.",
"format":"date-time",
"nullable":false,
"readOnly":true,
"x-queryable":false
},
"BasePrice":{
"title":"Base Price",
"type":"number",
"description":"Original price for each unit of the offered item or service. This attribute is associated with a feature that requires opt in.",
"nullable":true,
"x-queryable":true
},
"NoteToSupplier":{
"title":"Note to Supplier",
"maxLength":1000,
"type":"string",
"description":"Note that the supplier can read to get details about how to process the order line on the purchase order.",
"nullable":true,
"x-queryable":false
},
"LineTypeId":{
"type":"integer",
"description":"Value that uniquely identifies whether the purchase order line references an item or a service.",
"format":"int64",
"nullable":false,
"x-queryable":false,
"x-hints":{
"controlType":"choice",
"precision":18
}
},
"CancelledBy":{
"title":"Canceled By",
"type":"integer",
"description":"User who canceled the purchase order line.",
"format":"int64",
"nullable":true,
"readOnly":true,
"x-queryable":false,
"x-hints":{
"precision":18
}
},
"DFF":{
"title":"Flexfields for Lines",
"type":"array",
"description":"The Flexfields for Lines resource manages additional details about purchase order lines.",
"items":{
"$ref":"#/components/schemas/draftPurchaseOrders-lines-DFF-item-response"
},
"x-cardinality":"1"
},
"OrderNumber":{
"title":"Order",
"maxLength":30,
"type":"string",
"description":"Number that uniquely identifies the purchase order in the sold-to legal entity.",
"nullable":true,
"readOnly":true,
"x-queryable":false
},
"CreditFlag":{
"maxLength":1,
"type":"boolean",
"description":"Contains one of the following values: true or false. If true, then the line type can be used to create credit lines. If false, then the line type can't be used to create credit lines. This attribute doesn't have a default value.",
"nullable":true,
"readOnly":true,
"x-queryable":false
},
"ItemId":{
"type":"integer",
"description":"Value that uniquely identifies the item on the purchase order.",
"format":"int64",
"nullable":true,
"x-hints":{
"controlType":"choice",
"precision":18
},
"x-queryable":true
},
"NegotiationLine":{
"title":"Negotiation Line",
"type":"number",
"description":"Number that uniquely identifies the negotiation line that the purchase order line references.",
"nullable":true,
"x-queryable":false
},
"CurrencyCode":{
"maxLength":15,
"type":"string",
"description":"Abbreviation that identifies the currency of the purchase order.",
"nullable":true,
"readOnly":true,
"x-queryable":true
},
"FundsStatusCode":{
"maxLength":25,
"type":"string",
"description":"Abbreviation that identifies the funds status.",
"nullable":true,
"readOnly":true,
"x-queryable":false
},
"Item":{
"title":"Item",
"type":"string",
"description":"Abbreviation that uniquely identifies the item on the purchase order.",
"nullable":true,
"x-hints":{
"controlType":"choice"
},
"x-queryable":true
},
"TaxableFlag":{
"maxLength":1,
"type":"boolean",
"description":"Contains one of the following values: true or false. If true, then the document line is taxable. If false, then the document line is not taxable. This attribute does not have a default value.",
"nullable":true,
"readOnly":true,
"x-queryable":false
},
"BaseModel":{
"title":"Base Model",
"type":"string",
"description":"Number of code that identifies the buying organization for the model item from which an assemble-to-order configuration was created.",
"nullable":true,
"readOnly":true,
"x-queryable":true
},
"Currency":{
"title":"Currency",
"maxLength":80,
"type":"string",
"description":"Currency of the purchase order.",
"nullable":false,
"readOnly":true,
"x-queryable":true
},
"Manufacturer":{
"title":"Manufacturer",
"maxLength":700,
"type":"string",
"description":"Name of the manufacturer of the item.",
"nullable":true,
"readOnly":true,
"x-queryable":false
},
"links":{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
},
"SourceAgreementProcurementBU":{
"title":"Source Agreement Procurement BU",
"type":"string",
"description":"Business unit of the purchase agreement against which this purchase order line is released.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice"
}
},
"POLineId":{
"type":"integer",
"description":"Value that uniquely identifies the purchase order line.",
"format":"int64",
"nullable":false,
"readOnly":true,
"x-hints":{
"precision":18
},
"x-queryable":true
},
"ItemRevision":{
"title":"Item Revision",
"maxLength":18,
"type":"string",
"description":"Revision number of the item.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"combo_lov"
}
},
"SourceAgreementType":{
"title":"Source Agreement Document Type",
"type":"string",
"description":"Value that specifies whether the agreement is a blanket purchase agreement or a contract purchase agreement.",
"nullable":true,
"readOnly":true,
"x-queryable":true
},
"ConsignmentLineFlag":{
"title":"Consignment Line",
"maxLength":1,
"type":"boolean",
"description":"Contains one of the following values: true or false. If true, then the item on the purchase order is under consignment. If false, then the item is not under consignment. This attribute does not have a default value.",
"nullable":true,
"readOnly":true,
"x-queryable":true
},
"UOMCode":{
"maxLength":3,
"type":"string",
"description":"Abbreviation that identifies the unit of measure.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice",
"dependencies":[
"Item"
]
}
},
"BaseModelPrice":{
"title":"Base Model Price",
"type":"number",
"description":"Unit price of the base model from which the configuration was built.",
"nullable":true,
"readOnly":true,
"x-queryable":false
},
"LastUpdatedBy":{
"maxLength":64,
"type":"string",
"description":"User who last updated the purchase order line.",
"nullable":false,
"readOnly":true,
"x-queryable":false
},
"Negotiation":{
"title":"Negotiation",
"maxLength":240,
"type":"string",
"description":"Number that uniquely identifies the negotiation that the purchase order line references.",
"nullable":true,
"readOnly":true,
"x-queryable":false
},
"HazardClassId":{
"type":"integer",
"description":"Value that uniquely identifies the hazard class.",
"format":"int64",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice",
"precision":18
}
},
"CreatedBy":{
"maxLength":64,
"type":"string",
"description":"User who created the purchase order line.",
"nullable":false,
"readOnly":true,
"x-queryable":false
},
"MaximumRetainageAmount":{
"title":"Maximum Retainage Amount",
"type":"number",
"description":"Maximum amount of retainage that can be withheld on a contract line.",
"nullable":true,
"x-queryable":true
},
"ReferenceNumber":{
"title":"Reference Number",
"maxLength":25,
"type":"string",
"description":"Number that identifies the document of the purchase order that was imported from the legacy application into Oracle Purchasing Cloud.",
"nullable":true,
"readOnly":true,
"x-queryable":false
},
"ManufacturerPartNumber":{
"title":"Manufacturer Part Number",
"maxLength":700,
"type":"string",
"description":"Number issued by the manufacturer that uniquely identifies the individual product.",
"nullable":true,
"readOnly":true,
"x-queryable":false
},
"PricingUOMCode":{
"maxLength":3,
"type":"string",
"description":"Abbreviation that identifies the unit of measure the item uses for pricing.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice"
}
},
"HazardClassCode":{
"title":"Code",
"maxLength":30,
"type":"string",
"description":"Abbreviation that identifies the hazard class.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice"
}
},
"SourceAgreementId":{
"type":"integer",
"description":"Value that uniquely identifies the source agreement that the purchase order line references.",
"format":"int64",
"nullable":true,
"x-hints":{
"controlType":"choice",
"precision":18,
"dependencies":[
"SourceAgreementProcurementBUId"
]
},
"x-queryable":true
},
"WorkOrderProduct":{
"title":"Product",
"maxLength":300,
"type":"string",
"description":"Name of the finished item that the work order in contract manufacturing creates.",
"nullable":true,
"readOnly":true,
"x-queryable":true
},
"SourceAgreementNumber":{
"title":"Source Agreement",
"type":"string",
"description":"Number that uniquely identifies the source agreement that the purchase order line references.",
"nullable":true,
"x-hints":{
"controlType":"choice",
"dependencies":[
"SourceAgreementProcurementBU",
"SourceAgreementProcurementBUId"
]
},
"x-queryable":true
},
"PricingUOM":{
"title":"UOM Name",
"maxLength":25,
"type":"string",
"description":"Unit of measure that the item uses for pricing.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"edit"
}
},
"CancelReason":{
"title":"Cancellation Reason",
"maxLength":240,
"type":"string",
"description":"Description of the reason for cancellation.",
"nullable":true,
"x-queryable":false
},
"NegotiatedFlag":{
"title":"Negotiated",
"maxLength":1,
"type":"boolean",
"description":"Contains one of the following values: true or false. If true, then the buyer and the supplier negotiated and agreed on the price before the purchase. If false, then the buyer and the supplier did not negotiate the price before the purchase. This attribute does not have a default value.",
"nullable":true,
"x-queryable":false
},
"CancelDate":{
"title":"Canceled Date",
"type":"string",
"description":"Date when the purchase order line was canceled.",
"format":"date",
"nullable":true,
"readOnly":true,
"x-queryable":false
},
"Price":{
"title":"Price",
"type":"number",
"description":"Price of the purchase order line.",
"nullable":true,
"x-queryable":false
},
"DiscountType":{
"title":"Discount Type",
"type":"string",
"description":"Type of discount that indicates whether the discount is based on amount or percent.",
"nullable":true,
"x-queryable":false
},
"CategoryId":{
"type":"integer",
"description":"Value that uniquely identifies the purchasing category.",
"format":"int64",
"nullable":true,
"x-hints":{
"controlType":"choice",
"precision":18
},
"x-queryable":true
},
"ConfiguredItemFlag":{
"maxLength":1,
"type":"boolean",
"description":"Contains one of the following values: true or false. If true, then the purchased item is a configuration, which is a single shippable unit made of a base model (model item) and optional additions (options). If false, then the purchased item is a standard item. This attribute does not have a default value.",
"nullable":true,
"x-queryable":false
},
"Category":{
"title":"Category Name",
"maxLength":2400,
"type":"string",
"description":"Name of the purchasing category that the purchase order uses to classify the purchase for the order line.",
"nullable":true,
"x-hints":{
"controlType":"choice"
},
"x-queryable":true
},
"Description":{
"title":"Description",
"maxLength":240,
"type":"string",
"description":"Description of the item that the purchase order references.",
"nullable":true,
"x-queryable":true
},
"Discount":{
"title":"Discount",
"type":"number",
"description":"Value that indicates the discount percent or amount of the purchase order line.",
"nullable":true,
"x-queryable":true
},
"attachments":{
"title":"Attachments for Lines",
"type":"array",
"description":"The Attachments for Lines resource manages attachments for a purchase order line.",
"items":{
"$ref":"#/components/schemas/draftPurchaseOrders-lines-attachments-item-response"
}
},
"HazardClass":{
"title":"Hazard Class",
"maxLength":40,
"type":"string",
"description":"Name of the hazard class that is used to identify and classify hazardous materials to comply with the safety regulations.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice"
}
},
"DiscountReason":{
"title":"Discount Reason",
"maxLength":240,
"type":"string",
"description":"Reason for the discount.",
"nullable":true,
"x-queryable":true
},
"OptionsPrice":{
"title":"Selected Options Price",
"type":"number",
"description":"Sum of the extended price of all options chosen for each unit of the purchased configuration.",
"nullable":true,
"readOnly":true,
"x-queryable":false
},
"ManualPriceChangeFlag":{
"title":"Allow Price Override",
"maxLength":1,
"type":"boolean",
"description":"Contains one of the following values: true or false. If true, then the price was manually changed by the user. If false, then the default price was applied by the application. This attribute does not have a default value.",
"nullable":true,
"readOnly":true,
"x-queryable":false
},
"BaseModelId":{
"type":"integer",
"description":"Value that uniquely identifies the buying organization for the model item from which an assemble-to-order configuration was created.",
"format":"int64",
"nullable":true,
"readOnly":true,
"x-hints":{
"precision":18
},
"x-queryable":true
},
"SourceAgreementProcurementBUId":{
"type":"integer",
"description":"Value that uniquely identifies the business unit of the purchase agreement against which this purchase order line is released.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice"
}
},
"LineNumber":{
"title":"Line",
"type":"number",
"description":"Number that uniquely identifies the purchase order line.",
"nullable":false,
"x-queryable":true
},
"SourceAgreementTypeCode":{
"type":"string",
"description":"Abbreviation that identifies source agreement type. Valid values are contract and blanket.",
"nullable":true,
"x-queryable":true
},
"SourceAgreementLine":{
"title":"Source Agreement Line",
"type":"number",
"description":"Number that uniquely identifies the source agreement line that the purchase order line references.",
"nullable":true,
"x-hints":{
"controlType":"choice",
"dependencies":[
"SourceAgreementId",
"SourceAgreementNumber"
]
},
"x-queryable":true
},
"ChangeAcceptedFlag":{
"maxLength":1,
"type":"boolean",
"description":"Contains one of the following values: true or false. If true, then purchase order or change order is accepted by supplier. If false, then supplier response is not required or pending for supplier acceptance. This attribute does not have a default value.",
"nullable":true,
"readOnly":true,
"x-queryable":false
},
"POHeaderId":{
"type":"integer",
"description":"Value that uniquely identifies the purchase order.",
"format":"int64",
"nullable":false,
"readOnly":true,
"x-queryable":false,
"x-hints":{
"precision":18
}
},
"FundsStatus":{
"title":"Funds Status",
"maxLength":80,
"type":"string",
"description":"Status of the funds check or funds reservation validation result for the line.",
"nullable":false,
"readOnly":true,
"x-queryable":false
},
"schedules":{
"title":"Schedules",
"type":"array",
"description":"The Schedules resource manages purchasing details, such as ship-to location and delivery date.",
"items":{
"$ref":"#/components/schemas/draftPurchaseOrders-lines-schedules-item-response"
}
},
"UNNumberId":{
"type":"integer",
"description":"Value that uniquely identifies the number that the United Nations uses to identify hazardous material.",
"format":"int64",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice",
"precision":18
}
},
"NegotiationId":{
"type":"integer",
"description":"Value that uniquely identifies the negotiation that the purchase order line references.",
"format":"int64",
"nullable":true,
"readOnly":true,
"x-queryable":false,
"x-hints":{
"precision":18
}
},
"ReasonForChange":{
"title":"Change Reason",
"maxLength":240,
"type":"string",
"description":"Reason for changing the line.",
"nullable":true,
"x-queryable":false
},
"UNNumberCode":{
"title":"Code",
"maxLength":30,
"type":"string",
"description":"Abbreviation that uniquely identifies the number that the United Nations uses to identify hazardous material.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice"
}
},
"LineType":{
"title":"Line Type",
"maxLength":30,
"type":"string",
"description":"Type that indicates whether the purchase order line references an item or a service.",
"nullable":false,
"x-queryable":false,
"x-hints":{
"controlType":"choice"
}
},
"ResponseLine":{
"title":"Response Line",
"type":"number",
"description":"Number that uniquely identifies the supplier's response line to the negotiation that the purchase order line references.",
"nullable":true,
"readOnly":true,
"x-queryable":false
},
"UNNumber":{
"title":"UN Number",
"maxLength":20,
"type":"string",
"description":"Number that the United Nations uses to identify hazardous material.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice"
}
},
"Amount":{
"title":"Ordered",
"type":"number",
"description":"Amount of the service on the purchase order line.",
"nullable":true,
"x-queryable":false
},
"SourceAgreementLineId":{
"type":"integer",
"description":"Value that uniquely identifies the source agreement line that the purchase order line references.",
"format":"int64",
"nullable":true,
"x-hints":{
"controlType":"choice",
"precision":18,
"dependencies":[
"SourceAgreementId",
"SourceAgreementNumber"
]
},
"x-queryable":true
},
"Quantity":{
"type":"number",
"description":"Quantity of the item on the order line.",
"nullable":true,
"x-queryable":false
},
"CancelUnfulfilledDemandFlag":{
"title":"Cancel Unfulfilled Demand",
"type":"boolean",
"description":"Contains one of the following values: True or False. If True, then cancel all the associated requisitions while canceling a purchase order line. If False, then do not cancel the associated requisitions while canceling an order line. This attribute does not have a default value.",
"nullable":true,
"x-queryable":false
},
"UNNumberDescription":{
"title":"UN Number Description",
"maxLength":240,
"type":"string",
"description":"Description of the hazardous material that the United Nations identification number references.",
"nullable":true,
"x-hints":{
"controlType":"choice"
},
"x-queryable":true
},
"Response":{
"title":"Negotiation Response",
"type":"number",
"description":"Number that uniquely identifies the supplier's response to the negotiation that the purchase order line references.",
"nullable":true,
"readOnly":true,
"x-queryable":false
},
"UOM":{
"title":"UOM",
"maxLength":25,
"type":"string",
"description":"Unit of measure that the item uses for quantity.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"edit",
"dependencies":[
"Item"
]
}
},
"CancelFlag":{
"maxLength":1,
"type":"boolean",
"description":"Contains one of the following values: true or false. If true, then the purchase order line is canceled. If false, then the purchase order line is not canceled. This attribute does not have a default value.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"dependencies":[
"CancelReason",
"CancelUnfulfilledDemandFlag"
]
}
},
"SupplierConfigurationId":{
"maxLength":150,
"type":"string",
"description":"Value that uniquely identifies the configured item that the requester created in the supplier application when creating the requisition.",
"nullable":true,
"readOnly":true,
"x-queryable":false
},
"LastUpdateDate":{
"type":"string",
"description":"Date and time when the buyer or application last updated the purchase order line.",
"format":"date-time",
"nullable":false,
"readOnly":true,
"x-queryable":false
},
"SupplierItem":{
"title":"Supplier Item",
"maxLength":300,
"type":"string",
"description":"Number that the supplier uses to identify the item on the purchase order line.",
"nullable":true,
"x-queryable":true
}
}
}
ネストされたスキーマ : 明細の添付
タイプ: array
タイトル: Attachments for Lines
明細の添付リソースは、購買オーダー明細の添付を管理します。
ソースを表示
{
"title":"Attachments for Lines",
"type":"array",
"description":"The Attachments for Lines resource manages attachments for a purchase order line.",
"items":{
"$ref":"#/components/schemas/draftPurchaseOrders-lines-attachments-item-response"
}
}
ネストされたスキーマ : 明細のフレックスフィールド
タイプ: array
タイトル: Flexfields for Lines
明細のフレックスフィールド・リソースは、購買オーダー明細に関する追加詳細を管理します。
ソースを表示
{
"title":"Flexfields for Lines",
"type":"array",
"description":"The Flexfields for Lines resource manages additional details about purchase order lines.",
"items":{
"$ref":"#/components/schemas/draftPurchaseOrders-lines-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"
}
}
ネストされたスキーマ : スケジュール
タイプ: array
タイトル: Schedules
スケジュール・リソースは、出荷先事業所や搬送日などの購買詳細を管理します。
ソースを表示
{
"title":"Schedules",
"type":"array",
"description":"The Schedules resource manages purchasing details, such as ship-to location and delivery date.",
"items":{
"$ref":"#/components/schemas/draftPurchaseOrders-lines-schedules-item-response"
}
}
ネストされたスキーマ : draftPurchaseOrders-lines-attachments-item-response
タイプ: object
ソースを表示
{
"type":"object",
"properties":{
"CreationDate":{
"title":"Creation Date",
"type":"string",
"description":"Date when the user created the attached document.",
"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 attached document.",
"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 attached document.",
"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 attached document.",
"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 attached document.",
"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 document that is attached to the purchase order. It is a primary key that the application creates when the user attaches a document to the purchase order.",
"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 attached document.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"includeInCompactView":true,
"fnd:FND_AUDIT_ATTR_ENABLED":"false"
}
},
"DownloadInfo":{
"title":"DownloadInfo",
"type":"string",
"description":"JSON-formatted string that contains information required to programmatically retrieve a large 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":"Login that the user used when creating the document that is attached to the purchase order.",
"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 attached document.",
"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":"User who most recently updated the document that is attached to the purchase order.",
"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 attached document.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"includeInCompactView":true,
"fnd:FND_AUDIT_ATTR_ENABLED":"false"
}
},
"UserName":{
"title":"User Name",
"maxLength":255,
"type":"string",
"description":"Login that the user used when adding or modifying the attached document.",
"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 attached document.",
"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 attached document.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"includeInCompactView":true,
"fnd:FND_AUDIT_ATTR_ENABLED":"false"
}
},
"LastUpdatedByUserName":{
"title":"Last Updated By User",
"type":"string",
"description":"Login that the user used when updating the document that is attached to the purchase order.",
"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 attached document.",
"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 attached document.",
"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 attached document is shared. If false, then the attached document 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 attached document.",
"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 attached document 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 attached document.",
"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 attached document.",
"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 attached document.",
"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 attached document.",
"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 is attached to the purchase order.",
"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"
}
}
ネストされたスキーマ : draftPurchaseOrders-lines-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"
}
},
"PoLineId":{
"type":"integer",
"description":"Value that uniquely identifies the purchase order line.",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18
},
"x-queryable":true
},
"__FLEX_Context_DisplayValue":{
"title":"Context Prompt",
"type":"string",
"description":"Descriptive flexfield context display value for purchase order distributions.",
"nullable":true,
"x-hints":{
"updateable":"false",
"DISPLAYHINT":"Hide",
"FND_ACFF_IsReadOnly":"true",
"FND_ACFF_AkaRealSegmentAttrName":"__FLEX_Context",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Name",
"FND_ACFF_MaximumLength":"1024",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
},
"x-queryable":true
},
"__FLEX_Context":{
"title":"Context Prompt",
"maxLength":30,
"type":"string",
"description":"Descriptive flexfield context name for purchase order distributions.",
"nullable":true,
"x-hints":{
"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":"TEXT_BOX"
},
"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"
}
}
ネストされたスキーマ : draftPurchaseOrders-lines-schedules-item-response
タイプ: object
ソースを表示
{
"type":"object",
"properties":{
"ReceiptCloseTolerancePercent":{
"title":"Receipt Close Tolerance Percent",
"type":"number",
"description":"Percent that the application uses to determine whether to close a purchase order schedule when the receiver receives only part of the item.",
"nullable":false,
"x-queryable":false
},
"ShipToExceptionAction":{
"title":"Ship-to Exception Action",
"maxLength":80,
"type":"string",
"description":"Action to take if an exception occurs when the receiving location is different from the ship-to location. Values include none, reject, and warning.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice"
}
},
"CreationDate":{
"type":"string",
"description":"Date and time when the buyer or application created the purchase order schedule.",
"format":"date-time",
"nullable":false,
"readOnly":true,
"x-queryable":false
},
"InvoiceCloseTolerancePercent":{
"title":"Invoice Close Tolerance Percent",
"type":"number",
"description":"Percent that the application uses to determine whether to close a purchase order schedule when the invoice invoices only part of the item.",
"nullable":false,
"x-queryable":false
},
"CancelledBy":{
"title":"Canceled By",
"type":"integer",
"description":"User who canceled the purchase order schedule.",
"format":"int64",
"nullable":true,
"readOnly":true,
"x-queryable":false,
"x-hints":{
"precision":18
}
},
"DFF":{
"title":"Flexfields for Schedules",
"type":"array",
"description":"The Flexfields for Schedules resource manages additional details about purchase order schedules.",
"items":{
"$ref":"#/components/schemas/draftPurchaseOrders-lines-schedules-DFF-item-response"
},
"x-cardinality":"1"
},
"OrderNumber":{
"title":"Order",
"maxLength":30,
"type":"string",
"description":"Number that uniquely identifies the purchase order in the sold-to legal entity.",
"nullable":true,
"readOnly":true,
"x-queryable":false
},
"UserDefinedFiscalClassificationCode":{
"maxLength":30,
"type":"string",
"description":"Abbreviation that identifies the user-defined fiscal classification.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice"
}
},
"OverReceiptAction":{
"title":"Overreceipt Action",
"maxLength":80,
"type":"string",
"description":"Action to take when the receipt exceeds the value that the OverReceiptTolerancePercent attribute specifies. Values include none, reject, or warning.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice"
}
},
"ShipToOrganization":{
"title":"Ship-to Organization",
"maxLength":240,
"type":"string",
"description":"Name of the inventory organization that receives the item.",
"nullable":false,
"x-hints":{
"controlType":"choice"
},
"x-queryable":true
},
"TransactionBusinessCategoryId":{
"type":"integer",
"description":"Value that uniquely identifies the classification or categorization of a transaction. This attribute is used for tax purposes as required by a tax authority.",
"format":"int64",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice",
"precision":18
}
},
"MatchApprovalLevelCode":{
"maxLength":40,
"type":"string",
"description":"Abbreviation that identifies the match approval level.",
"nullable":true,
"x-queryable":false
},
"CurrencyCode":{
"maxLength":15,
"type":"string",
"description":"Abbreviation that identifies the currency of the purchase order.",
"nullable":true,
"readOnly":true,
"x-queryable":false
},
"TaxableFlag":{
"maxLength":1,
"type":"boolean",
"description":"Contains one of the following values: true or false. If true, then the document schedule is taxable. If false, then the document schedule is not taxable. This attribute does not have a default value.",
"nullable":true,
"readOnly":true,
"x-queryable":false
},
"ProductCategoryCode":{
"maxLength":240,
"type":"string",
"description":"Abbreviation that identifies the category used to classify products for tax purposes.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice"
}
},
"PrimaryTradeRelationshipId":{
"type":"integer",
"description":"Value that uniquely identifies the primary trade relationship in an orchestration agreement.",
"format":"int64",
"nullable":true,
"readOnly":true,
"x-queryable":false,
"x-hints":{
"precision":18
}
},
"Currency":{
"title":"Currency",
"maxLength":80,
"type":"string",
"description":"Currency of the purchase order.",
"nullable":false,
"readOnly":true,
"x-queryable":false
},
"POLineId":{
"type":"integer",
"description":"Value that uniquely identifies the parent line of the schedule. This attribute is used when the schedule is split.",
"format":"int64",
"nullable":false,
"x-queryable":false,
"x-hints":{
"precision":18
}
},
"UOMCode":{
"maxLength":3,
"type":"string",
"description":"Abbreviation that identifies the unit of measure.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice"
}
},
"ReceiptRouting":{
"title":"Receipt Routing",
"maxLength":80,
"type":"string",
"description":"Value that indicates the routing to use when receiving the item. Values include standard receipt, inspection required, or direct delivery.",
"nullable":false,
"x-queryable":false,
"x-hints":{
"controlType":"default"
}
},
"LastUpdatedBy":{
"maxLength":64,
"type":"string",
"description":"User who last updated the schedule.",
"nullable":false,
"readOnly":true,
"x-queryable":false
},
"WorkOrderOperationId":{
"type":"integer",
"description":"Value that uniquely identifies the work order operation sequence.",
"format":"int64",
"nullable":true,
"readOnly":true,
"x-queryable":false,
"x-hints":{
"precision":18
}
},
"CreatedBy":{
"maxLength":64,
"type":"string",
"description":"User who created the schedule.",
"nullable":false,
"readOnly":true,
"x-queryable":false
},
"WorkOrderOperationSequence":{
"title":"Operation Sequence",
"type":"number",
"description":"Sequence to use when performing each work order operation.",
"nullable":true,
"readOnly":true,
"x-queryable":false
},
"ProductType":{
"title":"Product Type",
"maxLength":80,
"type":"string",
"description":"Value that determines how the tax is calculated. Values include goods and services.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice"
}
},
"CustomerItemDescription":{
"title":"Customer Item Description",
"maxLength":240,
"type":"string",
"description":"Description of the product being procured for a customer, which is used in the customer's sales order in a drop ship arrangement.",
"nullable":true,
"readOnly":true,
"x-queryable":false
},
"ProductFiscalClassification":{
"title":"Product Fiscal Classification",
"maxLength":240,
"type":"string",
"description":"Tax classification used by a tax authority to categorize a product.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice"
}
},
"distributions":{
"title":"Distributions",
"type":"array",
"description":"The Distributions resource manages purchasing details, such as details about accounting or the project.",
"items":{
"$ref":"#/components/schemas/draftPurchaseOrders-lines-schedules-distributions-item-response"
}
},
"SalesOrderNumber":{
"title":"Customer Sales Order",
"maxLength":50,
"type":"string",
"description":"Number that uniquely identifies the sales order that the purchase order schedule references.",
"nullable":true,
"readOnly":true,
"x-queryable":true
},
"CustomerPOLineNumber":{
"title":"Customer Purchase Order Line",
"maxLength":50,
"type":"string",
"description":"Number that identifies the purchase order line for the product being procured for a customer, which is used in the customer's sales order in a drop ship arrangement.",
"nullable":true,
"readOnly":true,
"x-queryable":false
},
"ModeOfTransportCode":{
"maxLength":30,
"type":"string",
"description":"Abbreviation that identifies the mode of transport.",
"nullable":true,
"x-hints":{
"controlType":"choice"
},
"x-queryable":true
},
"ShipToLocation":{
"title":"Ship-to Location",
"maxLength":240,
"type":"string",
"description":"Name of the location where the supplier ships the item.",
"nullable":false,
"x-hints":{
"controlType":"choice",
"dependencies":[
"ShipToOrganization",
"ShipToOrganizationCode"
]
},
"x-queryable":true
},
"CancelDate":{
"title":"Canceled Date",
"type":"string",
"description":"Date when the purchase order schedule was canceled.",
"format":"date",
"nullable":true,
"readOnly":true,
"x-queryable":false
},
"WorkOrderNumber":{
"title":"Work Order",
"maxLength":120,
"type":"string",
"description":"Number that uniquely identifies the work order in the factory.",
"nullable":true,
"readOnly":true,
"x-queryable":true
},
"POTradingOrganizationCode":{
"type":"string",
"description":"Abbreviation that identifies the inventory organization reporting to the sold-to legal entity identified on a purchase order. This organization is used for cost accounting the transactions in the sold-to legal entity.",
"nullable":true,
"readOnly":true,
"x-queryable":true
},
"ModeOfTransport":{
"title":"Mode of Transport",
"maxLength":80,
"type":"string",
"description":"Mode of transport to ship the item, such as truck, air, or boat.",
"nullable":true,
"x-hints":{
"controlType":"choice"
},
"x-queryable":true
},
"LineLocationId":{
"type":"integer",
"description":"Value that uniquely identifies the purchase order schedule.",
"format":"int64",
"nullable":false,
"readOnly":true,
"x-queryable":false,
"x-hints":{
"precision":18
}
},
"LastAcceptableDeliveryDate":{
"title":"Last Acceptable Delivery Date",
"type":"string",
"description":"Last date when the shipper can deliver the item.",
"format":"date",
"nullable":true,
"readOnly":true,
"x-queryable":false
},
"ParentLineLocationId":{
"type":"integer",
"description":"Value that uniquely identifies the schedule from which this schedule was created.",
"format":"int64",
"nullable":true,
"readOnly":true,
"x-queryable":false,
"x-hints":{
"precision":18
}
},
"ShipToCustomer":{
"title":"Ship-to Customer",
"maxLength":360,
"type":"string",
"description":"Name of the party who receives the item that the supplier ships.",
"nullable":false,
"readOnly":true,
"x-queryable":true
},
"MatchApprovalLevel":{
"title":"Match Approval Level",
"type":"string",
"description":"Value that specifies how quantities on the purchase order, receipt, inspection, and invoice must match before the buyer can pay the invoice. Values include 2-way, 3-way, or 4-way.",
"nullable":true,
"x-queryable":false
},
"FirmFlag":{
"maxLength":1,
"type":"boolean",
"description":"Contains one of the following values: true or false. If true, then the schedule cannot be changed by the manufacturing application. If false, then the schedule can be changed by the manufacturing application. This attribute does not have a default value.",
"nullable":true,
"readOnly":true,
"x-queryable":false
},
"ShipToCustomerLocationId":{
"type":"integer",
"description":"Value that uniquely identifies the location where the supplier should ship the goods.",
"format":"int64",
"nullable":true,
"readOnly":true,
"x-queryable":false,
"x-hints":{
"precision":18
}
},
"CustomerItem":{
"title":"Customer Item",
"maxLength":25,
"type":"string",
"description":"Value that identifies the product being procured for a customer, which is used in the customer's sales order in a drop ship arrangement.",
"nullable":true,
"readOnly":true,
"x-queryable":false
},
"Description":{
"title":"Description",
"maxLength":240,
"type":"string",
"description":"Description of the work associated with the progress payment schedule.",
"nullable":true,
"x-queryable":true
},
"attachments":{
"title":"Attachments for Schedules",
"type":"array",
"description":"The Attachments for Schedules resource manages attachments for a purchase order schedule.",
"items":{
"$ref":"#/components/schemas/draftPurchaseOrders-lines-schedules-attachments-item-response"
}
},
"ChangeOrderAmountCancelled":{
"title":"Canceled Amount",
"type":"number",
"description":"Purchase order amount that is canceled as a result of a change order.",
"nullable":true,
"readOnly":true,
"x-queryable":false
},
"OriginalPromisedDeliveryDate":{
"title":"Original Promised Delivery Date",
"type":"string",
"description":"Date when the supplier originally promised to deliver the item to the buyer.",
"format":"date",
"nullable":true,
"readOnly":true,
"x-queryable":false
},
"LateReceiptToleranceDays":{
"title":"Late Receipt Tolerance in Days",
"type":"number",
"description":"Maximum number of days the application allows to receive a late shipment.",
"nullable":true,
"x-queryable":false
},
"OrchestrationAgreementLineNumber":{
"title":"Orchestration Agreement Line Number",
"type":"integer",
"description":"Number that identifies the orchestration agreement line.",
"format":"int64",
"nullable":true,
"readOnly":true,
"x-queryable":false,
"x-hints":{
"precision":18
}
},
"POTradingOrganizationId":{
"type":"integer",
"description":"Value that uniquely identifies the inventory organization reporting to the sold-to legal entity identified on a purchase order. This organization is used for cost accounting the transactions in the sold-to legal entity.",
"format":"int64",
"nullable":true,
"readOnly":true,
"x-queryable":false,
"x-hints":{
"precision":18
}
},
"LineNumber":{
"title":"Line",
"type":"number",
"description":"Number that uniquely identifies the purchase order line.",
"nullable":false,
"readOnly":true,
"x-queryable":false
},
"SalesOrderScheduleNumber":{
"title":"Customer Sales Order Schedule",
"maxLength":50,
"type":"string",
"description":"Number that uniquely identifies the sales order schedule that the purchase order schedule references.",
"nullable":true,
"readOnly":true,
"x-queryable":false
},
"ShipToCustomerId":{
"type":"integer",
"description":"Value that uniquely identifies the third party that receives the item.",
"format":"int64",
"nullable":true,
"readOnly":true,
"x-hints":{
"precision":18
},
"x-queryable":true
},
"CustomerPONumber":{
"title":"Customer Purchase Order",
"maxLength":50,
"type":"string",
"description":"Number that identifies the purchase order for the product being procured for a customer, which is used in the customer's sales order in a drop ship arrangement.",
"nullable":true,
"readOnly":true,
"x-queryable":false
},
"CarrierId":{
"type":"integer",
"description":"Value that uniquely identifies the company that transports the item.",
"format":"int64",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice",
"precision":18
}
},
"FirmStatusLookupCode":{
"maxLength":25,
"type":"string",
"description":"Abbreviation that identifies the firm status.",
"nullable":true,
"readOnly":true,
"x-queryable":false
},
"FirmStatus":{
"type":"string",
"description":"Value that indicates if the purchase order should be prevented from being automatically rescheduled by the manufacturing application.",
"nullable":true,
"readOnly":true,
"x-queryable":true
},
"InvoiceMatchOption":{
"title":"Invoice Match Option",
"maxLength":80,
"type":"string",
"description":"Determines whether to match the invoice to the purchase order or the receipt. If the purchase order line is under consignment, then match each invoice to the consumption advice.",
"nullable":false,
"x-queryable":false,
"x-hints":{
"controlType":"choice"
}
},
"SalesOrderLineNumber":{
"title":"Customer Sales Order Line",
"maxLength":50,
"type":"string",
"description":"Number that uniquely identifies the sales order line that the purchase order schedule references.",
"nullable":true,
"readOnly":true,
"x-queryable":false
},
"ShipToOrganizationId":{
"type":"integer",
"description":"Value that uniquely identifies the inventory organization where the supplier ships the item.",
"format":"int64",
"nullable":false,
"x-hints":{
"controlType":"choice",
"precision":18
},
"x-queryable":true
},
"LocationOfFinalDischargeCode":{
"type":"string",
"description":"Abbreviation that identifies the final discharge location.",
"nullable":true,
"x-hints":{
"controlType":"choice"
},
"x-queryable":true
},
"ProductFiscalClassificationCode":{
"maxLength":255,
"type":"string",
"description":"Abbreviation that identifies the fiscal classification of a product by tax authority for tax purposes.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice"
}
},
"ScheduleNumber":{
"title":"Schedule",
"type":"number",
"description":"Number that uniquely identifies the purchase order schedule for the purchase order line.",
"nullable":false,
"x-queryable":true
},
"DestinationTypeCode":{
"maxLength":25,
"type":"string",
"description":"Value that indicates how to use the item during fulfillment. Values include inventory, expense, drop ship, or manufacturing.",
"nullable":true,
"x-queryable":true
},
"LastAcceptableShipDate":{
"type":"string",
"description":"Last date when the shipper can ship the item.",
"format":"date",
"nullable":true,
"readOnly":true,
"x-queryable":false
},
"Amount":{
"title":"Ordered",
"type":"number",
"description":"Amount of the service on the purchase order schedule.",
"nullable":true,
"x-queryable":false
},
"POTradingOrganization":{
"type":"string",
"description":"Name of the inventory organization reporting to the sold-to legal entity identified on a purchase order. This organization is used for cost accounting the transactions in the sold-to legal entity.",
"nullable":true,
"readOnly":true,
"x-queryable":true
},
"Type":{
"title":"Type",
"maxLength":80,
"type":"string",
"description":"Type of payment whether it is released based on units of work or lump sum.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice"
}
},
"ShipToCustomerContactId":{
"type":"integer",
"description":"Value that uniquely identifies the contact from the company where the goods are shipped.",
"format":"int64",
"nullable":true,
"readOnly":true,
"x-queryable":false,
"x-hints":{
"precision":18
}
},
"RequestedShipDate":{
"title":"Requested Ship Date",
"type":"string",
"description":"Date when the buyer requested that the supplier ship the item.",
"format":"date",
"nullable":true,
"x-queryable":true
},
"CancelFlag":{
"maxLength":1,
"type":"boolean",
"description":"Contains one of the following values: true or false. If true, then the schedule is canceled. If false, then the schedule is not canceled. This attribute does not have a default value.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"dependencies":[
"CancelReason",
"CancelUnfulfilledDemandFlag"
]
}
},
"PromisedShipDate":{
"title":"Promised Ship Date",
"type":"string",
"description":"Date when the supplier promises to ship the item to the buyer.",
"format":"date",
"nullable":true,
"x-queryable":true
},
"ShipToOrganizationCode":{
"maxLength":18,
"type":"string",
"description":"Abbreviation that identifies the inventory organization where the supplier ships the item.",
"nullable":true,
"x-hints":{
"controlType":"default"
},
"x-queryable":true
},
"LastUpdateDate":{
"type":"string",
"description":"Date and time when the buyer or application last updated the purchase order schedule.",
"format":"date-time",
"nullable":false,
"readOnly":true,
"x-queryable":false
},
"ShippingMethod":{
"type":"string",
"description":"Transportation method for the carrier or service level for the purchase order. For example, ABC Shipping - AIR - 2nd Day.",
"nullable":true,
"x-queryable":false
},
"ServiceLevelCode":{
"maxLength":30,
"type":"string",
"description":"Abbreviation that identifies the service level for the shipping method.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice"
}
},
"SecondaryUOM":{
"title":"Secondary UOM",
"maxLength":25,
"type":"string",
"description":"Secondary unit of measure to use for the quantity when more than one unit of measure controls the item.",
"nullable":false,
"readOnly":true,
"x-queryable":false,
"x-hints":{
"controlType":"edit"
}
},
"EarlyReceiptToleranceDays":{
"title":"Early Receipt Tolerance in Days",
"type":"number",
"description":"Maximum number of days the application allows to receive an early shipment.",
"nullable":true,
"x-queryable":false
},
"RejectedByRole":{
"maxLength":25,
"type":"string",
"description":"Role of the user who rejected the schedule.",
"nullable":true,
"readOnly":true,
"x-queryable":false
},
"WorkOrderSubType":{
"title":"Subtype",
"maxLength":30,
"type":"string",
"description":"Subtype of the manufacturing work order.",
"nullable":true,
"readOnly":true,
"x-queryable":false
},
"CountryOfOrigin":{
"title":"Country of Origin",
"maxLength":80,
"type":"string",
"description":"Country of the organization that ships or exports the item.",
"nullable":true,
"x-hints":{
"controlType":"choice"
},
"x-queryable":true
},
"OverReceiptActionCode":{
"maxLength":25,
"type":"string",
"description":"Abbreviation that identifies the over receipt action.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice"
}
},
"TransactionBusinessCategoryCode":{
"maxLength":240,
"type":"string",
"description":"Abbreviation that identifies the classification or categorization of a transaction. This attribute is used for tax purposes as required by a tax authority.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice"
}
},
"RejectedBy":{
"type":"integer",
"description":"User who rejected the schedule.",
"format":"int64",
"nullable":true,
"readOnly":true,
"x-queryable":false,
"x-hints":{
"precision":18
}
},
"FundsStatusCode":{
"maxLength":25,
"type":"string",
"description":"Abbreviation that identifies the funds status.",
"nullable":true,
"readOnly":true,
"x-queryable":false
},
"LocationOfFinalDischargeId":{
"type":"integer",
"description":"Value that uniquely identifies the final discharge location.",
"format":"int64",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice",
"precision":18
}
},
"ParentScheduleNumber":{
"type":"number",
"description":"Number that uniquely identifies the schedule from which this schedule was created.",
"nullable":true,
"x-queryable":true
},
"ReceiptRequiredFlag":{
"title":"Receipt Required",
"maxLength":1,
"type":"boolean",
"description":"Contains one of the following values: true or false. If true, then the schedule must be received before the buyer can pay the invoice. If false, then the buyer can pay the invoice even if the schedule hasn't been received. This attribute does not have a default value.",
"nullable":false,
"x-queryable":false
},
"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":"Company that transports the item.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice"
}
},
"PricingUOMCode":{
"maxLength":3,
"type":"string",
"description":"Abbreviation that identifies the unit of measure the item uses for pricing.",
"nullable":true,
"x-queryable":true
},
"PromisedDeliveryDate":{
"title":"Promised Delivery Date",
"type":"string",
"description":"Date when the supplier promises to deliver the item to the buyer.",
"format":"date",
"nullable":true,
"x-queryable":true
},
"CustomerPOScheduleNumber":{
"title":"Customer Sales Order Schedule",
"maxLength":50,
"type":"string",
"description":"Number that identifies the purchase order schedule for the product being procured for a customer, which is used in the customer's sales order in a drop ship arrangement.",
"nullable":true,
"readOnly":true,
"x-queryable":false
},
"PricingUOM":{
"title":"UOM Name",
"maxLength":25,
"type":"string",
"description":"Unit of measure that the item uses for pricing.",
"nullable":false,
"readOnly":true,
"x-hints":{
"controlType":"edit"
},
"x-queryable":true
},
"UserDefinedFiscalClassification":{
"title":"User-Defined Fiscal Classification",
"maxLength":240,
"type":"string",
"description":"Additional classification of the transaction for tax purposes.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice"
}
},
"RetainageRate":{
"title":"Retainage Rate",
"type":"number",
"description":"Percentage of the invoice value that can be withheld as retainage.",
"nullable":true,
"x-queryable":true
},
"SecondaryQuantity":{
"title":"Secondary Quantity",
"type":"number",
"description":"Scheduled quantity in the secondary unit of measure. This attribute is applicable when more than one unit of measure controls the item.",
"nullable":true,
"x-queryable":false
},
"CountryOfOriginCode":{
"maxLength":2,
"type":"string",
"description":"Abbreviation that identifies the country of the organization that ships or exports the item.",
"nullable":true,
"x-hints":{
"controlType":"choice"
},
"x-queryable":true
},
"CancelReason":{
"title":"Cancellation Reason",
"maxLength":240,
"type":"string",
"description":"Description of the reason for cancellation.",
"nullable":true,
"x-queryable":false
},
"NoteToReceiver":{
"title":"Note to Receiver",
"maxLength":1000,
"type":"string",
"description":"Note that the receiver can read to get details about how to process the purchase order schedule.",
"nullable":true,
"x-queryable":false
},
"Price":{
"title":"Price",
"type":"number",
"description":"Price of the purchase order schedule.",
"nullable":true,
"x-queryable":true
},
"ChangeOrderQuantityCancelled":{
"title":"Canceled Quantity",
"type":"number",
"description":"Purchase order quantity that is canceled as a result of a change order.",
"nullable":true,
"readOnly":true,
"x-queryable":false
},
"ProductCategory":{
"title":"Product Category",
"maxLength":1996,
"type":"string",
"description":"Name of the category used to classify products for tax purposes.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice"
}
},
"TaxClassificationCode":{
"maxLength":30,
"type":"string",
"description":"Abbreviation that identifies the tax classification.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice"
}
},
"AssessableValue":{
"title":"Assessable Value",
"type":"number",
"description":"Value of the product that can be assessable.",
"nullable":true,
"x-queryable":false
},
"ShipToCustomerContact":{
"title":"Ship-to Customer Contact",
"maxLength":360,
"type":"string",
"description":"Name of the contact from the company where the goods are shipped.",
"nullable":false,
"readOnly":true,
"x-queryable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"controlType":"check_box"
}
},
"TaxClassification":{
"title":"Tax Classification",
"type":"string",
"description":"Grouping of taxes for reporting and processing purposes.",
"nullable":true,
"x-hints":{
"controlType":"choice"
},
"x-queryable":true
},
"ServiceLevel":{
"title":"Meaning",
"maxLength":80,
"type":"string",
"description":"Priority that determines how quickly to transport the item.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice"
}
},
"LineIntendedUse":{
"title":"Intended Use",
"maxLength":240,
"type":"string",
"description":"Purpose for which a product is likely to be used in the business by the purchaser.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice"
}
},
"ShipToExceptionActionCode":{
"maxLength":25,
"type":"string",
"description":"Value that indicates how to handle each receipt when the receiving location is different from the ship-to location. Values include none, reject, or warning.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice"
}
},
"InspectionRequiredFlag":{
"title":"Inspection Required",
"maxLength":1,
"type":"boolean",
"description":"Contains one of the following values: true or false. If true, then the schedule must be inspected before the buyer can pay the invoice. If false, then the buyer can pay the invoice even if the schedule hasn't been inspected. This attribute does not have a default value.",
"nullable":false,
"x-queryable":false
},
"ProductFiscalClassificationId":{
"type":"integer",
"description":"Value that uniquely identifies the fiscal classification of a product by tax authority for tax purposes. It is based on the inventory item category.",
"format":"int64",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice",
"precision":18
}
},
"DestinationType":{
"title":"Destination Type",
"type":"string",
"description":"Type of destination that determines how to charge the item. Values include inventory, expense, drop ship, or work order.",
"nullable":true,
"x-queryable":true
},
"ProductTypeCode":{
"maxLength":240,
"type":"string",
"description":"Abbreviation that identifies the product type.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice"
}
},
"InvoiceMatchOptionCode":{
"maxLength":25,
"type":"string",
"description":"Determines whether the invoice for the purchase order schedule must match the purchase order or the receipt. Values include C for consumption advice, P for order, or R for receipt.",
"nullable":false,
"x-queryable":false,
"x-hints":{
"controlType":"choice"
}
},
"OrchestrationAgreementNumber":{
"title":"Orchestration Agreement Number",
"maxLength":100,
"type":"string",
"description":"Number that identifies the orchestration agreement between the legal entities, business units, and trade organizations establishing a trade relationship.",
"nullable":true,
"readOnly":true,
"x-queryable":false
},
"ChangeAcceptedFlag":{
"maxLength":1,
"type":"boolean",
"description":"Contains one of the following values: true or false. If true, then purchase order or change order is accepted by supplier. If false, then supplier response is not required or pending for supplier acceptance. This attribute does not have a default value.",
"nullable":true,
"readOnly":true,
"x-queryable":false
},
"BackToBackFlag":{
"title":"Back-to-Back Order",
"maxLength":1,
"type":"boolean",
"description":"Contains one of the following values: true or false. If true, then the sales order exists for the purchase order schedule, and you use back-to back-fulfillment. The purchase order schedule fulfills the sales order upon receipt. If false, then the sales order does not exist for the purchase order schedule. This attribute does not have a default value.",
"nullable":true,
"readOnly":true,
"x-queryable":true
},
"POHeaderId":{
"type":"integer",
"description":"Value that uniquely identifies the purchase order.",
"format":"int64",
"nullable":false,
"x-queryable":false,
"x-hints":{
"precision":18
}
},
"FundsStatus":{
"title":"Funds Status",
"maxLength":80,
"type":"string",
"description":"Status of the funds check or funds reservation validation result for the schedule.",
"nullable":false,
"readOnly":true,
"x-queryable":false
},
"ShipToLocationInternalCode":{
"title":"Ship-to Location Internal Code",
"maxLength":150,
"type":"string",
"description":"Abbreviation that internally identifies the location where the supplier should ship the goods.",
"nullable":false,
"x-hints":{
"controlType":"choice"
},
"x-queryable":true
},
"SecondaryUOMCode":{
"maxLength":3,
"type":"string",
"description":"Abbreviation that identifies the scheduled quantity in the secondary unit of measure. This attribute is applicable when more than one unit of measure controls the item.",
"nullable":true,
"readOnly":true,
"x-queryable":false
},
"ShipToLocationCode":{
"title":"Name",
"maxLength":60,
"type":"string",
"description":"Abbreviation that identifies the location where the supplier ships the item.",
"nullable":false,
"x-hints":{
"controlType":"choice",
"dependencies":[
"ShipToOrganization",
"ShipToOrganizationCode"
]
},
"x-queryable":true
},
"SupplierOrderLineNumber":{
"title":"Supplier Order Line",
"maxLength":25,
"type":"string",
"description":"Number or text that the supplier uses to identify a purchase order schedule.",
"nullable":true,
"readOnly":true,
"x-queryable":false
},
"globalDFFs":{
"title":"US Federal Attributes for Schedules",
"type":"array",
"description":"The US Federal Attributes for Schedules resource manages federal financial attributes for purchase order schedules.",
"items":{
"$ref":"#/components/schemas/draftPurchaseOrders-lines-schedules-globalDFFs-item-response"
},
"x-cardinality":"1"
},
"OverReceiptTolerancePercent":{
"title":"Overreceipt Tolerance Percent",
"type":"number",
"description":"Percent tolerance to use when receiving more than the ordered quantity or amount without starting the action that the OverReceiptActionCode attribute specifies.",
"nullable":true,
"x-queryable":false
},
"ReasonForChange":{
"title":"Change Reason",
"maxLength":240,
"type":"string",
"description":"Reason for changing the schedule.",
"nullable":true,
"x-queryable":false
},
"RejectedReason":{
"title":"Rejection Reason",
"maxLength":240,
"type":"string",
"description":"Reason for rejecting the schedule.",
"nullable":true,
"readOnly":true,
"x-queryable":false
},
"ShipToLocationId":{
"type":"integer",
"description":"Value that uniquely identifies the location where the supplier ships the item.",
"format":"int64",
"nullable":false,
"x-hints":{
"controlType":"choice",
"precision":18
},
"x-queryable":true
},
"TypeCode":{
"maxLength":30,
"type":"string",
"description":"Abbreviation that identifies the progress payment schedule type. Valid values are rate and lump sum.",
"nullable":true,
"x-hints":{
"controlType":"choice"
},
"x-queryable":true
},
"AccrueAtReceiptFlag":{
"title":"Accrue at Receipt",
"maxLength":1,
"type":"boolean",
"description":"Contains one of the following values: true or false. If true, then accrue the purchase order schedule at receipt. If false, then do not accrue the purchase order schedule at receipt. This attribute does not have a default value.",
"nullable":true,
"x-queryable":false
},
"Quantity":{
"type":"number",
"description":"Scheduled quantity of the item.",
"nullable":true,
"x-queryable":false
},
"CancelUnfulfilledDemandFlag":{
"title":"Cancel Unfulfilled Demand",
"type":"boolean",
"description":"Contains one of the following values: True or False. If True, then cancel all the associated requisitions while canceling a purchase order schedule. If False, then do not cancel the associated requisitions while canceling an order schedule. This attribute does not have a default value.",
"nullable":true,
"x-queryable":false
},
"ReceiptRoutingId":{
"type":"integer",
"description":"Value that uniquely identifies the routing to use when receiving the item. Values include 1 for standard receipt, 2 for inspection required, or 3 for direct delivery.",
"format":"int64",
"nullable":false,
"x-queryable":false,
"x-hints":{
"controlType":"choice",
"precision":18
}
},
"OriginalPromisedShipDate":{
"title":"Original Promised Ship Date",
"type":"string",
"description":"Date when the supplier originally promised to ship the item to the buyer.",
"format":"date",
"nullable":true,
"readOnly":true,
"x-queryable":false
},
"TransactionBusinessCategory":{
"title":"Transaction Business Category",
"maxLength":1996,
"type":"string",
"description":"Classification or categorization of a transaction. This attribute is used for tax purposes as required by a tax authority.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice"
}
},
"LineIntendedUseId":{
"type":"integer",
"description":"Value that uniquely identifies the intended use of a product in the business by the purchaser.",
"format":"int64",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice",
"precision":18
}
},
"UOM":{
"title":"UOM",
"maxLength":25,
"type":"string",
"description":"Unit of measure in the item quantity.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"edit"
}
},
"ReceiptDateExceptionActionCode":{
"maxLength":25,
"type":"string",
"description":"Action to take when the application does not receive the purchase ordered quantity or amount before the value that the Late Receipt Tolerance Days attribute specifies. Values include none, reject, or warning.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice"
}
},
"AllowSubstituteReceiptsFlag":{
"title":"Allow Substitute Receipts",
"maxLength":1,
"type":"boolean",
"description":"Contains one of the following values: true or false. If true, then the purchase order schedule allows the application to use a substitute item in place of the ordered item. If false, then the purchase order schedule does not allow a substitute item. This attribute does not have a default value.",
"nullable":true,
"x-queryable":false
},
"WorkOrderId":{
"type":"integer",
"description":"Value that uniquely identifies the work order in the factory.",
"format":"int64",
"nullable":true,
"readOnly":true,
"x-hints":{
"precision":18
},
"x-queryable":true
},
"RequestedDeliveryDate":{
"title":"Requested Delivery Date",
"type":"string",
"description":"Date when the buyer requested that the supplier deliver the item.",
"format":"date",
"nullable":true,
"x-queryable":true
},
"ReceiptDateExceptionAction":{
"title":"Receipt Date Exception Action",
"maxLength":80,
"type":"string",
"description":"Action to take when the buyer does not receive the purchase ordered quantity or does not receive the amount before the value that the Late Receipt Tolerance Days attribute specifies. Values include none, reject, or warning.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice"
}
}
}
}
ネストされたスキーマ : スケジュールの添付
タイプ: array
タイトル: Attachments for Schedules
スケジュールの添付リソースは、購買オーダー・スケジュールの添付を管理します。
ソースを表示
{
"title":"Attachments for Schedules",
"type":"array",
"description":"The Attachments for Schedules resource manages attachments for a purchase order schedule.",
"items":{
"$ref":"#/components/schemas/draftPurchaseOrders-lines-schedules-attachments-item-response"
}
}
ネストされたスキーマ : スケジュールのフレックスフィールド
タイプ: array
タイトル: Flexfields for Schedules
スケジュールのフレックスフィールド・リソースは、購買オーダー・スケジュールに関する追加詳細を管理します。
ソースを表示
{
"title":"Flexfields for Schedules",
"type":"array",
"description":"The Flexfields for Schedules resource manages additional details about purchase order schedules.",
"items":{
"$ref":"#/components/schemas/draftPurchaseOrders-lines-schedules-DFF-item-response"
},
"x-cardinality":"1"
}
ネストされたスキーマ : 配分
タイプ: array
タイトル: Distributions
配分リソースは、会計やプロジェクトの詳細など、購買詳細を管理します。
ソースを表示
{
"title":"Distributions",
"type":"array",
"description":"The Distributions resource manages purchasing details, such as details about accounting or the project.",
"items":{
"$ref":"#/components/schemas/draftPurchaseOrders-lines-schedules-distributions-item-response"
}
}
ネストされたスキーマ : US連邦スケジュールの属性
タイプ: array
タイトル: US Federal Attributes for Schedules
US Federal Attributes for Schedulesリソースは、購買オーダー・スケジュールの連邦財務属性を管理します。
ソースを表示
- Array of: object Discriminator: __FLEX_Context
識別子 : { "propertyName":"__FLEX_Context", "mapping":{ "FVxUSPOLineLocations":"#/components/schemas/oracle_apps_flex_prc_po_commonPo_draftRestPoScheduleGdf_view_DraftRestPoScheduleGDFFVxUSPOLineLocationsVO-item-response" } }
{
"title":"US Federal Attributes for Schedules",
"type":"array",
"description":"The US Federal Attributes for Schedules resource manages federal financial attributes for purchase order schedules.",
"items":{
"$ref":"#/components/schemas/draftPurchaseOrders-lines-schedules-globalDFFs-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"
}
}
ネストされたスキーマ : draftPurchaseOrders-lines-schedules-attachments-item-response
タイプ: object
ソースを表示
{
"type":"object",
"properties":{
"CreationDate":{
"title":"Creation Date",
"type":"string",
"description":"Date when the user created the attached document.",
"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 attached document.",
"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 attached document.",
"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 attached document.",
"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 attached document.",
"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 document that is attached to the purchase order. It is a primary key that the application creates when the user attaches a document to the purchase order.",
"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 attached document.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"includeInCompactView":true,
"fnd:FND_AUDIT_ATTR_ENABLED":"false"
}
},
"DownloadInfo":{
"title":"DownloadInfo",
"type":"string",
"description":"JSON-formatted string that contains information required to programmatically retrieve a large 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":"Login that the user used when creating the document that is attached to the purchase order.",
"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 attached document.",
"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":"User who most recently updated the document that is attached to the purchase order.",
"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 attached document.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"includeInCompactView":true,
"fnd:FND_AUDIT_ATTR_ENABLED":"false"
}
},
"UserName":{
"title":"User Name",
"maxLength":255,
"type":"string",
"description":"Login that the user used when adding or modifying the attached document.",
"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 attached document.",
"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 attached document.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"includeInCompactView":true,
"fnd:FND_AUDIT_ATTR_ENABLED":"false"
}
},
"LastUpdatedByUserName":{
"title":"Last Updated By User",
"type":"string",
"description":"Login that the user used when updating the document that is attached to the purchase order.",
"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 attached document.",
"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 attached document.",
"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 attached document is shared. If false, then the attached document 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 attached document.",
"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 attached document 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 attached document.",
"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 attached document.",
"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 attached document.",
"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 attached document.",
"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 is attached to the purchase order.",
"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"
}
}
ネストされたスキーマ : draftPurchaseOrders-lines-schedules-DFF-item-response
タイプ: object
ソースを表示
{
"type":"object",
"properties":{
"LineLocationId":{
"type":"integer",
"description":"Value that uniquely identifies the purchase order schedule.",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18
},
"x-queryable":true
},
"links":{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
},
"__FLEX_Context_DisplayValue":{
"title":"Context Prompt",
"type":"string",
"description":"Descriptive flexfield context display value for purchase order distributions.",
"nullable":true,
"x-hints":{
"updateable":"false",
"DISPLAYHINT":"Hide",
"FND_ACFF_IsReadOnly":"true",
"FND_ACFF_AkaRealSegmentAttrName":"__FLEX_Context",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Name",
"FND_ACFF_MaximumLength":"1024",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
},
"x-queryable":true
},
"__FLEX_Context":{
"title":"Context Prompt",
"maxLength":30,
"type":"string",
"description":"Descriptive flexfield context name for purchase order distributions.",
"nullable":true,
"x-hints":{
"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":"TEXT_BOX"
},
"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"
}
}
ネストされたスキーマ : draftPurchaseOrders-lines-schedules-distributions-item-response
タイプ: object
ソースを表示
{
"type":"object",
"properties":{
"DistributionNumber":{
"title":"Distribution",
"type":"number",
"description":"Number that uniquely identifies the purchase order distribution for the purchase order schedule.",
"nullable":false,
"x-queryable":true
},
"CreationDate":{
"type":"string",
"description":"Date and time when the buyer or application created the purchase order distribution.",
"format":"date-time",
"nullable":false,
"readOnly":true,
"x-queryable":false
},
"DFF":{
"title":"Flexfields for Distributions",
"type":"array",
"description":"The Flexfields for Distributions resource manages additional details about purchase order distributions.",
"items":{
"$ref":"#/components/schemas/draftPurchaseOrders-lines-schedules-distributions-DFF-item-response"
},
"x-cardinality":"1"
},
"POAccrualAccount":{
"title":"PO Accrual Account",
"type":"string",
"description":"Account to charge for receipt accrual. This attribute is applicable when the legal entity of the requisitioning business unit and the sold-to legal entity are the same.",
"nullable":true,
"x-queryable":false
},
"OrderNumber":{
"title":"Order",
"maxLength":30,
"type":"string",
"description":"Number that uniquely identifies the purchase order in the sold-to legal entity.",
"nullable":true,
"readOnly":true,
"x-queryable":false
},
"DestinationChargeAccountId":{
"type":"integer",
"description":"Value that uniquely identifies the account to charge for the cost of the item in the requisitioning business unit.",
"format":"int64",
"nullable":true,
"x-queryable":false,
"x-hints":{
"precision":18
}
},
"CurrencyCode":{
"maxLength":15,
"type":"string",
"description":"Abbreviation that identifies the currency of the purchase order.",
"nullable":true,
"readOnly":true,
"x-queryable":false
},
"FundsStatusCode":{
"maxLength":25,
"type":"string",
"description":"Abbreviation that identifies the funds status.",
"nullable":true,
"readOnly":true,
"x-queryable":false
},
"Requester":{
"title":"Requester",
"maxLength":240,
"type":"string",
"description":"Name of the deliver-to person or requester.",
"nullable":true,
"x-hints":{
"controlType":"choice"
},
"x-queryable":true
},
"DestinationVarianceAccount":{
"title":"Destination Variance Account",
"type":"string",
"description":"Account to charge for the variation in the purchase price for the purchase in the requisitioning business unit. This attribute applies when the legal entity of the requisitioning business unit is not the same as the sold-to legal entity.",
"nullable":true,
"readOnly":true,
"x-queryable":false
},
"NonrecoverableInclusiveTax":{
"title":"Nonrecoverable Inclusive Tax",
"type":"number",
"description":"Tax that the purchase order amount contains. The purchaser cannot recover this tax.",
"nullable":true,
"x-queryable":false
},
"DeliverToCustomer":{
"title":"Deliver-to Customer",
"maxLength":360,
"type":"string",
"description":"Name of the third-party customer who receives the item.",
"nullable":false,
"readOnly":true,
"x-queryable":true
},
"Currency":{
"title":"Currency",
"maxLength":80,
"type":"string",
"description":"Currency of the purchase order.",
"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"
}
},
"BudgetDate":{
"title":"Budget Date",
"type":"string",
"description":"Date when the organization consumed the budget.",
"format":"date",
"nullable":true,
"x-queryable":true
},
"POLineId":{
"type":"integer",
"description":"Value that uniquely identifies the parent line of the distribution. This attribute is used when the schedule is split.",
"format":"int64",
"nullable":true,
"x-queryable":false,
"x-hints":{
"precision":18
}
},
"UOMCode":{
"type":"string",
"description":"Abbreviation that identifies the unit of measure.",
"nullable":true,
"x-queryable":true
},
"PODistributionId":{
"type":"integer",
"description":"Value that uniquely identifies the purchase order distribution.",
"format":"int64",
"nullable":false,
"readOnly":true,
"x-hints":{
"precision":18
},
"x-queryable":true
},
"DeliverToCustomerContactId":{
"type":"integer",
"description":"Value that uniquely identifies the contact at the third-party customer who receives the item.",
"format":"int64",
"nullable":true,
"readOnly":true,
"x-queryable":false,
"x-hints":{
"precision":18
}
},
"LastUpdatedBy":{
"maxLength":64,
"type":"string",
"description":"User who last updated the distribution.",
"nullable":false,
"readOnly":true,
"x-queryable":false
},
"CreatedBy":{
"maxLength":64,
"type":"string",
"description":"User who created the distribution.",
"nullable":false,
"readOnly":true,
"x-queryable":false
},
"POChargeAccount":{
"title":"PO Charge Account",
"type":"string",
"description":"Account to charge for the purchase. This attribute is applicable when the legal entity of the requisitioning business unit and the sold-to legal entity are the same.",
"nullable":true,
"x-queryable":false
},
"RecoverableExclusiveTax":{
"title":"Recoverable Exclusive Tax",
"type":"number",
"description":"Tax that the purchase order amount does not contain. The purchaser can recover this tax.",
"nullable":true,
"readOnly":true,
"x-queryable":false
},
"ParentDistributionNumber":{
"type":"number",
"description":"Number that uniquely identifies the distribution from which this distribution was created.",
"nullable":true,
"readOnly":true,
"x-queryable":false
},
"RequisitionLine":{
"title":"Requisition Line",
"type":"number",
"description":"Number that uniquely identifies the requisition line for the requisition.",
"nullable":false,
"readOnly":true,
"x-queryable":false
},
"RequisitionHeaderId":{
"type":"integer",
"description":"Value that uniquely identifies the requisition header.",
"format":"int64",
"nullable":false,
"readOnly":true,
"x-hints":{
"precision":18
},
"x-queryable":true
},
"RequisitionDistributionId":{
"type":"integer",
"description":"Value that uniquely identifies the requisition distribution.",
"format":"int64",
"nullable":true,
"readOnly":true,
"x-queryable":false,
"x-hints":{
"precision":18
}
},
"ChangeOrderQuantityCancelled":{
"title":"Canceled Quantity",
"type":"number",
"description":"Purchase order quantity that is canceled as a result of a change order.",
"nullable":true,
"readOnly":true,
"x-queryable":false
},
"LineLocationId":{
"type":"integer",
"description":"Value that uniquely identifies the purchase order schedule.",
"format":"int64",
"nullable":true,
"readOnly":true,
"x-queryable":false,
"x-hints":{
"precision":18
}
},
"POAccrualAccountId":{
"type":"integer",
"description":"Value that uniquely identifies the account to charge for receipt accrual. This attribute is applicable when the legal entity of the requisitioning business unit and the sold-to legal entity are the same.",
"format":"int64",
"nullable":true,
"x-queryable":false,
"x-hints":{
"precision":18
}
},
"DestinationVarianceAccountId":{
"type":"integer",
"description":"Value that uniquely identifies the account to charge for the variation in the purchase price for the purchase in the requisitioning business unit. This attribute applies when the legal entity of the requisitioning business unit is not the same as the sold-to legal entity.",
"format":"int64",
"nullable":true,
"readOnly":true,
"x-queryable":false,
"x-hints":{
"precision":18
}
},
"POChargeAccountId":{
"type":"integer",
"description":"Value that uniquely identifies the account to charge for the purchase. This attribute is applicable when the legal entity of the requisitioning business unit and the sold-to legal entity are the same.",
"format":"int64",
"nullable":true,
"x-queryable":false,
"x-hints":{
"precision":18
}
},
"DestinationChargeAccount":{
"title":"Destination Charge Account",
"type":"string",
"description":"Account to charge for the cost of the item in the requisitioning business unit.",
"nullable":true,
"x-queryable":false
},
"RecoverableInclusiveTax":{
"title":"Recoverable Inclusive Tax",
"type":"number",
"description":"Tax that the purchase order amount contains. The purchaser can recover this tax.",
"nullable":true,
"readOnly":true,
"x-queryable":false
},
"DeliverToLocation":{
"title":"Deliver-to Location",
"maxLength":240,
"type":"string",
"description":"Name of the final location that receives the item.",
"nullable":true,
"x-hints":{
"controlType":"choice"
},
"x-queryable":true
},
"ChangeOrderAmountCancelled":{
"title":"Canceled Amount",
"type":"number",
"description":"Purchase order amount that is canceled as a result of a change order.",
"nullable":true,
"readOnly":true,
"x-queryable":false
},
"ParentDistributionId":{
"type":"integer",
"description":"Value that uniquely identifies the distribution from which this distribution was created.",
"format":"int64",
"nullable":true,
"x-queryable":false,
"x-hints":{
"precision":18
}
},
"DeliverToLocationId":{
"type":"integer",
"description":"Value that uniquely identifies the final location that receives the item.",
"format":"int64",
"nullable":true,
"x-hints":{
"controlType":"choice",
"precision":18
},
"x-queryable":true
},
"DeliverToCustomerId":{
"type":"integer",
"description":"Value that uniquely identifies the third-party customer who receives the item.",
"format":"int64",
"nullable":true,
"readOnly":true,
"x-hints":{
"precision":18
},
"x-queryable":true
},
"DeliverToCustomerContact":{
"title":"Deliver-to Contact",
"maxLength":360,
"type":"string",
"description":"Name of the contact at the third-party customer who receives the item.",
"nullable":false,
"readOnly":true,
"x-queryable":false
},
"LineNumber":{
"title":"Line",
"type":"number",
"description":"Number that uniquely identifies the purchase order line for the purchase order.",
"nullable":false,
"readOnly":true,
"x-queryable":false
},
"POVarianceAccountId":{
"type":"integer",
"description":"Value that uniquely identifies the account to charge for the price difference between the invoice and the purchase order.",
"format":"int64",
"nullable":true,
"x-queryable":false,
"x-hints":{
"precision":18
}
},
"RequisitionLineId":{
"type":"integer",
"description":"Value that uniquely identifies the requisition line.",
"format":"int64",
"nullable":false,
"readOnly":true,
"x-queryable":false,
"x-hints":{
"precision":18
}
},
"ChangeAcceptedFlag":{
"maxLength":1,
"type":"boolean",
"description":"Contains one of the following values: true or false. If true, then purchase order or change order is accepted by supplier. If false, then supplier response is not required or pending for supplier acceptance. This attribute does not have a default value.",
"nullable":true,
"readOnly":true,
"x-queryable":false
},
"POHeaderId":{
"type":"integer",
"description":"Value that uniquely identifies the purchase order.",
"format":"int64",
"nullable":false,
"x-queryable":false,
"x-hints":{
"precision":18
}
},
"FundsStatus":{
"title":"Funds Status",
"maxLength":80,
"type":"string",
"description":"Status of the funds check or funds reservation validation result for the distribution.",
"nullable":false,
"readOnly":true,
"x-queryable":false
},
"globalDFFs":{
"title":"US Federal Attributes for Distributions",
"type":"array",
"description":"The US Federal Attributes for Distributions resource manages federal financial attributes for purchase order distributions.",
"items":{
"$ref":"#/components/schemas/draftPurchaseOrders-lines-schedules-distributions-globalDFFs-item-response"
},
"x-cardinality":"1"
},
"ReasonForChange":{
"title":"Change Reason",
"maxLength":240,
"type":"string",
"description":"Reason for changing the distribution.",
"nullable":true,
"x-queryable":false
},
"ConversionRateDate":{
"title":"Conversion Date",
"type":"string",
"description":"Date to use for the conversion rate when converting an amount into another currency. The conversion rate varies depending on the date.",
"format":"date",
"nullable":true,
"x-queryable":false
},
"projectDFF":{
"title":"Project Costing Flexfields for Distributions",
"type":"array",
"description":"The Project Costing Flexfields for Distributions resource manages project details about purchase order distributions.",
"items":{
"$ref":"#/components/schemas/draftPurchaseOrders-lines-schedules-distributions-projectDFF-item-response"
},
"x-cardinality":"1"
},
"POVarianceAccount":{
"title":"PO Variance Account",
"type":"string",
"description":"Account to charge for any price difference between the invoice and the purchase order.",
"nullable":true,
"x-queryable":false
},
"ScheduleNumber":{
"title":"Schedule",
"type":"number",
"description":"Number that uniquely identifies the purchase order schedule for the purchase order line.",
"nullable":false,
"readOnly":true,
"x-queryable":false
},
"DeliverToLocationCode":{
"title":"Name",
"maxLength":60,
"type":"string",
"description":"Abbreviation that identifies the final location that receives the item.",
"nullable":true,
"x-hints":{
"controlType":"choice"
},
"x-queryable":true
},
"Amount":{
"title":"Ordered",
"type":"number",
"description":"Price multiplied by the distribution quantity. This attribute applies when the purchase order line contains a quantity. If the purchase order line references a fixed price service, then the value of this attribute is the same as the distribution amount.",
"nullable":true,
"x-queryable":false
},
"Quantity":{
"type":"number",
"description":"Distribution quantity of the item that the purchaser is purchasing.",
"nullable":true,
"x-queryable":false
},
"RequesterId":{
"type":"integer",
"description":"Value that uniquely identifies the deliver-to person or requester.",
"format":"int64",
"nullable":true,
"x-hints":{
"controlType":"choice",
"precision":18
},
"x-queryable":true
},
"DestinationSubinventory":{
"title":"Destination Subinventory",
"maxLength":10,
"type":"string",
"description":"Subinventory that identifies destination to deliver the requested item.",
"nullable":true,
"x-hints":{
"controlType":"choice"
},
"x-queryable":true
},
"DeliverToLocationInternalCode":{
"title":"Deliver-to Location Internal Code",
"maxLength":150,
"type":"string",
"description":"Abbreviation that internally identifies the final location where you deliver goods previously received from a supplier.",
"nullable":true,
"x-hints":{
"controlType":"choice"
},
"x-queryable":true
},
"NonrecoverableExclusiveTax":{
"title":"Nonrecoverable Exclusive Tax",
"type":"number",
"description":"Tax that the purchase order amount does not contain. The purchaser cannot recover this tax.",
"nullable":true,
"x-queryable":false
},
"DeliverToCustomerLocationId":{
"type":"integer",
"description":"Value that uniquely identifies the location of the third-party customer who receives the item.",
"format":"int64",
"nullable":true,
"readOnly":true,
"x-hints":{
"precision":18
},
"x-queryable":true
},
"UOM":{
"title":"UOM",
"maxLength":25,
"type":"string",
"description":"Unit of measure of the item quantity.",
"nullable":false,
"readOnly":true,
"x-queryable":false,
"x-hints":{
"controlType":"edit"
}
},
"ConversionRate":{
"title":"Conversion Rate",
"type":"number",
"description":"Conversion rate to use when converting the currency.",
"nullable":true,
"x-queryable":false
},
"RequisitionDistribution":{
"title":"Requisition Distribution",
"type":"number",
"description":"Number that uniquely identifies a requisition distribution for the requisition line.",
"nullable":false,
"readOnly":true,
"x-queryable":false
},
"Requisition":{
"title":"Requisition",
"maxLength":64,
"type":"string",
"description":"Number that identifies the requisition.",
"nullable":false,
"readOnly":true,
"x-queryable":true
},
"LastUpdateDate":{
"type":"string",
"description":"Date and time when the buyer or application last updated the purchase order distribution.",
"format":"date-time",
"nullable":false,
"readOnly":true,
"x-queryable":false
}
}
}
ネストされたスキーマ : 配分用フレックスフィールド
タイプ: array
タイトル: Flexfields for Distributions
Flexfields for Distributions(配分のフレックスフィールド)リソースは、購買オーダー配分に関する追加詳細を管理します。
ソースを表示
{
"title":"Flexfields for Distributions",
"type":"array",
"description":"The Flexfields for Distributions resource manages additional details about purchase order distributions.",
"items":{
"$ref":"#/components/schemas/draftPurchaseOrders-lines-schedules-distributions-DFF-item-response"
},
"x-cardinality":"1"
}
ネストされたスキーマ : US連邦配分属性
タイプ: array
タイトル: US Federal Attributes for Distributions
US Federal Attributes for Distributionsリソースは、購買オーダー配分の連邦財務属性を管理します。
ソースを表示
- Array of: object Discriminator: __FLEX_Context
識別子 : { "propertyName":"__FLEX_Context", "mapping":{ "FVxUSPODistributions":"#/components/schemas/oracle_apps_flex_prc_po_commonPo_draftRestPoDistributionGdf_view_DraftRestPoDistributionGDFFVxUSPODistributionsVO-item-response" } }
{
"title":"US Federal Attributes for Distributions",
"type":"array",
"description":"The US Federal Attributes for Distributions resource manages federal financial attributes for purchase order distributions.",
"items":{
"$ref":"#/components/schemas/draftPurchaseOrders-lines-schedules-distributions-globalDFFs-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"
}
}
ネストされたスキーマ : 配分用のProject Costingフレックスフィールド
タイプ: array
タイトル: Project Costing Flexfields for Distributions
配分のProject Costing Flexfields(プロジェクト原価計算フレックスフィールド)リソースは、購買オーダー配分に関するプロジェクト詳細を管理します。
ソースを表示
- Array of: object Discriminator: __FLEX_Context
Discriminator: { "propertyName":"__FLEX_Context", "mapping":{ "AP_Distribution_Sets":"#/components/schemas/oracle_apps_flex_prc_po_commonPo_draftRestPJCPODistribution_view_PJCDFFAP__5FDistribution__5FSetsVO-item-response", "AP_Invoice_Distribution":"#/components/schemas/oracle_apps_flex_prc_po_commonPo_draftRestPJCPODistribution_view_PJCDFFAP__5FInvoice__5FDistributionVO-item-response", "AP_Invoice_Line":"#/components/schemas/oracle_apps_flex_prc_po_commonPo_draftRestPJCPODistribution_view_PJCDFFAP__5FInvoice__5FLineVO-item-response", "EXM_Expense_Report":"#/components/schemas/oracle_apps_flex_prc_po_commonPo_draftRestPJCPODistribution_view_PJCDFFEXM__5FExpense__5FReportVO-item-response", "EXM_Expense_Report_Line":"#/components/schemas/oracle_apps_flex_prc_po_commonPo_draftRestPJCPODistribution_view_PJCDFFEXM__5FExpense__5FReport__5FLineVO-item-response", "INV_Misc_Transactions":"#/components/schemas/oracle_apps_flex_prc_po_commonPo_draftRestPJCPODistribution_view_PJCDFFINV__5FMisc__5FTransactionsVO-item-response", "OM_Sales_Order":"#/components/schemas/oracle_apps_flex_prc_po_commonPo_draftRestPJCPODistribution_view_PJCDFFOM__5FSales__5FOrderVO-item-response", "PJC_All":"#/components/schemas/oracle_apps_flex_prc_po_commonPo_draftRestPJCPODistribution_view_PJCDFFPJC__5FAllVO-item-response", "PJC_Expenditure_Batch":"#/components/schemas/oracle_apps_flex_prc_po_commonPo_draftRestPJCPODistribution_view_PJCDFFPJC__5FExpenditure__5FBatchVO-item-response", "POR_Requisition":"#/components/schemas/oracle_apps_flex_prc_po_commonPo_draftRestPJCPODistribution_view_PJCDFFPOR__5FRequisitionVO-item-response", "POR_User_Preferences":"#/components/schemas/oracle_apps_flex_prc_po_commonPo_draftRestPJCPODistribution_view_PJCDFFPOR__5FUser__5FPreferencesVO-item-response", "PO_Purchase_Order":"#/components/schemas/oracle_apps_flex_prc_po_commonPo_draftRestPJCPODistribution_view_PJCDFFPO__5FPurchase__5FOrderVO-item-response", "PO_Purchase_Order_Line":"#/components/schemas/oracle_apps_flex_prc_po_commonPo_draftRestPJCPODistribution_view_PJCDFFPO__5FPurchase__5FOrder__5FLineVO-item-response", "PO_Purchase_Order_Schedule":"#/components/schemas/oracle_apps_flex_prc_po_commonPo_draftRestPJCPODistribution_view_PJCDFFPO__5FPurchase__5FOrder__5FScheduleVO-item-response" } }
{
"title":"Project Costing Flexfields for Distributions",
"type":"array",
"description":"The Project Costing Flexfields for Distributions resource manages project details about purchase order distributions.",
"items":{
"$ref":"#/components/schemas/draftPurchaseOrders-lines-schedules-distributions-projectDFF-item-response"
},
"x-cardinality":"1"
}
ネストされたスキーマ : draftPurchaseOrders-lines-schedules-distributions-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"
}
},
"PoDistributionId":{
"type":"integer",
"description":"Value that uniquely identifies the purchase order distribution.",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18
},
"x-queryable":true
},
"__FLEX_Context_DisplayValue":{
"title":"Context Prompt",
"type":"string",
"description":"Descriptive flexfield context display value for purchase order distributions.",
"nullable":true,
"x-hints":{
"updateable":"false",
"DISPLAYHINT":"Hide",
"FND_ACFF_IsReadOnly":"true",
"FND_ACFF_AkaRealSegmentAttrName":"__FLEX_Context",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Name",
"FND_ACFF_MaximumLength":"1024",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
},
"x-queryable":true
},
"__FLEX_Context":{
"title":"Context Prompt",
"maxLength":30,
"type":"string",
"description":"Descriptive flexfield context name for purchase order distributions.",
"nullable":true,
"x-hints":{
"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":"TEXT_BOX"
},
"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":{
"FVxUSPODistributions":"#/components/schemas/oracle_apps_flex_prc_po_commonPo_draftRestPoDistributionGdf_view_DraftRestPoDistributionGDFFVxUSPODistributionsVO-item-response"
}
},
"oneOf":[
{
"$ref":"#/components/schemas/oracle_apps_flex_prc_po_commonPo_draftRestPoDistributionGdf_view_DraftRestPoDistributionGDFFVxUSPODistributionsVO-item-response"
}
]
}
1つのスキーマに一致
ソースを表示
{
"discriminator":{
"propertyName":"__FLEX_Context",
"mapping":{
"FVxUSPODistributions":"#/components/schemas/oracle_apps_flex_prc_po_commonPo_draftRestPoDistributionGdf_view_DraftRestPoDistributionGDFFVxUSPODistributionsVO-item-response"
}
},
"oneOf":[
{
"$ref":"#/components/schemas/oracle_apps_flex_prc_po_commonPo_draftRestPoDistributionGdf_view_DraftRestPoDistributionGDFFVxUSPODistributionsVO-item-response"
}
]
}
ネストされたスキーマ : oracle_apps_flex_prc_po_commonPo_draftRestPoDistributionGdf_view_DraftRestPoDistributionGDFFVxUSPODistributionsVO-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"
}
},
"PoDistributionId":{
"type":"integer",
"description":"Value that uniquely identifies the purchase order distribution.",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18
}
},
"betc":{
"title":"BETC",
"maxLength":150,
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_OpenIdentifier":"betc",
"FlexClientVar_flex_vst_bind3_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind5_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind7_JT":"java.math.BigDecimal",
"FND_ACFF_ValueSetInfo":"ORA_FV_PO_AG_BETC#TABLE",
"FlexClientVar_flex_vst_bind4_RQ":"true",
"FlexClientVar_flex_vst_bind4_VT":"PARAMETER.SET_OF_BOOKS_ID",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.CODE_COMBINATION_ID",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FlexClientVar_flex_vst_bind6_VT":"PARAMETER.SET_OF_BOOKS_ID",
"FlexClientVar_flex_vst_bind6_RQ":"true",
"FlexClientVar_flex_vst_bind8_RQ":"true",
"FlexClientVar_flex_vst_bind8_VT":"PARAMETER.CODE_COMBINATION_ID",
"FND_ACFF_PreferredDisplayType":"LOV",
"FlexClientVar_flex_vst_bind4_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind2_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind6_JT":"java.math.BigDecimal",
"FND_ACFF_SegmentName":"BETC",
"FlexClientVar_flex_vst_bind8_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.SET_OF_BOOKS_ID",
"FlexClientVar_flex_vst_bind5_RQ":"true",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.CODE_COMBINATION_ID",
"FND_ACFF_JavaType":"java.lang.String",
"FlexClientVar_flex_vst_bind7_RQ":"true",
"FlexClientVar_flex_vst_bind5_VT":"PARAMETER.CODE_COMBINATION_ID",
"FlexClientVar_flex_vst_bind7_VT":"PARAMETER.SET_OF_BOOKS_ID",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind4,flex_vst_bind5,flex_vst_bind6,flex_vst_bind7,flex_vst_bind8,flex_vst_bind1,flex_vst_bind2"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context_DisplayValue":{
"title":"Context Segment",
"type":"string",
"description":"Global descriptive flexfield context display value for US federal attributes in a purchase order distribution.",
"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":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context":{
"title":"Context Segment",
"maxLength":150,
"type":"string",
"description":"Global descriptive flexfield context name for US federal attributes in a purchase order distribution.",
"nullable":true,
"default":"FVxUSPODistributions",
"x-hints":{
"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":"LOV"
},
"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"
}
}
ネストされたスキーマ : 識別子 : __FLEX_Context
タイプ: object
識別子: __FLEX_Context
識別子の値
{
"discriminator":{
"propertyName":"__FLEX_Context",
"mapping":{
"AP_Distribution_Sets":"#/components/schemas/oracle_apps_flex_prc_po_commonPo_draftRestPJCPODistribution_view_PJCDFFAP__5FDistribution__5FSetsVO-item-response",
"AP_Invoice_Distribution":"#/components/schemas/oracle_apps_flex_prc_po_commonPo_draftRestPJCPODistribution_view_PJCDFFAP__5FInvoice__5FDistributionVO-item-response",
"AP_Invoice_Line":"#/components/schemas/oracle_apps_flex_prc_po_commonPo_draftRestPJCPODistribution_view_PJCDFFAP__5FInvoice__5FLineVO-item-response",
"EXM_Expense_Report":"#/components/schemas/oracle_apps_flex_prc_po_commonPo_draftRestPJCPODistribution_view_PJCDFFEXM__5FExpense__5FReportVO-item-response",
"EXM_Expense_Report_Line":"#/components/schemas/oracle_apps_flex_prc_po_commonPo_draftRestPJCPODistribution_view_PJCDFFEXM__5FExpense__5FReport__5FLineVO-item-response",
"INV_Misc_Transactions":"#/components/schemas/oracle_apps_flex_prc_po_commonPo_draftRestPJCPODistribution_view_PJCDFFINV__5FMisc__5FTransactionsVO-item-response",
"OM_Sales_Order":"#/components/schemas/oracle_apps_flex_prc_po_commonPo_draftRestPJCPODistribution_view_PJCDFFOM__5FSales__5FOrderVO-item-response",
"PJC_All":"#/components/schemas/oracle_apps_flex_prc_po_commonPo_draftRestPJCPODistribution_view_PJCDFFPJC__5FAllVO-item-response",
"PJC_Expenditure_Batch":"#/components/schemas/oracle_apps_flex_prc_po_commonPo_draftRestPJCPODistribution_view_PJCDFFPJC__5FExpenditure__5FBatchVO-item-response",
"POR_Requisition":"#/components/schemas/oracle_apps_flex_prc_po_commonPo_draftRestPJCPODistribution_view_PJCDFFPOR__5FRequisitionVO-item-response",
"POR_User_Preferences":"#/components/schemas/oracle_apps_flex_prc_po_commonPo_draftRestPJCPODistribution_view_PJCDFFPOR__5FUser__5FPreferencesVO-item-response",
"PO_Purchase_Order":"#/components/schemas/oracle_apps_flex_prc_po_commonPo_draftRestPJCPODistribution_view_PJCDFFPO__5FPurchase__5FOrderVO-item-response",
"PO_Purchase_Order_Line":"#/components/schemas/oracle_apps_flex_prc_po_commonPo_draftRestPJCPODistribution_view_PJCDFFPO__5FPurchase__5FOrder__5FLineVO-item-response",
"PO_Purchase_Order_Schedule":"#/components/schemas/oracle_apps_flex_prc_po_commonPo_draftRestPJCPODistribution_view_PJCDFFPO__5FPurchase__5FOrder__5FScheduleVO-item-response"
}
},
"oneOf":[
{
"$ref":"#/components/schemas/oracle_apps_flex_prc_po_commonPo_draftRestPJCPODistribution_view_PJCDFFAP__5FDistribution__5FSetsVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_prc_po_commonPo_draftRestPJCPODistribution_view_PJCDFFAP__5FInvoice__5FDistributionVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_prc_po_commonPo_draftRestPJCPODistribution_view_PJCDFFAP__5FInvoice__5FLineVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_prc_po_commonPo_draftRestPJCPODistribution_view_PJCDFFEXM__5FExpense__5FReportVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_prc_po_commonPo_draftRestPJCPODistribution_view_PJCDFFEXM__5FExpense__5FReport__5FLineVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_prc_po_commonPo_draftRestPJCPODistribution_view_PJCDFFINV__5FMisc__5FTransactionsVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_prc_po_commonPo_draftRestPJCPODistribution_view_PJCDFFOM__5FSales__5FOrderVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_prc_po_commonPo_draftRestPJCPODistribution_view_PJCDFFPJC__5FAllVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_prc_po_commonPo_draftRestPJCPODistribution_view_PJCDFFPJC__5FExpenditure__5FBatchVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_prc_po_commonPo_draftRestPJCPODistribution_view_PJCDFFPOR__5FRequisitionVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_prc_po_commonPo_draftRestPJCPODistribution_view_PJCDFFPOR__5FUser__5FPreferencesVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_prc_po_commonPo_draftRestPJCPODistribution_view_PJCDFFPO__5FPurchase__5FOrderVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_prc_po_commonPo_draftRestPJCPODistribution_view_PJCDFFPO__5FPurchase__5FOrder__5FLineVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_prc_po_commonPo_draftRestPJCPODistribution_view_PJCDFFPO__5FPurchase__5FOrder__5FScheduleVO-item-response"
}
]
}
1つのスキーマに一致
ソースを表示
{
"discriminator":{
"propertyName":"__FLEX_Context",
"mapping":{
"AP_Distribution_Sets":"#/components/schemas/oracle_apps_flex_prc_po_commonPo_draftRestPJCPODistribution_view_PJCDFFAP__5FDistribution__5FSetsVO-item-response",
"AP_Invoice_Distribution":"#/components/schemas/oracle_apps_flex_prc_po_commonPo_draftRestPJCPODistribution_view_PJCDFFAP__5FInvoice__5FDistributionVO-item-response",
"AP_Invoice_Line":"#/components/schemas/oracle_apps_flex_prc_po_commonPo_draftRestPJCPODistribution_view_PJCDFFAP__5FInvoice__5FLineVO-item-response",
"EXM_Expense_Report":"#/components/schemas/oracle_apps_flex_prc_po_commonPo_draftRestPJCPODistribution_view_PJCDFFEXM__5FExpense__5FReportVO-item-response",
"EXM_Expense_Report_Line":"#/components/schemas/oracle_apps_flex_prc_po_commonPo_draftRestPJCPODistribution_view_PJCDFFEXM__5FExpense__5FReport__5FLineVO-item-response",
"INV_Misc_Transactions":"#/components/schemas/oracle_apps_flex_prc_po_commonPo_draftRestPJCPODistribution_view_PJCDFFINV__5FMisc__5FTransactionsVO-item-response",
"OM_Sales_Order":"#/components/schemas/oracle_apps_flex_prc_po_commonPo_draftRestPJCPODistribution_view_PJCDFFOM__5FSales__5FOrderVO-item-response",
"PJC_All":"#/components/schemas/oracle_apps_flex_prc_po_commonPo_draftRestPJCPODistribution_view_PJCDFFPJC__5FAllVO-item-response",
"PJC_Expenditure_Batch":"#/components/schemas/oracle_apps_flex_prc_po_commonPo_draftRestPJCPODistribution_view_PJCDFFPJC__5FExpenditure__5FBatchVO-item-response",
"POR_Requisition":"#/components/schemas/oracle_apps_flex_prc_po_commonPo_draftRestPJCPODistribution_view_PJCDFFPOR__5FRequisitionVO-item-response",
"POR_User_Preferences":"#/components/schemas/oracle_apps_flex_prc_po_commonPo_draftRestPJCPODistribution_view_PJCDFFPOR__5FUser__5FPreferencesVO-item-response",
"PO_Purchase_Order":"#/components/schemas/oracle_apps_flex_prc_po_commonPo_draftRestPJCPODistribution_view_PJCDFFPO__5FPurchase__5FOrderVO-item-response",
"PO_Purchase_Order_Line":"#/components/schemas/oracle_apps_flex_prc_po_commonPo_draftRestPJCPODistribution_view_PJCDFFPO__5FPurchase__5FOrder__5FLineVO-item-response",
"PO_Purchase_Order_Schedule":"#/components/schemas/oracle_apps_flex_prc_po_commonPo_draftRestPJCPODistribution_view_PJCDFFPO__5FPurchase__5FOrder__5FScheduleVO-item-response"
}
},
"oneOf":[
{
"$ref":"#/components/schemas/oracle_apps_flex_prc_po_commonPo_draftRestPJCPODistribution_view_PJCDFFAP__5FDistribution__5FSetsVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_prc_po_commonPo_draftRestPJCPODistribution_view_PJCDFFAP__5FInvoice__5FDistributionVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_prc_po_commonPo_draftRestPJCPODistribution_view_PJCDFFAP__5FInvoice__5FLineVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_prc_po_commonPo_draftRestPJCPODistribution_view_PJCDFFEXM__5FExpense__5FReportVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_prc_po_commonPo_draftRestPJCPODistribution_view_PJCDFFEXM__5FExpense__5FReport__5FLineVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_prc_po_commonPo_draftRestPJCPODistribution_view_PJCDFFINV__5FMisc__5FTransactionsVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_prc_po_commonPo_draftRestPJCPODistribution_view_PJCDFFOM__5FSales__5FOrderVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_prc_po_commonPo_draftRestPJCPODistribution_view_PJCDFFPJC__5FAllVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_prc_po_commonPo_draftRestPJCPODistribution_view_PJCDFFPJC__5FExpenditure__5FBatchVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_prc_po_commonPo_draftRestPJCPODistribution_view_PJCDFFPOR__5FRequisitionVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_prc_po_commonPo_draftRestPJCPODistribution_view_PJCDFFPOR__5FUser__5FPreferencesVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_prc_po_commonPo_draftRestPJCPODistribution_view_PJCDFFPO__5FPurchase__5FOrderVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_prc_po_commonPo_draftRestPJCPODistribution_view_PJCDFFPO__5FPurchase__5FOrder__5FLineVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_prc_po_commonPo_draftRestPJCPODistribution_view_PJCDFFPO__5FPurchase__5FOrder__5FScheduleVO-item-response"
}
]
}
ネストされたスキーマ : oracle_apps_flex_prc_po_commonPo_draftRestPJCPODistribution_view_PJCDFFAP__5FDistribution__5FSetsVO-item-response
タイプ: object
ソースを表示
{
"type":"object",
"properties":{
"_ORGANIZATION_ID":{
"title":"Expenditure Organization",
"type":"integer",
"format":"int64",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_ORGANIZATION_ID_Display",
"DISPLAYHINT":"Hide",
"precision":18,
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FND_ACFF_SegmentName":"ORGANIZATION_ID",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_ValueSetInfo":"PJC_ORGANIZATIONS_EXPEND_S_V#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.BusinessUnit",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FlexClientVsBindVars":"flex_vst_bind1",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_CONTRACT_ID":{
"title":"Contract Number",
"type":"integer",
"format":"int64",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_CONTRACT_ID_Display",
"FND_ACFF_IsReferenced":"true",
"DISPLAYHINT":"Hide",
"FND_ACFF_PartialTarget":"_PROJECT_ID",
"precision":18,
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FND_ACFF_SegmentName":"CONTRACT_ID",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_ValueSetInfo":"PJC_PROJECT_AWARD_V#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FlexClientVar_flex_vst_bind1_VT":"SEGMENT._PROJECT_ID",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FlexClientVsBindVars":"flex_vst_bind1",
"FND_ACFF_DependsOnAttributes":"_PROJECT_ID",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_BILLABLE_FLAG_Display":{
"title":"Billable",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_BILLABLE_FLAG",
"DISPLAYHINT":"Hide",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"HIDDEN"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_EXPENDITURE_TYPE_ID_Display":{
"title":"Expenditure Type",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_EXPENDITURE_TYPE_ID",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_PartialTarget":"_PROJECT_ID",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind1_VT":"SEGMENT._PROJECT_ID",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FlexClientVsBindVars":"flex_vst_bind1",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_CONTRACT_ID_Display":{
"title":"Contract Number",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_CONTRACT_ID",
"FND_ACFF_IsReferenced":"true",
"FND_ACFF_PartialTarget":"_PROJECT_ID",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind1_VT":"SEGMENT._PROJECT_ID",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind1",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_TASK_ID":{
"title":"Task Number",
"type":"integer",
"format":"int64",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_TASK_ID_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_PartialTarget":" _PROJECT_ID",
"precision":18,
"FlexClientVar_flex_vst_bind2_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FND_ACFF_SegmentName":"TASK_ID",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_ValueSetInfo":"PJC_TASKS_EXPEND_V#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FlexClientVar_flex_vst_bind2_VT":"SEGMENT._PROJECT_ID",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.BusinessUnit",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FlexClientVsBindVars":"flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_DependsOnAttributes":"_PROJECT_ID",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_RESERVED_ATTRIBUTE1_Display":{
"title":"Funding Source",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_RESERVED_ATTRIBUTE1",
"FND_ACFF_PartialTarget":"_PROJECT_ID _CONTRACT_ID",
"FlexClientVar_flex_vst_bind2_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind2_VT":"SEGMENT._CONTRACT_ID",
"FlexClientVar_flex_vst_bind1_VT":"SEGMENT._PROJECT_ID",
"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"
}
}
},
"_CAPITALIZABLE_FLAG_Display":{
"title":"Capitalizable",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_CAPITALIZABLE_FLAG",
"DISPLAYHINT":"Hide",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"HIDDEN"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"PoDistributionId":{
"type":"integer",
"description":"Value that uniquely identifies the purchase order distribution.",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18
}
},
"_PROJECT_ID_Display":{
"title":"Project Number",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_PROJECT_ID",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_IsReferenced":"true",
"controlType":"input_text_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.BusinessUnit",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FlexClientVsBindVars":"flex_vst_bind1",
"FND_ACFF_PreferredDisplayType":"POP_UP_LIST"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_CAPITALIZABLE_FLAG":{
"title":"Capitalizable",
"maxLength":1,
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_CAPITALIZABLE_FLAG_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"PJC_YES_NO_LOOKUP#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_SegmentName":"CAPITALIZABLE_FLAG",
"FND_ACFF_PreferredDisplayType":"HIDDEN"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context_DisplayValue":{
"title":"Context Value",
"type":"string",
"description":"Project costing descriptive flexfield context display value for purchase order distributions.",
"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":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_WORK_TYPE_ID":{
"title":"Work Type",
"type":"integer",
"format":"int64",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_WORK_TYPE_ID_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_PartialTarget":"_PROJECT_ID",
"precision":18,
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FND_ACFF_SegmentName":"WORK_TYPE_ID",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_ValueSetInfo":"PJC_WORK_TYPE_EXPEND_S_V#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind1_VT":"SEGMENT._PROJECT_ID",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FlexClientVsBindVars":"flex_vst_bind1",
"FND_ACFF_DependsOnAttributes":"_PROJECT_ID",
"FND_ACFF_PreferredDisplayType":"HIDDEN"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_TASK_ID_Display":{
"title":"Task Number",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_TASK_ID",
"FND_ACFF_PartialTarget":" _PROJECT_ID",
"FlexClientVar_flex_vst_bind2_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind2_VT":"SEGMENT._PROJECT_ID",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.BusinessUnit",
"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":"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"
}
},
"_EXPENDITURE_TYPE_ID":{
"title":"Expenditure Type",
"type":"integer",
"format":"int64",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_EXPENDITURE_TYPE_ID_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_PartialTarget":"_PROJECT_ID",
"precision":18,
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FND_ACFF_SegmentName":"EXPENDITURE_TYPE_ID",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_ValueSetInfo":"PJC_EXPENDITURE_TYPES_EXPEND_S_V#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FlexClientVar_flex_vst_bind1_VT":"SEGMENT._PROJECT_ID",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FlexClientVsBindVars":"flex_vst_bind1",
"FND_ACFF_DependsOnAttributes":"_PROJECT_ID",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_RESERVED_ATTRIBUTE1":{
"title":"Funding Source",
"maxLength":150,
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_RESERVED_ATTRIBUTE1_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_PartialTarget":"_PROJECT_ID _CONTRACT_ID",
"FlexClientVar_flex_vst_bind2_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FND_ACFF_SegmentName":"RESERVED_ATTRIBUTE1",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_ValueSetInfo":"PJC_AWARD_FUNDING_SOURCE_V#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FlexClientVar_flex_vst_bind2_VT":"SEGMENT._CONTRACT_ID",
"FlexClientVar_flex_vst_bind1_VT":"SEGMENT._PROJECT_ID",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FlexClientVsBindVars":"flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_DependsOnAttributes":"_PROJECT_ID,_CONTRACT_ID",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_BILLABLE_FLAG":{
"title":"Billable",
"maxLength":1,
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_BILLABLE_FLAG_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"PJC_YES_NO_LOOKUP#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_SegmentName":"BILLABLE_FLAG",
"FND_ACFF_PreferredDisplayType":"HIDDEN"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_WORK_TYPE_ID_Display":{
"title":"Work Type",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_WORK_TYPE_ID",
"DISPLAYHINT":"Hide",
"FND_ACFF_PartialTarget":"_PROJECT_ID",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind1_VT":"SEGMENT._PROJECT_ID",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind1",
"FND_ACFF_PreferredDisplayType":"HIDDEN"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_ORGANIZATION_ID_Display":{
"title":"Expenditure Organization",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_ORGANIZATION_ID",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.BusinessUnit",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FlexClientVsBindVars":"flex_vst_bind1",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_PROJECT_ID":{
"title":"Project Number",
"type":"integer",
"format":"int64",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_PROJECT_ID_Display",
"FND_ACFF_IsReferenced":"true",
"DISPLAYHINT":"Hide",
"precision":18,
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FND_ACFF_SegmentName":"PROJECT_ID",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_ValueSetInfo":"PJC_PROJECTS_CCW_V#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.BusinessUnit",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FlexClientVsBindVars":"flex_vst_bind1",
"FND_ACFF_PreferredDisplayType":"POP_UP_LIST"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context":{
"title":"Context Value",
"maxLength":40,
"type":"string",
"description":"Project costing descriptive flexfield context name for purchase order distributions.",
"nullable":true,
"default":"AP_Distribution_Sets",
"x-hints":{
"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":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
}
}
}
ネストされたスキーマ : oracle_apps_flex_prc_po_commonPo_draftRestPJCPODistribution_view_PJCDFFAP__5FInvoice__5FDistributionVO-item-response
タイプ: object
ソースを表示
{
"type":"object",
"properties":{
"_ORGANIZATION_ID":{
"title":"Expenditure Organization",
"type":"integer",
"format":"int64",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_ORGANIZATION_ID_Display",
"FND_ACFF_PartialTarget":" _EXPENDITURE_ITEM_DATE _EXPENDITURE_ITEM_DATE _EXPENDITURE_ITEM_DATE",
"precision":18,
"FlexClientVar_flex_vst_bind3_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FND_ACFF_ValueSetInfo":"PJC_ORGANIZATIONS_EXPEND_E_V#TABLE",
"FlexClientVar_flex_vst_bind4_RQ":"true",
"FlexClientDisplayHint":"Show",
"FlexClientVar_flex_vst_bind4_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind2_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_DVT":"P",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX",
"DISPLAYHINT":"Hide",
"FND_ACFF_DV":"OrganizationId",
"FlexClientVar_flex_vst_bind4_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind2_JT":"java.sql.Date",
"FND_ACFF_SegmentName":"ORGANIZATION_ID",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"includeInCompactView":true,
"FlexClientVar_flex_vst_bind3_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.BusinessUnit",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind4,flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_DependsOnAttributes":"_EXPENDITURE_ITEM_DATE"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_CONTRACT_ID":{
"title":"Contract Number",
"type":"integer",
"format":"int64",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_CONTRACT_ID_Display",
"FND_ACFF_IsReferenced":"true",
"DISPLAYHINT":"Hide",
"FND_ACFF_PartialTarget":"_PROJECT_ID",
"precision":18,
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FND_ACFF_SegmentName":"CONTRACT_ID",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_ValueSetInfo":"PJC_PROJECT_AWARD_V#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FlexClientVar_flex_vst_bind1_VT":"SEGMENT._PROJECT_ID",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FlexClientVsBindVars":"flex_vst_bind1",
"FND_ACFF_DependsOnAttributes":"_PROJECT_ID",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_BILLABLE_FLAG_Display":{
"title":"Billable",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_BILLABLE_FLAG",
"DISPLAYHINT":"Hide",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"HIDDEN"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_EXPENDITURE_TYPE_ID_Display":{
"title":"Expenditure Type",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_EXPENDITURE_TYPE_ID",
"FND_ACFF_PartialTarget":" _EXPENDITURE_ITEM_DATE _EXPENDITURE_ITEM_DATE _PROJECT_ID",
"FlexClientVar_flex_vst_bind3_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind4_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind2_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind1_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"controlType":"combo_lov",
"FlexClientVar_flex_vst_bind4_RQ":"true",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind3_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind4_VT":"SEGMENT._PROJECT_ID",
"FlexClientVar_flex_vst_bind2_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.SystemLinkageFunction",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind4,flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_CONTRACT_ID_Display":{
"title":"Contract Number",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_CONTRACT_ID",
"FND_ACFF_IsReferenced":"true",
"FND_ACFF_PartialTarget":"_PROJECT_ID",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind1_VT":"SEGMENT._PROJECT_ID",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind1",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_TASK_ID":{
"title":"Task Number",
"type":"integer",
"format":"int64",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_TASK_ID_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_PartialTarget":" _PROJECT_ID",
"precision":18,
"FND_ACFF_DV":"TaskId",
"FlexClientVar_flex_vst_bind2_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FND_ACFF_SegmentName":"TASK_ID",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_ValueSetInfo":"PJC_TASKS_EXPEND_V#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FlexClientVar_flex_vst_bind2_VT":"SEGMENT._PROJECT_ID",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.BusinessUnit",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_DVT":"P",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FlexClientVsBindVars":"flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_DependsOnAttributes":"_PROJECT_ID",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_RESERVED_ATTRIBUTE1_Display":{
"title":"Funding Source",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_RESERVED_ATTRIBUTE1",
"FND_ACFF_PartialTarget":"_PROJECT_ID _CONTRACT_ID",
"FlexClientVar_flex_vst_bind2_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind2_VT":"SEGMENT._CONTRACT_ID",
"FlexClientVar_flex_vst_bind1_VT":"SEGMENT._PROJECT_ID",
"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"
}
}
},
"_CAPITALIZABLE_FLAG_Display":{
"title":"Capitalizable",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_CAPITALIZABLE_FLAG",
"DISPLAYHINT":"Hide",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"HIDDEN"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"PoDistributionId":{
"type":"integer",
"description":"Value that uniquely identifies the purchase order distribution.",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18
}
},
"_PROJECT_ID_Display":{
"title":"Project Number",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_PROJECT_ID",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_IsReferenced":"true",
"controlType":"input_text_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.BusinessUnit",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FlexClientVsBindVars":"flex_vst_bind1",
"FND_ACFF_PreferredDisplayType":"POP_UP_LIST"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_CAPITALIZABLE_FLAG":{
"title":"Capitalizable",
"maxLength":1,
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_CAPITALIZABLE_FLAG_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"PJC_YES_NO_LOOKUP#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_SegmentName":"CAPITALIZABLE_FLAG",
"FND_ACFF_PreferredDisplayType":"HIDDEN"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context_DisplayValue":{
"title":"Context Value",
"type":"string",
"description":"Project costing descriptive flexfield context display value for purchase order distributions.",
"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":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_WORK_TYPE_ID":{
"title":"Work Type",
"type":"integer",
"format":"int64",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_WORK_TYPE_ID_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_PartialTarget":"_PROJECT_ID _EXPENDITURE_ITEM_DATE _EXPENDITURE_ITEM_DATE _EXPENDITURE_ITEM_DATE",
"precision":18,
"FlexClientVar_flex_vst_bind3_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind4_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind2_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FND_ACFF_SegmentName":"WORK_TYPE_ID",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_ValueSetInfo":"PJC_WORK_TYPE_EXPEND_V#TABLE",
"FlexClientVar_flex_vst_bind4_RQ":"true",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind3_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind4_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind2_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind1_VT":"SEGMENT._PROJECT_ID",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind4,flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_DependsOnAttributes":"_PROJECT_ID,_EXPENDITURE_ITEM_DATE",
"FND_ACFF_PreferredDisplayType":"HIDDEN"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_TASK_ID_Display":{
"title":"Task Number",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_TASK_ID",
"FND_ACFF_PartialTarget":" _PROJECT_ID",
"FlexClientVar_flex_vst_bind2_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind2_VT":"SEGMENT._PROJECT_ID",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.BusinessUnit",
"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":"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"
}
},
"_EXPENDITURE_TYPE_ID":{
"title":"Expenditure Type",
"type":"integer",
"format":"int64",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_EXPENDITURE_TYPE_ID_Display",
"FND_ACFF_PartialTarget":" _EXPENDITURE_ITEM_DATE _EXPENDITURE_ITEM_DATE _PROJECT_ID",
"precision":18,
"FlexClientVar_flex_vst_bind3_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind1_JT":"java.lang.String",
"FND_ACFF_ValueSetInfo":"PJC_EXPENDITURE_TYPES_EXPEND_E_V#TABLE",
"FlexClientVar_flex_vst_bind4_RQ":"true",
"FlexClientDisplayHint":"Show",
"FlexClientVar_flex_vst_bind4_VT":"SEGMENT._PROJECT_ID",
"FlexClientVar_flex_vst_bind2_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_DVT":"P",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX",
"DISPLAYHINT":"Hide",
"FND_ACFF_DV":"ExpenditureTypeId",
"FlexClientVar_flex_vst_bind4_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind2_JT":"java.sql.Date",
"FND_ACFF_SegmentName":"EXPENDITURE_TYPE_ID",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"includeInCompactView":true,
"FlexClientVar_flex_vst_bind3_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.SystemLinkageFunction",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind4,flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_DependsOnAttributes":"_EXPENDITURE_ITEM_DATE,_PROJECT_ID"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_RESERVED_ATTRIBUTE1":{
"title":"Funding Source",
"maxLength":150,
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_RESERVED_ATTRIBUTE1_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_PartialTarget":"_PROJECT_ID _CONTRACT_ID",
"FlexClientVar_flex_vst_bind2_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FND_ACFF_SegmentName":"RESERVED_ATTRIBUTE1",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_ValueSetInfo":"PJC_AWARD_FUNDING_SOURCE_V#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FlexClientVar_flex_vst_bind2_VT":"SEGMENT._CONTRACT_ID",
"FlexClientVar_flex_vst_bind1_VT":"SEGMENT._PROJECT_ID",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FlexClientVsBindVars":"flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_DependsOnAttributes":"_PROJECT_ID,_CONTRACT_ID",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_BILLABLE_FLAG":{
"title":"Billable",
"maxLength":1,
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_BILLABLE_FLAG_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"PJC_YES_NO_LOOKUP#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_SegmentName":"BILLABLE_FLAG",
"FND_ACFF_PreferredDisplayType":"HIDDEN"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_WORK_TYPE_ID_Display":{
"title":"Work Type",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_WORK_TYPE_ID",
"DISPLAYHINT":"Hide",
"FND_ACFF_PartialTarget":"_PROJECT_ID _EXPENDITURE_ITEM_DATE _EXPENDITURE_ITEM_DATE _EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind3_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind4_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind2_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"controlType":"combo_lov",
"FlexClientVar_flex_vst_bind4_RQ":"true",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind3_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind4_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind2_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind1_VT":"SEGMENT._PROJECT_ID",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind4,flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"HIDDEN"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_ORGANIZATION_ID_Display":{
"title":"Expenditure Organization",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_ORGANIZATION_ID",
"FND_ACFF_PartialTarget":" _EXPENDITURE_ITEM_DATE _EXPENDITURE_ITEM_DATE _EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind3_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind4_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind2_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"controlType":"combo_lov",
"FlexClientVar_flex_vst_bind4_RQ":"true",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind3_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind4_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind2_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.BusinessUnit",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind4,flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_PROJECT_ID":{
"title":"Project Number",
"type":"integer",
"format":"int64",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_PROJECT_ID_Display",
"FND_ACFF_IsReferenced":"true",
"DISPLAYHINT":"Hide",
"precision":18,
"FND_ACFF_DV":"ProjectId",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FND_ACFF_SegmentName":"PROJECT_ID",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_ValueSetInfo":"PJC_PROJECTS_CCW_V#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.BusinessUnit",
"FND_ACFF_DVT":"P",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FlexClientVsBindVars":"flex_vst_bind1",
"FND_ACFF_PreferredDisplayType":"POP_UP_LIST"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_EXPENDITURE_ITEM_DATE":{
"title":"Expenditure Item Date",
"type":"string",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_IsReferenced":"true",
"FND_ACFF_ValueSetInfo":"PJC_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_DV":"EIDate",
"FND_ACFF_DVT":"P",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_SegmentName":"EXPENDITURE_ITEM_DATE",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context":{
"title":"Context Value",
"maxLength":40,
"type":"string",
"description":"Project costing descriptive flexfield context name for purchase order distributions.",
"nullable":true,
"default":"AP_Invoice_Distribution",
"x-hints":{
"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":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
}
}
}
ネストされたスキーマ : oracle_apps_flex_prc_po_commonPo_draftRestPJCPODistribution_view_PJCDFFAP__5FInvoice__5FLineVO-item-response
タイプ: object
ソースを表示
{
"type":"object",
"properties":{
"_ORGANIZATION_ID":{
"title":"Expenditure Organization",
"type":"integer",
"format":"int64",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_ORGANIZATION_ID_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_PartialTarget":" _EXPENDITURE_ITEM_DATE _EXPENDITURE_ITEM_DATE _EXPENDITURE_ITEM_DATE",
"precision":18,
"FlexClientVar_flex_vst_bind3_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind4_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind2_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FND_ACFF_SegmentName":"ORGANIZATION_ID",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_ValueSetInfo":"PJC_ORGANIZATIONS_EXPEND_E_V#TABLE",
"FlexClientVar_flex_vst_bind4_RQ":"true",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FlexClientVar_flex_vst_bind3_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind4_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind2_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.BusinessUnit",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind4,flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_DependsOnAttributes":"_EXPENDITURE_ITEM_DATE",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_CONTRACT_ID":{
"title":"Contract Number",
"type":"integer",
"format":"int64",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_CONTRACT_ID_Display",
"FND_ACFF_IsReferenced":"true",
"DISPLAYHINT":"Hide",
"FND_ACFF_PartialTarget":"_PROJECT_ID",
"precision":18,
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FND_ACFF_SegmentName":"CONTRACT_ID",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_ValueSetInfo":"PJC_PROJECT_AWARD_V#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FlexClientVar_flex_vst_bind1_VT":"SEGMENT._PROJECT_ID",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FlexClientVsBindVars":"flex_vst_bind1",
"FND_ACFF_DependsOnAttributes":"_PROJECT_ID",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_BILLABLE_FLAG_Display":{
"title":"Billable",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_BILLABLE_FLAG",
"DISPLAYHINT":"Hide",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"HIDDEN"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_EXPENDITURE_TYPE_ID_Display":{
"title":"Expenditure Type",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_EXPENDITURE_TYPE_ID",
"FND_ACFF_PartialTarget":" _EXPENDITURE_ITEM_DATE _EXPENDITURE_ITEM_DATE _PROJECT_ID",
"FlexClientVar_flex_vst_bind3_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind4_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind2_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind1_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"controlType":"combo_lov",
"FlexClientVar_flex_vst_bind4_RQ":"true",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind3_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind4_VT":"SEGMENT._PROJECT_ID",
"FlexClientVar_flex_vst_bind2_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.SystemLinkageFunction",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind4,flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_CONTRACT_ID_Display":{
"title":"Contract Number",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_CONTRACT_ID",
"FND_ACFF_IsReferenced":"true",
"FND_ACFF_PartialTarget":"_PROJECT_ID",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind1_VT":"SEGMENT._PROJECT_ID",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind1",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_TASK_ID":{
"title":"Task Number",
"type":"integer",
"format":"int64",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_TASK_ID_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_PartialTarget":" _PROJECT_ID",
"precision":18,
"FlexClientVar_flex_vst_bind2_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FND_ACFF_SegmentName":"TASK_ID",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_ValueSetInfo":"PJC_TASKS_EXPEND_V#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FlexClientVar_flex_vst_bind2_VT":"SEGMENT._PROJECT_ID",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.BusinessUnit",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FlexClientVsBindVars":"flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_DependsOnAttributes":"_PROJECT_ID",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_RESERVED_ATTRIBUTE1_Display":{
"title":"Funding Source",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_RESERVED_ATTRIBUTE1",
"FND_ACFF_PartialTarget":"_PROJECT_ID _CONTRACT_ID",
"FlexClientVar_flex_vst_bind2_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind2_VT":"SEGMENT._CONTRACT_ID",
"FlexClientVar_flex_vst_bind1_VT":"SEGMENT._PROJECT_ID",
"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"
}
}
},
"_CAPITALIZABLE_FLAG_Display":{
"title":"Capitalizable",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_CAPITALIZABLE_FLAG",
"DISPLAYHINT":"Hide",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"HIDDEN"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"PoDistributionId":{
"type":"integer",
"description":"Value that uniquely identifies the purchase order distribution.",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18
}
},
"_PROJECT_ID_Display":{
"title":"Project Number",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_PROJECT_ID",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_IsReferenced":"true",
"controlType":"input_text_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.BusinessUnit",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FlexClientVsBindVars":"flex_vst_bind1",
"FND_ACFF_PreferredDisplayType":"POP_UP_LIST"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_CAPITALIZABLE_FLAG":{
"title":"Capitalizable",
"maxLength":1,
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_CAPITALIZABLE_FLAG_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"PJC_YES_NO_LOOKUP#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_SegmentName":"CAPITALIZABLE_FLAG",
"FND_ACFF_PreferredDisplayType":"HIDDEN"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context_DisplayValue":{
"title":"Context Value",
"type":"string",
"description":"Project costing descriptive flexfield context display value for purchase order distributions.",
"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":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_WORK_TYPE_ID":{
"title":"Work Type",
"type":"integer",
"format":"int64",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_WORK_TYPE_ID_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_PartialTarget":"_PROJECT_ID _EXPENDITURE_ITEM_DATE _EXPENDITURE_ITEM_DATE _EXPENDITURE_ITEM_DATE",
"precision":18,
"FlexClientVar_flex_vst_bind3_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind4_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind2_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FND_ACFF_SegmentName":"WORK_TYPE_ID",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_ValueSetInfo":"PJC_WORK_TYPE_EXPEND_V#TABLE",
"FlexClientVar_flex_vst_bind4_RQ":"true",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind3_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind4_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind2_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind1_VT":"SEGMENT._PROJECT_ID",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind4,flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_DependsOnAttributes":"_PROJECT_ID,_EXPENDITURE_ITEM_DATE",
"FND_ACFF_PreferredDisplayType":"HIDDEN"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_TASK_ID_Display":{
"title":"Task Number",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_TASK_ID",
"FND_ACFF_PartialTarget":" _PROJECT_ID",
"FlexClientVar_flex_vst_bind2_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind2_VT":"SEGMENT._PROJECT_ID",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.BusinessUnit",
"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":"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"
}
},
"_EXPENDITURE_TYPE_ID":{
"title":"Expenditure Type",
"type":"integer",
"format":"int64",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_EXPENDITURE_TYPE_ID_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_PartialTarget":" _EXPENDITURE_ITEM_DATE _EXPENDITURE_ITEM_DATE _PROJECT_ID",
"precision":18,
"FlexClientVar_flex_vst_bind3_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind4_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind2_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind1_JT":"java.lang.String",
"FND_ACFF_SegmentName":"EXPENDITURE_TYPE_ID",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_ValueSetInfo":"PJC_EXPENDITURE_TYPES_EXPEND_E_V#TABLE",
"FlexClientVar_flex_vst_bind4_RQ":"true",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FlexClientVar_flex_vst_bind3_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind4_VT":"SEGMENT._PROJECT_ID",
"FlexClientVar_flex_vst_bind2_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.SystemLinkageFunction",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind4,flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_DependsOnAttributes":"_EXPENDITURE_ITEM_DATE,_PROJECT_ID",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_RESERVED_ATTRIBUTE1":{
"title":"Funding Source",
"maxLength":150,
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_RESERVED_ATTRIBUTE1_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_PartialTarget":"_PROJECT_ID _CONTRACT_ID",
"FlexClientVar_flex_vst_bind2_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FND_ACFF_SegmentName":"RESERVED_ATTRIBUTE1",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_ValueSetInfo":"PJC_AWARD_FUNDING_SOURCE_V#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FlexClientVar_flex_vst_bind2_VT":"SEGMENT._CONTRACT_ID",
"FlexClientVar_flex_vst_bind1_VT":"SEGMENT._PROJECT_ID",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FlexClientVsBindVars":"flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_DependsOnAttributes":"_PROJECT_ID,_CONTRACT_ID",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_BILLABLE_FLAG":{
"title":"Billable",
"maxLength":1,
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_BILLABLE_FLAG_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"PJC_YES_NO_LOOKUP#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_SegmentName":"BILLABLE_FLAG",
"FND_ACFF_PreferredDisplayType":"HIDDEN"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_WORK_TYPE_ID_Display":{
"title":"Work Type",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_WORK_TYPE_ID",
"DISPLAYHINT":"Hide",
"FND_ACFF_PartialTarget":"_PROJECT_ID _EXPENDITURE_ITEM_DATE _EXPENDITURE_ITEM_DATE _EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind3_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind4_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind2_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"controlType":"combo_lov",
"FlexClientVar_flex_vst_bind4_RQ":"true",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind3_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind4_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind2_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind1_VT":"SEGMENT._PROJECT_ID",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind4,flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"HIDDEN"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_ORGANIZATION_ID_Display":{
"title":"Expenditure Organization",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_ORGANIZATION_ID",
"FND_ACFF_PartialTarget":" _EXPENDITURE_ITEM_DATE _EXPENDITURE_ITEM_DATE _EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind3_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind4_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind2_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"controlType":"combo_lov",
"FlexClientVar_flex_vst_bind4_RQ":"true",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind3_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind4_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind2_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.BusinessUnit",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind4,flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_PROJECT_ID":{
"title":"Project Number",
"type":"integer",
"format":"int64",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_PROJECT_ID_Display",
"FND_ACFF_IsReferenced":"true",
"DISPLAYHINT":"Hide",
"precision":18,
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FND_ACFF_SegmentName":"PROJECT_ID",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_ValueSetInfo":"PJC_PROJECTS_CCW_V#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.BusinessUnit",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FlexClientVsBindVars":"flex_vst_bind1",
"FND_ACFF_PreferredDisplayType":"POP_UP_LIST"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_EXPENDITURE_ITEM_DATE":{
"title":"Expenditure Item Date",
"type":"string",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_IsReferenced":"true",
"FND_ACFF_ValueSetInfo":"PJC_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_DV":"EIDate",
"FND_ACFF_DVT":"P",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_SegmentName":"EXPENDITURE_ITEM_DATE",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context":{
"title":"Context Value",
"maxLength":40,
"type":"string",
"description":"Project costing descriptive flexfield context name for purchase order distributions.",
"nullable":true,
"default":"AP_Invoice_Line",
"x-hints":{
"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":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
}
}
}
ネストされたスキーマ : oracle_apps_flex_prc_po_commonPo_draftRestPJCPODistribution_view_PJCDFFEXM__5FExpense__5FReportVO-item-response
タイプ: object
ソースを表示
{
"type":"object",
"properties":{
"_ORGANIZATION_ID":{
"title":"Expenditure Organization",
"type":"integer",
"format":"int64",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_ORGANIZATION_ID_Display",
"FND_ACFF_PartialTarget":" _EXPENDITURE_ITEM_DATE _EXPENDITURE_ITEM_DATE _EXPENDITURE_ITEM_DATE",
"precision":18,
"FlexClientVar_flex_vst_bind3_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FND_ACFF_ValueSetInfo":"PJC_ORGANIZATIONS_EXPEND_E_V#TABLE",
"FlexClientVar_flex_vst_bind4_RQ":"true",
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind4_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind2_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_DVT":"P",
"FND_ACFF_PreferredDisplayType":"HIDDEN",
"DISPLAYHINT":"Hide",
"FND_ACFF_DV":"OrganizationId",
"FlexClientVar_flex_vst_bind4_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind2_JT":"java.sql.Date",
"FND_ACFF_SegmentName":"ORGANIZATION_ID",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"includeInCompactView":true,
"FlexClientVar_flex_vst_bind3_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.BusinessUnit",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind4,flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_DependsOnAttributes":"_EXPENDITURE_ITEM_DATE"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_CONTRACT_ID":{
"title":"Contract Number",
"type":"integer",
"format":"int64",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_CONTRACT_ID_Display",
"FND_ACFF_IsReferenced":"true",
"DISPLAYHINT":"Hide",
"FND_ACFF_PartialTarget":"_PROJECT_ID",
"precision":18,
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FND_ACFF_SegmentName":"CONTRACT_ID",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_ValueSetInfo":"PJC_PROJECT_AWARD_V#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FlexClientVar_flex_vst_bind1_VT":"SEGMENT._PROJECT_ID",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FlexClientVsBindVars":"flex_vst_bind1",
"FND_ACFF_DependsOnAttributes":"_PROJECT_ID",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_BILLABLE_FLAG_Display":{
"title":"Billable",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_BILLABLE_FLAG",
"DISPLAYHINT":"Hide",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"HIDDEN"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_CONTRACT_ID_Display":{
"title":"Contract Number",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_CONTRACT_ID",
"FND_ACFF_IsReferenced":"true",
"FND_ACFF_PartialTarget":"_PROJECT_ID",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind1_VT":"SEGMENT._PROJECT_ID",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind1",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_TASK_ID":{
"title":"Task Number",
"type":"integer",
"format":"int64",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_TASK_ID_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_PartialTarget":" _PROJECT_ID",
"precision":18,
"FND_ACFF_DV":"TaskId",
"FlexClientVar_flex_vst_bind2_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FND_ACFF_SegmentName":"TASK_ID",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_ValueSetInfo":"PJC_TASKS_EXPEND_V#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FlexClientVar_flex_vst_bind2_VT":"SEGMENT._PROJECT_ID",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.BusinessUnit",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_DVT":"P",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FlexClientVsBindVars":"flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_DependsOnAttributes":"_PROJECT_ID",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_RESERVED_ATTRIBUTE1_Display":{
"title":"Funding Source",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_RESERVED_ATTRIBUTE1",
"FND_ACFF_PartialTarget":"_PROJECT_ID _CONTRACT_ID",
"FlexClientVar_flex_vst_bind2_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind2_VT":"SEGMENT._CONTRACT_ID",
"FlexClientVar_flex_vst_bind1_VT":"SEGMENT._PROJECT_ID",
"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"
}
}
},
"_CAPITALIZABLE_FLAG_Display":{
"title":"Capitalizable",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_CAPITALIZABLE_FLAG",
"DISPLAYHINT":"Hide",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"HIDDEN"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"PoDistributionId":{
"type":"integer",
"description":"Value that uniquely identifies the purchase order distribution.",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18
}
},
"_PROJECT_ID_Display":{
"title":"Project Number",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_PROJECT_ID",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_IsReferenced":"true",
"controlType":"input_text_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.BusinessUnit",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FlexClientVsBindVars":"flex_vst_bind1",
"FND_ACFF_PreferredDisplayType":"POP_UP_LIST"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_CAPITALIZABLE_FLAG":{
"title":"Capitalizable",
"maxLength":1,
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_CAPITALIZABLE_FLAG_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"PJC_YES_NO_LOOKUP#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_SegmentName":"CAPITALIZABLE_FLAG",
"FND_ACFF_PreferredDisplayType":"HIDDEN"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context_DisplayValue":{
"title":"Context Value",
"type":"string",
"description":"Project costing descriptive flexfield context display value for purchase order distributions.",
"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":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_WORK_TYPE_ID":{
"title":"Work Type",
"type":"integer",
"format":"int64",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_WORK_TYPE_ID_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_PartialTarget":"_PROJECT_ID",
"precision":18,
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FND_ACFF_SegmentName":"WORK_TYPE_ID",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_ValueSetInfo":"PJC_WORK_TYPE_EXPEND_S_V#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind1_VT":"SEGMENT._PROJECT_ID",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FlexClientVsBindVars":"flex_vst_bind1",
"FND_ACFF_DependsOnAttributes":"_PROJECT_ID",
"FND_ACFF_PreferredDisplayType":"HIDDEN"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_TASK_ID_Display":{
"title":"Task Number",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_TASK_ID",
"FND_ACFF_PartialTarget":" _PROJECT_ID",
"FlexClientVar_flex_vst_bind2_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind2_VT":"SEGMENT._PROJECT_ID",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.BusinessUnit",
"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":"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"
}
},
"_EXPENDITURE_TYPE_ID":{
"title":"Expenditure Type",
"type":"integer",
"format":"int64",
"nullable":true,
"x-hints":{
"FND_ACFF_Precision":"18",
"FND_ACFF_Scale":"0",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"Number18#FORMAT_ONLY",
"includeInCompactView":true,
"precision":18,
"FND_ACFF_DV":"ExpenditureTypeId",
"FND_ACFF_DVT":"P",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FND_ACFF_SegmentName":"EXPENDITURE_TYPE_ID",
"FND_ACFF_PreferredDisplayType":"HIDDEN"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_RESERVED_ATTRIBUTE1":{
"title":"Funding Source",
"maxLength":150,
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_RESERVED_ATTRIBUTE1_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_PartialTarget":"_PROJECT_ID _CONTRACT_ID",
"FlexClientVar_flex_vst_bind2_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FND_ACFF_SegmentName":"RESERVED_ATTRIBUTE1",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_ValueSetInfo":"PJC_AWARD_FUNDING_SOURCE_V#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FlexClientVar_flex_vst_bind2_VT":"SEGMENT._CONTRACT_ID",
"FlexClientVar_flex_vst_bind1_VT":"SEGMENT._PROJECT_ID",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FlexClientVsBindVars":"flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_DependsOnAttributes":"_PROJECT_ID,_CONTRACT_ID",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_BILLABLE_FLAG":{
"title":"Billable",
"maxLength":1,
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_BILLABLE_FLAG_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"PJC_YES_NO_LOOKUP#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_SegmentName":"BILLABLE_FLAG",
"FND_ACFF_PreferredDisplayType":"HIDDEN"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_WORK_TYPE_ID_Display":{
"title":"Work Type",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_WORK_TYPE_ID",
"DISPLAYHINT":"Hide",
"FND_ACFF_PartialTarget":"_PROJECT_ID",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind1_VT":"SEGMENT._PROJECT_ID",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind1",
"FND_ACFF_PreferredDisplayType":"HIDDEN"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_ORGANIZATION_ID_Display":{
"title":"Expenditure Organization",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_ORGANIZATION_ID",
"DISPLAYHINT":"Hide",
"FND_ACFF_PartialTarget":" _EXPENDITURE_ITEM_DATE _EXPENDITURE_ITEM_DATE _EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind3_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind4_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind2_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"controlType":"combo_lov",
"FlexClientVar_flex_vst_bind4_RQ":"true",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind3_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind4_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind2_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.BusinessUnit",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind4,flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"HIDDEN"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_PROJECT_ID":{
"title":"Project Number",
"type":"integer",
"format":"int64",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_PROJECT_ID_Display",
"FND_ACFF_IsReferenced":"true",
"DISPLAYHINT":"Hide",
"precision":18,
"FND_ACFF_DV":"ProjectId",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FND_ACFF_SegmentName":"PROJECT_ID",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_ValueSetInfo":"PJC_PROJECTS_CCW_V#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.BusinessUnit",
"FND_ACFF_DVT":"P",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FlexClientVsBindVars":"flex_vst_bind1",
"FND_ACFF_PreferredDisplayType":"POP_UP_LIST"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_EXPENDITURE_ITEM_DATE":{
"title":"Expenditure Item Date",
"type":"string",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_IsReferenced":"true",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"PJC_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_DV":"EIDate",
"FND_ACFF_DVT":"P",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_SegmentName":"EXPENDITURE_ITEM_DATE",
"FND_ACFF_PreferredDisplayType":"HIDDEN"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context":{
"title":"Context Value",
"maxLength":40,
"type":"string",
"description":"Project costing descriptive flexfield context name for purchase order distributions.",
"nullable":true,
"default":"EXM_Expense_Report",
"x-hints":{
"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":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
}
}
}
ネストされたスキーマ : oracle_apps_flex_prc_po_commonPo_draftRestPJCPODistribution_view_PJCDFFEXM__5FExpense__5FReport__5FLineVO-item-response
タイプ: object
ソースを表示
{
"type":"object",
"properties":{
"_ORGANIZATION_ID":{
"title":"Expenditure Organization",
"type":"integer",
"format":"int64",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_ORGANIZATION_ID_Display",
"FND_ACFF_PartialTarget":" _EXPENDITURE_ITEM_DATE _EXPENDITURE_ITEM_DATE _EXPENDITURE_ITEM_DATE",
"precision":18,
"FlexClientVar_flex_vst_bind3_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FND_ACFF_ValueSetInfo":"PJC_ORGANIZATIONS_EXPEND_E_V#TABLE",
"FlexClientVar_flex_vst_bind4_RQ":"true",
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind4_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind2_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_DVT":"P",
"FND_ACFF_PreferredDisplayType":"HIDDEN",
"DISPLAYHINT":"Hide",
"FND_ACFF_DV":"OrganizationId",
"FlexClientVar_flex_vst_bind4_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind2_JT":"java.sql.Date",
"FND_ACFF_SegmentName":"ORGANIZATION_ID",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"includeInCompactView":true,
"FlexClientVar_flex_vst_bind3_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.BusinessUnit",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind4,flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_DependsOnAttributes":"_EXPENDITURE_ITEM_DATE"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_CONTRACT_ID":{
"title":"Contract Number",
"type":"integer",
"format":"int64",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_CONTRACT_ID_Display",
"FND_ACFF_IsReferenced":"true",
"DISPLAYHINT":"Hide",
"FND_ACFF_PartialTarget":"_PROJECT_ID",
"precision":18,
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FND_ACFF_SegmentName":"CONTRACT_ID",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_ValueSetInfo":"PJC_PROJECT_AWARD_V#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FlexClientVar_flex_vst_bind1_VT":"SEGMENT._PROJECT_ID",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FlexClientVsBindVars":"flex_vst_bind1",
"FND_ACFF_DependsOnAttributes":"_PROJECT_ID",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_BILLABLE_FLAG_Display":{
"title":"Billable",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_BILLABLE_FLAG",
"DISPLAYHINT":"Hide",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"HIDDEN"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_CONTRACT_ID_Display":{
"title":"Contract Number",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_CONTRACT_ID",
"FND_ACFF_IsReferenced":"true",
"FND_ACFF_PartialTarget":"_PROJECT_ID",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind1_VT":"SEGMENT._PROJECT_ID",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind1",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_TASK_ID":{
"title":"Task Number",
"type":"integer",
"format":"int64",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_TASK_ID_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_PartialTarget":" _PROJECT_ID",
"precision":18,
"FlexClientVar_flex_vst_bind2_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FND_ACFF_SegmentName":"TASK_ID",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_ValueSetInfo":"PJC_TASKS_EXPEND_V#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FlexClientVar_flex_vst_bind2_VT":"SEGMENT._PROJECT_ID",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.BusinessUnit",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FlexClientVsBindVars":"flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_DependsOnAttributes":"_PROJECT_ID",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_RESERVED_ATTRIBUTE1_Display":{
"title":"Funding Source",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_RESERVED_ATTRIBUTE1",
"FND_ACFF_PartialTarget":"_PROJECT_ID _CONTRACT_ID",
"FlexClientVar_flex_vst_bind2_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind2_VT":"SEGMENT._CONTRACT_ID",
"FlexClientVar_flex_vst_bind1_VT":"SEGMENT._PROJECT_ID",
"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"
}
}
},
"_CAPITALIZABLE_FLAG_Display":{
"title":"Capitalizable",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_CAPITALIZABLE_FLAG",
"DISPLAYHINT":"Hide",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"HIDDEN"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"PoDistributionId":{
"type":"integer",
"description":"Value that uniquely identifies the purchase order distribution.",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18
}
},
"_PROJECT_ID_Display":{
"title":"Project Number",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_PROJECT_ID",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_IsReferenced":"true",
"controlType":"input_text_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.BusinessUnit",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FlexClientVsBindVars":"flex_vst_bind1",
"FND_ACFF_PreferredDisplayType":"POP_UP_LIST"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_CAPITALIZABLE_FLAG":{
"title":"Capitalizable",
"maxLength":1,
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_CAPITALIZABLE_FLAG_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"PJC_YES_NO_LOOKUP#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_SegmentName":"CAPITALIZABLE_FLAG",
"FND_ACFF_PreferredDisplayType":"HIDDEN"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context_DisplayValue":{
"title":"Context Value",
"type":"string",
"description":"Project costing descriptive flexfield context display value for purchase order distributions.",
"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":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_WORK_TYPE_ID":{
"title":"Work Type",
"type":"integer",
"format":"int64",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_WORK_TYPE_ID_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_PartialTarget":"_PROJECT_ID",
"precision":18,
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FND_ACFF_SegmentName":"WORK_TYPE_ID",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_ValueSetInfo":"PJC_WORK_TYPE_EXPEND_S_V#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind1_VT":"SEGMENT._PROJECT_ID",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FlexClientVsBindVars":"flex_vst_bind1",
"FND_ACFF_DependsOnAttributes":"_PROJECT_ID",
"FND_ACFF_PreferredDisplayType":"HIDDEN"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_TASK_ID_Display":{
"title":"Task Number",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_TASK_ID",
"FND_ACFF_PartialTarget":" _PROJECT_ID",
"FlexClientVar_flex_vst_bind2_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind2_VT":"SEGMENT._PROJECT_ID",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.BusinessUnit",
"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":"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"
}
},
"_EXPENDITURE_TYPE_ID":{
"title":"Expenditure Type",
"type":"integer",
"format":"int64",
"nullable":true,
"x-hints":{
"FND_ACFF_Precision":"18",
"FND_ACFF_Scale":"0",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"Number18#FORMAT_ONLY",
"includeInCompactView":true,
"precision":18,
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FND_ACFF_SegmentName":"EXPENDITURE_TYPE_ID",
"FND_ACFF_PreferredDisplayType":"HIDDEN"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_RESERVED_ATTRIBUTE1":{
"title":"Funding Source",
"maxLength":150,
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_RESERVED_ATTRIBUTE1_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_PartialTarget":"_PROJECT_ID _CONTRACT_ID",
"FlexClientVar_flex_vst_bind2_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FND_ACFF_SegmentName":"RESERVED_ATTRIBUTE1",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_ValueSetInfo":"PJC_AWARD_FUNDING_SOURCE_V#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FlexClientVar_flex_vst_bind2_VT":"SEGMENT._CONTRACT_ID",
"FlexClientVar_flex_vst_bind1_VT":"SEGMENT._PROJECT_ID",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FlexClientVsBindVars":"flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_DependsOnAttributes":"_PROJECT_ID,_CONTRACT_ID",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_BILLABLE_FLAG":{
"title":"Billable",
"maxLength":1,
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_BILLABLE_FLAG_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"PJC_YES_NO_LOOKUP#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_SegmentName":"BILLABLE_FLAG",
"FND_ACFF_PreferredDisplayType":"HIDDEN"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_WORK_TYPE_ID_Display":{
"title":"Work Type",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_WORK_TYPE_ID",
"DISPLAYHINT":"Hide",
"FND_ACFF_PartialTarget":"_PROJECT_ID",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind1_VT":"SEGMENT._PROJECT_ID",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind1",
"FND_ACFF_PreferredDisplayType":"HIDDEN"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_ORGANIZATION_ID_Display":{
"title":"Expenditure Organization",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_ORGANIZATION_ID",
"DISPLAYHINT":"Hide",
"FND_ACFF_PartialTarget":" _EXPENDITURE_ITEM_DATE _EXPENDITURE_ITEM_DATE _EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind3_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind4_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind2_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"controlType":"combo_lov",
"FlexClientVar_flex_vst_bind4_RQ":"true",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind3_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind4_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind2_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.BusinessUnit",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind4,flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"HIDDEN"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_PROJECT_ID":{
"title":"Project Number",
"type":"integer",
"format":"int64",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_PROJECT_ID_Display",
"FND_ACFF_IsReferenced":"true",
"DISPLAYHINT":"Hide",
"precision":18,
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FND_ACFF_SegmentName":"PROJECT_ID",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_ValueSetInfo":"PJC_PROJECTS_CCW_V#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.BusinessUnit",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FlexClientVsBindVars":"flex_vst_bind1",
"FND_ACFF_PreferredDisplayType":"POP_UP_LIST"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_EXPENDITURE_ITEM_DATE":{
"title":"Expenditure Item Date",
"type":"string",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_IsReferenced":"true",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"PJC_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_DV":"EIDate",
"FND_ACFF_DVT":"P",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_SegmentName":"EXPENDITURE_ITEM_DATE",
"FND_ACFF_PreferredDisplayType":"HIDDEN"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context":{
"title":"Context Value",
"maxLength":40,
"type":"string",
"description":"Project costing descriptive flexfield context name for purchase order distributions.",
"nullable":true,
"default":"EXM_Expense_Report_Line",
"x-hints":{
"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":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
}
}
}
ネストされたスキーマ : oracle_apps_flex_prc_po_commonPo_draftRestPJCPODistribution_view_PJCDFFINV__5FMisc__5FTransactionsVO-item-response
タイプ: object
ソースを表示
{
"type":"object",
"properties":{
"_ORGANIZATION_ID":{
"title":"Expenditure Organization",
"type":"integer",
"format":"int64",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_ORGANIZATION_ID_Display",
"FND_ACFF_PartialTarget":" _EXPENDITURE_ITEM_DATE _EXPENDITURE_ITEM_DATE _EXPENDITURE_ITEM_DATE",
"precision":18,
"FlexClientVar_flex_vst_bind3_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FND_ACFF_ValueSetInfo":"PJC_ORGANIZATIONS_EXPEND_E_V#TABLE",
"FlexClientVar_flex_vst_bind4_RQ":"true",
"FlexClientDisplayHint":"Show",
"FlexClientVar_flex_vst_bind4_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind2_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_DVT":"P",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX",
"DISPLAYHINT":"Hide",
"FND_ACFF_DV":"OrganizationId",
"FlexClientVar_flex_vst_bind4_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind2_JT":"java.sql.Date",
"FND_ACFF_SegmentName":"ORGANIZATION_ID",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"includeInCompactView":true,
"FlexClientVar_flex_vst_bind3_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.BusinessUnit",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind4,flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_DependsOnAttributes":"_EXPENDITURE_ITEM_DATE"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_CONTRACT_ID":{
"title":"Contract Number",
"type":"integer",
"format":"int64",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_CONTRACT_ID_Display",
"FND_ACFF_IsReferenced":"true",
"DISPLAYHINT":"Hide",
"FND_ACFF_PartialTarget":"_PROJECT_ID",
"precision":18,
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FND_ACFF_SegmentName":"CONTRACT_ID",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_ValueSetInfo":"PJC_PROJECT_AWARD_V#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FlexClientVar_flex_vst_bind1_VT":"SEGMENT._PROJECT_ID",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FlexClientVsBindVars":"flex_vst_bind1",
"FND_ACFF_DependsOnAttributes":"_PROJECT_ID",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_BILLABLE_FLAG_Display":{
"title":"Billable",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_BILLABLE_FLAG",
"DISPLAYHINT":"Hide",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"HIDDEN"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_EXPENDITURE_TYPE_ID_Display":{
"title":"Expenditure Type",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_EXPENDITURE_TYPE_ID",
"FND_ACFF_PartialTarget":"_EXPENDITURE_ITEM_DATE _EXPENDITURE_ITEM_DATE _EXPENDITURE_ITEM_DATE _EXPENDITURE_ITEM_DATE _PROJECT_ID",
"FlexClientVar_flex_vst_bind3_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind4_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind2_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind1_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind5_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"controlType":"combo_lov",
"FlexClientVar_flex_vst_bind4_RQ":"true",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind3_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind4_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind5_RQ":"true",
"FlexClientVar_flex_vst_bind2_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind1_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVar_flex_vst_bind5_VT":"SEGMENT._PROJECT_ID",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind4,flex_vst_bind5,flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_CONTRACT_ID_Display":{
"title":"Contract Number",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_CONTRACT_ID",
"FND_ACFF_IsReferenced":"true",
"FND_ACFF_PartialTarget":"_PROJECT_ID",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind1_VT":"SEGMENT._PROJECT_ID",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind1",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_TASK_ID":{
"title":"Task Number",
"type":"integer",
"format":"int64",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_TASK_ID_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_PartialTarget":" _PROJECT_ID",
"precision":18,
"FlexClientVar_flex_vst_bind2_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FND_ACFF_SegmentName":"TASK_ID",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_ValueSetInfo":"PJC_TASKS_EXPEND_V#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FlexClientVar_flex_vst_bind2_VT":"SEGMENT._PROJECT_ID",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.BusinessUnit",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FlexClientVsBindVars":"flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_DependsOnAttributes":"_PROJECT_ID",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_RESERVED_ATTRIBUTE1_Display":{
"title":"Funding Source",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_RESERVED_ATTRIBUTE1",
"FND_ACFF_PartialTarget":"_PROJECT_ID _CONTRACT_ID",
"FlexClientVar_flex_vst_bind2_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind2_VT":"SEGMENT._CONTRACT_ID",
"FlexClientVar_flex_vst_bind1_VT":"SEGMENT._PROJECT_ID",
"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"
}
}
},
"_CAPITALIZABLE_FLAG_Display":{
"title":"Capitalizable",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_CAPITALIZABLE_FLAG",
"DISPLAYHINT":"Hide",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"HIDDEN"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"PoDistributionId":{
"type":"integer",
"description":"Value that uniquely identifies the purchase order distribution.",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18
}
},
"_PROJECT_ID_Display":{
"title":"Project Number",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_PROJECT_ID",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_IsReferenced":"true",
"controlType":"input_text_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.BusinessUnit",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FlexClientVsBindVars":"flex_vst_bind1",
"FND_ACFF_PreferredDisplayType":"POP_UP_LIST"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_CAPITALIZABLE_FLAG":{
"title":"Capitalizable",
"maxLength":1,
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_CAPITALIZABLE_FLAG_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"PJC_YES_NO_LOOKUP#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_SegmentName":"CAPITALIZABLE_FLAG",
"FND_ACFF_PreferredDisplayType":"HIDDEN"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context_DisplayValue":{
"title":"Context Value",
"type":"string",
"description":"Project costing descriptive flexfield context display value for purchase order distributions.",
"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":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_WORK_TYPE_ID":{
"title":"Work Type",
"type":"integer",
"format":"int64",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_WORK_TYPE_ID_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_PartialTarget":"_PROJECT_ID",
"precision":18,
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FND_ACFF_SegmentName":"WORK_TYPE_ID",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_ValueSetInfo":"PJC_WORK_TYPE_EXPEND_S_V#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind1_VT":"SEGMENT._PROJECT_ID",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FlexClientVsBindVars":"flex_vst_bind1",
"FND_ACFF_DependsOnAttributes":"_PROJECT_ID",
"FND_ACFF_PreferredDisplayType":"HIDDEN"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_TASK_ID_Display":{
"title":"Task Number",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_TASK_ID",
"FND_ACFF_PartialTarget":" _PROJECT_ID",
"FlexClientVar_flex_vst_bind2_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind2_VT":"SEGMENT._PROJECT_ID",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.BusinessUnit",
"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":"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"
}
},
"_EXPENDITURE_TYPE_ID":{
"title":"Expenditure Type",
"type":"integer",
"format":"int64",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_EXPENDITURE_TYPE_ID_Display",
"FND_ACFF_PartialTarget":"_EXPENDITURE_ITEM_DATE _EXPENDITURE_ITEM_DATE _EXPENDITURE_ITEM_DATE _EXPENDITURE_ITEM_DATE _PROJECT_ID",
"precision":18,
"FlexClientVar_flex_vst_bind3_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind1_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind5_JT":"java.math.BigDecimal",
"FND_ACFF_ValueSetInfo":"PJC_EXPENDITURE_TYPES_EXPEND_I_V#TABLE",
"FlexClientVar_flex_vst_bind4_RQ":"true",
"FlexClientDisplayHint":"Show",
"FlexClientVar_flex_vst_bind4_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind2_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_DVT":"P",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX",
"DISPLAYHINT":"Hide",
"FND_ACFF_DV":"ExpenditureTypeId",
"FlexClientVar_flex_vst_bind4_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind2_JT":"java.sql.Date",
"FND_ACFF_SegmentName":"EXPENDITURE_TYPE_ID",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"includeInCompactView":true,
"FlexClientVar_flex_vst_bind3_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind5_RQ":"true",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind1_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind5_VT":"SEGMENT._PROJECT_ID",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind4,flex_vst_bind5,flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_DependsOnAttributes":"_EXPENDITURE_ITEM_DATE,_PROJECT_ID"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_RESERVED_ATTRIBUTE1":{
"title":"Funding Source",
"maxLength":150,
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_RESERVED_ATTRIBUTE1_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_PartialTarget":"_PROJECT_ID _CONTRACT_ID",
"FlexClientVar_flex_vst_bind2_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FND_ACFF_SegmentName":"RESERVED_ATTRIBUTE1",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_ValueSetInfo":"PJC_AWARD_FUNDING_SOURCE_V#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FlexClientVar_flex_vst_bind2_VT":"SEGMENT._CONTRACT_ID",
"FlexClientVar_flex_vst_bind1_VT":"SEGMENT._PROJECT_ID",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FlexClientVsBindVars":"flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_DependsOnAttributes":"_PROJECT_ID,_CONTRACT_ID",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_BILLABLE_FLAG":{
"title":"Billable",
"maxLength":1,
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_BILLABLE_FLAG_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"PJC_YES_NO_LOOKUP#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_SegmentName":"BILLABLE_FLAG",
"FND_ACFF_PreferredDisplayType":"HIDDEN"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_WORK_TYPE_ID_Display":{
"title":"Work Type",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_WORK_TYPE_ID",
"DISPLAYHINT":"Hide",
"FND_ACFF_PartialTarget":"_PROJECT_ID",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind1_VT":"SEGMENT._PROJECT_ID",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind1",
"FND_ACFF_PreferredDisplayType":"HIDDEN"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_ORGANIZATION_ID_Display":{
"title":"Expenditure Organization",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_ORGANIZATION_ID",
"FND_ACFF_PartialTarget":" _EXPENDITURE_ITEM_DATE _EXPENDITURE_ITEM_DATE _EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind3_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind4_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind2_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"controlType":"combo_lov",
"FlexClientVar_flex_vst_bind4_RQ":"true",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind3_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind4_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind2_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.BusinessUnit",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind4,flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_PROJECT_ID":{
"title":"Project Number",
"type":"integer",
"format":"int64",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_PROJECT_ID_Display",
"FND_ACFF_IsReferenced":"true",
"DISPLAYHINT":"Hide",
"precision":18,
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FND_ACFF_SegmentName":"PROJECT_ID",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_ValueSetInfo":"PJC_PROJECTS_CCW_V#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.BusinessUnit",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FlexClientVsBindVars":"flex_vst_bind1",
"FND_ACFF_PreferredDisplayType":"POP_UP_LIST"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_EXPENDITURE_ITEM_DATE":{
"title":"Expenditure Item Date",
"type":"string",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_IsReferenced":"true",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"PJC_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_DV":"EIDate",
"FND_ACFF_DVT":"P",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_SegmentName":"EXPENDITURE_ITEM_DATE",
"FND_ACFF_PreferredDisplayType":"HIDDEN"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context":{
"title":"Context Value",
"maxLength":40,
"type":"string",
"description":"Project costing descriptive flexfield context name for purchase order distributions.",
"nullable":true,
"default":"INV_Misc_Transactions",
"x-hints":{
"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":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
}
}
}
ネストされたスキーマ : oracle_apps_flex_prc_po_commonPo_draftRestPJCPODistribution_view_PJCDFFOM__5FSales__5FOrderVO-item-response
タイプ: object
ソースを表示
{
"type":"object",
"properties":{
"taskId_Display":{
"title":"Task Number",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_PartialTarget":"projectId",
"FlexClientVar_flex_vst_bind3_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind5_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind4_RQ":"true",
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind4_VT":"PARAMETER.SOBusinessUnit",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.SOBusinessUnit",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FlexClientVar_flex_vst_bind6_VT":"PARAMETER.MMBusinessUnit",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVar_flex_vst_bind6_RQ":"true",
"FND_ACFF_PreferredDisplayType":"LOV",
"FND_ACFF_SegmentAttributeName":"taskId",
"FlexClientVar_flex_vst_bind4_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind2_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind6_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.MMBusinessUnit",
"FlexClientVar_flex_vst_bind5_RQ":"true",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind1_VT":"SEGMENT.projectId",
"FND_ACFF_JavaType":"java.lang.String",
"FlexClientVar_flex_vst_bind5_VT":"PARAMETER.SOBusinessUnit",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind4,flex_vst_bind5,flex_vst_bind6,flex_vst_bind1,flex_vst_bind2"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"expenditureTypeId_Display":{
"title":"Expenditure Type",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_PartialTarget":" expenditureItemDate expenditureItemDate expenditureItemDate expenditureItemDate projectId",
"FlexClientVar_flex_vst_bind3_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind1_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind5_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind4_RQ":"true",
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind4_VT":"SEGMENT.expenditureItemDate",
"FlexClientVar_flex_vst_bind2_VT":"SEGMENT.expenditureItemDate",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FlexClientVar_flex_vst_bind6_VT":"SEGMENT.projectId",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVar_flex_vst_bind6_RQ":"true",
"FND_ACFF_PreferredDisplayType":"LOV",
"FND_ACFF_SegmentAttributeName":"expenditureTypeId",
"FlexClientVar_flex_vst_bind4_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind2_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind6_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientVar_flex_vst_bind3_VT":"SEGMENT.expenditureItemDate",
"FlexClientVar_flex_vst_bind5_RQ":"true",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.SystemLinkageFunction",
"FND_ACFF_JavaType":"java.lang.String",
"FlexClientVar_flex_vst_bind5_VT":"SEGMENT.expenditureItemDate",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind4,flex_vst_bind5,flex_vst_bind6,flex_vst_bind1,flex_vst_bind2"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"workTypeId":{
"title":"Work Type",
"type":"integer",
"format":"int64",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"workTypeId_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_PartialTarget":"projectId",
"precision":18,
"FND_ACFF_OpenIdentifier":"workTypeId",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FND_ACFF_SegmentName":"WORK_TYPE_ID",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_ValueSetInfo":"PJC_WORK_TYPE_EXPEND_S_V#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind1_VT":"SEGMENT.projectId",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FlexClientVsBindVars":"flex_vst_bind1",
"FND_ACFF_DependsOnAttributes":"projectId",
"FND_ACFF_PreferredDisplayType":"HIDDEN"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"projectId_Display":{
"title":"Project Number",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"projectId",
"FND_ACFF_IsReferenced":"true",
"FlexClientVar_flex_vst_bind2_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"controlType":"input_text_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.MMBusinessUnit",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.SOBusinessUnit",
"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":"POP_UP_LIST"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"workTypeId_Display":{
"title":"Work Type",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"workTypeId",
"DISPLAYHINT":"Hide",
"FND_ACFF_PartialTarget":"projectId",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind1_VT":"SEGMENT.projectId",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind1",
"FND_ACFF_PreferredDisplayType":"HIDDEN"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"organizationId":{
"title":"Expenditure Organization",
"type":"integer",
"format":"int64",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"organizationId_Display",
"FND_ACFF_PartialTarget":" expenditureItemDate expenditureItemDate expenditureItemDate",
"precision":18,
"FND_ACFF_OpenIdentifier":"organizationId",
"FlexClientVar_flex_vst_bind3_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind5_JT":"java.sql.Date",
"FND_ACFF_ValueSetInfo":"ORA_PJC_ORGANIZATIONS_EXPEND_SO_V#TABLE",
"FlexClientVar_flex_vst_bind4_RQ":"true",
"FlexClientDisplayHint":"Show",
"FlexClientVar_flex_vst_bind4_VT":"SEGMENT.expenditureItemDate",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.MMBusinessUnit",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_DVT":"P",
"FND_ACFF_PreferredDisplayType":"LOV",
"DISPLAYHINT":"Hide",
"FND_ACFF_DV":"OrganizationId",
"FlexClientVar_flex_vst_bind4_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind2_JT":"java.math.BigDecimal",
"FND_ACFF_SegmentName":"ORGANIZATION_ID",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"includeInCompactView":true,
"FlexClientVar_flex_vst_bind3_VT":"SEGMENT.expenditureItemDate",
"FlexClientVar_flex_vst_bind5_RQ":"true",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.SOBusinessUnit",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind5_VT":"SEGMENT.expenditureItemDate",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind4,flex_vst_bind5,flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_DependsOnAttributes":"expenditureItemDate"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"contractId_Display":{
"title":"Contract Number",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"contractId",
"FND_ACFF_IsReferenced":"true",
"FND_ACFF_PartialTarget":"projectId",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind1_VT":"SEGMENT.projectId",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind1",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"reservedAttribute1_Display":{
"title":"Funding Source",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"reservedAttribute1",
"FND_ACFF_PartialTarget":"projectId contractId",
"FlexClientVar_flex_vst_bind2_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind2_VT":"SEGMENT.contractId",
"FlexClientVar_flex_vst_bind1_VT":"SEGMENT.projectId",
"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"
}
}
},
"PoDistributionId":{
"type":"integer",
"description":"Value that uniquely identifies the purchase order distribution.",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18
}
},
"expenditureTypeId":{
"title":"Expenditure Type",
"type":"integer",
"format":"int64",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"expenditureTypeId_Display",
"FND_ACFF_PartialTarget":" expenditureItemDate expenditureItemDate expenditureItemDate expenditureItemDate projectId",
"precision":18,
"FND_ACFF_OpenIdentifier":"expenditureTypeId",
"FlexClientVar_flex_vst_bind3_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind1_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind5_JT":"java.sql.Date",
"FND_ACFF_ValueSetInfo":"ORA_PJC_EXPENDITURE_TYPES_EXPEND_SCM_V#TABLE",
"FlexClientVar_flex_vst_bind4_RQ":"true",
"FlexClientDisplayHint":"Show",
"FlexClientVar_flex_vst_bind4_VT":"SEGMENT.expenditureItemDate",
"FlexClientVar_flex_vst_bind2_VT":"SEGMENT.expenditureItemDate",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FlexClientVar_flex_vst_bind6_VT":"SEGMENT.projectId",
"FlexClientVar_flex_vst_bind6_RQ":"true",
"FND_ACFF_PreferredDisplayType":"LOV",
"DISPLAYHINT":"Hide",
"FlexClientVar_flex_vst_bind4_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind2_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind6_JT":"java.math.BigDecimal",
"FND_ACFF_SegmentName":"EXPENDITURE_TYPE_ID",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"includeInCompactView":true,
"FlexClientVar_flex_vst_bind3_VT":"SEGMENT.expenditureItemDate",
"FlexClientVar_flex_vst_bind5_RQ":"true",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.SystemLinkageFunction",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind5_VT":"SEGMENT.expenditureItemDate",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind4,flex_vst_bind5,flex_vst_bind6,flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_DependsOnAttributes":"expenditureItemDate,projectId"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"billableFlag":{
"title":"Billable",
"maxLength":1,
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"billableFlag_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"PJC_YES_NO_LOOKUP#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_OpenIdentifier":"billableFlag",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_SegmentName":"BILLABLE_FLAG",
"FND_ACFF_PreferredDisplayType":"HIDDEN"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context_DisplayValue":{
"title":"Context Value",
"type":"string",
"description":"Project costing descriptive flexfield context display value for purchase order distributions.",
"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":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"contractId":{
"title":"Contract Number",
"type":"integer",
"format":"int64",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"contractId_Display",
"FND_ACFF_IsReferenced":"true",
"DISPLAYHINT":"Hide",
"FND_ACFF_PartialTarget":"projectId",
"precision":18,
"FND_ACFF_OpenIdentifier":"contractId",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FND_ACFF_SegmentName":"CONTRACT_ID",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_ValueSetInfo":"PJC_PROJECT_AWARD_V#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FlexClientVar_flex_vst_bind1_VT":"SEGMENT.projectId",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FlexClientVsBindVars":"flex_vst_bind1",
"FND_ACFF_DependsOnAttributes":"projectId",
"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"
}
},
"reservedAttribute1":{
"title":"Funding Source",
"maxLength":150,
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"reservedAttribute1_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_PartialTarget":"projectId contractId",
"FND_ACFF_OpenIdentifier":"reservedAttribute1",
"FlexClientVar_flex_vst_bind2_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FND_ACFF_SegmentName":"RESERVED_ATTRIBUTE1",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_ValueSetInfo":"PJC_AWARD_FUNDING_SOURCE_V#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FlexClientVar_flex_vst_bind2_VT":"SEGMENT.contractId",
"FlexClientVar_flex_vst_bind1_VT":"SEGMENT.projectId",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FlexClientVsBindVars":"flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_DependsOnAttributes":"projectId,contractId",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"billableFlag_Display":{
"title":"Billable",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"billableFlag",
"DISPLAYHINT":"Hide",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"HIDDEN"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"expenditureItemDate":{
"title":"Expenditure Item Date",
"type":"string",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_IsReferenced":"true",
"FND_ACFF_ValueSetInfo":"PJC_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_DV":"EIDate",
"FND_ACFF_OpenIdentifier":"expenditureItemDate",
"FND_ACFF_DVT":"P",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_SegmentName":"EXPENDITURE_ITEM_DATE",
"FND_ACFF_PreferredDisplayType":"DATE_TIME"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"organizationId_Display":{
"title":"Expenditure Organization",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"organizationId",
"FND_ACFF_PartialTarget":" expenditureItemDate expenditureItemDate expenditureItemDate",
"FlexClientVar_flex_vst_bind3_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind4_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind2_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind5_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"controlType":"combo_lov",
"FlexClientVar_flex_vst_bind4_RQ":"true",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind3_VT":"SEGMENT.expenditureItemDate",
"FlexClientVar_flex_vst_bind4_VT":"SEGMENT.expenditureItemDate",
"FlexClientVar_flex_vst_bind5_RQ":"true",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.MMBusinessUnit",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.SOBusinessUnit",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVar_flex_vst_bind5_VT":"SEGMENT.expenditureItemDate",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind4,flex_vst_bind5,flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"capitalizableFlag":{
"title":"Capitalizable",
"maxLength":1,
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"capitalizableFlag_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"PJC_YES_NO_LOOKUP#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_OpenIdentifier":"capitalizableFlag",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_SegmentName":"CAPITALIZABLE_FLAG",
"FND_ACFF_PreferredDisplayType":"HIDDEN"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"projectId":{
"title":"Project Number",
"type":"integer",
"format":"int64",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"projectId_Display",
"FND_ACFF_IsReferenced":"true",
"DISPLAYHINT":"Hide",
"precision":18,
"FND_ACFF_OpenIdentifier":"projectId",
"FlexClientVar_flex_vst_bind2_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FND_ACFF_SegmentName":"PROJECT_ID",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_ValueSetInfo":"ORA_PJC_PROJECTS_CCW_SO_V#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.MMBusinessUnit",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.SOBusinessUnit",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FlexClientVsBindVars":"flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"POP_UP_LIST"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"taskId":{
"title":"Task Number",
"type":"integer",
"format":"int64",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"taskId_Display",
"FND_ACFF_PartialTarget":"projectId",
"precision":18,
"FND_ACFF_OpenIdentifier":"taskId",
"FlexClientVar_flex_vst_bind3_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind5_JT":"java.math.BigDecimal",
"FND_ACFF_ValueSetInfo":"ORA_PJC_TASKS_SO_V#TABLE",
"FlexClientVar_flex_vst_bind4_RQ":"true",
"FlexClientDisplayHint":"Show",
"FlexClientVar_flex_vst_bind4_VT":"PARAMETER.SOBusinessUnit",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.SOBusinessUnit",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FlexClientVar_flex_vst_bind6_VT":"PARAMETER.MMBusinessUnit",
"FlexClientVar_flex_vst_bind6_RQ":"true",
"FND_ACFF_PreferredDisplayType":"LOV",
"DISPLAYHINT":"Hide",
"FlexClientVar_flex_vst_bind4_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind2_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind6_JT":"java.math.BigDecimal",
"FND_ACFF_SegmentName":"TASK_ID",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"includeInCompactView":true,
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.MMBusinessUnit",
"FlexClientVar_flex_vst_bind5_RQ":"true",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind1_VT":"SEGMENT.projectId",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind5_VT":"PARAMETER.SOBusinessUnit",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind4,flex_vst_bind5,flex_vst_bind6,flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_DependsOnAttributes":"projectId"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"capitalizableFlag_Display":{
"title":"Capitalizable",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"capitalizableFlag",
"DISPLAYHINT":"Hide",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"HIDDEN"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context":{
"title":"Context Value",
"maxLength":40,
"type":"string",
"description":"Project costing descriptive flexfield context name for purchase order distributions.",
"nullable":true,
"default":"OM_Sales_Order",
"x-hints":{
"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":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
}
}
}
ネストされたスキーマ : oracle_apps_flex_prc_po_commonPo_draftRestPJCPODistribution_view_PJCDFFPJC__5FAllVO-item-response
タイプ: object
ソースを表示
{
"type":"object",
"properties":{
"_ORGANIZATION_ID":{
"title":"Expenditure Organization",
"type":"integer",
"format":"int64",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_ORGANIZATION_ID_Display",
"FND_ACFF_DerivedFromParameter":"OrganizationId",
"FND_ACFF_PartialTarget":" _EXPENDITURE_ITEM_DATE _EXPENDITURE_ITEM_DATE _EXPENDITURE_ITEM_DATE",
"precision":18,
"FlexClientVar_flex_vst_bind3_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FND_ACFF_ValueSetInfo":"PJC_ORGANIZATIONS_EXPEND_E_V#TABLE",
"FlexClientVar_flex_vst_bind4_RQ":"true",
"FlexClientDisplayHint":"Show",
"FlexClientVar_flex_vst_bind4_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind2_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX",
"DISPLAYHINT":"Hide",
"FND_ACFF_IsRequired":"true",
"FlexClientVar_flex_vst_bind4_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind2_JT":"java.sql.Date",
"FND_ACFF_SegmentName":"ORGANIZATION_ID",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"includeInCompactView":true,
"FlexClientVar_flex_vst_bind3_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.BusinessUnit",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind4,flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_DependsOnAttributes":"_EXPENDITURE_ITEM_DATE"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_CONTRACT_ID":{
"title":"Contract Number",
"type":"integer",
"format":"int64",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_CONTRACT_ID_Display",
"FND_ACFF_IsReferenced":"true",
"DISPLAYHINT":"Hide",
"FND_ACFF_PartialTarget":"_PROJECT_ID",
"precision":18,
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FND_ACFF_SegmentName":"CONTRACT_ID",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_ValueSetInfo":"PJC_PROJECT_AWARD_V#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FlexClientVar_flex_vst_bind1_VT":"SEGMENT._PROJECT_ID",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FlexClientVsBindVars":"flex_vst_bind1",
"FND_ACFF_DependsOnAttributes":"_PROJECT_ID",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_EXPENDITURE_TYPE_ID_Display":{
"title":"Expenditure Type",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_EXPENDITURE_TYPE_ID",
"FND_ACFF_PartialTarget":" _EXPENDITURE_ITEM_DATE _EXPENDITURE_ITEM_DATE _PROJECT_ID",
"FND_ACFF_IsRequired":"true",
"FlexClientVar_flex_vst_bind3_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind4_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind2_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind1_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"controlType":"combo_lov",
"FlexClientVar_flex_vst_bind4_RQ":"true",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind3_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind4_VT":"SEGMENT._PROJECT_ID",
"FlexClientVar_flex_vst_bind2_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.SystemLinkageFunction",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind4,flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_CONTRACT_ID_Display":{
"title":"Contract Number",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_CONTRACT_ID",
"FND_ACFF_IsReferenced":"true",
"FND_ACFF_PartialTarget":"_PROJECT_ID",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind1_VT":"SEGMENT._PROJECT_ID",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind1",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_TASK_ID":{
"title":"Task Number",
"type":"integer",
"format":"int64",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_TASK_ID_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_PartialTarget":" _PROJECT_ID",
"precision":18,
"FND_ACFF_IsRequired":"true",
"FlexClientVar_flex_vst_bind2_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FND_ACFF_SegmentName":"TASK_ID",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_ValueSetInfo":"PJC_TASKS_EXPEND_V#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FlexClientVar_flex_vst_bind2_VT":"SEGMENT._PROJECT_ID",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.BusinessUnit",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FlexClientVsBindVars":"flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_DependsOnAttributes":"_PROJECT_ID",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_RESERVED_ATTRIBUTE1_Display":{
"title":"Funding Source",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_RESERVED_ATTRIBUTE1",
"FND_ACFF_PartialTarget":"_PROJECT_ID _CONTRACT_ID",
"FlexClientVar_flex_vst_bind2_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind2_VT":"SEGMENT._CONTRACT_ID",
"FlexClientVar_flex_vst_bind1_VT":"SEGMENT._PROJECT_ID",
"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"
}
}
},
"PoDistributionId":{
"type":"integer",
"description":"Value that uniquely identifies the purchase order distribution.",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18
}
},
"_PROJECT_ID_Display":{
"title":"Project Number",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_PROJECT_ID",
"FND_ACFF_IsReferenced":"true",
"FND_ACFF_IsRequired":"true",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"controlType":"input_text_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.BusinessUnit",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind1",
"FND_ACFF_PreferredDisplayType":"POP_UP_LIST"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_CAPITALIZABLE_FLAG":{
"title":"Capitalizable",
"maxLength":1,
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"PJC_YES_NO_LOOKUP#TABLE",
"controlType":"choice",
"FND_ACFF_AkaAttrName":"_CAPITALIZABLE_FLAG_DisplayValue",
"includeInCompactView":true,
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_SegmentName":"CAPITALIZABLE_FLAG",
"FND_ACFF_PreferredDisplayType":"DROP_DOWN_LIST"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context_DisplayValue":{
"title":"Context Value",
"type":"string",
"description":"Project costing descriptive flexfield context display value for purchase order distributions.",
"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":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_BILLABLE_FLAG_DisplayValue":{
"title":"Billable",
"type":"string",
"nullable":true,
"x-hints":{
"updateable":"false",
"DISPLAYHINT":"Hide",
"FND_ACFF_IsReadOnly":"true",
"FND_ACFF_AkaRealSegmentAttrName":"_BILLABLE_FLAG",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"DROP_DOWN_LIST"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_WORK_TYPE_ID":{
"title":"Work Type",
"type":"integer",
"format":"int64",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_WORK_TYPE_ID_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_PartialTarget":"_PROJECT_ID _EXPENDITURE_ITEM_DATE _EXPENDITURE_ITEM_DATE _EXPENDITURE_ITEM_DATE",
"precision":18,
"FlexClientVar_flex_vst_bind3_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind4_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind2_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FND_ACFF_SegmentName":"WORK_TYPE_ID",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_ValueSetInfo":"PJC_WORK_TYPE_EXPEND_V#TABLE",
"FlexClientVar_flex_vst_bind4_RQ":"true",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FlexClientVar_flex_vst_bind3_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind4_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind2_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind1_VT":"SEGMENT._PROJECT_ID",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind4,flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_DependsOnAttributes":"_PROJECT_ID,_EXPENDITURE_ITEM_DATE",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_CAPITALIZABLE_FLAG_DisplayValue":{
"title":"Capitalizable",
"type":"string",
"nullable":true,
"x-hints":{
"updateable":"false",
"DISPLAYHINT":"Hide",
"FND_ACFF_IsReadOnly":"true",
"FND_ACFF_AkaRealSegmentAttrName":"_CAPITALIZABLE_FLAG",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"DROP_DOWN_LIST"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_TASK_ID_Display":{
"title":"Task Number",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_TASK_ID",
"FND_ACFF_PartialTarget":" _PROJECT_ID",
"FND_ACFF_IsRequired":"true",
"FlexClientVar_flex_vst_bind2_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind2_VT":"SEGMENT._PROJECT_ID",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.BusinessUnit",
"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":"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"
}
},
"_EXPENDITURE_TYPE_ID":{
"title":"Expenditure Type",
"type":"integer",
"format":"int64",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_EXPENDITURE_TYPE_ID_Display",
"FND_ACFF_PartialTarget":" _EXPENDITURE_ITEM_DATE _EXPENDITURE_ITEM_DATE _PROJECT_ID",
"precision":18,
"FlexClientVar_flex_vst_bind3_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind1_JT":"java.lang.String",
"FND_ACFF_ValueSetInfo":"PJC_EXPENDITURE_TYPES_EXPEND_L_V#TABLE",
"FlexClientVar_flex_vst_bind4_RQ":"true",
"FlexClientDisplayHint":"Show",
"FlexClientVar_flex_vst_bind4_VT":"SEGMENT._PROJECT_ID",
"FlexClientVar_flex_vst_bind2_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX",
"DISPLAYHINT":"Hide",
"FND_ACFF_IsRequired":"true",
"FlexClientVar_flex_vst_bind4_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind2_JT":"java.sql.Date",
"FND_ACFF_SegmentName":"EXPENDITURE_TYPE_ID",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"includeInCompactView":true,
"FlexClientVar_flex_vst_bind3_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.SystemLinkageFunction",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind4,flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_DependsOnAttributes":"_EXPENDITURE_ITEM_DATE,_PROJECT_ID"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_RESERVED_ATTRIBUTE1":{
"title":"Funding Source",
"maxLength":150,
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_RESERVED_ATTRIBUTE1_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_PartialTarget":"_PROJECT_ID _CONTRACT_ID",
"FlexClientVar_flex_vst_bind2_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FND_ACFF_SegmentName":"RESERVED_ATTRIBUTE1",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_ValueSetInfo":"PJC_AWARD_FUNDING_SOURCE_V#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FlexClientVar_flex_vst_bind2_VT":"SEGMENT._CONTRACT_ID",
"FlexClientVar_flex_vst_bind1_VT":"SEGMENT._PROJECT_ID",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FlexClientVsBindVars":"flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_DependsOnAttributes":"_PROJECT_ID,_CONTRACT_ID",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_BILLABLE_FLAG":{
"title":"Billable",
"maxLength":1,
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_ValueSetInfo":"PJC_YES_NO_LOOKUP#TABLE",
"controlType":"choice",
"FND_ACFF_AkaAttrName":"_BILLABLE_FLAG_DisplayValue",
"includeInCompactView":true,
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_SegmentName":"BILLABLE_FLAG",
"FND_ACFF_PreferredDisplayType":"DROP_DOWN_LIST"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_WORK_TYPE_ID_Display":{
"title":"Work Type",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_WORK_TYPE_ID",
"FND_ACFF_PartialTarget":"_PROJECT_ID _EXPENDITURE_ITEM_DATE _EXPENDITURE_ITEM_DATE _EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind3_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind4_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind2_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"controlType":"combo_lov",
"FlexClientVar_flex_vst_bind4_RQ":"true",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind3_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind4_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind2_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind1_VT":"SEGMENT._PROJECT_ID",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind4,flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_ORGANIZATION_ID_Display":{
"title":"Expenditure Organization",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_ORGANIZATION_ID",
"FND_ACFF_PartialTarget":" _EXPENDITURE_ITEM_DATE _EXPENDITURE_ITEM_DATE _EXPENDITURE_ITEM_DATE",
"FND_ACFF_IsRequired":"true",
"FlexClientVar_flex_vst_bind3_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind4_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind2_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"controlType":"combo_lov",
"FlexClientVar_flex_vst_bind4_RQ":"true",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind3_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind4_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind2_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.BusinessUnit",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind4,flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_PROJECT_ID":{
"title":"Project Number",
"type":"integer",
"format":"int64",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_PROJECT_ID_Display",
"FND_ACFF_IsReferenced":"true",
"DISPLAYHINT":"Hide",
"precision":18,
"FND_ACFF_IsRequired":"true",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FND_ACFF_SegmentName":"PROJECT_ID",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_ValueSetInfo":"PJC_PROJECTS_CCW_V#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.BusinessUnit",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FlexClientVsBindVars":"flex_vst_bind1",
"FND_ACFF_PreferredDisplayType":"POP_UP_LIST"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_EXPENDITURE_ITEM_DATE":{
"title":"Expenditure Item Date",
"type":"string",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_IsReferenced":"true",
"FND_ACFF_ValueSetInfo":"PJC_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_SegmentName":"EXPENDITURE_ITEM_DATE",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context":{
"title":"Context Value",
"maxLength":40,
"type":"string",
"description":"Project costing descriptive flexfield context name for purchase order distributions.",
"nullable":true,
"default":"PJC_All",
"x-hints":{
"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":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
}
}
}
ネストされたスキーマ : oracle_apps_flex_prc_po_commonPo_draftRestPJCPODistribution_view_PJCDFFPJC__5FExpenditure__5FBatchVO-item-response
タイプ: object
ソースを表示
{
"type":"object",
"properties":{
"_ORGANIZATION_ID":{
"title":"Expenditure Organization",
"type":"integer",
"format":"int64",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_ORGANIZATION_ID_Display",
"FND_ACFF_PartialTarget":" _EXPENDITURE_ITEM_DATE _EXPENDITURE_ITEM_DATE _EXPENDITURE_ITEM_DATE",
"precision":18,
"FlexClientVar_flex_vst_bind3_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FND_ACFF_ValueSetInfo":"PJC_ORGANIZATIONS_EXPEND_E_V#TABLE",
"FlexClientVar_flex_vst_bind4_RQ":"true",
"FlexClientDisplayHint":"Show",
"FlexClientVar_flex_vst_bind4_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind2_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_DVT":"P",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX",
"DISPLAYHINT":"Hide",
"FND_ACFF_DV":"OrganizationId",
"FlexClientVar_flex_vst_bind4_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind2_JT":"java.sql.Date",
"FND_ACFF_SegmentName":"ORGANIZATION_ID",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"includeInCompactView":true,
"FlexClientVar_flex_vst_bind3_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.BusinessUnit",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind4,flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_DependsOnAttributes":"_EXPENDITURE_ITEM_DATE"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_CONTRACT_ID":{
"title":"Contract Number",
"type":"integer",
"format":"int64",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_CONTRACT_ID_Display",
"FND_ACFF_IsReferenced":"true",
"DISPLAYHINT":"Hide",
"FND_ACFF_PartialTarget":"_PROJECT_ID",
"precision":18,
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FND_ACFF_SegmentName":"CONTRACT_ID",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_ValueSetInfo":"PJC_PROJECT_AWARD_V#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FlexClientVar_flex_vst_bind1_VT":"SEGMENT._PROJECT_ID",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FlexClientVsBindVars":"flex_vst_bind1",
"FND_ACFF_DependsOnAttributes":"_PROJECT_ID",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_BILLABLE_FLAG_Display":{
"title":"Billable",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_BILLABLE_FLAG",
"DISPLAYHINT":"Hide",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"HIDDEN"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_EXPENDITURE_TYPE_ID_Display":{
"title":"Expenditure Type",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_EXPENDITURE_TYPE_ID",
"FND_ACFF_PartialTarget":" _EXPENDITURE_ITEM_DATE _EXPENDITURE_ITEM_DATE _PROJECT_ID",
"FlexClientVar_flex_vst_bind3_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind4_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind2_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind1_JT":"java.lang.String",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"controlType":"combo_lov",
"FlexClientVar_flex_vst_bind4_RQ":"true",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind3_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind4_VT":"SEGMENT._PROJECT_ID",
"FlexClientVar_flex_vst_bind2_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.SystemLinkageFunction",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind4,flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_CONTRACT_ID_Display":{
"title":"Contract Number",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_CONTRACT_ID",
"FND_ACFF_IsReferenced":"true",
"FND_ACFF_PartialTarget":"_PROJECT_ID",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind1_VT":"SEGMENT._PROJECT_ID",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind1",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_TASK_ID":{
"title":"Task Number",
"type":"integer",
"format":"int64",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_TASK_ID_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_PartialTarget":" _PROJECT_ID",
"precision":18,
"FlexClientVar_flex_vst_bind2_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FND_ACFF_SegmentName":"TASK_ID",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_ValueSetInfo":"PJC_TASKS_EXPEND_V#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FlexClientVar_flex_vst_bind2_VT":"SEGMENT._PROJECT_ID",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.BusinessUnit",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FlexClientVsBindVars":"flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_DependsOnAttributes":"_PROJECT_ID",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_RESERVED_ATTRIBUTE1_Display":{
"title":"Funding Source",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_RESERVED_ATTRIBUTE1",
"FND_ACFF_PartialTarget":"_PROJECT_ID _CONTRACT_ID",
"FlexClientVar_flex_vst_bind2_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind2_VT":"SEGMENT._CONTRACT_ID",
"FlexClientVar_flex_vst_bind1_VT":"SEGMENT._PROJECT_ID",
"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"
}
}
},
"_CAPITALIZABLE_FLAG_Display":{
"title":"Capitalizable",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_CAPITALIZABLE_FLAG",
"DISPLAYHINT":"Hide",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"HIDDEN"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"PoDistributionId":{
"type":"integer",
"description":"Value that uniquely identifies the purchase order distribution.",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18
}
},
"_PROJECT_ID_Display":{
"title":"Project Number",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_PROJECT_ID",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_IsReferenced":"true",
"controlType":"input_text_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.BusinessUnit",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FlexClientVsBindVars":"flex_vst_bind1",
"FND_ACFF_PreferredDisplayType":"POP_UP_LIST"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_CAPITALIZABLE_FLAG":{
"title":"Capitalizable",
"maxLength":1,
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_CAPITALIZABLE_FLAG_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"PJC_YES_NO_LOOKUP#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_SegmentName":"CAPITALIZABLE_FLAG",
"FND_ACFF_PreferredDisplayType":"HIDDEN"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context_DisplayValue":{
"title":"Context Value",
"type":"string",
"description":"Project costing descriptive flexfield context display value for purchase order distributions.",
"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":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_WORK_TYPE_ID":{
"title":"Work Type",
"type":"integer",
"format":"int64",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_WORK_TYPE_ID_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_PartialTarget":"_PROJECT_ID _EXPENDITURE_ITEM_DATE _EXPENDITURE_ITEM_DATE _EXPENDITURE_ITEM_DATE",
"precision":18,
"FlexClientVar_flex_vst_bind3_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind4_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind2_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FND_ACFF_SegmentName":"WORK_TYPE_ID",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_ValueSetInfo":"PJC_WORK_TYPE_EXPEND_V#TABLE",
"FlexClientVar_flex_vst_bind4_RQ":"true",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind3_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind4_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind2_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind1_VT":"SEGMENT._PROJECT_ID",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind4,flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_DependsOnAttributes":"_PROJECT_ID,_EXPENDITURE_ITEM_DATE",
"FND_ACFF_PreferredDisplayType":"HIDDEN"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_TASK_ID_Display":{
"title":"Task Number",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_TASK_ID",
"FND_ACFF_PartialTarget":" _PROJECT_ID",
"FlexClientVar_flex_vst_bind2_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind2_VT":"SEGMENT._PROJECT_ID",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.BusinessUnit",
"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":"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"
}
},
"_EXPENDITURE_TYPE_ID":{
"title":"Expenditure Type",
"type":"integer",
"format":"int64",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_EXPENDITURE_TYPE_ID_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_PartialTarget":" _EXPENDITURE_ITEM_DATE _EXPENDITURE_ITEM_DATE _PROJECT_ID",
"precision":18,
"FlexClientVar_flex_vst_bind3_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind4_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind2_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind1_JT":"java.lang.String",
"FND_ACFF_SegmentName":"EXPENDITURE_TYPE_ID",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_ValueSetInfo":"PJC_EXPENDITURE_TYPES_EXPEND_L_V#TABLE",
"FlexClientVar_flex_vst_bind4_RQ":"true",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FlexClientVar_flex_vst_bind3_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind4_VT":"SEGMENT._PROJECT_ID",
"FlexClientVar_flex_vst_bind2_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.SystemLinkageFunction",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind4,flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_DependsOnAttributes":"_EXPENDITURE_ITEM_DATE,_PROJECT_ID",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_RESERVED_ATTRIBUTE1":{
"title":"Funding Source",
"maxLength":150,
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_RESERVED_ATTRIBUTE1_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_PartialTarget":"_PROJECT_ID _CONTRACT_ID",
"FlexClientVar_flex_vst_bind2_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FND_ACFF_SegmentName":"RESERVED_ATTRIBUTE1",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_ValueSetInfo":"PJC_AWARD_FUNDING_SOURCE_V#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FlexClientVar_flex_vst_bind2_VT":"SEGMENT._CONTRACT_ID",
"FlexClientVar_flex_vst_bind1_VT":"SEGMENT._PROJECT_ID",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FlexClientVsBindVars":"flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_DependsOnAttributes":"_PROJECT_ID,_CONTRACT_ID",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_BILLABLE_FLAG":{
"title":"Billable",
"maxLength":1,
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_BILLABLE_FLAG_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"PJC_YES_NO_LOOKUP#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_SegmentName":"BILLABLE_FLAG",
"FND_ACFF_PreferredDisplayType":"HIDDEN"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_WORK_TYPE_ID_Display":{
"title":"Work Type",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_WORK_TYPE_ID",
"DISPLAYHINT":"Hide",
"FND_ACFF_PartialTarget":"_PROJECT_ID _EXPENDITURE_ITEM_DATE _EXPENDITURE_ITEM_DATE _EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind3_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind4_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind2_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"controlType":"combo_lov",
"FlexClientVar_flex_vst_bind4_RQ":"true",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind3_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind4_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind2_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind1_VT":"SEGMENT._PROJECT_ID",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind4,flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"HIDDEN"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_ORGANIZATION_ID_Display":{
"title":"Expenditure Organization",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_ORGANIZATION_ID",
"FND_ACFF_PartialTarget":" _EXPENDITURE_ITEM_DATE _EXPENDITURE_ITEM_DATE _EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind3_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind4_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind2_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"controlType":"combo_lov",
"FlexClientVar_flex_vst_bind4_RQ":"true",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind3_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind4_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind2_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.BusinessUnit",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind4,flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_EXPENDITURE_ITEM_DATE":{
"title":"Expenditure Item Date",
"type":"string",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_IsReferenced":"true",
"FND_ACFF_ValueSetInfo":"PJC_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_SegmentName":"EXPENDITURE_ITEM_DATE",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_PROJECT_ID":{
"title":"Project Number",
"type":"integer",
"format":"int64",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_PROJECT_ID_Display",
"FND_ACFF_IsReferenced":"true",
"DISPLAYHINT":"Hide",
"precision":18,
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FND_ACFF_SegmentName":"PROJECT_ID",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_ValueSetInfo":"PJC_PROJECTS_CCW_V#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.BusinessUnit",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FlexClientVsBindVars":"flex_vst_bind1",
"FND_ACFF_PreferredDisplayType":"POP_UP_LIST"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context":{
"title":"Context Value",
"maxLength":40,
"type":"string",
"description":"Project costing descriptive flexfield context name for purchase order distributions.",
"nullable":true,
"default":"PJC_Expenditure_Batch",
"x-hints":{
"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":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
}
}
}
ネストされたスキーマ : oracle_apps_flex_prc_po_commonPo_draftRestPJCPODistribution_view_PJCDFFPOR__5FRequisitionVO-item-response
タイプ: object
ソースを表示
{
"type":"object",
"properties":{
"_ORGANIZATION_ID":{
"title":"Expenditure Organization",
"type":"integer",
"format":"int64",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_ORGANIZATION_ID_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_PartialTarget":" _EXPENDITURE_ITEM_DATE _EXPENDITURE_ITEM_DATE _EXPENDITURE_ITEM_DATE",
"precision":18,
"FlexClientVar_flex_vst_bind3_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind4_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind2_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FND_ACFF_SegmentName":"ORGANIZATION_ID",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_ValueSetInfo":"PJC_ORGANIZATIONS_EXPEND_E_V#TABLE",
"FlexClientVar_flex_vst_bind4_RQ":"true",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FlexClientVar_flex_vst_bind3_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind4_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind2_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.BusinessUnit",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind4,flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_DependsOnAttributes":"_EXPENDITURE_ITEM_DATE",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_CONTRACT_ID":{
"title":"Contract Number",
"type":"integer",
"format":"int64",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_CONTRACT_ID_Display",
"FND_ACFF_IsReferenced":"true",
"DISPLAYHINT":"Hide",
"FND_ACFF_PartialTarget":"_PROJECT_ID",
"precision":18,
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FND_ACFF_SegmentName":"CONTRACT_ID",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_ValueSetInfo":"PJC_PROJECT_AWARD_V#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FlexClientVar_flex_vst_bind1_VT":"SEGMENT._PROJECT_ID",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FlexClientVsBindVars":"flex_vst_bind1",
"FND_ACFF_DependsOnAttributes":"_PROJECT_ID",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_BILLABLE_FLAG_Display":{
"title":"Billable",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_BILLABLE_FLAG",
"DISPLAYHINT":"Hide",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"HIDDEN"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_EXPENDITURE_TYPE_ID_Display":{
"title":"Expenditure Type",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_EXPENDITURE_TYPE_ID",
"FND_ACFF_PartialTarget":"_EXPENDITURE_ITEM_DATE _EXPENDITURE_ITEM_DATE _PROJECT_ID",
"FlexClientVar_flex_vst_bind3_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind2_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind1_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind3_VT":"SEGMENT._PROJECT_ID",
"FlexClientVar_flex_vst_bind2_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind1_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_CONTRACT_ID_Display":{
"title":"Contract Number",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_CONTRACT_ID",
"FND_ACFF_IsReferenced":"true",
"FND_ACFF_PartialTarget":"_PROJECT_ID",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind1_VT":"SEGMENT._PROJECT_ID",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind1",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_TASK_ID":{
"title":"Task Number",
"type":"integer",
"format":"int64",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_TASK_ID_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_PartialTarget":" _PROJECT_ID",
"precision":18,
"FlexClientVar_flex_vst_bind2_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FND_ACFF_SegmentName":"TASK_ID",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_ValueSetInfo":"PJC_TASKS_EXPEND_V#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FlexClientVar_flex_vst_bind2_VT":"SEGMENT._PROJECT_ID",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.BusinessUnit",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FlexClientVsBindVars":"flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_DependsOnAttributes":"_PROJECT_ID",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_RESERVED_ATTRIBUTE1_Display":{
"title":"Funding Source",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_RESERVED_ATTRIBUTE1",
"FND_ACFF_PartialTarget":"_PROJECT_ID _CONTRACT_ID",
"FlexClientVar_flex_vst_bind2_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind2_VT":"SEGMENT._CONTRACT_ID",
"FlexClientVar_flex_vst_bind1_VT":"SEGMENT._PROJECT_ID",
"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"
}
}
},
"_CAPITALIZABLE_FLAG_Display":{
"title":"Capitalizable",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_CAPITALIZABLE_FLAG",
"DISPLAYHINT":"Hide",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"HIDDEN"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"PoDistributionId":{
"type":"integer",
"description":"Value that uniquely identifies the purchase order distribution.",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18
}
},
"_PROJECT_ID_Display":{
"title":"Project Number",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_PROJECT_ID",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_IsReferenced":"true",
"controlType":"input_text_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.BusinessUnit",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FlexClientVsBindVars":"flex_vst_bind1",
"FND_ACFF_PreferredDisplayType":"POP_UP_LIST"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_CAPITALIZABLE_FLAG":{
"title":"Capitalizable",
"maxLength":1,
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_CAPITALIZABLE_FLAG_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"PJC_YES_NO_LOOKUP#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_SegmentName":"CAPITALIZABLE_FLAG",
"FND_ACFF_PreferredDisplayType":"HIDDEN"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context_DisplayValue":{
"title":"Context Value",
"type":"string",
"description":"Project costing descriptive flexfield context display value for purchase order distributions.",
"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":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_WORK_TYPE_ID":{
"title":"Work Type",
"type":"integer",
"format":"int64",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_WORK_TYPE_ID_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_PartialTarget":"_PROJECT_ID _EXPENDITURE_ITEM_DATE _EXPENDITURE_ITEM_DATE _EXPENDITURE_ITEM_DATE",
"precision":18,
"FlexClientVar_flex_vst_bind3_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind4_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind2_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FND_ACFF_SegmentName":"WORK_TYPE_ID",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_ValueSetInfo":"PJC_WORK_TYPE_EXPEND_V#TABLE",
"FlexClientVar_flex_vst_bind4_RQ":"true",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind3_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind4_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind2_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind1_VT":"SEGMENT._PROJECT_ID",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind4,flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_DependsOnAttributes":"_PROJECT_ID,_EXPENDITURE_ITEM_DATE",
"FND_ACFF_PreferredDisplayType":"HIDDEN"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_TASK_ID_Display":{
"title":"Task Number",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_TASK_ID",
"FND_ACFF_PartialTarget":" _PROJECT_ID",
"FlexClientVar_flex_vst_bind2_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind2_VT":"SEGMENT._PROJECT_ID",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.BusinessUnit",
"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":"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"
}
},
"_EXPENDITURE_TYPE_ID":{
"title":"Expenditure Type",
"type":"integer",
"format":"int64",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_EXPENDITURE_TYPE_ID_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_PartialTarget":"_EXPENDITURE_ITEM_DATE _EXPENDITURE_ITEM_DATE _PROJECT_ID",
"precision":18,
"FlexClientVar_flex_vst_bind3_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind2_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind1_JT":"java.sql.Date",
"FND_ACFF_SegmentName":"EXPENDITURE_TYPE_ID",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_ValueSetInfo":"PJC_EXPENDITURE_TYPES_EXPEND_V#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FlexClientVar_flex_vst_bind3_VT":"SEGMENT._PROJECT_ID",
"FlexClientVar_flex_vst_bind2_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind1_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_DependsOnAttributes":"_EXPENDITURE_ITEM_DATE,_PROJECT_ID",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_RESERVED_ATTRIBUTE1":{
"title":"Funding Source",
"maxLength":150,
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_RESERVED_ATTRIBUTE1_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_PartialTarget":"_PROJECT_ID _CONTRACT_ID",
"FlexClientVar_flex_vst_bind2_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FND_ACFF_SegmentName":"RESERVED_ATTRIBUTE1",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_ValueSetInfo":"PJC_AWARD_FUNDING_SOURCE_V#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FlexClientVar_flex_vst_bind2_VT":"SEGMENT._CONTRACT_ID",
"FlexClientVar_flex_vst_bind1_VT":"SEGMENT._PROJECT_ID",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FlexClientVsBindVars":"flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_DependsOnAttributes":"_PROJECT_ID,_CONTRACT_ID",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_BILLABLE_FLAG":{
"title":"Billable",
"maxLength":1,
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_BILLABLE_FLAG_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"PJC_YES_NO_LOOKUP#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_SegmentName":"BILLABLE_FLAG",
"FND_ACFF_PreferredDisplayType":"HIDDEN"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_WORK_TYPE_ID_Display":{
"title":"Work Type",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_WORK_TYPE_ID",
"DISPLAYHINT":"Hide",
"FND_ACFF_PartialTarget":"_PROJECT_ID _EXPENDITURE_ITEM_DATE _EXPENDITURE_ITEM_DATE _EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind3_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind4_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind2_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"controlType":"combo_lov",
"FlexClientVar_flex_vst_bind4_RQ":"true",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind3_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind4_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind2_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind1_VT":"SEGMENT._PROJECT_ID",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind4,flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"HIDDEN"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_ORGANIZATION_ID_Display":{
"title":"Expenditure Organization",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_ORGANIZATION_ID",
"FND_ACFF_PartialTarget":" _EXPENDITURE_ITEM_DATE _EXPENDITURE_ITEM_DATE _EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind3_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind4_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind2_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"controlType":"combo_lov",
"FlexClientVar_flex_vst_bind4_RQ":"true",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind3_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind4_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind2_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.BusinessUnit",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind4,flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_PROJECT_ID":{
"title":"Project Number",
"type":"integer",
"format":"int64",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_PROJECT_ID_Display",
"FND_ACFF_IsReferenced":"true",
"DISPLAYHINT":"Hide",
"precision":18,
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FND_ACFF_SegmentName":"PROJECT_ID",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_ValueSetInfo":"PJC_PROJECTS_CCW_V#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.BusinessUnit",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FlexClientVsBindVars":"flex_vst_bind1",
"FND_ACFF_PreferredDisplayType":"POP_UP_LIST"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_EXPENDITURE_ITEM_DATE":{
"title":"Expenditure Item Date",
"type":"string",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_IsReferenced":"true",
"FND_ACFF_ValueSetInfo":"PJC_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_DV":"EIDate",
"FND_ACFF_DVT":"P",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_SegmentName":"EXPENDITURE_ITEM_DATE",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context":{
"title":"Context Value",
"maxLength":40,
"type":"string",
"description":"Project costing descriptive flexfield context name for purchase order distributions.",
"nullable":true,
"default":"POR_Requisition",
"x-hints":{
"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":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
}
}
}
ネストされたスキーマ : oracle_apps_flex_prc_po_commonPo_draftRestPJCPODistribution_view_PJCDFFPOR__5FUser__5FPreferencesVO-item-response
タイプ: object
ソースを表示
{
"type":"object",
"properties":{
"_ORGANIZATION_ID":{
"title":"Expenditure Organization",
"type":"integer",
"format":"int64",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_ORGANIZATION_ID_Display",
"DISPLAYHINT":"Hide",
"precision":18,
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FND_ACFF_SegmentName":"ORGANIZATION_ID",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_ValueSetInfo":"PJC_ORGANIZATIONS_EXPEND_S_V#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.BusinessUnit",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FlexClientVsBindVars":"flex_vst_bind1",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_CONTRACT_ID":{
"title":"Contract Number",
"type":"integer",
"format":"int64",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_CONTRACT_ID_Display",
"FND_ACFF_IsReferenced":"true",
"DISPLAYHINT":"Hide",
"FND_ACFF_PartialTarget":"_PROJECT_ID",
"precision":18,
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FND_ACFF_SegmentName":"CONTRACT_ID",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_ValueSetInfo":"PJC_PROJECT_AWARD_V#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FlexClientVar_flex_vst_bind1_VT":"SEGMENT._PROJECT_ID",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FlexClientVsBindVars":"flex_vst_bind1",
"FND_ACFF_DependsOnAttributes":"_PROJECT_ID",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_EXPENDITURE_TYPE_ID_Display":{
"title":"Expenditure Type",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_EXPENDITURE_TYPE_ID",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_PartialTarget":"_PROJECT_ID",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind1_VT":"SEGMENT._PROJECT_ID",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FlexClientVsBindVars":"flex_vst_bind1",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_CONTRACT_ID_Display":{
"title":"Contract Number",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_CONTRACT_ID",
"FND_ACFF_IsReferenced":"true",
"FND_ACFF_PartialTarget":"_PROJECT_ID",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind1_VT":"SEGMENT._PROJECT_ID",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind1",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_TASK_ID":{
"title":"Task Number",
"type":"integer",
"format":"int64",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_TASK_ID_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_PartialTarget":" _PROJECT_ID",
"precision":18,
"FlexClientVar_flex_vst_bind2_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FND_ACFF_SegmentName":"TASK_ID",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_ValueSetInfo":"PJC_TASKS_EXPEND_V#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FlexClientVar_flex_vst_bind2_VT":"SEGMENT._PROJECT_ID",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.BusinessUnit",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FlexClientVsBindVars":"flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_DependsOnAttributes":"_PROJECT_ID",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_RESERVED_ATTRIBUTE1_Display":{
"title":"Funding Source",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_RESERVED_ATTRIBUTE1",
"FND_ACFF_PartialTarget":"_PROJECT_ID _CONTRACT_ID",
"FlexClientVar_flex_vst_bind2_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind2_VT":"SEGMENT._CONTRACT_ID",
"FlexClientVar_flex_vst_bind1_VT":"SEGMENT._PROJECT_ID",
"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"
}
}
},
"PoDistributionId":{
"type":"integer",
"description":"Value that uniquely identifies the purchase order distribution.",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18
}
},
"_PROJECT_ID_Display":{
"title":"Project Number",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_PROJECT_ID",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_IsReferenced":"true",
"controlType":"input_text_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.BusinessUnit",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FlexClientVsBindVars":"flex_vst_bind1",
"FND_ACFF_PreferredDisplayType":"POP_UP_LIST"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context_DisplayValue":{
"title":"Context Value",
"type":"string",
"description":"Project costing descriptive flexfield context display value for purchase order distributions.",
"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":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_TASK_ID_Display":{
"title":"Task Number",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_TASK_ID",
"FND_ACFF_PartialTarget":" _PROJECT_ID",
"FlexClientVar_flex_vst_bind2_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind2_VT":"SEGMENT._PROJECT_ID",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.BusinessUnit",
"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":"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"
}
},
"_EXPENDITURE_TYPE_ID":{
"title":"Expenditure Type",
"type":"integer",
"format":"int64",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_EXPENDITURE_TYPE_ID_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_PartialTarget":"_PROJECT_ID",
"precision":18,
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FND_ACFF_SegmentName":"EXPENDITURE_TYPE_ID",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_ValueSetInfo":"PJC_EXPENDITURE_TYPES_EXPEND_S_V#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FlexClientVar_flex_vst_bind1_VT":"SEGMENT._PROJECT_ID",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FlexClientVsBindVars":"flex_vst_bind1",
"FND_ACFF_DependsOnAttributes":"_PROJECT_ID",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_RESERVED_ATTRIBUTE1":{
"title":"Funding Source",
"maxLength":150,
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_RESERVED_ATTRIBUTE1_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_PartialTarget":"_PROJECT_ID _CONTRACT_ID",
"FlexClientVar_flex_vst_bind2_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FND_ACFF_SegmentName":"RESERVED_ATTRIBUTE1",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_ValueSetInfo":"PJC_AWARD_FUNDING_SOURCE_V#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FlexClientVar_flex_vst_bind2_VT":"SEGMENT._CONTRACT_ID",
"FlexClientVar_flex_vst_bind1_VT":"SEGMENT._PROJECT_ID",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FlexClientVsBindVars":"flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_DependsOnAttributes":"_PROJECT_ID,_CONTRACT_ID",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_ORGANIZATION_ID_Display":{
"title":"Expenditure Organization",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_ORGANIZATION_ID",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.BusinessUnit",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FlexClientVsBindVars":"flex_vst_bind1",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_PROJECT_ID":{
"title":"Project Number",
"type":"integer",
"format":"int64",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_PROJECT_ID_Display",
"FND_ACFF_IsReferenced":"true",
"DISPLAYHINT":"Hide",
"precision":18,
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FND_ACFF_SegmentName":"PROJECT_ID",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_ValueSetInfo":"PJC_PROJECTS_CCW_V#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.BusinessUnit",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FlexClientVsBindVars":"flex_vst_bind1",
"FND_ACFF_PreferredDisplayType":"POP_UP_LIST"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context":{
"title":"Context Value",
"maxLength":40,
"type":"string",
"description":"Project costing descriptive flexfield context name for purchase order distributions.",
"nullable":true,
"default":"POR_User_Preferences",
"x-hints":{
"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":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
}
}
}
ネストされたスキーマ : oracle_apps_flex_prc_po_commonPo_draftRestPJCPODistribution_view_PJCDFFPO__5FPurchase__5FOrderVO-item-response
タイプ: object
ソースを表示
{
"type":"object",
"properties":{
"_ORGANIZATION_ID":{
"title":"Expenditure Organization",
"type":"integer",
"format":"int64",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_ORGANIZATION_ID_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_PartialTarget":" _EXPENDITURE_ITEM_DATE _EXPENDITURE_ITEM_DATE _EXPENDITURE_ITEM_DATE",
"precision":18,
"FlexClientVar_flex_vst_bind3_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind4_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind2_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FND_ACFF_SegmentName":"ORGANIZATION_ID",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_ValueSetInfo":"PJC_ORGANIZATIONS_EXPEND_E_V#TABLE",
"FlexClientVar_flex_vst_bind4_RQ":"true",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FlexClientVar_flex_vst_bind3_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind4_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind2_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.BusinessUnit",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind4,flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_DependsOnAttributes":"_EXPENDITURE_ITEM_DATE",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_CONTRACT_ID":{
"title":"Contract Number",
"type":"integer",
"format":"int64",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_CONTRACT_ID_Display",
"FND_ACFF_IsReferenced":"true",
"DISPLAYHINT":"Hide",
"FND_ACFF_PartialTarget":"_PROJECT_ID",
"precision":18,
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FND_ACFF_SegmentName":"CONTRACT_ID",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_ValueSetInfo":"PJC_PROJECT_AWARD_V#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FlexClientVar_flex_vst_bind1_VT":"SEGMENT._PROJECT_ID",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FlexClientVsBindVars":"flex_vst_bind1",
"FND_ACFF_DependsOnAttributes":"_PROJECT_ID",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_BILLABLE_FLAG_Display":{
"title":"Billable",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_BILLABLE_FLAG",
"DISPLAYHINT":"Hide",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"HIDDEN"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_EXPENDITURE_TYPE_ID_Display":{
"title":"Expenditure Type",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_EXPENDITURE_TYPE_ID",
"FND_ACFF_PartialTarget":"_EXPENDITURE_ITEM_DATE _EXPENDITURE_ITEM_DATE _PROJECT_ID",
"FlexClientVar_flex_vst_bind3_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind2_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind1_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind3_VT":"SEGMENT._PROJECT_ID",
"FlexClientVar_flex_vst_bind2_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind1_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_CONTRACT_ID_Display":{
"title":"Contract Number",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_CONTRACT_ID",
"FND_ACFF_IsReferenced":"true",
"FND_ACFF_PartialTarget":"_PROJECT_ID",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind1_VT":"SEGMENT._PROJECT_ID",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind1",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_TASK_ID":{
"title":"Task Number",
"type":"integer",
"format":"int64",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_TASK_ID_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_PartialTarget":" _PROJECT_ID",
"precision":18,
"FlexClientVar_flex_vst_bind2_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FND_ACFF_SegmentName":"TASK_ID",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_ValueSetInfo":"PJC_TASKS_EXPEND_V#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FlexClientVar_flex_vst_bind2_VT":"SEGMENT._PROJECT_ID",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.BusinessUnit",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FlexClientVsBindVars":"flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_DependsOnAttributes":"_PROJECT_ID",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_RESERVED_ATTRIBUTE1_Display":{
"title":"Funding Source",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_RESERVED_ATTRIBUTE1",
"FND_ACFF_PartialTarget":"_PROJECT_ID _CONTRACT_ID",
"FlexClientVar_flex_vst_bind2_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind2_VT":"SEGMENT._CONTRACT_ID",
"FlexClientVar_flex_vst_bind1_VT":"SEGMENT._PROJECT_ID",
"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"
}
}
},
"_CAPITALIZABLE_FLAG_Display":{
"title":"Capitalizable",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_CAPITALIZABLE_FLAG",
"DISPLAYHINT":"Hide",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"HIDDEN"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"PoDistributionId":{
"type":"integer",
"description":"Value that uniquely identifies the purchase order distribution.",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18
}
},
"_PROJECT_ID_Display":{
"title":"Project Number",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_PROJECT_ID",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_IsReferenced":"true",
"controlType":"input_text_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.BusinessUnit",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FlexClientVsBindVars":"flex_vst_bind1",
"FND_ACFF_PreferredDisplayType":"POP_UP_LIST"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_CAPITALIZABLE_FLAG":{
"title":"Capitalizable",
"maxLength":1,
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_CAPITALIZABLE_FLAG_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"PJC_YES_NO_LOOKUP#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_SegmentName":"CAPITALIZABLE_FLAG",
"FND_ACFF_PreferredDisplayType":"HIDDEN"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context_DisplayValue":{
"title":"Context Value",
"type":"string",
"description":"Project costing descriptive flexfield context display value for purchase order distributions.",
"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":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_WORK_TYPE_ID":{
"title":"Work Type",
"type":"integer",
"format":"int64",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_WORK_TYPE_ID_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_PartialTarget":"_PROJECT_ID _EXPENDITURE_ITEM_DATE _EXPENDITURE_ITEM_DATE _EXPENDITURE_ITEM_DATE",
"precision":18,
"FlexClientVar_flex_vst_bind3_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind4_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind2_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FND_ACFF_SegmentName":"WORK_TYPE_ID",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_ValueSetInfo":"PJC_WORK_TYPE_EXPEND_V#TABLE",
"FlexClientVar_flex_vst_bind4_RQ":"true",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind3_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind4_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind2_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind1_VT":"SEGMENT._PROJECT_ID",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind4,flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_DependsOnAttributes":"_PROJECT_ID,_EXPENDITURE_ITEM_DATE",
"FND_ACFF_PreferredDisplayType":"HIDDEN"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_TASK_ID_Display":{
"title":"Task Number",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_TASK_ID",
"FND_ACFF_PartialTarget":" _PROJECT_ID",
"FlexClientVar_flex_vst_bind2_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind2_VT":"SEGMENT._PROJECT_ID",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.BusinessUnit",
"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":"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"
}
},
"_EXPENDITURE_TYPE_ID":{
"title":"Expenditure Type",
"type":"integer",
"format":"int64",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_EXPENDITURE_TYPE_ID_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_PartialTarget":"_EXPENDITURE_ITEM_DATE _EXPENDITURE_ITEM_DATE _PROJECT_ID",
"precision":18,
"FlexClientVar_flex_vst_bind3_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind2_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind1_JT":"java.sql.Date",
"FND_ACFF_SegmentName":"EXPENDITURE_TYPE_ID",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_ValueSetInfo":"PJC_EXPENDITURE_TYPES_EXPEND_V#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FlexClientVar_flex_vst_bind3_VT":"SEGMENT._PROJECT_ID",
"FlexClientVar_flex_vst_bind2_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind1_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_DependsOnAttributes":"_EXPENDITURE_ITEM_DATE,_PROJECT_ID",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_RESERVED_ATTRIBUTE1":{
"title":"Funding Source",
"maxLength":150,
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_RESERVED_ATTRIBUTE1_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_PartialTarget":"_PROJECT_ID _CONTRACT_ID",
"FlexClientVar_flex_vst_bind2_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FND_ACFF_SegmentName":"RESERVED_ATTRIBUTE1",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_ValueSetInfo":"PJC_AWARD_FUNDING_SOURCE_V#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FlexClientVar_flex_vst_bind2_VT":"SEGMENT._CONTRACT_ID",
"FlexClientVar_flex_vst_bind1_VT":"SEGMENT._PROJECT_ID",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FlexClientVsBindVars":"flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_DependsOnAttributes":"_PROJECT_ID,_CONTRACT_ID",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_BILLABLE_FLAG":{
"title":"Billable",
"maxLength":1,
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_BILLABLE_FLAG_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"PJC_YES_NO_LOOKUP#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_SegmentName":"BILLABLE_FLAG",
"FND_ACFF_PreferredDisplayType":"HIDDEN"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_WORK_TYPE_ID_Display":{
"title":"Work Type",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_WORK_TYPE_ID",
"DISPLAYHINT":"Hide",
"FND_ACFF_PartialTarget":"_PROJECT_ID _EXPENDITURE_ITEM_DATE _EXPENDITURE_ITEM_DATE _EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind3_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind4_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind2_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"controlType":"combo_lov",
"FlexClientVar_flex_vst_bind4_RQ":"true",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind3_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind4_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind2_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind1_VT":"SEGMENT._PROJECT_ID",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind4,flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"HIDDEN"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_ORGANIZATION_ID_Display":{
"title":"Expenditure Organization",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_ORGANIZATION_ID",
"FND_ACFF_PartialTarget":" _EXPENDITURE_ITEM_DATE _EXPENDITURE_ITEM_DATE _EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind3_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind4_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind2_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"controlType":"combo_lov",
"FlexClientVar_flex_vst_bind4_RQ":"true",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind3_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind4_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind2_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.BusinessUnit",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind4,flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_PROJECT_ID":{
"title":"Project Number",
"type":"integer",
"format":"int64",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_PROJECT_ID_Display",
"FND_ACFF_IsReferenced":"true",
"DISPLAYHINT":"Hide",
"precision":18,
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FND_ACFF_SegmentName":"PROJECT_ID",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_ValueSetInfo":"PJC_PROJECTS_CCW_V#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.BusinessUnit",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FlexClientVsBindVars":"flex_vst_bind1",
"FND_ACFF_PreferredDisplayType":"POP_UP_LIST"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_EXPENDITURE_ITEM_DATE":{
"title":"Expenditure Item Date",
"type":"string",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_IsReferenced":"true",
"FND_ACFF_ValueSetInfo":"PJC_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_DV":"EIDate",
"FND_ACFF_DVT":"P",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_SegmentName":"EXPENDITURE_ITEM_DATE",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context":{
"title":"Context Value",
"maxLength":40,
"type":"string",
"description":"Project costing descriptive flexfield context name for purchase order distributions.",
"nullable":true,
"default":"PO_Purchase_Order",
"x-hints":{
"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":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
}
}
}
ネストされたスキーマ : oracle_apps_flex_prc_po_commonPo_draftRestPJCPODistribution_view_PJCDFFPO__5FPurchase__5FOrder__5FLineVO-item-response
タイプ: object
ソースを表示
{
"type":"object",
"properties":{
"_ORGANIZATION_ID":{
"title":"Expenditure Organization",
"type":"integer",
"format":"int64",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_ORGANIZATION_ID_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_PartialTarget":" _EXPENDITURE_ITEM_DATE _EXPENDITURE_ITEM_DATE _EXPENDITURE_ITEM_DATE",
"precision":18,
"FlexClientVar_flex_vst_bind3_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind4_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind2_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FND_ACFF_SegmentName":"ORGANIZATION_ID",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_ValueSetInfo":"PJC_ORGANIZATIONS_EXPEND_E_V#TABLE",
"FlexClientVar_flex_vst_bind4_RQ":"true",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FlexClientVar_flex_vst_bind3_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind4_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind2_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.BusinessUnit",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind4,flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_DependsOnAttributes":"_EXPENDITURE_ITEM_DATE",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_CONTRACT_ID":{
"title":"Contract Number",
"type":"integer",
"format":"int64",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_CONTRACT_ID_Display",
"FND_ACFF_IsReferenced":"true",
"DISPLAYHINT":"Hide",
"FND_ACFF_PartialTarget":"_PROJECT_ID",
"precision":18,
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FND_ACFF_SegmentName":"CONTRACT_ID",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_ValueSetInfo":"PJC_PROJECT_AWARD_V#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FlexClientVar_flex_vst_bind1_VT":"SEGMENT._PROJECT_ID",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FlexClientVsBindVars":"flex_vst_bind1",
"FND_ACFF_DependsOnAttributes":"_PROJECT_ID",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_BILLABLE_FLAG_Display":{
"title":"Billable",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_BILLABLE_FLAG",
"DISPLAYHINT":"Hide",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"HIDDEN"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_EXPENDITURE_TYPE_ID_Display":{
"title":"Expenditure Type",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_EXPENDITURE_TYPE_ID",
"FND_ACFF_PartialTarget":"_EXPENDITURE_ITEM_DATE _EXPENDITURE_ITEM_DATE _PROJECT_ID",
"FlexClientVar_flex_vst_bind3_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind2_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind1_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind3_VT":"SEGMENT._PROJECT_ID",
"FlexClientVar_flex_vst_bind2_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind1_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_CONTRACT_ID_Display":{
"title":"Contract Number",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_CONTRACT_ID",
"FND_ACFF_IsReferenced":"true",
"FND_ACFF_PartialTarget":"_PROJECT_ID",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind1_VT":"SEGMENT._PROJECT_ID",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind1",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_TASK_ID":{
"title":"Task Number",
"type":"integer",
"format":"int64",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_TASK_ID_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_PartialTarget":" _PROJECT_ID",
"precision":18,
"FlexClientVar_flex_vst_bind2_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FND_ACFF_SegmentName":"TASK_ID",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_ValueSetInfo":"PJC_TASKS_EXPEND_V#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FlexClientVar_flex_vst_bind2_VT":"SEGMENT._PROJECT_ID",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.BusinessUnit",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FlexClientVsBindVars":"flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_DependsOnAttributes":"_PROJECT_ID",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_RESERVED_ATTRIBUTE1_Display":{
"title":"Funding Source",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_RESERVED_ATTRIBUTE1",
"FND_ACFF_PartialTarget":"_PROJECT_ID _CONTRACT_ID",
"FlexClientVar_flex_vst_bind2_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind2_VT":"SEGMENT._CONTRACT_ID",
"FlexClientVar_flex_vst_bind1_VT":"SEGMENT._PROJECT_ID",
"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"
}
}
},
"_CAPITALIZABLE_FLAG_Display":{
"title":"Capitalizable",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_CAPITALIZABLE_FLAG",
"DISPLAYHINT":"Hide",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"HIDDEN"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"PoDistributionId":{
"type":"integer",
"description":"Value that uniquely identifies the purchase order distribution.",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18
}
},
"_PROJECT_ID_Display":{
"title":"Project Number",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_PROJECT_ID",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_IsReferenced":"true",
"controlType":"input_text_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.BusinessUnit",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FlexClientVsBindVars":"flex_vst_bind1",
"FND_ACFF_PreferredDisplayType":"POP_UP_LIST"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_CAPITALIZABLE_FLAG":{
"title":"Capitalizable",
"maxLength":1,
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_CAPITALIZABLE_FLAG_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"PJC_YES_NO_LOOKUP#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_SegmentName":"CAPITALIZABLE_FLAG",
"FND_ACFF_PreferredDisplayType":"HIDDEN"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context_DisplayValue":{
"title":"Context Value",
"type":"string",
"description":"Project costing descriptive flexfield context display value for purchase order distributions.",
"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":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_WORK_TYPE_ID":{
"title":"Work Type",
"type":"integer",
"format":"int64",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_WORK_TYPE_ID_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_PartialTarget":"_PROJECT_ID _EXPENDITURE_ITEM_DATE _EXPENDITURE_ITEM_DATE _EXPENDITURE_ITEM_DATE",
"precision":18,
"FlexClientVar_flex_vst_bind3_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind4_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind2_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FND_ACFF_SegmentName":"WORK_TYPE_ID",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_ValueSetInfo":"PJC_WORK_TYPE_EXPEND_V#TABLE",
"FlexClientVar_flex_vst_bind4_RQ":"true",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind3_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind4_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind2_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind1_VT":"SEGMENT._PROJECT_ID",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind4,flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_DependsOnAttributes":"_PROJECT_ID,_EXPENDITURE_ITEM_DATE",
"FND_ACFF_PreferredDisplayType":"HIDDEN"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_TASK_ID_Display":{
"title":"Task Number",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_TASK_ID",
"FND_ACFF_PartialTarget":" _PROJECT_ID",
"FlexClientVar_flex_vst_bind2_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind2_VT":"SEGMENT._PROJECT_ID",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.BusinessUnit",
"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":"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"
}
},
"_EXPENDITURE_TYPE_ID":{
"title":"Expenditure Type",
"type":"integer",
"format":"int64",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_EXPENDITURE_TYPE_ID_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_PartialTarget":"_EXPENDITURE_ITEM_DATE _EXPENDITURE_ITEM_DATE _PROJECT_ID",
"precision":18,
"FlexClientVar_flex_vst_bind3_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind2_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind1_JT":"java.sql.Date",
"FND_ACFF_SegmentName":"EXPENDITURE_TYPE_ID",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_ValueSetInfo":"PJC_EXPENDITURE_TYPES_EXPEND_V#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FlexClientVar_flex_vst_bind3_VT":"SEGMENT._PROJECT_ID",
"FlexClientVar_flex_vst_bind2_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind1_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_DependsOnAttributes":"_EXPENDITURE_ITEM_DATE,_PROJECT_ID",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_RESERVED_ATTRIBUTE1":{
"title":"Funding Source",
"maxLength":150,
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_RESERVED_ATTRIBUTE1_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_PartialTarget":"_PROJECT_ID _CONTRACT_ID",
"FlexClientVar_flex_vst_bind2_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FND_ACFF_SegmentName":"RESERVED_ATTRIBUTE1",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_ValueSetInfo":"PJC_AWARD_FUNDING_SOURCE_V#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FlexClientVar_flex_vst_bind2_VT":"SEGMENT._CONTRACT_ID",
"FlexClientVar_flex_vst_bind1_VT":"SEGMENT._PROJECT_ID",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FlexClientVsBindVars":"flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_DependsOnAttributes":"_PROJECT_ID,_CONTRACT_ID",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_BILLABLE_FLAG":{
"title":"Billable",
"maxLength":1,
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_BILLABLE_FLAG_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"PJC_YES_NO_LOOKUP#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_SegmentName":"BILLABLE_FLAG",
"FND_ACFF_PreferredDisplayType":"HIDDEN"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_WORK_TYPE_ID_Display":{
"title":"Work Type",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_WORK_TYPE_ID",
"DISPLAYHINT":"Hide",
"FND_ACFF_PartialTarget":"_PROJECT_ID _EXPENDITURE_ITEM_DATE _EXPENDITURE_ITEM_DATE _EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind3_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind4_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind2_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"controlType":"combo_lov",
"FlexClientVar_flex_vst_bind4_RQ":"true",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind3_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind4_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind2_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind1_VT":"SEGMENT._PROJECT_ID",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind4,flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"HIDDEN"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_ORGANIZATION_ID_Display":{
"title":"Expenditure Organization",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_ORGANIZATION_ID",
"FND_ACFF_PartialTarget":" _EXPENDITURE_ITEM_DATE _EXPENDITURE_ITEM_DATE _EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind3_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind4_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind2_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"controlType":"combo_lov",
"FlexClientVar_flex_vst_bind4_RQ":"true",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind3_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind4_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind2_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.BusinessUnit",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind4,flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_PROJECT_ID":{
"title":"Project Number",
"type":"integer",
"format":"int64",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_PROJECT_ID_Display",
"FND_ACFF_IsReferenced":"true",
"DISPLAYHINT":"Hide",
"precision":18,
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FND_ACFF_SegmentName":"PROJECT_ID",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_ValueSetInfo":"PJC_PROJECTS_CCW_V#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.BusinessUnit",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FlexClientVsBindVars":"flex_vst_bind1",
"FND_ACFF_PreferredDisplayType":"POP_UP_LIST"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_EXPENDITURE_ITEM_DATE":{
"title":"Expenditure Item Date",
"type":"string",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_IsReferenced":"true",
"FND_ACFF_ValueSetInfo":"PJC_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_SegmentName":"EXPENDITURE_ITEM_DATE",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context":{
"title":"Context Value",
"maxLength":40,
"type":"string",
"description":"Project costing descriptive flexfield context name for purchase order distributions.",
"nullable":true,
"default":"PO_Purchase_Order_Line",
"x-hints":{
"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":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
}
}
}
ネストされたスキーマ : oracle_apps_flex_prc_po_commonPo_draftRestPJCPODistribution_view_PJCDFFPO__5FPurchase__5FOrder__5FScheduleVO-item-response
タイプ: object
ソースを表示
{
"type":"object",
"properties":{
"_ORGANIZATION_ID":{
"title":"Expenditure Organization",
"type":"integer",
"format":"int64",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_ORGANIZATION_ID_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_PartialTarget":" _EXPENDITURE_ITEM_DATE _EXPENDITURE_ITEM_DATE _EXPENDITURE_ITEM_DATE",
"precision":18,
"FlexClientVar_flex_vst_bind3_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind4_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind2_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FND_ACFF_SegmentName":"ORGANIZATION_ID",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_ValueSetInfo":"PJC_ORGANIZATIONS_EXPEND_E_V#TABLE",
"FlexClientVar_flex_vst_bind4_RQ":"true",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FlexClientVar_flex_vst_bind3_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind4_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind2_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.BusinessUnit",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind4,flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_DependsOnAttributes":"_EXPENDITURE_ITEM_DATE",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_CONTRACT_ID":{
"title":"Contract Number",
"type":"integer",
"format":"int64",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_CONTRACT_ID_Display",
"FND_ACFF_IsReferenced":"true",
"DISPLAYHINT":"Hide",
"FND_ACFF_PartialTarget":"_PROJECT_ID",
"precision":18,
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FND_ACFF_SegmentName":"CONTRACT_ID",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_ValueSetInfo":"PJC_PROJECT_AWARD_V#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FlexClientVar_flex_vst_bind1_VT":"SEGMENT._PROJECT_ID",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FlexClientVsBindVars":"flex_vst_bind1",
"FND_ACFF_DependsOnAttributes":"_PROJECT_ID",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_BILLABLE_FLAG_Display":{
"title":"Billable",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_BILLABLE_FLAG",
"DISPLAYHINT":"Hide",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"HIDDEN"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_EXPENDITURE_TYPE_ID_Display":{
"title":"Expenditure Type",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_EXPENDITURE_TYPE_ID",
"FND_ACFF_PartialTarget":"_EXPENDITURE_ITEM_DATE _EXPENDITURE_ITEM_DATE _PROJECT_ID",
"FlexClientVar_flex_vst_bind3_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind2_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind1_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind3_VT":"SEGMENT._PROJECT_ID",
"FlexClientVar_flex_vst_bind2_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind1_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_CONTRACT_ID_Display":{
"title":"Contract Number",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_CONTRACT_ID",
"FND_ACFF_IsReferenced":"true",
"FND_ACFF_PartialTarget":"_PROJECT_ID",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind1_VT":"SEGMENT._PROJECT_ID",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind1",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_TASK_ID":{
"title":"Task Number",
"type":"integer",
"format":"int64",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_TASK_ID_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_PartialTarget":" _PROJECT_ID",
"precision":18,
"FND_ACFF_DV":"TaskId",
"FlexClientVar_flex_vst_bind2_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FND_ACFF_SegmentName":"TASK_ID",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_ValueSetInfo":"PJC_TASKS_EXPEND_V#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FlexClientVar_flex_vst_bind2_VT":"SEGMENT._PROJECT_ID",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.BusinessUnit",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_DVT":"P",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FlexClientVsBindVars":"flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_DependsOnAttributes":"_PROJECT_ID",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_RESERVED_ATTRIBUTE1_Display":{
"title":"Funding Source",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_RESERVED_ATTRIBUTE1",
"FND_ACFF_PartialTarget":"_PROJECT_ID _CONTRACT_ID",
"FlexClientVar_flex_vst_bind2_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind2_VT":"SEGMENT._CONTRACT_ID",
"FlexClientVar_flex_vst_bind1_VT":"SEGMENT._PROJECT_ID",
"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"
}
}
},
"_CAPITALIZABLE_FLAG_Display":{
"title":"Capitalizable",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_CAPITALIZABLE_FLAG",
"DISPLAYHINT":"Hide",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FND_ACFF_PreferredDisplayType":"HIDDEN"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"PoDistributionId":{
"type":"integer",
"description":"Value that uniquely identifies the purchase order distribution.",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18
}
},
"_PROJECT_ID_Display":{
"title":"Project Number",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_PROJECT_ID",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_IsReferenced":"true",
"controlType":"input_text_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.BusinessUnit",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FlexClientVsBindVars":"flex_vst_bind1",
"FND_ACFF_PreferredDisplayType":"POP_UP_LIST"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_CAPITALIZABLE_FLAG":{
"title":"Capitalizable",
"maxLength":1,
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_CAPITALIZABLE_FLAG_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"PJC_YES_NO_LOOKUP#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_SegmentName":"CAPITALIZABLE_FLAG",
"FND_ACFF_PreferredDisplayType":"HIDDEN"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context_DisplayValue":{
"title":"Context Value",
"type":"string",
"description":"Project costing descriptive flexfield context display value for purchase order distributions.",
"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":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_WORK_TYPE_ID":{
"title":"Work Type",
"type":"integer",
"format":"int64",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_WORK_TYPE_ID_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_PartialTarget":"_PROJECT_ID _EXPENDITURE_ITEM_DATE _EXPENDITURE_ITEM_DATE _EXPENDITURE_ITEM_DATE",
"precision":18,
"FlexClientVar_flex_vst_bind3_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind4_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind2_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FND_ACFF_SegmentName":"WORK_TYPE_ID",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_ValueSetInfo":"PJC_WORK_TYPE_EXPEND_V#TABLE",
"FlexClientVar_flex_vst_bind4_RQ":"true",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind3_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind4_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind2_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind1_VT":"SEGMENT._PROJECT_ID",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind4,flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_DependsOnAttributes":"_PROJECT_ID,_EXPENDITURE_ITEM_DATE",
"FND_ACFF_PreferredDisplayType":"HIDDEN"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_TASK_ID_Display":{
"title":"Task Number",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_TASK_ID",
"FND_ACFF_PartialTarget":" _PROJECT_ID",
"FlexClientVar_flex_vst_bind2_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind2_VT":"SEGMENT._PROJECT_ID",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.BusinessUnit",
"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":"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"
}
},
"_EXPENDITURE_TYPE_ID":{
"title":"Expenditure Type",
"type":"integer",
"format":"int64",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_EXPENDITURE_TYPE_ID_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_PartialTarget":"_EXPENDITURE_ITEM_DATE _EXPENDITURE_ITEM_DATE _PROJECT_ID",
"precision":18,
"FlexClientVar_flex_vst_bind3_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind2_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind1_JT":"java.sql.Date",
"FND_ACFF_SegmentName":"EXPENDITURE_TYPE_ID",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_ValueSetInfo":"PJC_EXPENDITURE_TYPES_EXPEND_V#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FlexClientVar_flex_vst_bind3_VT":"SEGMENT._PROJECT_ID",
"FlexClientVar_flex_vst_bind2_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind1_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_DependsOnAttributes":"_EXPENDITURE_ITEM_DATE,_PROJECT_ID",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_RESERVED_ATTRIBUTE1":{
"title":"Funding Source",
"maxLength":150,
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_RESERVED_ATTRIBUTE1_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_PartialTarget":"_PROJECT_ID _CONTRACT_ID",
"FlexClientVar_flex_vst_bind2_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FND_ACFF_SegmentName":"RESERVED_ATTRIBUTE1",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_ValueSetInfo":"PJC_AWARD_FUNDING_SOURCE_V#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FlexClientVar_flex_vst_bind2_VT":"SEGMENT._CONTRACT_ID",
"FlexClientVar_flex_vst_bind1_VT":"SEGMENT._PROJECT_ID",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FlexClientVsBindVars":"flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_DependsOnAttributes":"_PROJECT_ID,_CONTRACT_ID",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_BILLABLE_FLAG":{
"title":"Billable",
"maxLength":1,
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_BILLABLE_FLAG_Display",
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"PJC_YES_NO_LOOKUP#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_SegmentName":"BILLABLE_FLAG",
"FND_ACFF_PreferredDisplayType":"HIDDEN"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_WORK_TYPE_ID_Display":{
"title":"Work Type",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_WORK_TYPE_ID",
"DISPLAYHINT":"Hide",
"FND_ACFF_PartialTarget":"_PROJECT_ID _EXPENDITURE_ITEM_DATE _EXPENDITURE_ITEM_DATE _EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind3_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind4_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind2_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"controlType":"combo_lov",
"FlexClientVar_flex_vst_bind4_RQ":"true",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind3_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind4_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind2_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind1_VT":"SEGMENT._PROJECT_ID",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind4,flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"HIDDEN"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_ORGANIZATION_ID_Display":{
"title":"Expenditure Organization",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_SegmentAttributeName":"_ORGANIZATION_ID",
"FND_ACFF_PartialTarget":" _EXPENDITURE_ITEM_DATE _EXPENDITURE_ITEM_DATE _EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind3_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind4_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind2_JT":"java.sql.Date",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"controlType":"combo_lov",
"FlexClientVar_flex_vst_bind4_RQ":"true",
"includeInCompactView":true,
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind3_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind4_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind2_VT":"SEGMENT._EXPENDITURE_ITEM_DATE",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.BusinessUnit",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind4,flex_vst_bind1,flex_vst_bind2",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_PROJECT_ID":{
"title":"Project Number",
"type":"integer",
"format":"int64",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"_PROJECT_ID_Display",
"FND_ACFF_IsReferenced":"true",
"DISPLAYHINT":"Hide",
"precision":18,
"FND_ACFF_DV":"ProjectId",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FND_ACFF_SegmentName":"PROJECT_ID",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_ValueSetInfo":"PJC_PROJECTS_CCW_V#TABLE",
"includeInCompactView":true,
"FlexClientDisplayHint":"Show",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.BusinessUnit",
"FND_ACFF_DVT":"P",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FlexClientVsBindVars":"flex_vst_bind1",
"FND_ACFF_PreferredDisplayType":"POP_UP_LIST"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"_EXPENDITURE_ITEM_DATE":{
"title":"Expenditure Item Date",
"type":"string",
"format":"date",
"nullable":true,
"x-hints":{
"FND_ACFF_IsReferenced":"true",
"FND_ACFF_ValueSetInfo":"PJC_STANDARD_DATE#FORMAT_ONLY",
"controlType":"date",
"includeInCompactView":true,
"FND_ACFF_DV":"EIDate",
"FND_ACFF_DVT":"P",
"FND_ACFF_JavaType":"java.sql.Date",
"FND_ACFF_SegmentName":"EXPENDITURE_ITEM_DATE",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context":{
"title":"Context Value",
"maxLength":40,
"type":"string",
"description":"Project costing descriptive flexfield context name for purchase order distributions.",
"nullable":true,
"default":"PO_Purchase_Order_Schedule",
"x-hints":{
"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":"LOV"
},
"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"
}
}
ネストされたスキーマ : リンク
タイプ: 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"
}
}
ネストされたスキーマ : 識別子 : __FLEX_Context
タイプ: object
識別子: __FLEX_Context
識別子の値
{
"discriminator":{
"propertyName":"__FLEX_Context",
"mapping":{
"FVxUSPOLineLocations":"#/components/schemas/oracle_apps_flex_prc_po_commonPo_draftRestPoScheduleGdf_view_DraftRestPoScheduleGDFFVxUSPOLineLocationsVO-item-response"
}
},
"oneOf":[
{
"$ref":"#/components/schemas/oracle_apps_flex_prc_po_commonPo_draftRestPoScheduleGdf_view_DraftRestPoScheduleGDFFVxUSPOLineLocationsVO-item-response"
}
]
}
1つのスキーマに一致
ソースを表示
{
"discriminator":{
"propertyName":"__FLEX_Context",
"mapping":{
"FVxUSPOLineLocations":"#/components/schemas/oracle_apps_flex_prc_po_commonPo_draftRestPoScheduleGdf_view_DraftRestPoScheduleGDFFVxUSPOLineLocationsVO-item-response"
}
},
"oneOf":[
{
"$ref":"#/components/schemas/oracle_apps_flex_prc_po_commonPo_draftRestPoScheduleGdf_view_DraftRestPoScheduleGDFFVxUSPOLineLocationsVO-item-response"
}
]
}
ネストされたスキーマ : oracle_apps_flex_prc_po_commonPo_draftRestPoScheduleGdf_view_DraftRestPoScheduleGDFFVxUSPOLineLocationsVO-item-response
タイプ: object
ソースを表示
{
"type":"object",
"properties":{
"tradingPartnerTas":{
"title":"Trading Partner TAS",
"type":"number",
"nullable":true,
"x-hints":{
"FND_ACFF_DisplayAttributeName":"tradingPartnerTas_Display",
"FND_ACFF_IsReferenced":"true",
"FND_ACFF_OpenIdentifier":"tradingPartnerTas",
"FlexClientVar_flex_vst_bind3_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind5_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind7_JT":"java.math.BigDecimal",
"FND_ACFF_ValueSetInfo":"ORA_FV_PO_TP_TAS#TABLE",
"FlexClientVar_flex_vst_bind4_RQ":"true",
"FlexClientDisplayHint":"Show",
"FlexClientVar_flex_vst_bind4_VT":"PARAMETER.VendorSiteId",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.VendorId",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FlexClientVar_flex_vst_bind6_VT":"PARAMETER.VendorSiteId",
"FlexClientVar_flex_vst_bind6_RQ":"true",
"FlexClientVar_flex_vst_bind8_RQ":"true",
"FlexClientVar_flex_vst_bind8_VT":"PARAMETER.VendorSiteId",
"FND_ACFF_PreferredDisplayType":"LOV",
"DISPLAYHINT":"Hide",
"FlexClientVar_flex_vst_bind4_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind2_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind6_JT":"java.math.BigDecimal",
"FND_ACFF_SegmentName":"TradingPartnerTAS",
"FlexClientVar_flex_vst_bind8_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"includeInCompactView":true,
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.VendorId",
"FlexClientVar_flex_vst_bind5_RQ":"true",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.VendorId",
"FND_ACFF_JavaType":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind7_RQ":"true",
"FlexClientVar_flex_vst_bind5_VT":"PARAMETER.VendorId",
"FlexClientVar_flex_vst_bind7_VT":"PARAMETER.VendorId",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind4,flex_vst_bind5,flex_vst_bind6,flex_vst_bind7,flex_vst_bind8,flex_vst_bind1,flex_vst_bind2"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context_DisplayValue":{
"title":"Context Segment",
"type":"string",
"description":"Global descriptive flexfield context display value for US federal attributes in a purchase order distribution.",
"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":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"LineLocationId":{
"type":"integer",
"description":"Value that uniquely identifies the purchase order schedule.",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18
}
},
"links":{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
},
"tradingPartnerTas_Display":{
"title":"Trading Partner TAS",
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_IsReferenced":"true",
"FlexClientVar_flex_vst_bind3_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind5_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind7_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind4_RQ":"true",
"FlexClientDisplayHint":"Hide",
"FlexClientVar_flex_vst_bind4_VT":"PARAMETER.VendorSiteId",
"FlexClientVar_flex_vst_bind2_VT":"PARAMETER.VendorId",
"FlexClientVar_flex_vst_bind2_RQ":"true",
"FlexClientVar_flex_vst_bind6_VT":"PARAMETER.VendorSiteId",
"FND_ACFF_ListDisplayAttrName":"Value",
"FlexClientVar_flex_vst_bind6_RQ":"true",
"FlexClientVar_flex_vst_bind8_RQ":"true",
"FlexClientVar_flex_vst_bind8_VT":"PARAMETER.VendorSiteId",
"FND_ACFF_PreferredDisplayType":"LOV",
"FND_ACFF_SegmentAttributeName":"tradingPartnerTas",
"FlexClientVar_flex_vst_bind4_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind2_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind6_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind8_JT":"java.math.BigDecimal",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientVar_flex_vst_bind3_VT":"PARAMETER.VendorId",
"FlexClientVar_flex_vst_bind5_RQ":"true",
"FlexClientVar_flex_vst_bind3_RQ":"true",
"FlexClientVar_flex_vst_bind1_VT":"PARAMETER.VendorId",
"FND_ACFF_JavaType":"java.lang.String",
"FlexClientVar_flex_vst_bind7_RQ":"true",
"FlexClientVar_flex_vst_bind5_VT":"PARAMETER.VendorId",
"FlexClientVar_flex_vst_bind7_VT":"PARAMETER.VendorId",
"FlexClientVsBindVars":"flex_vst_bind3,flex_vst_bind4,flex_vst_bind5,flex_vst_bind6,flex_vst_bind7,flex_vst_bind8,flex_vst_bind1,flex_vst_bind2"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"tradingPartnerBetc":{
"title":"Trading Partner BETC",
"maxLength":150,
"type":"string",
"nullable":true,
"x-hints":{
"FND_ACFF_PartialTarget":"tradingPartnerTas",
"FND_ACFF_OpenIdentifier":"tradingPartnerBetc",
"FlexClientVar_flex_vst_bind1_JT":"java.math.BigDecimal",
"FND_ACFF_SegmentName":"TradingPartnerBETC",
"FlexClientVar_flex_vst_bind1_RQ":"true",
"FND_ACFF_ValueSetInfo":"ORA_FV_PO_TP_BETC#TABLE",
"controlType":"combo_lov",
"includeInCompactView":true,
"FlexClientVar_flex_vst_bind1_VT":"SEGMENT.tradingPartnerTas",
"FND_ACFF_JavaType":"java.lang.String",
"FlexClientVsBindVars":"flex_vst_bind1",
"FND_ACFF_DependsOnAttributes":"tradingPartnerTas",
"FND_ACFF_PreferredDisplayType":"LOV"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
}
},
"__FLEX_Context":{
"title":"Context Segment",
"maxLength":150,
"type":"string",
"description":"Global descriptive flexfield context name for US federal attributes in a purchase order distribution.",
"nullable":true,
"default":"FVxUSPOLineLocations",
"x-hints":{
"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":"LOV"
},
"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"
}
}
ネストされたスキーマ : draftPurchaseOrders-summaryAttributes-item-response
タイプ: object
ソースを表示
{
"type":"object",
"properties":{
"TaskId":{
"type":"number",
"description":"Value that uniquely identifies the Task.",
"nullable":true,
"x-queryable":false
},
"ProjectName":{
"maxLength":240,
"type":"string",
"description":"Name of the project, which is displayed on the purchase order header.",
"nullable":true,
"x-queryable":false
},
"DeliverToLocationId":{
"type":"integer",
"description":"Value that uniquely identifies the final location where the buying company should deliver the goods that were previously received from a supplier.",
"nullable":true,
"x-queryable":false
},
"Ordered":{
"type":"number",
"description":"Sum Total of purchase order amounts across all lines.",
"nullable":true,
"x-queryable":false
},
"DeliverToCustomerLocationAddress":{
"maxLength":255,
"type":"string",
"description":"Physical address of the onetime location where the buying company needs to deliver the goods received from a supplier.",
"nullable":true,
"x-queryable":false
},
"Requester":{
"type":"string",
"description":"Display name of the person for whom goods or services are being ordered. The value is set to Null if the requester is different across purchase order distributions.",
"nullable":true,
"x-queryable":false
},
"DeliverToSingleLocationFlag":{
"type":"boolean",
"description":"Contains one of the following values: true or false. If true, all the purchase order distributions have the same delivery location. If false, then the delivery location is different on distributions. The default value is false.",
"nullable":true,
"x-queryable":false
},
"POHeaderId":{
"type":"integer",
"description":"Value that uniquely identifies the purchase order.",
"nullable":true,
"x-queryable":false
},
"ChargeToSingleAccountFlag":{
"type":"boolean",
"description":"Contains one of the following values: true or false. If true, the charge account is the same for all distributions so all the purchase order (PO) distributions are charged to the same charge account. If false, then the charge account is different for each distribution so the PO distributions are charged to different charge accounts. The default value is false.",
"nullable":true,
"x-queryable":false
},
"TotalTax":{
"type":"number",
"description":"Sum total of exclusive tax (nonrecoverable and recoverable) amounts on a purchase order expressed in the functional currency.",
"nullable":true,
"x-queryable":false
},
"links":{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
},
"SameRequestedDeliveryDateFlag":{
"type":"boolean",
"description":"Contains one of the following values: true or false. If true, all the purchase order schedules carry the same requested delivery date value. If false, then the requested delivery date is different on schedules. The default value is false.",
"nullable":true,
"x-queryable":false
},
"ChartOfAccountId":{
"type":"number",
"description":"Value that uniquely identifies the chart of accounts.",
"nullable":true,
"x-queryable":false
},
"DeliverToLocationCode":{
"type":"string",
"description":"Abbreviation that identifies the final location where the buying company should deliver the goods that were previously received from a supplier.",
"nullable":true,
"x-queryable":false
},
"SameRequesterIdFlag":{
"type":"boolean",
"description":"Contains one of the following values: true or false. If true, all the purchase order lines are ordered for the same person. If false, the purchase order are ordered for different persons. This attribute doesn't have a default value.",
"nullable":true,
"x-queryable":false
},
"POChargeAccount":{
"type":"string",
"description":"Account that the purchase from a purchase order is charged to.",
"nullable":true,
"x-queryable":false
},
"ProjectNumber":{
"maxLength":25,
"type":"string",
"description":"Number of the project, which is displayed on the purchase order header.",
"nullable":true,
"x-queryable":false
},
"ProjectId":{
"type":"number",
"description":"Value that uniquely identifies the project.",
"nullable":true,
"x-queryable":false
},
"TaskNumber":{
"maxLength":240,
"type":"string",
"description":"Number of the project task, which is displayed on the purchase order.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"sortable":false
}
},
"RequesterId":{
"type":"string",
"description":"Value that uniquely identifies the person for whom goods or services are being ordered. The value is set to Null if the requester is different across the purchase order distributions.",
"nullable":true,
"x-queryable":false
},
"DeliverToCustomerLocationId":{
"type":"integer",
"description":"Value that uniquely identifies the one time location where the buying company should deliver the goods that were previously received from a supplier.",
"nullable":true,
"x-queryable":false
},
"TaskName":{
"type":"string",
"description":"Name of the project task, which is displayed on the purchase order.",
"nullable":true,
"x-queryable":false
},
"Total":{
"type":"number",
"description":"Sum Total of Ordered and Total Tax amount.",
"nullable":true,
"x-queryable":false
},
"RequestedDeliveryDate":{
"type":"string",
"description":"Date when the buying company requested the ordered item or service to be delivered.",
"format":"date",
"nullable":true,
"x-queryable":false
},
"ProjectCostingDetailsCode":{
"type":"string",
"description":"Contains one of the following values: NONE, SINGLE, or MULTIPLE. If none of the distributions have project costing details associated with them, the attribute value is set to NONE. If all the distributions have exactly the same project and task associated with them, it is set to SINGLE. If the project and task associated with the distributions are different, it is set to MULTIPLE.",
"nullable":true,
"x-queryable":false
},
"ProjectsInformationAcrossLines":{
"type":"string",
"description":"Contains one of the following values: NONE, SINGLE, or MULTIPLE. If none of the distributions have project costing details associated with them, the attribute value is set to NONE. If all the distributions have the same project associated with them and the costing details are exactly the same, it is set to SINGLE. If the project costing details of the distributions are different, it is set to MULTIPLE.",
"nullable":true,
"x-queryable":false
},
"POChargeAccountId":{
"type":"integer",
"description":"Value that uniquely identifies the account that the purchase from a purchase order is charged to.",
"nullable":true,
"x-queryable":false
}
}
}
ネストされたスキーマ : リンク
タイプ: array
タイトル: Links
リソース・インスタンスに関連付けられたリンク関係。
ソースを表示
{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
}