ルート・スキーマ : purchaseRequisitions
タイプ: 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/purchaseRequisitions-item-response"
}
}
},
"x-hints":{
"usage":"BusinessObject"
}
}
ネストされたスキーマ : 品目
タイプ: array
タイトル: Items
コレクション内の品目。
ソースを表示
{
"title":"Items",
"type":"array",
"description":"The items in the collection.",
"items":{
"$ref":"#/components/schemas/purchaseRequisitions-item-response"
}
}
ネストされたスキーマ : リンク
タイプ: array
タイトル: Links
リソース・インスタンスに関連付けられたリンク関係。
ソースを表示
{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
}
ネストされたスキーマ : purchaseRequisitions-item-response
タイプ: object
ソースを表示
{
"type":"object",
"properties":{
"LockedByBuyerFlag":{
"maxLength":1,
"type":"boolean",
"description":"Contains one of the following values: true, false, or Null. If true, then the requisition contains lines that the buyer is currently modifying. If false, then the requisition doesn't contain lines that the buyer is currently modifying. If Null, then the value hasn't been set. The default value is Null.",
"nullable":true,
"readOnly":true,
"x-queryable":false,
"x-hints":{
"sortable":false
}
},
"FundsOverrideApproverEmail":{
"title":"Funds Override Approver Email",
"maxLength":240,
"type":"string",
"description":"Email address of the specific user who has the authority to override insufficient funds for a requisition.",
"nullable":true,
"readOnly":true,
"x-queryable":false
},
"CreationDate":{
"type":"string",
"description":"Date and time when the requisition was created.",
"format":"date-time",
"nullable":false,
"readOnly":true,
"x-queryable":true
},
"RequisitioningBUId":{
"type":"integer",
"description":"Value that uniquely identifies the business unit that raised the requisition for goods and services.",
"format":"int64",
"nullable":false,
"x-hints":{
"precision":18
},
"x-queryable":true
},
"DFF":{
"title":"Flexfields for Purchase Requisitions",
"type":"array",
"description":"The Flexfields for Purchase Requisitions resource manages details about purchase requisitions.",
"items":{
"$ref":"#/components/schemas/purchaseRequisitions-DFF-item-response"
},
"x-cardinality":"1"
},
"SoldToLegalEntity":{
"title":"Legal Entity",
"maxLength":240,
"type":"string",
"description":"Legal entity that's liable for the corresponding purchase order amount.",
"nullable":false,
"readOnly":true,
"x-queryable":false
},
"PreparerEmail":{
"title":"Entered by Email",
"maxLength":240,
"type":"string",
"description":"Email address of the user who owns the requisition. This user is the person who created the requisition unless ownership was transferred from the user who created the requisition.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice"
}
},
"SubmissionDate":{
"type":"string",
"description":"Date and time when the requisition was submitted for approval.",
"format":"date-time",
"nullable":true,
"readOnly":true,
"x-queryable":false
},
"HasWithdrawnLinesFlag":{
"maxLength":1,
"type":"boolean",
"description":"Contains one of the following values: true, false, or Null. If true, then the requisition contains withdrawn lines. If false, then the requisition doesn't contain withdrawn lines. If Null, then the value hasn't been set. The default value is Null.",
"nullable":true,
"readOnly":true,
"x-queryable":false
},
"FundsStatusCode":{
"maxLength":30,
"type":"string",
"description":"Abbreviation that identifies the status of funds check or funds reservation validation result.",
"nullable":true,
"readOnly":true,
"x-queryable":false
},
"HasPendingApprovalLinesFlag":{
"maxLength":1,
"type":"boolean",
"description":"Contains one of the following values: true, false, or Null. If true, then the requisition contains lines that are pending approval. If false, then the requisition doesn't contain lines that are pending approval. If Null, then the value hasn't been set. The default value is Null.",
"nullable":true,
"readOnly":true,
"x-queryable":false
},
"ModifyingApproverEmail":{
"title":"Modifying Approver Email",
"maxLength":240,
"type":"string",
"description":"Email address of the user who is currently modifying the requisition during the approval process.",
"nullable":true,
"readOnly":true,
"x-queryable":false
},
"RequisitioningBU":{
"title":"Requisitioning BU",
"maxLength":240,
"type":"string",
"description":"Name of the business unit that raised the requisition for goods and services.",
"nullable":false,
"x-hints":{
"controlType":"choice"
},
"x-queryable":true
},
"ModifyingApproverId":{
"type":"integer",
"description":"Value that uniquely identifies the user who is currently modifying the requisition during the approval process.",
"format":"int64",
"nullable":true,
"readOnly":true,
"x-queryable":false,
"x-hints":{
"precision":18
}
},
"links":{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
},
"Justification":{
"title":"Justification",
"maxLength":1000,
"type":"string",
"description":"Reason for creating the requisition.",
"nullable":true,
"x-queryable":false
},
"FundsOverrideApprover":{
"title":"Funds Override Approver",
"maxLength":240,
"type":"string",
"description":"User who has the authority to override insufficient funds for a requisition.",
"nullable":true,
"readOnly":true,
"x-queryable":false
},
"PreparerId":{
"type":"integer",
"description":"Value that uniquely identifies the user who created the requisition.",
"format":"int64",
"nullable":false,
"x-hints":{
"precision":18
},
"x-queryable":true
},
"LastUpdatedBy":{
"maxLength":64,
"type":"string",
"description":"Name of the user who last updated the requisition.",
"nullable":false,
"readOnly":true,
"x-queryable":true
},
"OverridingApproverPersonNumber":{
"title":"Overriding Approver Person Number",
"maxLength":30,
"type":"string",
"description":"Person number of the user specified on the requisition as the overriding approver for approval routing.",
"nullable":true,
"x-hints":{
"controlType":"choice"
},
"x-queryable":true
},
"CreatedBy":{
"maxLength":64,
"type":"string",
"description":"User who created the requisition.",
"nullable":false,
"readOnly":true,
"x-queryable":true
},
"ApprovedDate":{
"type":"string",
"description":"Date and time when the requisition was most recently approved.",
"format":"date-time",
"nullable":true,
"readOnly":true,
"x-queryable":false
},
"BudgetaryControlEnabledFlag":{
"maxLength":1,
"type":"boolean",
"description":"Contains one of the following values: true, or false, or Null. If true, then the underlying requisitioning business unit has been enabled for budgetary control. If false, then the underlying requisitioning business unit hasn't been enabled for budgetary control. If Null, then the value hasn't been set. The default value is Null.",
"nullable":true,
"readOnly":true,
"x-queryable":false
},
"FundsChkFailWarnFlag":{
"maxLength":1,
"type":"boolean",
"description":"Contains one of the following values: true, or false, or Null. If true, then funds check failed. If false, then funds check didn't fail. If Null, then the value hasn't been set. The default value is Null.",
"nullable":true,
"default":false,
"x-queryable":false
},
"SourceApplicationCode":{
"maxLength":25,
"type":"string",
"description":"Abbreviation that uniquely identifies the application used to create the requisition. This attribute isn't currently used.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"includeInCompactView":true
}
},
"ActiveRequisitionFlag":{
"maxLength":1,
"type":"boolean",
"description":"Contains one of the following values: Y or N. If Y, then the requisition is active for a preparer-business unit combination. If N, then the requisition isn???t active for a preparer-business unit combination. The default value is N.",
"nullable":true,
"default":false,
"x-queryable":true
},
"EmergencyPONumber":{
"maxLength":30,
"type":"string",
"description":"Number that identifies the purchase order reserved in advance for an emergency requisition.",
"nullable":true,
"readOnly":true,
"x-queryable":false
},
"IdentificationKey":{
"maxLength":255,
"type":"string",
"description":"Value that's used to get the approval task ID that uniquely identifies the approval task for a requisition.",
"nullable":true,
"readOnly":true,
"x-queryable":false,
"x-hints":{
"sortable":false
}
},
"summaryAttributes":{
"title":"Summary Attributes for Purchase Requisitions",
"type":"array",
"description":"The Summary Attributes for Purchase Requisitions resource manages the aggregated summary attributes of purchase requisitions. The summary attributes comprise aggregated information from across the lines for a requisition. This resource returns the corresponding data only when called in conjunction with an appropriate finder.",
"items":{
"$ref":"#/components/schemas/purchaseRequisitions-summaryAttributes-item-response"
},
"x-cardinality":"1"
},
"HasActionRequiredLinesFlag":{
"maxLength":1,
"type":"boolean",
"description":"Contains one of the following values: Y or N. If Y, then the requisition contains lines that require an action. If N, then the requisition doesn't contain lines that require an action. The default value is N.",
"nullable":true,
"readOnly":true,
"x-queryable":false
},
"RequisitionHeaderId":{
"type":"integer",
"description":"Value that uniquely identifies the requisition.",
"format":"int64",
"nullable":false,
"readOnly":true,
"x-hints":{
"includeInCompactView":true,
"precision":18,
"fnd:GLOBALLY_UNIQUE":"true"
},
"x-queryable":true
},
"RequisitionLineGroup":{
"maxLength":30,
"type":"string",
"description":"Value that indicates the group of the requisition lines in the requisition.",
"nullable":true,
"readOnly":true,
"default":"LINES_REQUIRING_ATTENTION",
"x-queryable":false,
"x-hints":{
"sortable":false
}
},
"ModifyingApprover":{
"title":"Modifying Approver",
"maxLength":240,
"type":"string",
"description":"Name of the user who is currently modifying the requisition during the approval process.",
"nullable":true,
"readOnly":true,
"x-queryable":false
},
"HasRejectedLinesFlag":{
"maxLength":1,
"type":"boolean",
"description":"Contains one of the following values: true, false, or Null. If true, then the requisition contains rejected lines. If false, then the requisition doesn't contain rejected lines. If Null, then the value hasn't been set. The default value is Null.",
"nullable":true,
"readOnly":true,
"x-queryable":false
},
"EmergencyRequisitionFlag":{
"maxLength":1,
"type":"boolean",
"description":"Contains one of the following values: true, or false, or Null. If true, then requisition is an emergency requisition. If false, then requisition isn't an emergency requisition. If Null, then the value hasn't been set. The default value is Null.",
"nullable":true,
"readOnly":true,
"x-queryable":false
},
"ExternallyManagedFlag":{
"maxLength":1,
"type":"boolean",
"description":"Contains one of the following values: true, or false. If true, then requisition is externally managed. If false, then requisition isn't externally managed. This attribute doesn't have a default value.",
"nullable":true,
"x-queryable":false
},
"Description":{
"maxLength":240,
"type":"string",
"description":"Description of the requisition.",
"nullable":true,
"x-queryable":true
},
"attachments":{
"title":"Attachments for Purchase Requisitions",
"type":"array",
"description":"The Attachments for Purchase Requisitions resource manages attachments for a purchase requisition.",
"items":{
"$ref":"#/components/schemas/purchaseRequisitions-attachments-item-response"
}
},
"ApprovedById":{
"type":"integer",
"description":"Value that uniquely identifies the approver of the requisition.",
"format":"int64",
"nullable":true,
"x-queryable":false,
"x-hints":{
"precision":18
}
},
"InterfaceSourceLineId":{
"type":"integer",
"description":"Value that uniquely identifies the source requisition line from a requisition import process.",
"format":"int64",
"nullable":true,
"readOnly":true,
"x-queryable":false,
"x-hints":{
"precision":18
}
},
"FunctionalCurrencyCode":{
"maxLength":15,
"type":"string",
"description":"Abbreviation that identifies the currency of the current requisitioning business unit.",
"nullable":false,
"readOnly":true,
"x-queryable":false
},
"OverridingApprover":{
"title":"Overriding Approver",
"maxLength":240,
"type":"string",
"description":"Name of the user specified on the requisition as the overriding approver for approval routing.",
"nullable":true,
"readOnly":true,
"x-queryable":false
},
"ApprovedByEmail":{
"title":"Approved by Email",
"maxLength":240,
"type":"string",
"description":"Email address of the approver of the requisition.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice"
}
},
"FundsStatus":{
"title":"Funds Status",
"maxLength":80,
"type":"string",
"description":"Status of the funds reservation request.",
"nullable":false,
"readOnly":true,
"x-queryable":false
},
"LifecycleStatusCode":{
"maxLength":30,
"type":"string",
"description":"Abbreviation that identifies the requisition lifecycle status. This attribute isn't currently used.",
"nullable":true,
"readOnly":true,
"x-queryable":false
},
"LifecycleStatus":{
"title":"Lifecycle Status",
"maxLength":80,
"type":"string",
"description":"Aggregated value of the lifecycle status across requisition lines. This attribute isn't currently used.",
"nullable":false,
"readOnly":true,
"x-queryable":false
},
"DocumentStatusCode":{
"maxLength":25,
"type":"string",
"description":"Abbreviation that identifies the requisition status.",
"nullable":true,
"readOnly":true,
"default":"INCOMPLETE",
"x-queryable":true
},
"InterfaceSourceCode":{
"maxLength":25,
"type":"string",
"description":"Abbreviation that identifies the source of the requisition from a requisition import process.",
"nullable":true,
"x-queryable":false
},
"OverridingApproverId":{
"type":"integer",
"description":"Value that uniquely identifies the user specified on the requisition as the overriding approver for approval routing.",
"format":"int64",
"nullable":true,
"x-queryable":false,
"x-hints":{
"precision":18
}
},
"RejectedReason":{
"maxLength":4000,
"type":"string",
"description":"Reason for rejecting the requisition lines.",
"nullable":true,
"readOnly":true,
"x-queryable":false
},
"RejectedByDisplayName":{
"title":"Name",
"maxLength":240,
"type":"string",
"description":"Display name of the person who rejected the requisition lines.",
"nullable":true,
"readOnly":true,
"x-queryable":false
},
"lines":{
"title":"Lines",
"type":"array",
"description":"The Lines resource manages items to be requisitioned, their quantity, unit of measure, price, and deliver-to-location information.",
"items":{
"$ref":"#/components/schemas/purchaseRequisitions-lines-item-response"
}
},
"SoldToLegalEntityId":{
"type":"integer",
"description":"Value that uniquely identifies the legal entity that's liable for the corresponding purchase order amount.",
"format":"int64",
"nullable":true,
"readOnly":true,
"x-queryable":false,
"x-hints":{
"precision":18
}
},
"FundsOverrideApproverId":{
"type":"integer",
"description":"Value that uniquely identifies the user who has the authority to override insufficient funds for a requisition.",
"format":"int64",
"nullable":true,
"readOnly":true,
"x-queryable":false,
"x-hints":{
"precision":18
}
},
"DocumentStatus":{
"title":"Status",
"maxLength":80,
"type":"string",
"description":"Status of the requisition.",
"nullable":false,
"readOnly":true,
"x-queryable":true
},
"OverridingApproverEmail":{
"title":"Overriding Approver Email",
"maxLength":240,
"type":"string",
"description":"Email address of the user specified on the requisition as the overriding approver for approval routing.",
"nullable":true,
"readOnly":true,
"x-queryable":false
},
"RejectedById":{
"type":"integer",
"description":"Value that uniquely identifies the person who rejected the requisition lines.",
"format":"int64",
"nullable":true,
"readOnly":true,
"x-queryable":false,
"x-hints":{
"precision":18
}
},
"InternalTransferFlag":{
"maxLength":1,
"type":"boolean",
"description":"Contains one of the following values: true, or false, or Null. If true, then all the lines on the requisition are for internal material transfer. If false, then not all the lines on the requisition are for internal material transfer. If Null, then the value hasn't been set. The default value is Null.",
"nullable":true,
"readOnly":true,
"default":false,
"x-queryable":false
},
"Requisition":{
"maxLength":64,
"type":"string",
"description":"Number that identifies the requisition. It's used to identify the requisition by end users.",
"nullable":true,
"readOnly":true,
"x-hints":{
"includeInCompactView":true,
"dependencies":[
"RequisitioningBU",
"RequisitioningBUId"
]
},
"x-queryable":true
},
"Preparer":{
"title":"Entered By",
"maxLength":240,
"type":"string",
"description":"Name of the user who owns the requisition. This user creates the requisition but can transfer ownership to another user.",
"nullable":true,
"readOnly":true,
"x-queryable":true
},
"HasReturnedLinesFlag":{
"maxLength":1,
"type":"boolean",
"description":"Contains one of the following values: true, false, or Null. If true, then the requisition contains returned lines. If false, then the requisition doesn't contain returned lines. If Null, then the value hasn't been set. The default value is Null.",
"nullable":true,
"readOnly":true,
"x-queryable":false
},
"LastUpdateDate":{
"type":"string",
"description":"Date and time when the requisition was last updated.",
"format":"date-time",
"nullable":false,
"readOnly":true,
"x-queryable":true
}
}
}
ネストされたスキーマ : 購買依頼の添付
タイプ: array
タイトル: Attachments for Purchase Requisitions
購買依頼の添付リソースは、購買依頼の添付を管理します。
ソースを表示
{
"title":"Attachments for Purchase Requisitions",
"type":"array",
"description":"The Attachments for Purchase Requisitions resource manages attachments for a purchase requisition.",
"items":{
"$ref":"#/components/schemas/purchaseRequisitions-attachments-item-response"
}
}
ネストされたスキーマ : 購買依頼のフレックスフィールド
タイプ: array
タイトル: Flexfields for Purchase Requisitions
購買依頼のフレックスフィールド・リソースは、購買依頼の詳細を管理します。
ソースを表示
{
"title":"Flexfields for Purchase Requisitions",
"type":"array",
"description":"The Flexfields for Purchase Requisitions resource manages details about purchase requisitions.",
"items":{
"$ref":"#/components/schemas/purchaseRequisitions-DFF-item-response"
},
"x-cardinality":"1"
}
ネストされたスキーマ : 明細
タイプ: array
タイトル: Lines
明細リソースは、購買依頼される品目、その数量、単位、価格および搬送先事業所情報を管理します。
ソースを表示
{
"title":"Lines",
"type":"array",
"description":"The Lines resource manages items to be requisitioned, their quantity, unit of measure, price, and deliver-to-location information.",
"items":{
"$ref":"#/components/schemas/purchaseRequisitions-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 Purchase Requisitions
購買依頼の要約属性は、購買依頼の集計済要約属性を管理します。 要約属性は、購買依頼の明細全体からの集計情報で構成されます。 このリソースは、適切なファインダとともにコールされた場合のみ、対応するデータを返します。
ソースを表示
{
"title":"Summary Attributes for Purchase Requisitions",
"type":"array",
"description":"The Summary Attributes for Purchase Requisitions resource manages the aggregated summary attributes of purchase requisitions. The summary attributes comprise aggregated information from across the lines for a requisition. This resource returns the corresponding data only when called in conjunction with an appropriate finder.",
"items":{
"$ref":"#/components/schemas/purchaseRequisitions-summaryAttributes-item-response"
},
"x-cardinality":"1"
}
ネストされたスキーマ : purchaseRequisitions-attachments-item-response
タイプ: object
ソースを表示
{
"type":"object",
"properties":{
"CreationDate":{
"title":"Creation Date",
"type":"string",
"description":"Date and time when the user created the record.",
"format":"date-time",
"nullable":false,
"readOnly":true,
"x-hints":{
"includeInCompactView":true
},
"x-queryable":true
},
"Description":{
"title":"Description",
"maxLength":255,
"type":"string",
"description":"Description of the attachment.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"includeInCompactView":true,
"fnd:FND_AUDIT_ATTR_ENABLED":"false"
}
},
"FileName":{
"title":"File Name",
"maxLength":2048,
"type":"string",
"description":"Name of the attached file.",
"nullable":true,
"x-hints":{
"includeInCompactView":true,
"fnd:FND_AUDIT_ATTR_ENABLED":"true"
},
"x-queryable":true
},
"FileWebImage":{
"title":"File Web Image",
"type":"string",
"description":"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) of the topology manager type attachment.",
"nullable":true,
"x-hints":{
"includeInCompactView":true,
"fnd:FND_AUDIT_ATTR_ENABLED":"false"
},
"x-queryable":true
},
"Url":{
"title":"Url",
"maxLength":4000,
"type":"string",
"description":"Uniform resource locator of the web page type attachment.",
"nullable":true,
"x-hints":{
"includeInCompactView":true,
"fnd:FND_AUDIT_ATTR_ENABLED":"true"
},
"x-queryable":true
},
"DmDocumentId":{
"maxLength":255,
"type":"string",
"description":"Value that uniquely identifies the document from which the attachment is created.",
"nullable":true,
"x-hints":{
"includeInCompactView":true,
"fnd:FND_AUDIT_ATTR_ENABLED":"true",
"fnd:OA_TRANSLATABLE":"true"
},
"x-queryable":true
},
"AttachedDocumentId":{
"title":"Attached Document Id",
"type":"integer",
"description":"Value that uniquely identifies the attached document.",
"format":"int64",
"nullable":false,
"x-hints":{
"includeInCompactView":true,
"precision":18,
"fnd:FND_AUDIT_ATTR_ENABLED":"true",
"fnd:GLOBALLY_UNIQUE":"true"
},
"x-queryable":true
},
"UploadedFileContentType":{
"title":"Uploaded File Content Type",
"type":"string",
"description":"Content type of the attached file.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"includeInCompactView":true,
"fnd:FND_AUDIT_ATTR_ENABLED":"false"
}
},
"DownloadInfo":{
"title":"DownloadInfo",
"type":"string",
"description":"JSON object represented as a string containing information used to programmatically retrieve a file attachment.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"includeInCompactView":true,
"fnd:FND_AUDIT_ATTR_ENABLED":"false"
}
},
"CreatedByUserName":{
"title":"Created By User Name",
"type":"string",
"description":"Login that the user used when creating the document.",
"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":"Size of the attached file.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"includeInCompactView":true,
"fnd:FND_AUDIT_ATTR_ENABLED":"false"
}
},
"DmVersionNumber":{
"maxLength":255,
"type":"string",
"description":"Number that identifies the document version from which the attachment is created.",
"nullable":true,
"x-hints":{
"includeInCompactView":true,
"fnd:FND_AUDIT_ATTR_ENABLED":"true"
},
"x-queryable":true
},
"LastUpdatedBy":{
"title":"Last Updated By",
"maxLength":255,
"type":"string",
"description":"User who most recently updated the record.",
"nullable":false,
"readOnly":true,
"x-hints":{
"includeInCompactView":true
},
"x-queryable":true
},
"ErrorStatusMessage":{
"title":"Error Status Message",
"type":"string",
"description":"Text of the error message, if any, for the attachment.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"includeInCompactView":true,
"fnd:FND_AUDIT_ATTR_ENABLED":"false"
}
},
"UserName":{
"title":"User Name",
"maxLength":255,
"type":"string",
"description":"Login that the user used when creating the attachment.",
"nullable":false,
"readOnly":true,
"x-hints":{
"includeInCompactView":true,
"fnd:FND_AUDIT_ATTR_ENABLED":"false"
},
"x-queryable":true
},
"CreatedBy":{
"title":"Created By",
"maxLength":255,
"type":"string",
"description":"User who created the record.",
"nullable":false,
"readOnly":true,
"x-hints":{
"includeInCompactView":true
},
"x-queryable":true
},
"DatatypeCode":{
"title":"Type",
"maxLength":30,
"type":"string",
"description":"Abbreviation that identifies the data type.",
"nullable":false,
"default":"FILE",
"x-hints":{
"includeInCompactView":true,
"fnd:FND_AUDIT_ATTR_ENABLED":"true"
},
"x-queryable":true
},
"Title":{
"title":"Title",
"type":"string",
"description":"Title of the attachment.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"includeInCompactView":true,
"fnd:FND_AUDIT_ATTR_ENABLED":"false"
}
},
"LastUpdatedByUserName":{
"title":"Last Updated By User",
"type":"string",
"description":"Login that the user used when updating the document.",
"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 file.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"includeInCompactView":true,
"fnd:FND_AUDIT_ATTR_ENABLED":"false"
}
},
"FileUrl":{
"title":"File Url",
"type":"string",
"description":"Uniform resource locator of the file.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"includeInCompactView":true,
"fnd:FND_AUDIT_ATTR_ENABLED":"false"
}
},
"ContentRepositoryFileShared":{
"title":"Shared",
"type":"boolean",
"description":"Contains one of the following values: true or false. If true then the attachment is shared. If false, then it isn't 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 file.",
"format":"byte",
"nullable":true,
"x-queryable":false,
"x-hints":{
"XML_ELEMENT":"#hide"
}
},
"ExpirationDate":{
"title":"Expiration Date",
"type":"string",
"description":"Date when the contents of the attachment are no longer valid.",
"format":"date-time",
"nullable":true,
"x-hints":{
"includeInCompactView":true
},
"x-queryable":true
},
"ErrorStatusCode":{
"title":"Error Status Code",
"type":"string",
"description":"Abbreviation that identifies the error code, if any, for the attachment.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"includeInCompactView":true,
"fnd:FND_AUDIT_ATTR_ENABLED":"false"
}
},
"DmFolderPath":{
"title":"Dm Folder Path",
"maxLength":1000,
"type":"string",
"description":"Path of the folder from which the attachment is created.",
"nullable":true,
"x-hints":{
"includeInCompactView":true,
"fnd:FND_AUDIT_ATTR_ENABLED":"true"
},
"x-queryable":true
},
"UploadedText":{
"title":"Uploaded Text",
"type":"string",
"description":"Contents of text file that is attached.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"includeInCompactView":true,
"fnd:FND_AUDIT_ATTR_ENABLED":"false"
}
},
"CategoryName":{
"title":"Category",
"maxLength":30,
"type":"string",
"description":"Name of the attachment category.",
"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 record.",
"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."
}
}
}
ネストされたスキーマ : purchaseRequisitions-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"
}
},
"RequisitionHeaderId":{
"type":"integer",
"description":"Value that uniquely identifies the requisition.",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18,
"fnd:GLOBALLY_UNIQUE":"true"
},
"x-queryable":true
},
"__FLEX_Context_DisplayValue":{
"title":"Attribute Value",
"type":"string",
"description":"Descriptive flexfield context display value for purchase requisition 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":"HIDDEN"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
},
"x-queryable":true
},
"__FLEX_Context":{
"title":"Attribute Value",
"maxLength":30,
"type":"string",
"description":"Descriptive flexfield context name for purchase requisition distributions",
"nullable":true,
"x-hints":{
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"_FLEX_ContextValueSet_Internal#INDEPENDENT",
"controlType":"choice",
"FND_ACFF_AkaAttrName":"__FLEX_Context_DisplayValue",
"includeInCompactView":true,
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"1024",
"FND_ACFF_PreferredDisplayType":"HIDDEN"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
},
"x-queryable":true
}
}
}
ネストされたスキーマ : リンク
タイプ: array
タイトル: Links
リソース・インスタンスに関連付けられたリンク関係。
ソースを表示
{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
}
ネストされたスキーマ : purchaseRequisitions-lines-item-response
タイプ: object
ソースを表示
{
"type":"object",
"properties":{
"ModifiedByBuyerId":{
"type":"integer",
"description":"Value that uniquely identifies the buyer who modified the requisition line by splitting the requisition line or by replacing the requested item with a catalog item.",
"format":"int64",
"nullable":true,
"readOnly":true,
"x-queryable":false,
"x-hints":{
"precision":18
}
},
"CreationDate":{
"type":"string",
"description":"Date and time when the purchase requisition was initiated.",
"format":"date-time",
"nullable":false,
"readOnly":true,
"x-queryable":false
},
"SuggestedSupplierContactFax":{
"maxLength":30,
"type":"string",
"description":"Fax number of the person representing the new supplier.",
"nullable":true,
"x-queryable":false
},
"DFF":{
"title":"Flexfields for Purchase Requisition Lines",
"type":"array",
"description":"The Flexfields for Purchase Requisition Lines resource manages details about purchase requisition lines.",
"items":{
"$ref":"#/components/schemas/purchaseRequisitions-lines-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":{
"precision":18
}
},
"SupplierContactEmail":{
"maxLength":2000,
"type":"string",
"description":"Email address of the supplier contact.",
"nullable":true,
"readOnly":true,
"x-queryable":false
},
"SourceTypeCode":{
"maxLength":10,
"type":"string",
"description":"Abbreviation that identifies the type of supply source for the requisition line. Values include the following values. Internal: the line is sourced from an inventory organization. External: the line is sourced for supplier.",
"nullable":true,
"default":"EXTERNAL",
"x-queryable":true
},
"SupplierItemAuxiliaryId":{
"maxLength":150,
"type":"string",
"description":"Auxiliary part number that uniquely identifies the supplier item.",
"nullable":true,
"x-queryable":false
},
"SuggestedSupplierSite":{
"maxLength":240,
"type":"string",
"description":"Value that uniquely identifies the new supplier.",
"nullable":true,
"x-queryable":false
},
"NegotiationLineNumber":{
"type":"number",
"description":"Number that identifies the negotiation line associated with the requisition line.",
"nullable":true,
"readOnly":true,
"x-queryable":false
},
"CurrencyCode":{
"maxLength":15,
"type":"string",
"description":"Abbreviation that identifies the purchase requisition currency.",
"nullable":true,
"x-queryable":true
},
"Item":{
"maxLength":300,
"type":"string",
"description":"Abbreviation that uniquely identifies the item being purchased.",
"nullable":true,
"x-hints":{
"controlType":"choice",
"dependencies":[
"DestinationOrganizationId",
"DestinationOrganizationCode"
]
},
"x-queryable":true
},
"WorkOrder":{
"maxLength":120,
"type":"string",
"description":"Display number that uniquely identifies a work order in a plant.",
"nullable":true,
"readOnly":true,
"x-queryable":true
},
"AssignedBuyerId":{
"type":"integer",
"description":"Value that uniquely identifies the person responsible for managing the purchase requisition through its life cycle.",
"format":"int64",
"nullable":true,
"readOnly":true,
"x-queryable":false,
"x-hints":{
"precision":18
}
},
"OriginalSubmittedDate":{
"type":"string",
"description":"Date when the requisition line was first submitted for approval.",
"format":"date-time",
"nullable":true,
"readOnly":true,
"x-queryable":false
},
"RequisitionLineSource":{
"maxLength":25,
"type":"string",
"description":"Value that indicates the source of the line. This attribute isn't currently used.",
"nullable":true,
"default":"REST_INTEGRATION",
"x-queryable":false
},
"DeliverToCustomer":{
"title":"Deliver-to Customer",
"maxLength":360,
"type":"string",
"description":"Name of the third party to whom the materials need to be delivered.",
"nullable":false,
"readOnly":true,
"x-queryable":false
},
"Currency":{
"title":"Currency Name",
"maxLength":80,
"type":"string",
"description":"Purchase requisition currency.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice"
}
},
"AssignedBuyerDisplayName":{
"title":"Name",
"maxLength":240,
"type":"string",
"description":"Display name of the person responsible for managing the purchase requisition through its life cycle.",
"nullable":true,
"readOnly":true,
"x-queryable":false
},
"OneTimeLocationFlag":{
"maxLength":1,
"type":"boolean",
"description":"Contains one of the following values: true or false. If true, then the location on final delivery of goods is a one-time delivery address. If false, then the location of delivery is an existing address in Oracle Fusion Cloud Global Human Resources. The default value is false.",
"nullable":true,
"readOnly":true,
"default":false,
"x-queryable":false
},
"POLineId":{
"type":"integer",
"description":"Value that uniquely identifies the parent purchase order line.",
"format":"int64",
"nullable":true,
"readOnly":true,
"x-queryable":false,
"x-hints":{
"precision":18
}
},
"SourceAgreementType":{
"title":"Agreement Type",
"maxLength":80,
"type":"string",
"description":"Value that indicates whether the referenced agreement is a blanket purchase agreement or a contract purchase agreement.",
"nullable":false,
"readOnly":true,
"x-queryable":true
},
"UOMCode":{
"maxLength":3,
"type":"string",
"description":"Abbreviation that identifies the unit of measure.",
"nullable":true,
"x-queryable":false
},
"OnNegotiationFlag":{
"maxLength":1,
"type":"boolean",
"description":"Contains one of the following values: true or false. If true, then the requisition line is part of an active sourcing negotiation in Oracle Sourcing. If false, then the requisition line isn't part of an active negotiation. This attribute doesn't have a default value.",
"nullable":true,
"readOnly":true,
"x-queryable":false
},
"ProcurementBU":{
"title":"Procurement BU",
"maxLength":240,
"type":"string",
"description":"Business unit responsible for managing the procurement function.",
"nullable":false,
"readOnly":true,
"x-queryable":true
},
"LastUpdatedBy":{
"maxLength":64,
"type":"string",
"description":"User who most recently updated the record.",
"nullable":false,
"readOnly":true,
"x-queryable":false
},
"informationTemplates":{
"title":"Information Templates for Purchase Requisition Lines",
"type":"array",
"description":"The Information Templates for Purchase Requisitions Lines resource manages the information templates associated with a smart form used to create a requisition line. This resource is not currently used.",
"items":{
"$ref":"#/components/schemas/purchaseRequisitions-lines-informationTemplates-item-response"
}
},
"Negotiation":{
"maxLength":40,
"type":"string",
"description":"Value that identifies the negotiation document associated with the requisition line.",
"nullable":true,
"readOnly":true,
"x-queryable":true
},
"WorkOrderOperationId":{
"type":"integer",
"description":"Value that uniquely identifies an operation of a work order.",
"format":"int64",
"nullable":true,
"readOnly":true,
"x-queryable":false,
"x-hints":{
"precision":18
}
},
"DeliverToAddress":{
"title":"Deliver-to Address",
"type":"string",
"description":"Physical address of the final location where the buying company should deliver the goods previously received from a supplier.",
"nullable":true,
"readOnly":true,
"x-queryable":false
},
"CreatedBy":{
"maxLength":64,
"type":"string",
"description":"User who created the requisition.",
"nullable":false,
"readOnly":true,
"x-queryable":false
},
"ManufacturerName":{
"maxLength":240,
"type":"string",
"description":"Name of the company that manufactures the item being purchased.",
"nullable":true,
"x-queryable":false
},
"SuggestedSupplier":{
"maxLength":360,
"type":"string",
"description":"Name of the new supplier suggested on the requisition line for fulfillment of the ordered goods and services.",
"nullable":true,
"x-queryable":true
},
"WorkOrderOperationSequence":{
"type":"number",
"description":"Sequence to use when performing the work order operations.",
"nullable":true,
"readOnly":true,
"x-queryable":true
},
"ManufacturerPartNumber":{
"maxLength":700,
"type":"string",
"description":"Number that uniquely identifies the item as provided by the manufacturer.",
"nullable":true,
"x-queryable":false
},
"SuggestedBuyer":{
"title":"Suggested Buyer",
"maxLength":240,
"type":"string",
"description":"Name of the buyer suggested for managing the purchase requisition line through its life cycle.",
"nullable":true,
"readOnly":true,
"x-queryable":false
},
"RequisitionLinePOInstanceId":{
"type":"integer",
"description":"Uniquely identifies the request ID of the Generate Orders process that processed the requisition line.",
"format":"int64",
"nullable":true,
"readOnly":true,
"x-queryable":false,
"x-hints":{
"precision":18,
"sortable":false
}
},
"distributions":{
"title":"Distributions",
"type":"array",
"description":"The Distributions resource manages purchasing details such as details about accounting or the project.",
"items":{
"$ref":"#/components/schemas/purchaseRequisitions-lines-distributions-item-response"
}
},
"WorkOrderProduct":{
"maxLength":300,
"type":"string",
"description":"Value that identifies the finished goods of the contract manufacturing work order.",
"nullable":true,
"readOnly":true,
"x-queryable":true
},
"ModeOfTransportCode":{
"maxLength":30,
"type":"string",
"description":"Abbreviation that identifies the mode of transport.",
"nullable":true,
"readOnly":true,
"x-queryable":false
},
"NegotiationRequiredFlag":{
"maxLength":1,
"type":"boolean",
"description":"Contains one of the following values: true or false. If true, then a request for a quotation is required prior to placing the requisition line on a purchase order. If false, then a request for a quotation isn't required. This attribute doesn't have a default value.",
"nullable":true,
"x-queryable":true
},
"UNSPSCCode":{
"maxLength":700,
"type":"string",
"description":"Abbreviation that identifies the United Nations Standard Products and Services Code (UNSPSC) for taxonomy of products and services.",
"nullable":true,
"x-queryable":false
},
"CancelDate":{
"type":"string",
"description":"Date when the requested items were canceled.",
"format":"date",
"nullable":true,
"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
},
"ModeOfTransport":{
"title":"Mode of Transport",
"maxLength":80,
"type":"string",
"description":"Mode of transportation used to ship the product, such as truck, air, or boat.",
"nullable":false,
"readOnly":true,
"x-queryable":false
},
"SupplierSite":{
"title":"Supplier Site",
"maxLength":240,
"type":"string",
"description":"Name of the supplier location from where goods or services are purchased.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice",
"dependencies":[
"SupplierId",
"Supplier"
]
}
},
"ReturnedByBuyerDisplayName":{
"title":"Returned by Buyer",
"maxLength":240,
"type":"string",
"description":"Name of the buyer who returned the requisition line.",
"nullable":true,
"readOnly":true,
"x-queryable":false,
"x-hints":{
"sortable":false,
"dependencies":[
"LineStatus"
]
}
},
"ReturnReason":{
"maxLength":4000,
"type":"string",
"description":"Reason provided by the buyer while returning the requisition line.",
"nullable":true,
"readOnly":true,
"x-queryable":false,
"x-hints":{
"sortable":false,
"dependencies":[
"LineStatus"
]
}
},
"ShipToCustomer":{
"title":"Ship-to Customer",
"maxLength":360,
"type":"string",
"description":"Name of the party who will receive the materials that are shipped.",
"nullable":false,
"readOnly":true,
"x-queryable":true
},
"RequisitionLineInPool":{
"maxLength":1,
"type":"string",
"description":"Value that indicates if a requisition line is available for processing by the buyer. Valid values include Y, N, and P, where P indicates already processed.",
"nullable":true,
"readOnly":true,
"x-queryable":false,
"x-hints":{
"sortable":false
}
},
"POHoldReason":{
"type":"string",
"description":"The reason provided by the buyer while placing the purchase order on hold.",
"nullable":true,
"readOnly":true,
"x-hints":{
"dependencies":[
"POHeaderId"
]
},
"x-queryable":true
},
"SourceAgreementLineNumber":{
"title":"Agreement Line",
"type":"number",
"description":"Number that identifies the line of the source agreement referenced by the purchase requisition line.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice"
}
},
"attachments":{
"title":"Attachments for Lines",
"type":"array",
"description":"The Attachments for Lines resource manages attachments for a purchase requisition line.",
"items":{
"$ref":"#/components/schemas/purchaseRequisitions-lines-attachments-item-response"
}
},
"HazardClass":{
"title":"Hazard Class",
"maxLength":40,
"type":"string",
"description":"Value that uniquely identifies the hazard class.",
"nullable":false,
"readOnly":true,
"x-queryable":false
},
"DestinationOrganizationId":{
"type":"integer",
"description":"Value that uniquely identifies the inventory organization where the supplier should deliver the goods.",
"format":"int64",
"nullable":true,
"x-queryable":false,
"x-hints":{
"precision":18
}
},
"DeliverToLocationId":{
"type":"integer",
"description":"Value that uniquely identifies the final location where the buying company should deliver the goods previously received from a supplier.",
"format":"int64",
"nullable":true,
"x-queryable":false,
"x-hints":{
"precision":18,
"fnd:APPLCORE_SETID_DETERMINANT_ATTR":"RequisitioningBUId"
}
},
"BuyerOnPurchaseOrder":{
"title":"Name",
"maxLength":240,
"type":"string",
"description":"Display name of the person who is responsible for managing the purchase order.",
"nullable":true,
"readOnly":true,
"x-queryable":false
},
"DeliverToCustomerId":{
"type":"integer",
"description":"Value that uniquely identifies the third party to whom the materials need to be delivered.",
"format":"int64",
"nullable":true,
"readOnly":true,
"x-queryable":false,
"x-hints":{
"precision":18
}
},
"LineNumber":{
"type":"number",
"description":"Number that uniquely identifies the line associated with a purchase requisition.",
"nullable":false,
"x-queryable":true
},
"SalesOrderScheduleNumber":{
"maxLength":50,
"type":"string",
"description":"Number that uniquely identifies the sales order schedule for a given customer sales order line.",
"nullable":true,
"readOnly":true,
"x-queryable":false
},
"ShipToCustomerId":{
"type":"integer",
"description":"Value that uniquely identifies the third party to which materials need to be shipped.",
"format":"int64",
"nullable":true,
"readOnly":true,
"x-queryable":false,
"x-hints":{
"precision":18
}
},
"SourceAgreementTypeCode":{
"maxLength":25,
"type":"string",
"description":"Abbreviation that identifies the source agreement type. Values include CONTRACT and BLANKET.",
"nullable":true,
"x-queryable":false
},
"DestinationOrganizationCode":{
"title":"Deliver-to Organization",
"maxLength":18,
"type":"string",
"description":"Abbreviation that identifies the inventory organization where the supplier should deliver the goods.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice"
}
},
"CarrierId":{
"type":"integer",
"description":"Value that uniquely identifies the company that transports goods from one point to another by land, sea, or air.",
"format":"int64",
"nullable":true,
"readOnly":true,
"x-queryable":false,
"x-hints":{
"precision":18
}
},
"SupplierSiteId":{
"type":"integer",
"description":"Value that uniquely identifies the supplier site.",
"format":"int64",
"nullable":true,
"x-queryable":false,
"x-hints":{
"precision":18
}
},
"LifecycleStatusCode":{
"maxLength":30,
"type":"string",
"description":"Abbreviation that identifies the requisition line lifecycle status.",
"nullable":true,
"readOnly":true,
"x-queryable":false
},
"SalesOrderLineNumber":{
"maxLength":50,
"type":"string",
"description":"Number that uniquely identifies the sales order line for a given customer sales order.",
"nullable":true,
"readOnly":true,
"x-queryable":false
},
"UNNumberId":{
"type":"integer",
"description":"Value that uniquely identifies the United Nations identification number for hazardous material.",
"format":"int64",
"nullable":true,
"x-queryable":false,
"x-hints":{
"precision":18
}
},
"NewSupplierFlag":{
"maxLength":1,
"type":"boolean",
"description":"Contains one of the following values: true or false. If true, then the supplier entered on the line is a new supplier. If false, then the supplier entered on the line is an existing supplier. This attribute doesn't have a default value.",
"nullable":true,
"x-queryable":true
},
"Supplier":{
"maxLength":360,
"type":"string",
"description":"Name of the supplier tasked with fulfillment of the ordered goods and services.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice"
}
},
"ActionRequiredCode":{
"maxLength":30,
"type":"string",
"description":"Abbreviation that identifies the action required of the requisition preparer or a requester on a requisition line.",
"nullable":true,
"readOnly":true,
"x-queryable":false
},
"ConversionRateDate":{
"type":"string",
"description":"Date from when the conversion rate is used to convert an amount into another currency.",
"format":"date",
"nullable":true,
"x-queryable":false
},
"TransferOrderHeaderId":{
"type":"integer",
"description":"Value that uniquely identifies the transfer order document associated with the requisition line.",
"format":"int64",
"nullable":true,
"readOnly":true,
"x-queryable":false,
"x-hints":{
"precision":18
}
},
"SourceAgreement":{
"title":"Agreement",
"maxLength":30,
"type":"string",
"description":"Number that uniquely identifies the source agreement referenced by the purchase requisition line.",
"nullable":true,
"x-hints":{
"controlType":"choice"
},
"x-queryable":true
},
"SourceOrganizationId":{
"type":"integer",
"description":"Value that uniquely identifies the inventory organization that will supply the item to the destination inventory organization in an internal material transfer operation.",
"format":"int64",
"nullable":true,
"x-queryable":false,
"x-hints":{
"precision":18
}
},
"DestinationTypeCode":{
"maxLength":25,
"type":"string",
"description":"Abbreviation that identifies whether the item is for inventory, expense, drop ship, or manufacturing. Valid values include INVENTORY, EXPENSE, DROP SHIP, and MANUFACTURING.",
"nullable":true,
"x-queryable":false
},
"DeliverToLocationCode":{
"title":"Deliver-to Location",
"maxLength":60,
"type":"string",
"description":"Abbreviation that identifies the final location where the buying company should deliver the goods previously received from a supplier.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"dependencies":[
"DestinationOrganizationId",
"DestinationOrganizationCode",
"SetIdFromBU"
]
}
},
"SourceSubinventory":{
"maxLength":10,
"type":"string",
"description":"Subinventory within a source inventory organization that will supply the item to the destination inventory organization in an internal material transfer operation.",
"nullable":true,
"x-queryable":false
},
"RequesterDisplayName":{
"title":"Name",
"maxLength":240,
"type":"string",
"description":"Display name of the person for whom goods or services are being ordered.",
"nullable":true,
"readOnly":true,
"x-queryable":false
},
"ModifiedByBuyer":{
"title":"Modified by Buyer",
"maxLength":240,
"type":"string",
"description":"Buyer who modified the requisition line by splitting the requisition line or by replacing the requested item with a catalog item.",
"nullable":true,
"readOnly":true,
"x-queryable":false
},
"Amount":{
"type":"number",
"description":"Total amount of the requested items in the currency of the buying company.",
"nullable":true,
"readOnly":true,
"x-queryable":false,
"x-hints":{
"dependencies":[
"CurrencyAmount"
]
}
},
"ResponseLineNumber":{
"type":"number",
"description":"Number that identifies the line in a response submitted by supplier for a negotiation.",
"nullable":true,
"readOnly":true,
"x-queryable":false
},
"SourceAgreementLineId":{
"type":"integer",
"description":"Value that uniquely identifies the source agreement line for a given source agreement.",
"format":"int64",
"nullable":true,
"x-queryable":false,
"x-hints":{
"precision":18
}
},
"RequesterEmail":{
"title":"Requester Email",
"maxLength":240,
"type":"string",
"description":"Email address of the person for whom goods or services are being ordered.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice"
}
},
"RequesterId":{
"type":"integer",
"description":"Value that uniquely identifies the person for whom goods or services are being ordered.",
"format":"int64",
"nullable":true,
"x-hints":{
"precision":18
},
"x-queryable":true
},
"DestinationSubinventory":{
"maxLength":10,
"type":"string",
"description":"Name of the subinventory that identifies where to deliver the requested item.",
"nullable":true,
"x-queryable":false
},
"NegotiatedByPreparerFlag":{
"maxLength":1,
"type":"boolean",
"description":"Contains one of the following values: true or false. If true, then the price on the purchase requisition line is agreed on in advance between the buying company and the supplier. If false, then the price isn't agreed on in advance. This attribute doesn't have a default value.",
"nullable":true,
"x-queryable":true
},
"NegotiationHeaderId":{
"type":"integer",
"description":"Value that uniquely identifies the negotiation document associated with the requisition line.",
"format":"int64",
"nullable":true,
"readOnly":true,
"x-queryable":false,
"x-hints":{
"precision":18
}
},
"LifecycleSecondaryStatus":{
"maxLength":100,
"type":"string",
"description":"Code that indicates additional information about a line lifecycle. This information is used to indicate the secondary status of a requisition line.",
"nullable":true,
"readOnly":true,
"x-queryable":false,
"x-hints":{
"sortable":false
}
},
"SuggestedSupplierContact":{
"maxLength":80,
"type":"string",
"description":"Name of the person representing the new supplier involved in supporting the customer relationship.",
"nullable":true,
"x-queryable":false
},
"UnitPrice":{
"type":"number",
"description":"Price of the requested item in the currency of the buying company.",
"nullable":true,
"x-hints":{
"dependencies":[
"Price"
]
},
"x-queryable":true
},
"PublicShoppingListHeaderId":{
"type":"integer",
"description":"Value that uniquely identifies the public shopping list.",
"format":"int64",
"nullable":true,
"x-queryable":false,
"x-hints":{
"precision":18
}
},
"ConversionRate":{
"type":"number",
"description":"Conversion rate to use when converting the currency.",
"nullable":true,
"x-queryable":false
},
"POCancelReason":{
"title":"Cancellation Reason",
"maxLength":240,
"type":"string",
"description":"Reason provided by the employee for cancelling the purchase order.",
"nullable":true,
"readOnly":true,
"x-queryable":true
},
"SuggestedSupplierContactEmail":{
"maxLength":1000,
"type":"string",
"description":"Email address of the person representing the new supplier.",
"nullable":true,
"x-queryable":false
},
"DisableAutosourceFlag":{
"maxLength":1,
"type":"boolean",
"description":"Contains one of the following values: Y or N. If Y, then the requisition line isn't automatically sourced. If N, then the requisition is automatically sourced. The default value is N.",
"nullable":true,
"default":false,
"x-queryable":false
},
"PurchaseOrder":{
"title":"Order",
"maxLength":30,
"type":"string",
"description":"Number that identifies the purchase order created to fulfill the requisition line.",
"nullable":false,
"readOnly":true,
"x-queryable":true
},
"RequestedShipDate":{
"type":"string",
"description":"Date when the buying company requested the ordered item to be shipped.",
"format":"date",
"nullable":true,
"readOnly":true,
"x-queryable":true
},
"LastUpdateDate":{
"type":"string",
"description":"Date when the record was last updated.",
"format":"date-time",
"nullable":false,
"readOnly":true,
"x-queryable":false
},
"NoteToSupplier":{
"title":"Note to Supplier",
"maxLength":1000,
"type":"string",
"description":"Note to the supplier on the purchase requisition.",
"nullable":true,
"x-queryable":false
},
"ServiceLevelCode":{
"maxLength":30,
"type":"string",
"description":"Abbreviation that identifies the service level for the shipping method.",
"nullable":true,
"readOnly":true,
"x-queryable":false
},
"LineTypeId":{
"type":"integer",
"description":"Value that uniquely identifies type that indicates whether a purchase requisition line is for goods or services.",
"format":"int64",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice",
"precision":18
}
},
"SecondaryUOM":{
"title":"UOM Name",
"maxLength":25,
"type":"string",
"description":"Secondary unit of measure to use for the quantity of a dual unit of measure controlled item.",
"nullable":false,
"readOnly":true,
"x-queryable":false,
"x-hints":{
"controlType":"edit"
}
},
"BuyerProcessingFlag":{
"maxLength":1,
"type":"boolean",
"description":"Contains one of the following values: true or flase. If true, then the requisition line is being processed by the buyer. If false, then the requisition line isn't being processed by the buyer. The default value is false.",
"nullable":true,
"readOnly":true,
"x-queryable":false,
"x-hints":{
"sortable":false
}
},
"SourceType":{
"title":"Source Type",
"maxLength":80,
"type":"string",
"description":"Value that indicates the type of source the requisition line is sourced from. For example: Inventory, Supplier.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice"
}
},
"WorkOrderSubType":{
"maxLength":30,
"type":"string",
"description":"Display name used to identify the subtype of the manufacturing work order.",
"nullable":true,
"readOnly":true,
"x-queryable":false
},
"SuggestedSupplierContactPhone":{
"maxLength":30,
"type":"string",
"description":"Phone number of the person representing the new supplier.",
"nullable":true,
"x-queryable":false
},
"ItemId":{
"type":"integer",
"description":"Value that uniquely identifies the item being purchased.",
"format":"int64",
"nullable":true,
"x-queryable":false,
"x-hints":{
"precision":18
}
},
"LineStatus":{
"maxLength":25,
"type":"string",
"description":"Abbreviation that identifies the purchase requisition line status in the line life cycle.",
"nullable":true,
"readOnly":true,
"x-queryable":true
},
"FundsStatusCode":{
"maxLength":30,
"type":"string",
"description":"Abbreviation that identifies the status of funds check or the validation result of funds reservation at the line level.",
"nullable":true,
"readOnly":true,
"x-queryable":false
},
"Requester":{
"title":"Requester",
"maxLength":240,
"type":"string",
"description":"Person for whom goods or services are being ordered.",
"nullable":true,
"readOnly":true,
"x-queryable":true
},
"POBuyerId":{
"type":"integer",
"description":"Value that uniquely identifies the buyer who is responsible for managing the purchase order.",
"format":"int64",
"nullable":false,
"readOnly":true,
"x-queryable":false,
"x-hints":{
"precision":18
}
},
"links":{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
},
"ResponseNumber":{
"type":"number",
"description":"Number that identifies the response submitted by supplier for a negotiation document.",
"nullable":true,
"readOnly":true,
"x-queryable":false
},
"Carrier":{
"title":"Carrier",
"maxLength":360,
"type":"string",
"description":"Company that transports goods from one point to another by land, sea, or air.",
"nullable":false,
"readOnly":true,
"x-queryable":false
},
"LastSubmittedDate":{
"type":"string",
"description":"Date when the requisition line was last submitted for approval.",
"format":"date-time",
"nullable":true,
"readOnly":true,
"x-queryable":false
},
"ItemRevision":{
"maxLength":18,
"type":"string",
"description":"Number that identifies the revision of the item.",
"nullable":true,
"x-queryable":true
},
"SalesOrder":{
"maxLength":50,
"type":"string",
"description":"Number that uniquely identifies a backing customer sales order number.",
"nullable":true,
"readOnly":true,
"x-queryable":true
},
"ProcurementBUId":{
"type":"integer",
"description":"Value that uniquely identifies the business unit responsible for managing the procurement function.",
"format":"int64",
"nullable":true,
"readOnly":true,
"x-queryable":false,
"x-hints":{
"precision":18
}
},
"TransferOrderLineId":{
"type":"integer",
"description":"Value that uniquely identifies the transfer order line associated with the requisition line.",
"format":"int64",
"nullable":true,
"readOnly":true,
"x-queryable":false,
"x-hints":{
"precision":18
}
},
"HazardClassId":{
"type":"integer",
"description":"Value that uniquely identifies the hazard class captured on the line to comply with Section 19 of the International Safety Rating System.",
"format":"int64",
"nullable":true,
"x-queryable":false,
"x-hints":{
"precision":18
}
},
"BPAPriceUserOverrideFlag":{
"maxLength":1,
"type":"boolean",
"description":"Contains one of the following values: true or false. If true, then the blanket purchase agreement price attribute has been updated by the user. If false, then the blanket purchase agreement price attribute hasn't been updated by the user. The default value is false. This attribute isn't currently used.",
"nullable":true,
"x-queryable":false
},
"SmartFormName":{
"maxLength":250,
"type":"string",
"description":"Name of the smart form on the requisition line. This attribute isn't currently used.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice",
"sortable":false
}
},
"OriginalApprovalDate":{
"type":"string",
"description":"Date when the requisition line was first approved.",
"format":"date-time",
"nullable":true,
"readOnly":true,
"x-queryable":true
},
"NoteToBuyer":{
"title":"Note to Buyer",
"maxLength":1000,
"type":"string",
"description":"Note to the buyer on the purchase requisition.",
"nullable":true,
"x-queryable":false
},
"HazardClassCode":{
"title":"Code",
"maxLength":30,
"type":"string",
"description":"Abbreviation that identifies the hazard class specified on the line.",
"nullable":true,
"readOnly":true,
"x-queryable":false
},
"CurrencyAmount":{
"type":"number",
"description":"Total amount of the requested item in the currency of the supplier.",
"nullable":true,
"x-queryable":false
},
"InformationTemplateTouchedFlag":{
"maxLength":1,
"type":"boolean",
"description":"Contains one of the following values: Y or N. If Y, then the requisition line information templates were reviewed by the user. If N, then the requisition line information templates weren't reviewed by the user.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"sortable":false
}
},
"TransferOrder":{
"title":"Transfer Order",
"maxLength":50,
"type":"string",
"description":"Number that identifies the transfer order document associated with the requisition line.",
"nullable":false,
"readOnly":true,
"x-queryable":false
},
"SupplierId":{
"type":"integer",
"description":"Value that uniquely identifies the supplier.",
"format":"int64",
"nullable":true,
"x-queryable":false,
"x-hints":{
"precision":18
}
},
"POAutomationFailedReasonCode":{
"maxLength":30,
"type":"string",
"description":"Abbreviation that indicates the reason for the failure of automatic processing of requisition line to purchase order.",
"nullable":true,
"readOnly":true,
"x-queryable":false
},
"SourceAgreementHeaderId":{
"type":"integer",
"description":"Value that uniquely identifies the source agreement referenced by the purchase requisition line.",
"format":"int64",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice",
"precision":18
}
},
"CancelReason":{
"maxLength":240,
"type":"string",
"description":"Reason for canceling the requested items.",
"nullable":true,
"readOnly":true,
"x-queryable":false
},
"SecondaryQuantity":{
"type":"number",
"description":"Scheduled quantity in terms of the secondary unit of measure for a dual unit of measure controlled item.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"dependencies":[
"Quantity"
]
}
},
"NoteToReceiver":{
"title":"Note to Receiver",
"maxLength":1000,
"type":"string",
"description":"Note to the receiver on the purchase requisition.",
"nullable":true,
"x-queryable":false
},
"Price":{
"type":"number",
"description":"Price of the requested item in the currency of the supplier.",
"nullable":true,
"x-queryable":true
},
"FormattedDeliverToAddress":{
"title":"Address",
"type":"string",
"description":"Formatted physical address of the final location where the buying company should deliver the goods previously received from a supplier.",
"nullable":true,
"readOnly":true,
"x-queryable":false
},
"SourceOrganizationCode":{
"maxLength":18,
"type":"string",
"description":"Abbreviation that identifies the inventory organization that supplies the item to the destination inventory organization in an internal material transfer operation.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice",
"sortable":false
}
},
"RequisitionLineGroup":{
"maxLength":30,
"type":"string",
"description":"Value that indicates the group of the requisition line.",
"nullable":true,
"readOnly":true,
"x-queryable":false,
"x-hints":{
"sortable":false
}
},
"SmartFormId":{
"type":"integer",
"description":"Value that uniquely identifies the smart form. This attribute isn't currently used.",
"format":"int64",
"nullable":true,
"x-queryable":false,
"x-hints":{
"precision":18,
"sortable":false
}
},
"SupplierContactPhone":{
"maxLength":255,
"type":"string",
"description":"Phone number of the supplier contact.",
"nullable":true,
"readOnly":true,
"x-queryable":false,
"x-hints":{
"dependencies":[
"AreaCode",
"Phone",
"PhoneCountryCode",
"PhoneExtension"
]
}
},
"ServiceLevel":{
"title":"Service Level",
"maxLength":80,
"type":"string",
"description":"Transportation priority that determines how quickly to transport goods.",
"nullable":false,
"readOnly":true,
"x-queryable":false
},
"CategoryId":{
"type":"integer",
"description":"Value that uniquely identifies the purchasing category.",
"format":"int64",
"nullable":true,
"x-queryable":false,
"x-hints":{
"precision":18,
"dependencies":[
"DestinationOrganizationId",
"DestinationOrganizationCode",
"ItemId",
"Item"
]
}
},
"ConfiguredItemFlag":{
"maxLength":1,
"type":"boolean",
"description":"Contains one of the following values: true or false. If true, then the requisition line is for a configured item and configuration details might exist. If false, then the requisition line isn't for a configured item. This attribute doesn't have a default value.",
"nullable":true,
"readOnly":true,
"default":false,
"x-queryable":false
},
"SupplierItemNumber":{
"title":"Supplier Item",
"maxLength":300,
"type":"string",
"description":"Number that identifies the supplier or code for the goods or services ordered on the purchase requisition line.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"dependencies":[
"Supplier",
"SupplierId",
"SupplierSite",
"SupplierSiteId"
]
}
},
"DestinationOrganization":{
"title":"Organization",
"maxLength":240,
"type":"string",
"description":"Name of the inventory organization that receives the item.",
"nullable":false,
"readOnly":true,
"x-queryable":false
},
"SupplierContact":{
"maxLength":4000,
"type":"string",
"description":"Name of the person representing the supplier with regards to communication with the buying company.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice",
"dependencies":[
"SupplierSiteId",
"SupplierSite"
]
}
},
"SupplierContactFax":{
"maxLength":255,
"type":"string",
"description":"Fax number if the supplier contact.",
"nullable":true,
"readOnly":true,
"x-queryable":false,
"x-hints":{
"dependencies":[
"Fax",
"FaxAreaCode",
"FaxCountryCode"
]
}
},
"DestinationType":{
"title":"Destination Type",
"maxLength":80,
"type":"string",
"description":"Type of destination to determine how the purchased goods or services should be charged. Valid values include Inventory, Expense, Drop Ship, and Work Order.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice"
}
},
"ItemDescription":{
"maxLength":240,
"type":"string",
"description":"Description of the goods or services being purchased.",
"nullable":true,
"x-hints":{
"includeInCompactView":true,
"dependencies":[
"DestinationOrganizationId",
"DestinationOrganizationCode",
"ItemId",
"Item"
]
},
"x-queryable":true
},
"ConversionRateType":{
"maxLength":30,
"type":"string",
"description":"Type of rate used to determine the currency conversion rate for the purchase requisition.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"includeInCompactView":true
}
},
"SupplierOnPurchaseOrder":{
"maxLength":360,
"type":"string",
"description":"Name of the supplier who fulfills the ordered item.",
"nullable":false,
"readOnly":true,
"x-queryable":false
},
"RequisitionLineId":{
"type":"integer",
"description":"Value that uniquely identifies the requisition line.",
"format":"int64",
"nullable":false,
"readOnly":true,
"x-hints":{
"includeInCompactView":true,
"precision":18,
"fnd:GLOBALLY_UNIQUE":"true"
},
"x-queryable":true
},
"SourceOrganization":{
"title":"Source Organization",
"maxLength":240,
"type":"string",
"description":"Name of the inventory organization that will supply the item to the destination inventory organization in an internal material transfer operation.",
"nullable":false,
"readOnly":true,
"x-queryable":true
},
"BackToBackFlag":{
"maxLength":1,
"type":"boolean",
"description":"Contains one of the following values: true or false. If true, then the purchase requisition line is intended to fulfill a specific customer sales order upon receipt. If false, then the purchase requisition line doesn't have a backing sales order. This attribute doesn't 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":true,
"readOnly":true,
"x-queryable":false,
"x-hints":{
"precision":18
}
},
"FundsStatus":{
"title":"Funds Status",
"maxLength":80,
"type":"string",
"description":"Status of the funds reservation request at the line level.",
"nullable":false,
"readOnly":true,
"x-queryable":false
},
"LifecycleStatus":{
"title":"Lifecycle Status",
"maxLength":80,
"type":"string",
"description":"Status indicating the post approval progress of the requisition line.",
"nullable":false,
"readOnly":true,
"x-queryable":false
},
"SecondaryUOMCode":{
"maxLength":3,
"type":"string",
"description":"Abbreviation that identifies the alternative unit of measure that is allowed to quantify a dual unit of measure controlled item.",
"nullable":true,
"readOnly":true,
"x-queryable":false
},
"ItemUserOverrideFlag":{
"maxLength":1,
"type":"boolean",
"description":"This attribute isn't currently used.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"sortable":false
}
},
"SuggestedBuyerId":{
"type":"integer",
"description":"Value that uniquely identifies the suggested buyer.",
"format":"int64",
"nullable":true,
"x-queryable":false,
"x-hints":{
"precision":18
}
},
"LineTypeCode":{
"title":"Line Type Code",
"maxLength":30,
"type":"string",
"description":"Abbreviation that uniquely identifies the line type. Values include Goods, Fixed Price Services, and so on.",
"nullable":true,
"x-hints":{
"controlType":"choice"
},
"x-queryable":true
},
"AssignedBuyerEmail":{
"title":"Assigned Buyer Email",
"maxLength":240,
"type":"string",
"description":"Email address of the person responsible for managing the purchase requisition through its life cycle.",
"nullable":true,
"readOnly":true,
"x-queryable":false
},
"UNNumber":{
"title":"UN Number",
"maxLength":20,
"type":"string",
"description":"United Nations identification number for the hazardous material.",
"nullable":false,
"readOnly":true,
"x-queryable":false
},
"ActionRequired":{
"title":"Meaning",
"maxLength":80,
"type":"string",
"description":"Action required of the requisition preparer or a requester on a requisition line.",
"nullable":false,
"readOnly":true,
"x-queryable":false
},
"LastApprovalDate":{
"type":"string",
"description":"Date when the requisition lines was last approved.",
"format":"date-time",
"nullable":true,
"readOnly":true,
"x-queryable":true
},
"LineTypeOrderTypeLookupCode":{
"maxLength":25,
"type":"string",
"description":"Abbreviation that identifies the type of agreement line. Valid values are QUANTITY or FIXED PRICE.",
"nullable":false,
"readOnly":true,
"x-queryable":false
},
"Quantity":{
"type":"number",
"description":"Quantity of the goods being purchased.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"dependencies":[
"UOM",
"UOMCode"
]
}
},
"ReturnedByBuyerId":{
"type":"integer",
"description":"Value that uniquely identifies the buyer who returned the requisition line.",
"format":"int64",
"nullable":true,
"readOnly":true,
"x-queryable":false,
"x-hints":{
"precision":18,
"sortable":false,
"dependencies":[
"LineStatus"
]
}
},
"UrgentFlag":{
"maxLength":1,
"type":"boolean",
"description":"Contains one of the following values: true or false. If true, then the requisition line requires urgent processing. If false, then the line doesn't require urgent processing. This attribute doesn't have a default value.",
"nullable":true,
"readOnly":true,
"x-queryable":true
},
"AssignedBuyer":{
"title":"Assigned Buyer",
"maxLength":240,
"type":"string",
"description":"Name of the person responsible for managing the purchase requisition through its life cycle.",
"nullable":true,
"readOnly":true,
"x-queryable":true
},
"DeliverToCustomerLocationId":{
"type":"integer",
"description":"Value that uniquely identifies the third-party location to which materials need to be delivered.",
"format":"int64",
"nullable":true,
"x-queryable":false,
"x-hints":{
"precision":18
}
},
"UOM":{
"title":"UOM Name",
"maxLength":25,
"type":"string",
"description":"Unit of measure of the item quantity.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"edit",
"dependencies":[
"ItemId",
"DestinationOrganizationId",
"DestinationOrganizationCode",
"Item"
]
}
},
"WorkOrderId":{
"type":"integer",
"description":"Value that uniquely identifies the work order in a plant.",
"format":"int64",
"nullable":true,
"readOnly":true,
"x-queryable":false,
"x-hints":{
"precision":18
}
},
"POAutomationFailedReason":{
"maxLength":240,
"type":"string",
"description":"Functional reason for the failure of automatic processing of requisition line to purchase order.",
"nullable":false,
"readOnly":true,
"x-queryable":false
},
"LineStatusDisplayValue":{
"title":"Status",
"maxLength":80,
"type":"string",
"description":"Status of the requisition line.",
"nullable":false,
"readOnly":true,
"x-queryable":false
},
"CategoryName":{
"maxLength":2400,
"type":"string",
"description":"Name of the purchasing category that is used for classifying the purchase being made by using this order line.",
"nullable":true,
"x-hints":{
"controlType":"choice"
},
"x-queryable":true
},
"RequestedDeliveryDate":{
"type":"string",
"description":"Date when the buying company requested the ordered item or service to be delivered.",
"format":"date",
"nullable":true,
"x-queryable":true
},
"DeliverToOneTimeAddress":{
"title":"One-Time Address",
"type":"string",
"description":"Physical address of the one-time location where the buying company should deliver the goods that were previously received from a supplier. This location not internal to the organization.",
"nullable":true,
"readOnly":true,
"x-queryable":false
},
"SuggestedBuyerEmail":{
"title":"Suggested Buyer Email",
"maxLength":240,
"type":"string",
"description":"Email address of the suggested buyer.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice"
}
},
"LineImageURL":{
"title":"Image URL",
"type":"string",
"description":"URL (Uniform Resource Locator) that locates the image representing the requisition line item, if any.",
"nullable":true,
"readOnly":true,
"x-queryable":false,
"x-hints":{
"dependencies":[
"AgreementImageURL",
"MasterItemImageURL",
"PunchoutItemImageUrl",
"PunchoutCatalogImageURL",
"SmartFormImageURL"
]
}
}
}
}
ネストされたスキーマ : 明細の添付
タイプ: array
タイトル: Attachments for Lines
明細の添付リソースは、購買依頼明細の添付を管理します。
ソースを表示
{
"title":"Attachments for Lines",
"type":"array",
"description":"The Attachments for Lines resource manages attachments for a purchase requisition line.",
"items":{
"$ref":"#/components/schemas/purchaseRequisitions-lines-attachments-item-response"
}
}
ネストされたスキーマ : 購買依頼明細のフレックスフィールド
タイプ: array
タイトル: Flexfields for Purchase Requisition Lines
購買依頼明細のフレックスフィールド・リソースは、購買依頼明細に関する詳細を管理します。
ソースを表示
{
"title":"Flexfields for Purchase Requisition Lines",
"type":"array",
"description":"The Flexfields for Purchase Requisition Lines resource manages details about purchase requisition lines.",
"items":{
"$ref":"#/components/schemas/purchaseRequisitions-lines-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/purchaseRequisitions-lines-distributions-item-response"
}
}
ネストされたスキーマ : リンク
タイプ: array
タイトル: Links
リソース・インスタンスに関連付けられたリンク関係。
ソースを表示
{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
}
ネストされたスキーマ : purchaseRequisitions-lines-attachments-item-response
タイプ: object
ソースを表示
{
"type":"object",
"properties":{
"CreationDate":{
"title":"Creation Date",
"type":"string",
"description":"Date and time when the user created the record.",
"format":"date-time",
"nullable":false,
"readOnly":true,
"x-hints":{
"includeInCompactView":true
},
"x-queryable":true
},
"Description":{
"title":"Description",
"maxLength":255,
"type":"string",
"description":"Description of the attachment.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"includeInCompactView":true,
"fnd:FND_AUDIT_ATTR_ENABLED":"false"
}
},
"FileName":{
"title":"File Name",
"maxLength":2048,
"type":"string",
"description":"Name of the attached file.",
"nullable":true,
"x-hints":{
"includeInCompactView":true,
"fnd:FND_AUDIT_ATTR_ENABLED":"true"
},
"x-queryable":true
},
"FileWebImage":{
"title":"File Web Image",
"type":"string",
"description":"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) of the topology manager type attachment.",
"nullable":true,
"x-hints":{
"includeInCompactView":true,
"fnd:FND_AUDIT_ATTR_ENABLED":"false"
},
"x-queryable":true
},
"Url":{
"title":"Url",
"maxLength":4000,
"type":"string",
"description":"Uniform resource locator of the web page type attachment.",
"nullable":true,
"x-hints":{
"includeInCompactView":true,
"fnd:FND_AUDIT_ATTR_ENABLED":"true"
},
"x-queryable":true
},
"DmDocumentId":{
"maxLength":255,
"type":"string",
"description":"Value that uniquely identifies the document from which the attachment is created.",
"nullable":true,
"x-hints":{
"includeInCompactView":true,
"fnd:FND_AUDIT_ATTR_ENABLED":"true",
"fnd:OA_TRANSLATABLE":"true"
},
"x-queryable":true
},
"AttachedDocumentId":{
"title":"Attached Document Id",
"type":"integer",
"description":"Value that uniquely identifies the attached document.",
"format":"int64",
"nullable":false,
"x-hints":{
"includeInCompactView":true,
"precision":18,
"fnd:FND_AUDIT_ATTR_ENABLED":"true",
"fnd:GLOBALLY_UNIQUE":"true"
},
"x-queryable":true
},
"UploadedFileContentType":{
"title":"Uploaded File Content Type",
"type":"string",
"description":"Content type of the attached file.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"includeInCompactView":true,
"fnd:FND_AUDIT_ATTR_ENABLED":"false"
}
},
"DownloadInfo":{
"title":"DownloadInfo",
"type":"string",
"description":"JSON object represented as a string containing information used to programmatically retrieve a file attachment.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"includeInCompactView":true,
"fnd:FND_AUDIT_ATTR_ENABLED":"false"
}
},
"CreatedByUserName":{
"title":"Created By User Name",
"type":"string",
"description":"Login that the user used when creating the document.",
"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":"Size of the attached file.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"includeInCompactView":true,
"fnd:FND_AUDIT_ATTR_ENABLED":"false"
}
},
"DmVersionNumber":{
"maxLength":255,
"type":"string",
"description":"Number that identifies the document version from which the attachment is created.",
"nullable":true,
"x-hints":{
"includeInCompactView":true,
"fnd:FND_AUDIT_ATTR_ENABLED":"true"
},
"x-queryable":true
},
"LastUpdatedBy":{
"title":"Last Updated By",
"maxLength":255,
"type":"string",
"description":"User who most recently updated the record.",
"nullable":false,
"readOnly":true,
"x-hints":{
"includeInCompactView":true
},
"x-queryable":true
},
"ErrorStatusMessage":{
"title":"Error Status Message",
"type":"string",
"description":"Text of the error message, if any, for the attachment.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"includeInCompactView":true,
"fnd:FND_AUDIT_ATTR_ENABLED":"false"
}
},
"UserName":{
"title":"User Name",
"maxLength":255,
"type":"string",
"description":"Login that the user used when creating the attachment.",
"nullable":false,
"readOnly":true,
"x-hints":{
"includeInCompactView":true,
"fnd:FND_AUDIT_ATTR_ENABLED":"false"
},
"x-queryable":true
},
"CreatedBy":{
"title":"Created By",
"maxLength":255,
"type":"string",
"description":"User who created the record.",
"nullable":false,
"readOnly":true,
"x-hints":{
"includeInCompactView":true
},
"x-queryable":true
},
"DatatypeCode":{
"title":"Type",
"maxLength":30,
"type":"string",
"description":"Abbreviation that identifies the data type.",
"nullable":false,
"default":"FILE",
"x-hints":{
"includeInCompactView":true,
"fnd:FND_AUDIT_ATTR_ENABLED":"true"
},
"x-queryable":true
},
"Title":{
"title":"Title",
"type":"string",
"description":"Title of the attachment.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"includeInCompactView":true,
"fnd:FND_AUDIT_ATTR_ENABLED":"false"
}
},
"LastUpdatedByUserName":{
"title":"Last Updated By User",
"type":"string",
"description":"Login that the user used when updating the document.",
"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 file.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"includeInCompactView":true,
"fnd:FND_AUDIT_ATTR_ENABLED":"false"
}
},
"FileUrl":{
"title":"File Url",
"type":"string",
"description":"Uniform resource locator of the file.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"includeInCompactView":true,
"fnd:FND_AUDIT_ATTR_ENABLED":"false"
}
},
"ContentRepositoryFileShared":{
"title":"Shared",
"type":"boolean",
"description":"Contains one of the following values: true or false. If true then the attachment is shared. If false, then it isn't 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 file.",
"format":"byte",
"nullable":true,
"x-queryable":false,
"x-hints":{
"XML_ELEMENT":"#hide"
}
},
"ExpirationDate":{
"title":"Expiration Date",
"type":"string",
"description":"Date when the contents of the attachment are no longer valid.",
"format":"date-time",
"nullable":true,
"x-hints":{
"includeInCompactView":true
},
"x-queryable":true
},
"ErrorStatusCode":{
"title":"Error Status Code",
"type":"string",
"description":"Abbreviation that identifies the error code, if any, for the attachment.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"includeInCompactView":true,
"fnd:FND_AUDIT_ATTR_ENABLED":"false"
}
},
"DmFolderPath":{
"title":"Dm Folder Path",
"maxLength":1000,
"type":"string",
"description":"Path of the folder from which the attachment is created.",
"nullable":true,
"x-hints":{
"includeInCompactView":true,
"fnd:FND_AUDIT_ATTR_ENABLED":"true"
},
"x-queryable":true
},
"UploadedText":{
"title":"Uploaded Text",
"type":"string",
"description":"Contents of text file that is attached.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"includeInCompactView":true,
"fnd:FND_AUDIT_ATTR_ENABLED":"false"
}
},
"CategoryName":{
"title":"Category",
"maxLength":30,
"type":"string",
"description":"Name of the attachment category.",
"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 record.",
"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"
}
}
ネストされたスキーマ : purchaseRequisitions-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"
}
},
"RequisitionLineId":{
"type":"integer",
"description":"Value that uniquely identifies the requisition line.",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18,
"fnd:GLOBALLY_UNIQUE":"true"
},
"x-queryable":true
},
"__FLEX_Context_DisplayValue":{
"title":"Attribute Value",
"type":"string",
"description":"Descriptive flexfield context display value for purchase requisition 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":"HIDDEN"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
},
"x-queryable":true
},
"__FLEX_Context":{
"title":"Attribute Value",
"maxLength":30,
"type":"string",
"description":"Descriptive flexfield context name for purchase requisition distributions",
"nullable":true,
"x-hints":{
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"_FLEX_ContextValueSet_Internal#INDEPENDENT",
"controlType":"choice",
"FND_ACFF_AkaAttrName":"__FLEX_Context_DisplayValue",
"includeInCompactView":true,
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"1024",
"FND_ACFF_PreferredDisplayType":"HIDDEN"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
},
"x-queryable":true
}
}
}
ネストされたスキーマ : リンク
タイプ: array
タイトル: Links
リソース・インスタンスに関連付けられたリンク関係。
ソースを表示
{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
}
ネストされたスキーマ : purchaseRequisitions-lines-distributions-item-response
タイプ: object
ソースを表示
{
"type":"object",
"properties":{
"ChartOfAccountId":{
"type":"integer",
"description":"Value that uniquely identifies the chart of accounts.",
"nullable":true,
"readOnly":true,
"x-queryable":false,
"x-hints":{
"FND_ACFF_StructureID":"chargeAccountKFF"
}
},
"DistributionNumber":{
"title":"DistributionNumber",
"type":"number",
"description":"Number that uniquely identifies the distribution associated with a purchase requisition line.",
"nullable":false,
"x-queryable":true
},
"UserAccountOverrideFlag":{
"type":"boolean",
"description":"Contains one of the following values: Y or N. If Y, the charge account is updated by the user. If N, the charge account isn't updated by the user.",
"nullable":true,
"readOnly":true,
"x-queryable":false,
"x-hints":{
"sortable":false,
"dependencies":[
"AccountUserOverrideFlag"
]
}
},
"ChargeAccount":{
"maxLength":255,
"type":"string",
"description":"Account that the purchase from a requisition is charged to.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"FND_ACFF_ResourceLOVName":"accountCombinationsLOV",
"FND_ACFF_ResourceLOVFinderContext":"oracle.apps.prc.por.manageReq.restModel.view.PurchaseRequisitionDistributionVO#chargeAccountKFF",
"FND_ACFF_ResourceName":"purchaseRequisitions",
"ojStructureInstanceNumber":"ChartOfAccountId",
"dependencies":[
"ExecuteSubmitDistrValidations"
]
},
"x-oj":{
"controlType":"oj-sp-input-key-flex-field"
}
},
"ChargeAccountId":{
"type":"integer",
"description":"Value that uniquely identifies the account that the purchase from a requisition is charged to.",
"format":"int64",
"nullable":true,
"x-queryable":false,
"x-hints":{
"precision":18
}
},
"DFF":{
"title":"Flexfields for Purchase Requisition Distributions",
"type":"array",
"description":"The Flexfields for Purchase Requisition Distributions resource manages details about purchase requisition distributions.",
"items":{
"$ref":"#/components/schemas/purchaseRequisitions-lines-distributions-DFF-item-response"
},
"x-cardinality":"1"
},
"Quantity":{
"title":"Quantity",
"type":"number",
"description":"Quantity of goods being purchased.",
"nullable":true,
"x-queryable":false
},
"CurrencyAmount":{
"type":"number",
"description":"Monetary amount associated with the distribution line in the currency of the supplier.",
"nullable":true,
"x-queryable":false
},
"FundsStatusCode":{
"maxLength":30,
"type":"string",
"description":"Abbreviation that identifies the status of funds check or the validation result of funds reservation at the distribution level.",
"nullable":true,
"readOnly":true,
"x-queryable":false
},
"RequisitionLineId":{
"type":"integer",
"description":"Value that uniquely identifies the requisition line.",
"format":"int64",
"nullable":false,
"readOnly":true,
"x-hints":{
"precision":18
},
"x-queryable":true
},
"CurrencyRecoverableExclusiveTax":{
"type":"number",
"description":"Tax that the requisition amount doesn't include. The tax amount is added to the line amount. The purchaser can recover this tax.",
"nullable":true,
"readOnly":true,
"x-queryable":false
},
"RequisitionDistributionId":{
"type":"integer",
"description":"Value that uniquely identifies the purchasing requisition distribution.",
"format":"int64",
"nullable":false,
"readOnly":true,
"x-hints":{
"includeInCompactView":true,
"precision":18,
"fnd:GLOBALLY_UNIQUE":"true"
},
"x-queryable":true
},
"FundsStatus":{
"title":"Funds Status",
"maxLength":80,
"type":"string",
"description":"Status of the funds reservation request at the distribution level.",
"nullable":false,
"readOnly":true,
"x-queryable":false
},
"CurrencyNonrecoverableExclusiveTax":{
"type":"number",
"description":"Tax that the requisition amount doesn't include. The tax amount is added to the line amount. The purchaser cannot recover this tax.",
"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"
}
},
"BudgetDate":{
"title":"Budget Date",
"type":"string",
"description":"Date from which the budget is consumed. This date is used to determine the budget period.",
"format":"date",
"nullable":true,
"x-queryable":false
},
"projectDFF":{
"title":"Project Costing Flexfields for Purchase Requisition Distributions",
"type":"array",
"description":"The Project Costing Flexfields for Purchase Requisition Distributions resource manages details about purchase requisition distributions.",
"items":{
"$ref":"#/components/schemas/purchaseRequisitions-lines-distributions-projectDFF-item-response"
},
"x-cardinality":"1"
}
}
}
ネストされたスキーマ : 購買依頼配分のフレックスフィールド
タイプ: array
タイトル: Flexfields for Purchase Requisition Distributions
購買依頼配分のフレックスフィールド・リソースは、購買依頼配分に関する詳細を管理します。
ソースを表示
{
"title":"Flexfields for Purchase Requisition Distributions",
"type":"array",
"description":"The Flexfields for Purchase Requisition Distributions resource manages details about purchase requisition distributions.",
"items":{
"$ref":"#/components/schemas/purchaseRequisitions-lines-distributions-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"
}
}
ネストされたスキーマ : 購買依頼配分のProject Costingフレックスフィールド
タイプ: array
タイトル: Project Costing Flexfields for Purchase Requisition Distributions
購買依頼配分のProject Costing Flexfields(プロジェクト原価計算フレックスフィールド)リソースは、購買依頼配分の詳細を管理します。
ソースを表示
- Array of: object Discriminator: __FLEX_Context
Discriminator: { "propertyName":"__FLEX_Context", "mapping":{ "AP_Distribution_Sets":"#/components/schemas/oracle_apps_flex_prc_por_manageReq_restModel_pjcRequisitionDistributions_view_PJCDFFAP__5FDistribution__5FSetsVO-item-response", "AP_Invoice_Distribution":"#/components/schemas/oracle_apps_flex_prc_por_manageReq_restModel_pjcRequisitionDistributions_view_PJCDFFAP__5FInvoice__5FDistributionVO-item-response", "AP_Invoice_Line":"#/components/schemas/oracle_apps_flex_prc_por_manageReq_restModel_pjcRequisitionDistributions_view_PJCDFFAP__5FInvoice__5FLineVO-item-response", "EXM_Expense_Report":"#/components/schemas/oracle_apps_flex_prc_por_manageReq_restModel_pjcRequisitionDistributions_view_PJCDFFEXM__5FExpense__5FReportVO-item-response", "EXM_Expense_Report_Line":"#/components/schemas/oracle_apps_flex_prc_por_manageReq_restModel_pjcRequisitionDistributions_view_PJCDFFEXM__5FExpense__5FReport__5FLineVO-item-response", "INV_Misc_Transactions":"#/components/schemas/oracle_apps_flex_prc_por_manageReq_restModel_pjcRequisitionDistributions_view_PJCDFFINV__5FMisc__5FTransactionsVO-item-response", "OM_Sales_Order":"#/components/schemas/oracle_apps_flex_prc_por_manageReq_restModel_pjcRequisitionDistributions_view_PJCDFFOM__5FSales__5FOrderVO-item-response", "PJC_All":"#/components/schemas/oracle_apps_flex_prc_por_manageReq_restModel_pjcRequisitionDistributions_view_PJCDFFPJC__5FAllVO-item-response", "PJC_Expenditure_Batch":"#/components/schemas/oracle_apps_flex_prc_por_manageReq_restModel_pjcRequisitionDistributions_view_PJCDFFPJC__5FExpenditure__5FBatchVO-item-response", "POR_Requisition":"#/components/schemas/oracle_apps_flex_prc_por_manageReq_restModel_pjcRequisitionDistributions_view_PJCDFFPOR__5FRequisitionVO-item-response", "POR_User_Preferences":"#/components/schemas/oracle_apps_flex_prc_por_manageReq_restModel_pjcRequisitionDistributions_view_PJCDFFPOR__5FUser__5FPreferencesVO-item-response", "PO_Purchase_Order":"#/components/schemas/oracle_apps_flex_prc_por_manageReq_restModel_pjcRequisitionDistributions_view_PJCDFFPO__5FPurchase__5FOrderVO-item-response", "PO_Purchase_Order_Line":"#/components/schemas/oracle_apps_flex_prc_por_manageReq_restModel_pjcRequisitionDistributions_view_PJCDFFPO__5FPurchase__5FOrder__5FLineVO-item-response", "PO_Purchase_Order_Schedule":"#/components/schemas/oracle_apps_flex_prc_por_manageReq_restModel_pjcRequisitionDistributions_view_PJCDFFPO__5FPurchase__5FOrder__5FScheduleVO-item-response" } }
{
"title":"Project Costing Flexfields for Purchase Requisition Distributions",
"type":"array",
"description":"The Project Costing Flexfields for Purchase Requisition Distributions resource manages details about purchase requisition distributions.",
"items":{
"$ref":"#/components/schemas/purchaseRequisitions-lines-distributions-projectDFF-item-response"
},
"x-cardinality":"1"
}
ネストされたスキーマ : purchaseRequisitions-lines-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"
}
},
"DistributionId":{
"type":"integer",
"description":"Value that uniquely identifies the requisition distribution.",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18,
"fnd:GLOBALLY_UNIQUE":"true"
},
"x-queryable":true
},
"__FLEX_Context_DisplayValue":{
"title":"Attribute Value",
"type":"string",
"description":"Descriptive flexfield context display value for purchase requisition 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":"HIDDEN"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
},
"x-queryable":true
},
"__FLEX_Context":{
"title":"Attribute Value",
"maxLength":30,
"type":"string",
"description":"Descriptive flexfield context name for purchase requisition distributions",
"nullable":true,
"x-hints":{
"DISPLAYHINT":"Hide",
"FND_ACFF_ValueSetInfo":"_FLEX_ContextValueSet_Internal#INDEPENDENT",
"controlType":"choice",
"FND_ACFF_AkaAttrName":"__FLEX_Context_DisplayValue",
"includeInCompactView":true,
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_MaximumLength":"1024",
"FND_ACFF_PreferredDisplayType":"HIDDEN"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
},
"x-queryable":true
}
}
}
ネストされたスキーマ : リンク
タイプ: array
タイトル: Links
リソース・インスタンスに関連付けられたリンク関係。
ソースを表示
{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
}
ネストされたスキーマ : 識別子 : __FLEX_Context
タイプ: object
識別子: __FLEX_Context
識別子の値
{
"discriminator":{
"propertyName":"__FLEX_Context",
"mapping":{
"AP_Distribution_Sets":"#/components/schemas/oracle_apps_flex_prc_por_manageReq_restModel_pjcRequisitionDistributions_view_PJCDFFAP__5FDistribution__5FSetsVO-item-response",
"AP_Invoice_Distribution":"#/components/schemas/oracle_apps_flex_prc_por_manageReq_restModel_pjcRequisitionDistributions_view_PJCDFFAP__5FInvoice__5FDistributionVO-item-response",
"AP_Invoice_Line":"#/components/schemas/oracle_apps_flex_prc_por_manageReq_restModel_pjcRequisitionDistributions_view_PJCDFFAP__5FInvoice__5FLineVO-item-response",
"EXM_Expense_Report":"#/components/schemas/oracle_apps_flex_prc_por_manageReq_restModel_pjcRequisitionDistributions_view_PJCDFFEXM__5FExpense__5FReportVO-item-response",
"EXM_Expense_Report_Line":"#/components/schemas/oracle_apps_flex_prc_por_manageReq_restModel_pjcRequisitionDistributions_view_PJCDFFEXM__5FExpense__5FReport__5FLineVO-item-response",
"INV_Misc_Transactions":"#/components/schemas/oracle_apps_flex_prc_por_manageReq_restModel_pjcRequisitionDistributions_view_PJCDFFINV__5FMisc__5FTransactionsVO-item-response",
"OM_Sales_Order":"#/components/schemas/oracle_apps_flex_prc_por_manageReq_restModel_pjcRequisitionDistributions_view_PJCDFFOM__5FSales__5FOrderVO-item-response",
"PJC_All":"#/components/schemas/oracle_apps_flex_prc_por_manageReq_restModel_pjcRequisitionDistributions_view_PJCDFFPJC__5FAllVO-item-response",
"PJC_Expenditure_Batch":"#/components/schemas/oracle_apps_flex_prc_por_manageReq_restModel_pjcRequisitionDistributions_view_PJCDFFPJC__5FExpenditure__5FBatchVO-item-response",
"POR_Requisition":"#/components/schemas/oracle_apps_flex_prc_por_manageReq_restModel_pjcRequisitionDistributions_view_PJCDFFPOR__5FRequisitionVO-item-response",
"POR_User_Preferences":"#/components/schemas/oracle_apps_flex_prc_por_manageReq_restModel_pjcRequisitionDistributions_view_PJCDFFPOR__5FUser__5FPreferencesVO-item-response",
"PO_Purchase_Order":"#/components/schemas/oracle_apps_flex_prc_por_manageReq_restModel_pjcRequisitionDistributions_view_PJCDFFPO__5FPurchase__5FOrderVO-item-response",
"PO_Purchase_Order_Line":"#/components/schemas/oracle_apps_flex_prc_por_manageReq_restModel_pjcRequisitionDistributions_view_PJCDFFPO__5FPurchase__5FOrder__5FLineVO-item-response",
"PO_Purchase_Order_Schedule":"#/components/schemas/oracle_apps_flex_prc_por_manageReq_restModel_pjcRequisitionDistributions_view_PJCDFFPO__5FPurchase__5FOrder__5FScheduleVO-item-response"
}
},
"oneOf":[
{
"$ref":"#/components/schemas/oracle_apps_flex_prc_por_manageReq_restModel_pjcRequisitionDistributions_view_PJCDFFAP__5FDistribution__5FSetsVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_prc_por_manageReq_restModel_pjcRequisitionDistributions_view_PJCDFFAP__5FInvoice__5FDistributionVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_prc_por_manageReq_restModel_pjcRequisitionDistributions_view_PJCDFFAP__5FInvoice__5FLineVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_prc_por_manageReq_restModel_pjcRequisitionDistributions_view_PJCDFFEXM__5FExpense__5FReportVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_prc_por_manageReq_restModel_pjcRequisitionDistributions_view_PJCDFFEXM__5FExpense__5FReport__5FLineVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_prc_por_manageReq_restModel_pjcRequisitionDistributions_view_PJCDFFINV__5FMisc__5FTransactionsVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_prc_por_manageReq_restModel_pjcRequisitionDistributions_view_PJCDFFOM__5FSales__5FOrderVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_prc_por_manageReq_restModel_pjcRequisitionDistributions_view_PJCDFFPJC__5FAllVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_prc_por_manageReq_restModel_pjcRequisitionDistributions_view_PJCDFFPJC__5FExpenditure__5FBatchVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_prc_por_manageReq_restModel_pjcRequisitionDistributions_view_PJCDFFPOR__5FRequisitionVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_prc_por_manageReq_restModel_pjcRequisitionDistributions_view_PJCDFFPOR__5FUser__5FPreferencesVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_prc_por_manageReq_restModel_pjcRequisitionDistributions_view_PJCDFFPO__5FPurchase__5FOrderVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_prc_por_manageReq_restModel_pjcRequisitionDistributions_view_PJCDFFPO__5FPurchase__5FOrder__5FLineVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_prc_por_manageReq_restModel_pjcRequisitionDistributions_view_PJCDFFPO__5FPurchase__5FOrder__5FScheduleVO-item-response"
}
]
}
1つのスキーマに一致
ソースを表示
{
"discriminator":{
"propertyName":"__FLEX_Context",
"mapping":{
"AP_Distribution_Sets":"#/components/schemas/oracle_apps_flex_prc_por_manageReq_restModel_pjcRequisitionDistributions_view_PJCDFFAP__5FDistribution__5FSetsVO-item-response",
"AP_Invoice_Distribution":"#/components/schemas/oracle_apps_flex_prc_por_manageReq_restModel_pjcRequisitionDistributions_view_PJCDFFAP__5FInvoice__5FDistributionVO-item-response",
"AP_Invoice_Line":"#/components/schemas/oracle_apps_flex_prc_por_manageReq_restModel_pjcRequisitionDistributions_view_PJCDFFAP__5FInvoice__5FLineVO-item-response",
"EXM_Expense_Report":"#/components/schemas/oracle_apps_flex_prc_por_manageReq_restModel_pjcRequisitionDistributions_view_PJCDFFEXM__5FExpense__5FReportVO-item-response",
"EXM_Expense_Report_Line":"#/components/schemas/oracle_apps_flex_prc_por_manageReq_restModel_pjcRequisitionDistributions_view_PJCDFFEXM__5FExpense__5FReport__5FLineVO-item-response",
"INV_Misc_Transactions":"#/components/schemas/oracle_apps_flex_prc_por_manageReq_restModel_pjcRequisitionDistributions_view_PJCDFFINV__5FMisc__5FTransactionsVO-item-response",
"OM_Sales_Order":"#/components/schemas/oracle_apps_flex_prc_por_manageReq_restModel_pjcRequisitionDistributions_view_PJCDFFOM__5FSales__5FOrderVO-item-response",
"PJC_All":"#/components/schemas/oracle_apps_flex_prc_por_manageReq_restModel_pjcRequisitionDistributions_view_PJCDFFPJC__5FAllVO-item-response",
"PJC_Expenditure_Batch":"#/components/schemas/oracle_apps_flex_prc_por_manageReq_restModel_pjcRequisitionDistributions_view_PJCDFFPJC__5FExpenditure__5FBatchVO-item-response",
"POR_Requisition":"#/components/schemas/oracle_apps_flex_prc_por_manageReq_restModel_pjcRequisitionDistributions_view_PJCDFFPOR__5FRequisitionVO-item-response",
"POR_User_Preferences":"#/components/schemas/oracle_apps_flex_prc_por_manageReq_restModel_pjcRequisitionDistributions_view_PJCDFFPOR__5FUser__5FPreferencesVO-item-response",
"PO_Purchase_Order":"#/components/schemas/oracle_apps_flex_prc_por_manageReq_restModel_pjcRequisitionDistributions_view_PJCDFFPO__5FPurchase__5FOrderVO-item-response",
"PO_Purchase_Order_Line":"#/components/schemas/oracle_apps_flex_prc_por_manageReq_restModel_pjcRequisitionDistributions_view_PJCDFFPO__5FPurchase__5FOrder__5FLineVO-item-response",
"PO_Purchase_Order_Schedule":"#/components/schemas/oracle_apps_flex_prc_por_manageReq_restModel_pjcRequisitionDistributions_view_PJCDFFPO__5FPurchase__5FOrder__5FScheduleVO-item-response"
}
},
"oneOf":[
{
"$ref":"#/components/schemas/oracle_apps_flex_prc_por_manageReq_restModel_pjcRequisitionDistributions_view_PJCDFFAP__5FDistribution__5FSetsVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_prc_por_manageReq_restModel_pjcRequisitionDistributions_view_PJCDFFAP__5FInvoice__5FDistributionVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_prc_por_manageReq_restModel_pjcRequisitionDistributions_view_PJCDFFAP__5FInvoice__5FLineVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_prc_por_manageReq_restModel_pjcRequisitionDistributions_view_PJCDFFEXM__5FExpense__5FReportVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_prc_por_manageReq_restModel_pjcRequisitionDistributions_view_PJCDFFEXM__5FExpense__5FReport__5FLineVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_prc_por_manageReq_restModel_pjcRequisitionDistributions_view_PJCDFFINV__5FMisc__5FTransactionsVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_prc_por_manageReq_restModel_pjcRequisitionDistributions_view_PJCDFFOM__5FSales__5FOrderVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_prc_por_manageReq_restModel_pjcRequisitionDistributions_view_PJCDFFPJC__5FAllVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_prc_por_manageReq_restModel_pjcRequisitionDistributions_view_PJCDFFPJC__5FExpenditure__5FBatchVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_prc_por_manageReq_restModel_pjcRequisitionDistributions_view_PJCDFFPOR__5FRequisitionVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_prc_por_manageReq_restModel_pjcRequisitionDistributions_view_PJCDFFPOR__5FUser__5FPreferencesVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_prc_por_manageReq_restModel_pjcRequisitionDistributions_view_PJCDFFPO__5FPurchase__5FOrderVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_prc_por_manageReq_restModel_pjcRequisitionDistributions_view_PJCDFFPO__5FPurchase__5FOrder__5FLineVO-item-response"
},
{
"$ref":"#/components/schemas/oracle_apps_flex_prc_por_manageReq_restModel_pjcRequisitionDistributions_view_PJCDFFPO__5FPurchase__5FOrder__5FScheduleVO-item-response"
}
]
}
ネストされたスキーマ : oracle_apps_flex_prc_por_manageReq_restModel_pjcRequisitionDistributions_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"
}
}
},
"DistributionId":{
"type":"integer",
"description":"Value that uniquely identifies the requisition distribution.",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18,
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"_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"
}
}
},
"_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 requisition 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 requisition 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_por_manageReq_restModel_pjcRequisitionDistributions_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"
}
}
},
"DistributionId":{
"type":"integer",
"description":"Value that uniquely identifies the requisition distribution.",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18,
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"_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"
}
}
},
"_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 requisition 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 requisition 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_por_manageReq_restModel_pjcRequisitionDistributions_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"
}
}
},
"DistributionId":{
"type":"integer",
"description":"Value that uniquely identifies the requisition distribution.",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18,
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"_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"
}
}
},
"_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 requisition 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 requisition 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_por_manageReq_restModel_pjcRequisitionDistributions_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"
}
}
},
"DistributionId":{
"type":"integer",
"description":"Value that uniquely identifies the requisition distribution.",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18,
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"_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"
}
}
},
"_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 requisition 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 requisition 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_por_manageReq_restModel_pjcRequisitionDistributions_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"
}
}
},
"DistributionId":{
"type":"integer",
"description":"Value that uniquely identifies the requisition distribution.",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18,
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"_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"
}
}
},
"_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 requisition 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 requisition 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_por_manageReq_restModel_pjcRequisitionDistributions_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"
}
}
},
"DistributionId":{
"type":"integer",
"description":"Value that uniquely identifies the requisition distribution.",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18,
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"_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"
}
}
},
"_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 requisition 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 requisition 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_por_manageReq_restModel_pjcRequisitionDistributions_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"
}
}
},
"DistributionId":{
"type":"integer",
"description":"Value that uniquely identifies the requisition distribution.",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18,
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"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"
}
}
},
"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 requisition 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 requisition 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_por_manageReq_restModel_pjcRequisitionDistributions_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"
}
}
},
"DistributionId":{
"type":"integer",
"description":"Value that uniquely identifies the requisition distribution.",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18,
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"_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"
}
}
},
"_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 requisition 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 requisition 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_por_manageReq_restModel_pjcRequisitionDistributions_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"
}
}
},
"DistributionId":{
"type":"integer",
"description":"Value that uniquely identifies the requisition distribution.",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18,
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"_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"
}
}
},
"_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 requisition 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 requisition 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_por_manageReq_restModel_pjcRequisitionDistributions_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"
}
}
},
"DistributionId":{
"type":"integer",
"description":"Value that uniquely identifies the requisition distribution.",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18,
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"_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"
}
}
},
"_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 requisition 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 requisition 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_por_manageReq_restModel_pjcRequisitionDistributions_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"
}
}
},
"DistributionId":{
"type":"integer",
"description":"Value that uniquely identifies the requisition distribution.",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18,
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"_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"
}
}
},
"_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 requisition 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 requisition 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_por_manageReq_restModel_pjcRequisitionDistributions_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"
}
}
},
"DistributionId":{
"type":"integer",
"description":"Value that uniquely identifies the requisition distribution.",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18,
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"_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"
}
}
},
"_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 requisition 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 requisition 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_por_manageReq_restModel_pjcRequisitionDistributions_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"
}
}
},
"DistributionId":{
"type":"integer",
"description":"Value that uniquely identifies the requisition distribution.",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18,
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"_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"
}
}
},
"_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 requisition 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 requisition 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_por_manageReq_restModel_pjcRequisitionDistributions_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"
}
}
},
"DistributionId":{
"type":"integer",
"description":"Value that uniquely identifies the requisition distribution.",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18,
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"_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"
}
}
},
"_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 requisition 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 requisition 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"
}
}
ネストされたスキーマ : purchaseRequisitions-lines-informationTemplates-item-response
タイプ: object
ソースを表示
{
"type":"object",
"properties":{
"RequisitionLineId":{
"type":"integer",
"description":"Value that uniquely identifies the requisition line.",
"format":"int64",
"nullable":false,
"readOnly":true,
"x-queryable":false,
"x-hints":{
"precision":18,
"sortable":false
}
},
"InformationTemplateId":{
"type":"integer",
"description":"Value that uniquely identifies the information template.",
"format":"int64",
"nullable":true,
"x-queryable":false,
"x-hints":{
"precision":18,
"sortable":false
}
},
"informationTemplateDFF":{
"title":"Information Template Flexfields for Purchase Requisition Lines",
"type":"array",
"description":"The Information Template Flexfields for Purchase Requisitions Lines resource manages details about information templates descriptive flexfields.",
"items":{
"$ref":"#/components/schemas/purchaseRequisitions-lines-informationTemplates-informationTemplateDFF-item-response"
},
"x-cardinality":"1"
},
"InformationTemplateDisplayName":{
"maxLength":250,
"type":"string",
"description":"Display name of the information template.",
"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"
}
},
"InformationTemplateValuesId":{
"type":"integer",
"description":"Value that uniquely identifies the information template segment values.",
"format":"int64",
"nullable":false,
"readOnly":true,
"x-queryable":false,
"x-hints":{
"precision":18,
"sortable":false,
"fnd:GLOBALLY_UNIQUE":"true"
}
},
"InformationTemplate":{
"type":"string",
"description":"Name of the information template.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"controlType":"choice",
"dependencies":[
"LineString",
"RequisitioningBUId",
"SmartFormId",
"ItemId",
"CategoryId"
]
}
}
}
}
ネストされたスキーマ : purchaseRequisitions-lines-informationTemplates-informationTemplateDFF-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"
}
},
"InfoTemplateValuesId":{
"type":"integer",
"description":"Value that uniquely identifies the information template segment values.",
"format":"int64",
"nullable":false,
"x-hints":{
"DISPLAYHINT":"Hide",
"includeInCompactView":true,
"precision":18,
"fnd:GLOBALLY_UNIQUE":"true"
},
"x-queryable":true
},
"__FLEX_Context_DisplayValue":{
"title":"Context Value",
"type":"string",
"description":"Descriptive flexfield context display value for purchase requisition information template.",
"nullable":true,
"x-hints":{
"updateable":"false",
"DISPLAYHINT":"Hide",
"FND_ACFF_IsReadOnly":"true",
"FND_ACFF_AkaRealSegmentAttrName":"__FLEX_Context",
"FND_ACFF_JavaType":"java.lang.String",
"FND_ACFF_ListDisplayAttrName":"Name",
"FND_ACFF_MaximumLength":"1024",
"FND_ACFF_PreferredDisplayType":"TEXT_BOX"
},
"x-oj":{
"transform":{
"path":"oj-sp/common-util/flex-util",
"name":"transformFlexUIHints"
}
},
"x-queryable":true
},
"__FLEX_Context":{
"title":"Context Value",
"maxLength":30,
"type":"string",
"description":"Descriptive flexfield context name for purchase requisition information template.",
"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
}
}
}
ネストされたスキーマ : purchaseRequisitions-summaryAttributes-item-response
タイプ: object
ソースを表示
{
"type":"object",
"properties":{
"CategoryId":{
"type":"integer",
"description":"Value that uniquely identifies the purchasing category across all the requisition lines. The value is set to Null if the purchasing category is different across the requisition lines.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"sortable":false
}
},
"UnprocessedIMTLinesCount":{
"type":"number",
"description":"Number of internal material transfer lines in a requisition for which the transfer price hasn't been derived.",
"nullable":true,
"x-queryable":false
},
"ChargeAccount":{
"title":"Charge Account",
"maxLength":255,
"type":"string",
"description":"Account that the purchase from a requisition is charged to.",
"nullable":true,
"x-queryable":false
},
"ProjectName":{
"maxLength":240,
"type":"string",
"description":"Name of the project, which is displayed on the requisition 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
},
"ActiveLineCount":{
"type":"number",
"description":"Number of requisition lines excluding split and replaced lines for the requisition.",
"nullable":true,
"x-queryable":false
},
"PurchaseOrderCount":{
"type":"number",
"description":"Number of purchase orders that were opened for the requisition.",
"nullable":true,
"x-queryable":false
},
"Buyer":{
"maxLength":255,
"type":"string",
"description":"Name of the buyer responsible for managing the requisition line or purchase order associated with the line through its life cycle.",
"nullable":true,
"x-queryable":false
},
"AccountUserOverrideFlag":{
"maxLength":1,
"type":"boolean",
"description":"Contains one of the following values: Y, or N, or Null. If Y, the charge account is updated by the user on all the requisition lines. If N, the charge account isn't updated by the user on all the requisition lines. If Null, the charge account is updated by the user on some of the requisition lines.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"sortable":false
}
},
"LineCount":{
"type":"number",
"description":"Number of lines in the requisition.",
"nullable":true,
"x-queryable":false
},
"RequisitionNonRecoverableTaxAmount":{
"title":"Nonrecoverable Tax",
"type":"number",
"description":"Sum total of nonrecoverable tax amounts across all requisition lines expressed in the functional currency.",
"nullable":true,
"x-queryable":false
},
"Requester":{
"maxLength":240,
"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 requisition lines.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"sortable":false
}
},
"DeliverToSingleLocationFlag":{
"maxLength":1,
"type":"boolean",
"description":"Contains one of the following values: true or false. If true, all the requisition lines have the same delivery location. If false, then the delivery location is different on lines. The default value is false.",
"nullable":true,
"x-queryable":false
},
"BuyerId":{
"type":"integer",
"description":"Value that uniquely identifies the buyer responsible for managing the requisition line or purchase order associated with the line through its life cycle.",
"nullable":true,
"x-queryable":false
},
"POHeaderId":{
"type":"integer",
"description":"Value that uniquely identifies first purchase order that was opened for the requisition.",
"nullable":true,
"x-queryable":false
},
"ChargeToSingleAccountFlag":{
"maxLength":1,
"type":"boolean",
"description":"Contains one of the following values: true or false. If true, all the requisition lines are charged to the same charge account. If false, then the charge account is different on lines. The default value is false.",
"nullable":true,
"x-queryable":false
},
"RequisitionTotalAmount":{
"title":"Requisition Amount",
"type":"number",
"description":"Sum total of distribution amounts across all requisition lines 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"
}
},
"BuyerCount":{
"type":"number",
"description":"Number of buyers from the orders that were opened or assigned to the lines for the requisition.",
"nullable":true,
"x-queryable":false
},
"OneTimeLocationCountAcrossRequisition":{
"type":"integer",
"description":"Total count of the one-time locations available across requisition. This count doesn't include one-time location for the current requisition.",
"nullable":true,
"x-queryable":true
},
"DeliverToOneTimeLocationId":{
"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
},
"SameRequestedDeliveryDateFlag":{
"maxLength":1,
"type":"boolean",
"description":"Contains one of the following values: true or false. If true, all the requisition lines carry the same requested delivery date value. If false, then the requested delivery date is different on lines. The default value is false.",
"nullable":true,
"x-queryable":false
},
"TransferOrderCount":{
"type":"number",
"description":"Number of transfer orders that were opened for the requisition.",
"nullable":true,
"x-queryable":false
},
"DeliverToLocationCode":{
"title":"Deliver-to Location",
"maxLength":255,
"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":{
"maxLength":1,
"type":"boolean",
"description":"Contains one of the following values: true or false. If true, all the requisition lines are ordered for the same person. If false, the requisition lines are ordered for different persons. This attribute doesn't have a default value.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"sortable":false
}
},
"DestinationTypeCode":{
"maxLength":255,
"type":"string",
"description":"Value that uniquely identifies the destination type code on the requisition lines. The value is set to Null if the destination type code is different across the requisition lines.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"sortable":false
}
},
"SameAccountUserOverrideFlag":{
"maxLength":1,
"type":"boolean",
"description":"Contains one of the following values: true or false. If true, all the requisition lines have the charge account either updated or not updated by the user. If false, the charge account is updated on some of the requisition lines by the user. This attribute doesn't have a default value.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"sortable":false
}
},
"ChargeAccountId":{
"type":"integer",
"description":"Value that uniquely identifies the account that the purchase from a requisition is charged to.",
"nullable":true,
"x-queryable":false
},
"ContainsNoneditableLinesFlag":{
"maxLength":1,
"type":"boolean",
"description":"Contains one of the following values: true or false. If true, then the requisition contains lines that can't be edited. If false, then it doesn't contain noneditable lines. The default value is false.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"sortable":false
}
},
"OneTimeLocationCountAcrossRequisitionLine":{
"type":"integer",
"description":"Total count of the one-time locations available across requisition lines. This count doesn't include one-time location for the current requisition line.",
"nullable":true,
"x-queryable":true
},
"ProjectNumber":{
"maxLength":25,
"type":"string",
"description":"Number of the project, which is displayed on the requisition header.",
"nullable":true,
"x-queryable":false
},
"DeliverToOneTimeLocationAddress":{
"title":"One-Time Location Address",
"maxLength":255,
"type":"string",
"description":"Physical address of the one time location where the buying company should deliver the goods previously received from a supplier.",
"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 requisition header.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"sortable":false
}
},
"RequesterId":{
"type":"integer",
"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 requisition lines.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"sortable":false
}
},
"SameCategoryIdFlag":{
"maxLength":1,
"type":"boolean",
"description":"Contains one of the following values: true or false. If true, all the requisition lines have the same purchasing category. If false, the purchasing category is different across the requisition lines. This attribute doesn't have a default value.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"sortable":false
}
},
"TransferOrder":{
"maxLength":255,
"type":"string",
"description":"Number that identifies the first transfer order that was opened for the requisition.",
"nullable":true,
"x-queryable":false
},
"RequisitionHeaderId":{
"type":"integer",
"description":"Value that uniquely identifies the requisition.",
"nullable":true,
"x-queryable":false
},
"TaskName":{
"maxLength":240,
"type":"string",
"description":"Name of the project task, which is displayed on the requisition header.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"sortable":false
}
},
"RequisitionApprovalAmount":{
"title":"Approval Amount",
"type":"number",
"description":"Sum total of RequisitionTotalAmount and RequisitionNonRecoverableTaxAmount expressed in the functional currency.",
"nullable":true,
"x-queryable":false
},
"PurchaseOrder":{
"maxLength":255,
"type":"string",
"description":"Number that identifies the first purchase order that was opened for the requisition.",
"nullable":true,
"x-queryable":false
},
"RequestedDeliveryDate":{
"title":"Requested Delivery Date",
"type":"string",
"description":"Date when the buying company requested the ordered item or service to be delivered.",
"format":"date",
"nullable":true,
"x-queryable":false
},
"SameDestinationTypeCodeFlag":{
"maxLength":1,
"type":"boolean",
"description":"Contains one of the following values: true or false. If true, all the requisition lines have the same destination type. If false, the destination type is different on the requisition lines. This attribute doesn't have a default value.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"sortable":false
}
},
"TOHeaderId":{
"type":"integer",
"description":"Value that uniquely identifies the first transfer order that was opened for the requisition.",
"nullable":true,
"x-queryable":false
},
"ProjectCostingDetailsCode":{
"maxLength":25,
"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":{
"maxLength":25,
"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,
"x-hints":{
"sortable":false
}
},
"TotalIMTLinesCount":{
"type":"number",
"description":"Number of internal material transfer lines in a requisition.",
"nullable":true,
"x-queryable":false
},
"SameDestinationOrganizationIdFlag":{
"maxLength":1,
"type":"boolean",
"description":"Contains one of the following values: true or false. If true, then all the lines in the requisition contain the same destination organization ID.",
"nullable":true,
"x-queryable":false,
"x-hints":{
"sortable":false
}
}
}
}
ネストされたスキーマ : リンク
タイプ: array
タイトル: Links
リソース・インスタンスに関連付けられたリンク関係。
ソースを表示
{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
}