Get all picks
get
/fscmRestApi/resources/11.13.18.05/inventoryPicks
Request
Query Parameters
-
expand: string
When this parameter is provided, the specified children are included in the resource payload (instead of just a link). The value of this query parameter is "all" or "". More than one child can be specified using comma as a separator. Example: ?expand=Employees,Localizations. Nested children can also be provided following the format "Child.NestedChild" (Example: ?expand=Employees.Managers). If a nested child is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?expand=Employees.Managers" is the same as "?expand=Employees,Employees.Managers" (which will expand Employees and Managers).
-
fields: string
This parameter filters the resource fields. Only the specified fields are returned, which means that if no fields are specified, no fields are returned (useful to get only the links). If an indirect child resource is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?fields=Employees.Managers:Empname" is the same as "?fields=;Employees:;Employees.Managers:Empname" (which will only return the "Empname" field for Managers). the value of this query parameter is a list of resource fields. The attribute can be a direct (Example: Employees) or indirect (Example: Employees.Managers) child. It cannot be combined with expand query parameter. If both are provided, only fields will be considered.
Format: ?fields=Attribute1,Attribute2
Format for fields in child resource: ?fields=Accessor1:Attribute1,Attribute2 -
finder: string
Used as a predefined finder to search the collection.
Format ?finder=<finderName>;<variableName>=<variableValue>,<variableName2>=<variableValue2>
The following are the available finder names and corresponding finder variables- PrimaryKey Finds the pick according to the identifier.
Finder Variables- TransactionTempId; integer; Finds the picks for a demand according to the identifier.
- PrimaryKey Finds the pick according to the identifier.
-
limit: integer
This parameter restricts the number of resources returned inside the resource collection. If the limit exceeds the resource count then the framework will only return the available resources.
-
links: string
This parameter can be used to show only certain links while accessing a singular resource or a resource collection. The parameter value format is a comma-separated list of : <link_relation>
Example:
self,canonical -
offset: integer
Used to define the starting position of the resource collection. If offset exceeds the resource count then no resources are returned. Default value is 0.
-
onlyData: boolean
The resource item payload will be filtered in order to contain only data (no links section, for example).
-
orderBy: string
This parameter orders a resource collection based on the specified fields. The parameter value is a comma-separated string of attribute names, each optionally followed by a colon and "asc" or "desc". Specify "asc" for ascending and "desc" for descending. The default value is "asc". For example, ?orderBy=field1:asc,field2:desc
-
q: string
This query parameter defines the where clause. The resource collection will be queried using the provided expressions. The value of this query parameter is one or more expressions. Example: ?q=Deptno>=10 and <= 30;Loc!=NY
Format: ?q=expression1;expression2
You can use these queryable attributes to filter this collection resource using the q query parameter:- AllowedUnitsLookupCode; string; Abbreviation that identifies the allowed units.
- DemandClass; string; Demand class associated with a pick line.
- DemandId; integer; Value that uniquely identifies the demand line.
- DemandSourceDelivery; string; Value that identifies the demand source.
- DemandSourceHeaderId; integer; Value that uniquely identifies the demand source header.
- DemandSourceLine; string; Value that identifies the demand source line.
- InventoryItemId; integer; Value that uniquely identifies the inventory item.
- ItemDescription; string; Description of the inventory item.
- ItemInventoryAssetFlag; boolean; Value that indicates that the item is enabled for an inventory asset.
- ItemLocationControlCode; string; Value that indicates the item is enabled for locator control.
- ItemLotControlCode; string; Value to indicate that the item is enabled for lot control.
- ItemPrimaryUOM; string; Primary unit of measure of the item.
- ItemRestrictLocatorsCode; string; Value that indicates that the item is enabled for restrict locators.
- ItemRestrictSubinventoryCode; string; Value that indicates the item is enabled for restrict subinventories.
- ItemRevisionQuantityControlCode; string; Value that indicates the item is enabled for revision control.
- ItemSerialControlCode; string; Value that indicates the item is enabled for serial control.
- ItemShelfLifeCode; string; Value that indicates the item is enabled for shelf-life control.
- ItemShelfLifeDays; integer; Shelf-life days for an item.
- ItemTrxEnabledFlag; boolean; Value that indicates the item is enabled for transactions.
- LocatorId; integer; Value that uniquely identifies the locator.
- MoveOrderHeaderId; integer; Value that uniquely identifies the movement request number.
- MoveOrderLineId; integer; Value that uniquely identifies the movement request line for a movement request header.
- ObjectVersionNumber; integer; Value that indicates the object version.
- OrganizationId; integer; Value that uniquely identifies the organization.
- OrigTransactionQuantity; number; Value that indicates the original transaction quantity.
- PickSlipDate; string; Date when the pick slip was created.
- PickSlipLineNumber; number; Value that identifies the pick slip line number.
- PickSlipNumber; integer; Value that identifies the pick slip number.
- PickStrategyId; integer; Value that uniquely identifies the pick strategy.
- PickedQuantity; number; Value that identifies the picked quantity.
- PickingLineId; integer; Value that uniquely identifies the pick line.
- PostingFlag; boolean; Value that indicates the posting.
- PrimaryQuantity; number; Value that identifies the primary quantity.
- RelieveReservationsFlag; boolean; Value that indicates if reservation needs to be relieved.
- ReservationId; integer; Value that uniquely identifies the reservation.
- ReservationQuantity; number; Reservation quantity for the demand line.
- Revision; string; Revision number of the item.
- SecondaryTransactionQuantity; number; Secondary transaction quantity for a pick line.
- SecondaryUOM; string; Secondary unit of measure for a pick line.
- SubinventoryCode; string; Subinventory associated with a pick line.
- TransactionActionId; string; Value that uniquely identifies the transaction action.
- TransactionBatchId; integer; Value that uniquely identifies the transaction batch.
- TransactionBatchSequence; integer; Value that indicates the transaction batch sequence.
- TransactionDate; string; Value that identifies the transaction date.
- TransactionHeaderId; integer; Value that uniquely identifies the transaction header.
- TransactionLineNumber; integer; Value that identifies the transaction line number.
- TransactionMode; string; Value that identifies the transaction mode.
- TransactionQuantity; number; Value that identifies the transaction quantity.
- TransactionReference; string; Value that identifies the transaction reference.
- TransactionSequenceId; integer; Value that uniquely identifies the transaction sequence.
- TransactionSourceId; integer; Value that uniquely identifies the transaction source.
- TransactionSourceName; string; Value that identifies the transaction source name.
- TransactionSourceTypeId; integer; Value that uniquely identifies the transaction source type.
- TransactionStatus; string; Value that identifies the transaction status.
- TransactionTempId; integer; Value that uniquely identifies the validated inventory transaction.
- TransactionTypeId; integer; Value that uniquely identifies the transaction type.
- TransferOrganization; integer; Value that identifies the transfer organization.
- TransferSubinventory; string; Value that identifies the transfer subinventory.
- TransferToLocation; integer; Value that identifies the transfer locator.
- TrxSourceLineId; integer; Value that uniquely identifies the transaction source line.
- UOM; string; Value that indicates the UOM.
-
totalResults: boolean
The resource collection representation will include the "estimated row count" when "?totalResults=true", otherwise the count is not included. The default value is "false".
Header Parameters
-
Metadata-Context: string
If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
-
REST-Framework-Version: string
The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
Default Response
The following table describes the default response for this task.
Headers
-
Metadata-Context:
If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
-
REST-Framework-Version:
The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
Root Schema : inventoryPicks
Type:
Show Source
object-
count(required): integer
The number of resource instances returned in the current range.
-
hasMore(required): boolean
Indicates whether more resources are available on the server than the subset returned in the response. If the value is true, then there are more resources to retrieve from the server. The default value is false.
-
items: array
Items
Title:
ItemsThe items in the collection. -
limit(required): integer
The actual paging size used by the server.
-
links(required): array
Links
Title:
LinksThe link relations associated with the resource instance. -
offset(required): integer
The offset value used in the current page.
-
totalResults: integer
The estimated row count when "?totalResults=true", otherwise the count is not included.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : inventoryPicks-item-response
Type:
Show Source
object-
AllowedUnitsLookupCode: string
Read Only:
trueMaximum Length:30Abbreviation that identifies the allowed units. -
AttachmentEntityName: string
Maximum Length:
255Value that identifies the attachment entity. -
Attachments: array
Attachments
Title:
AttachmentsThe attachments resource is used to view, create, and update attachments. -
DemandClass: string
Read Only:
trueMaximum Length:30Demand class associated with a pick line. -
DemandId: integer
(int64)
Read Only:
trueValue that uniquely identifies the demand line. -
DemandSourceDelivery: string
Maximum Length:
30Value that identifies the demand source. -
DemandSourceHeaderId: integer
(int64)
Read Only:
trueValue that uniquely identifies the demand source header. -
DemandSourceLine: string
Read Only:
trueMaximum Length:30Value that identifies the demand source line. -
DFF: array
DFF
-
InventoryItemId: integer
(int64)
Value that uniquely identifies the inventory item.
-
InvStrippingDFF: array
InvStrippingDFF
-
InvValidatedInventoryTransactionLots: array
Lots
Title:
LotsDetails for inventory transactions when the item is lot-controlled. The details include lot number, quantity, grade, expiration action, and maturity date. -
InvValidatedInventoryTransactionSerials: array
Flexfields for Validated Transactions
Title:
Flexfields for Validated TransactionsLot and serial details for inventory transactions when the item is lot-controlled and serial-controlled. The details include lot number and serial number. -
InvValidatedLotsSummary: array
Lot Summaries
Title:
Lot SummariesSummarizes the item quantities for organization, subinventory, subinventory and locator, project, and project and task and provides the inbound quantities for an organization for items which are enabled for lot control. -
InvValidatedSerialsSummary: array
Serial Summaries
Title:
Serial SummariesSummarizes the item quantities for organization, subinventory, subinventory and locator, project, and project and task and provides the inbound quantities for an organization for items which are enabled for serial control. -
ItemDescription: string
Maximum Length:
240Description of the inventory item. -
ItemInventoryAssetFlag: boolean
Read Only:
trueMaximum Length:1Value that indicates that the item is enabled for an inventory asset. -
ItemLocationControlCode: string
Read Only:
trueMaximum Length:30Value that indicates the item is enabled for locator control. -
ItemLotControlCode: string
Read Only:
trueMaximum Length:30Value to indicate that the item is enabled for lot control. -
ItemNumber: string
Name of the inventory item.
-
ItemPrimaryUOM: string
Read Only:
trueMaximum Length:3Primary unit of measure of the item. -
ItemRestrictLocatorsCode: string
Read Only:
trueMaximum Length:30Value that indicates that the item is enabled for restrict locators. -
ItemRestrictSubinventoryCode: string
Read Only:
trueMaximum Length:30Value that indicates the item is enabled for restrict subinventories. -
ItemRevisionQuantityControlCode: string
Read Only:
trueMaximum Length:30Value that indicates the item is enabled for revision control. -
ItemSerialControlCode: string
Read Only:
trueMaximum Length:30Value that indicates the item is enabled for serial control. -
ItemShelfLifeCode: string
Read Only:
trueMaximum Length:30Value that indicates the item is enabled for shelf-life control. -
ItemShelfLifeDays: integer
(int64)
Read Only:
trueShelf-life days for an item. -
ItemTrxEnabledFlag: boolean
Read Only:
trueMaximum Length:1Value that indicates the item is enabled for transactions. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
LocatorId: integer
(int64)
Title:
LocatorValue that uniquely identifies the locator. -
MoveOrderHeaderId: integer
(int64)
Value that uniquely identifies the movement request number.
-
MoveOrderLineId: integer
(int64)
Value that uniquely identifies the movement request line for a movement request header.
-
ObjectVersionNumber: integer
(int32)
Read Only:
trueValue that indicates the object version. -
OrganizationId: integer
(int64)
Value that uniquely identifies the organization.
-
OrigTransactionQuantity: number
Read Only:
trueValue that indicates the original transaction quantity. -
PickedQuantity: number
Read Only:
trueValue that identifies the picked quantity. -
PickingLineId: integer
(int64)
Read Only:
trueValue that uniquely identifies the pick line. -
PickSlipDate: string
(date-time)
Read Only:
trueDate when the pick slip was created. -
PickSlipLineNumber: number
Read Only:
trueValue that identifies the pick slip line number. -
PickSlipNumber: integer
(int64)
Read Only:
trueValue that identifies the pick slip number. -
PickStrategyId: integer
(int64)
Read Only:
trueValue that uniquely identifies the pick strategy. -
PJCDFF: array
PJCDFF
-
PostingFlag: boolean
Read Only:
trueMaximum Length:1Default Value:trueValue that indicates the posting. -
PrimaryQuantity: number
Value that identifies the primary quantity.
-
RelieveReservationsFlag: boolean
Read Only:
trueMaximum Length:1Value that indicates if reservation needs to be relieved. -
ReservationId: integer
(int64)
Read Only:
trueValue that uniquely identifies the reservation. -
ReservationQuantity: number
Read Only:
trueReservation quantity for the demand line. -
Revision: string
Maximum Length:
18Revision number of the item. -
SecondaryTransactionQuantity: number
Title:
Secondary QuantitySecondary transaction quantity for a pick line. -
SecondaryUOM: string
Title:
Secondary UOMMaximum Length:3Secondary unit of measure for a pick line. -
SubinventoryCode: string
Maximum Length:
10Subinventory associated with a pick line. -
TransactionActionId: string
Read Only:
trueMaximum Length:30Value that uniquely identifies the transaction action. -
TransactionBatchId: integer
(int64)
Read Only:
trueValue that uniquely identifies the transaction batch. -
TransactionBatchSequence: integer
(int64)
Read Only:
trueValue that indicates the transaction batch sequence. -
TransactionDate: string
(date-time)
Read Only:
trueValue that identifies the transaction date. -
TransactionHeaderId: integer
(int64)
Read Only:
trueValue that uniquely identifies the transaction header. -
TransactionLineNumber: integer
(int64)
Read Only:
trueValue that identifies the transaction line number. -
TransactionMode: string
Read Only:
trueMaximum Length:30Value that identifies the transaction mode. -
TransactionQuantity: number
Title:
QuantityValue that identifies the transaction quantity. -
TransactionReference: string
Title:
ReferenceRead Only:trueMaximum Length:240Value that identifies the transaction reference. -
TransactionSequenceId: integer
(int64)
Read Only:
trueValue that uniquely identifies the transaction sequence. -
TransactionSourceId: integer
(int64)
Read Only:
trueValue that uniquely identifies the transaction source. -
TransactionSourceName: string
Read Only:
trueMaximum Length:120Value that identifies the transaction source name. -
TransactionSourceTypeId: integer
(int64)
Value that uniquely identifies the transaction source type.
-
TransactionStatus: string
Read Only:
trueMaximum Length:30Value that identifies the transaction status. -
TransactionTempId: integer
(int64)
Read Only:
trueValue that uniquely identifies the validated inventory transaction. -
TransactionTypeId: integer
(int64)
Value that uniquely identifies the transaction type.
-
TransactionTypeName: string
Read Only:
trueTransaction type name for a pick line on pick confirmation. -
TransferOrganization: integer
(int64)
Read Only:
trueValue that identifies the transfer organization. -
TransferSubinventory: string
Maximum Length:
10Value that identifies the transfer subinventory. -
TransferToLocation: integer
(int64)
Title:
Destination LocatorValue that identifies the transfer locator. -
TrxSourceLineId: integer
(int64)
Read Only:
trueValue that uniquely identifies the transaction source line. -
UOM: string
Title:
Transaction UOMMaximum Length:3Value that indicates the UOM.
Nested Schema : Attachments
Type:
arrayTitle:
AttachmentsThe attachments resource is used to view, create, and update attachments.
Show Source
Nested Schema : Lots
Type:
arrayTitle:
LotsDetails for inventory transactions when the item is lot-controlled. The details include lot number, quantity, grade, expiration action, and maturity date.
Show Source
Nested Schema : Flexfields for Validated Transactions
Type:
arrayTitle:
Flexfields for Validated TransactionsLot and serial details for inventory transactions when the item is lot-controlled and serial-controlled. The details include lot number and serial number.
Show Source
Nested Schema : Lot Summaries
Type:
arrayTitle:
Lot SummariesSummarizes the item quantities for organization, subinventory, subinventory and locator, project, and project and task and provides the inbound quantities for an organization for items which are enabled for lot control.
Show Source
Nested Schema : Serial Summaries
Type:
arrayTitle:
Serial SummariesSummarizes the item quantities for organization, subinventory, subinventory and locator, project, and project and task and provides the inbound quantities for an organization for items which are enabled for serial control.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : PJCDFF
Type:
Show Source
array-
Array of:
object Discriminator: __FLEX_Context
Discriminator:
{ "propertyName":"__FLEX_Context", "mapping":{ "AP_Distribution_Sets":"#/components/schemas/oracle_apps_flex_scm_inventory_materialAvailability_reservations_restModel_validatedInvTxnPJCDFF_view_ValidatedInvTxnPJCDFFAP__5FDistribution__5FSetsVO-item-response", "AP_Invoice_Distribution":"#/components/schemas/oracle_apps_flex_scm_inventory_materialAvailability_reservations_restModel_validatedInvTxnPJCDFF_view_ValidatedInvTxnPJCDFFAP__5FInvoice__5FDistributionVO-item-response", "AP_Invoice_Line":"#/components/schemas/oracle_apps_flex_scm_inventory_materialAvailability_reservations_restModel_validatedInvTxnPJCDFF_view_ValidatedInvTxnPJCDFFAP__5FInvoice__5FLineVO-item-response", "EXM_Expense_Report":"#/components/schemas/oracle_apps_flex_scm_inventory_materialAvailability_reservations_restModel_validatedInvTxnPJCDFF_view_ValidatedInvTxnPJCDFFEXM__5FExpense__5FReportVO-item-response", "EXM_Expense_Report_Line":"#/components/schemas/oracle_apps_flex_scm_inventory_materialAvailability_reservations_restModel_validatedInvTxnPJCDFF_view_ValidatedInvTxnPJCDFFEXM__5FExpense__5FReport__5FLineVO-item-response", "INV_Misc_Transactions":"#/components/schemas/oracle_apps_flex_scm_inventory_materialAvailability_reservations_restModel_validatedInvTxnPJCDFF_view_ValidatedInvTxnPJCDFFINV__5FMisc__5FTransactionsVO-item-response", "OM_Sales_Order":"#/components/schemas/oracle_apps_flex_scm_inventory_materialAvailability_reservations_restModel_validatedInvTxnPJCDFF_view_ValidatedInvTxnPJCDFFOM__5FSales__5FOrderVO-item-response", "PJC_All":"#/components/schemas/oracle_apps_flex_scm_inventory_materialAvailability_reservations_restModel_validatedInvTxnPJCDFF_view_ValidatedInvTxnPJCDFFPJC__5FAllVO-item-response", "PJC_Expenditure_Batch":"#/components/schemas/oracle_apps_flex_scm_inventory_materialAvailability_reservations_restModel_validatedInvTxnPJCDFF_view_ValidatedInvTxnPJCDFFPJC__5FExpenditure__5FBatchVO-item-response", "POR_Requisition":"#/components/schemas/oracle_apps_flex_scm_inventory_materialAvailability_reservations_restModel_validatedInvTxnPJCDFF_view_ValidatedInvTxnPJCDFFPOR__5FRequisitionVO-item-response", "POR_User_Preferences":"#/components/schemas/oracle_apps_flex_scm_inventory_materialAvailability_reservations_restModel_validatedInvTxnPJCDFF_view_ValidatedInvTxnPJCDFFPOR__5FUser__5FPreferencesVO-item-response", "PO_Purchase_Order":"#/components/schemas/oracle_apps_flex_scm_inventory_materialAvailability_reservations_restModel_validatedInvTxnPJCDFF_view_ValidatedInvTxnPJCDFFPO__5FPurchase__5FOrderVO-item-response", "PO_Purchase_Order_Line":"#/components/schemas/oracle_apps_flex_scm_inventory_materialAvailability_reservations_restModel_validatedInvTxnPJCDFF_view_ValidatedInvTxnPJCDFFPO__5FPurchase__5FOrder__5FLineVO-item-response", "PO_Purchase_Order_Schedule":"#/components/schemas/oracle_apps_flex_scm_inventory_materialAvailability_reservations_restModel_validatedInvTxnPJCDFF_view_ValidatedInvTxnPJCDFFPO__5FPurchase__5FOrder__5FScheduleVO-item-response" } }
Nested Schema : inventoryPicks-Attachments-item-response
Type:
Show Source
object-
AsyncTrackerId: string
Title:
Asynchronous Upload Tracker IdAttribute provided for the exclusive use by the Attachment UI components to assist in uploading files. -
AttachedDocumentId: integer
(int64)
Title:
Attached Document IdThe unique identifier of the attached document. -
CategoryName: string
Title:
CategoryMaximum Length:30The category of the attachment. - ContentRepositoryFileShared: boolean
-
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:255The user who created the record. -
CreatedByUserName: string
Title:
Created By User NameRead Only:trueThe user name who created the record. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date when the record was created. -
DatatypeCode: string
Title:
TypeMaximum Length:30Default Value:FILEA value that indicates the data type. -
Description: string
Title:
DescriptionMaximum Length:255The description of the attachment. -
DmDocumentId: string
Maximum Length:
255The document ID from which the attachment is created. -
DmFolderPath: string
Title:
Dm Folder PathMaximum Length:1000The folder path from which the attachment is created. -
DmVersionNumber: string
Maximum Length:
255The document version number from which the attachment is created. -
DownloadInfo: string
Title:
DownloadInfoJSON object represented as a string containing information used to programmatically retrieve a file attachment. -
ErrorStatusCode: string
Title:
Error Status CodeThe error code, if any, for the attachment. -
ErrorStatusMessage: string
Title:
Error Status MessageThe error message, if any, for the attachment. -
ExpirationDate: string
(date-time)
Title:
Expiration DateThe expiration date of the contents in the attachment. -
FileContents: string
(byte)
Title:
File ContentsThe contents of the attachment. -
FileName: string
Title:
File NameMaximum Length:2048The file name of the attachment. -
FileUrl: string
Title:
File UrlThe URI of the file. -
FileWebImage: string
(byte)
Title:
File Web ImageRead Only:trueThe base64 encoded image of the file displayed in .png format if the source is a convertible image. -
LastUpdateDate: string
(date-time)
Title:
Last Update DateRead Only:trueThe date when the record was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:255The user who last updated the record. -
LastUpdatedByUserName: string
Title:
Last Updated By UserRead Only:trueThe user name who last updated the record. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PostProcessingAction: string
Title:
PostProcessingActionThe name of the action that can be performed after an attachment is uploaded. -
Title: string
Title:
TitleThe title of the attachment. -
UploadedFileContentType: string
Title:
Uploaded File Content TypeThe content type of the attachment. -
UploadedFileLength: integer
Title:
File SizeThe size of the attachment file. -
UploadedFileName: string
Title:
Uploaded File NameThe name to assign to a new attachment file. -
UploadedText: string
Title:
Uploaded TextThe text content for a new text attachment. -
Uri: string
Title:
UriMaximum Length:4000The URI of a Topology Manager type attachment. -
Url: string
Title:
UrlMaximum Length:4000The URL of a web page type attachment. -
UserName: string
Title:
User NameRead Only:trueMaximum Length:255The login credentials of the user who created the attachment.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : link
Type:
Show Source
object-
href: string
Title:
hyperlink referenceThe URI to the related resource. -
kind: string
Title:
kindAllowed Values:[ "collection", "item", "describe", "other" ]The kind of the related resource. -
name: string
Title:
nameThe name of the link to the related resource. -
properties: object
properties
-
rel: string
Title:
relationAllowed Values:[ "self", "lov", "parent", "canonical", "child", "enclosure", "action", "custom" ]The name of the relation to the resource instance. Example: self.
Nested Schema : properties
Type:
Show Source
object-
changeIndicator: string
Change indicator or the ETag value of the resource instance.
Nested Schema : inventoryPicks-DFF-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
ContextMaximum Length:30Context -
__FLEX_Context_DisplayValue: string
Title:
ContextContext -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
TransactionTempId: integer
(int64)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : inventoryPicks-InvStrippingDFF-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context SegmentMaximum Length:40Context Segment -
__FLEX_Context_DisplayValue: string
Title:
Context SegmentContext Segment -
countryOfOriginCode: string
Title:
Country of OriginMaximum Length:2Country of Origin -
countryOfOriginCode_Display: string
Title:
Country of OriginCountry of Origin -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
projectId: integer
(int64)
Title:
ProjectProject -
projectId_Display: string
Title:
ProjectProject -
taskId: integer
(int64)
Title:
TaskTask -
taskId_Display: string
Title:
TaskTask -
TransactionTempId: integer
(int64)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : inventoryPicks-InvValidatedInventoryTransactionLots-item-response
Type:
Show Source
object-
DeleteOperationFlag: boolean
Default Value:
falseDetails for the supplies and demands for an item in an organization. -
ErrorCode: string
Read Only:
trueMaximum Length:240Abbreviation that identifies the error. -
ExpirationActionCode: string
Maximum Length:
32Abbreviation that identifies the expiration action. -
ExpirationActionDate: string
(date)
Date when the expiration action occurred.
-
GradeCode: string
Read Only:
trueMaximum Length:150Abbreviation that identifies the grade when the item is under lot control. -
HoldDate: string
(date)
Read Only:
trueDate when the lot can be released. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
lotAttributeDFFs: array
lotAttributeDFFs
-
LotExpirationDate: string
(date)
Read Only:
trueDate when the lot expires. -
LotLength: number
Read Only:
trueLength of the lot. -
LotNumber: string
Maximum Length:
80Lot number for the item. -
lotSerials: array
Flexfields for Validated Transactions
Title:
Flexfields for Validated TransactionsLot and serial details for inventory transactions when the item is lot-controlled and serial-controlled. The details include lot number and serial number. -
LotSerialSummaries: array
Serial Summaries
Title:
Serial SummariesSummarizes the item quantities for organization, subinventory, subinventory and locator, project, and project and task and provides the inbound quantities for an organization for items which are enabled for serial control. -
lotStandardDFFs: array
lotStandardDFFs
-
LotThickness: number
Read Only:
trueThickness of the lot. -
LotVolume: number
Read Only:
trueVolume of the lot. -
LotWidth: number
Read Only:
trueWidth of the lot. -
MaturityDate: string
(date)
Read Only:
trueDate when the lot matures. -
OriginationDate: string
(date)
Read Only:
trueDate when the serial originated. -
OriginationType: string
Read Only:
trueMaximum Length:30Type of origination. -
PrimaryQuantity: number
Transaction quantity in the primary unit of measure that the item uses.
-
ProductCode: string
Maximum Length:
5Abbreviation that identifies the product. -
ProductTransactionId: integer
(int64)
Read Only:
trueValue that uniquely identifies the product transaction. -
ReasonCode: string
Read Only:
trueMaximum Length:4Abbreviation that identifies the inventory transaction reason. -
ReasonId: integer
(int64)
Read Only:
trueValue that uniquely identifies the reason. -
SecondaryQuantity: number
Transaction quantity of an item in its secondary unit of measure.
-
SecondaryUnitOfMeasure: string
Maximum Length:
25Value that identifies the secondary unit of measure. -
SerialTransactionTempId: integer
(int64)
Read Only:
trueValue that uniquely identifies the serial transaction. -
StatusId: integer
(int64)
Read Only:
trueValue that uniquely identifies the status. -
SupplierLotNumber: string
Maximum Length:
150Number that identifies the supplier lot. -
TransactionQuantity: number
Transaction quantity of the item.
-
TransactionTempId: integer
(int64)
Value that uniquely identifies the transaction.
-
VendorName: string
Read Only:
trueMaximum Length:240Name of the supplier for the lot.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Flexfields for Validated Transactions
Type:
arrayTitle:
Flexfields for Validated TransactionsLot and serial details for inventory transactions when the item is lot-controlled and serial-controlled. The details include lot number and serial number.
Show Source
Nested Schema : Serial Summaries
Type:
arrayTitle:
Serial SummariesSummarizes the item quantities for organization, subinventory, subinventory and locator, project, and project and task and provides the inbound quantities for an organization for items which are enabled for serial control.
Show Source
Nested Schema : inventoryPicks-InvValidatedInventoryTransactionLots-lotAttributeDFFs-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:30Context Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
LotNumber: string
Maximum Length:
80 -
TransactionTempId: integer
(int64)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : inventoryPicks-InvValidatedInventoryTransactionLots-lotSerials-item-response
Type:
Show Source
object-
DeleteOperationFlag: boolean
Default Value:
falseDetails for the supplies and demands for an item in an organization. -
ErrorCode: string
Read Only:
trueMaximum Length:30Abbreviation that identifies the error. -
FmSerialNumber: string
Maximum Length:
80Starting serial number in a range of serial numbers. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
OriginationDate: string
(date)
Read Only:
trueDate when this lot serial originated. -
Quantity: number
Read Only:
trueValue that identifies the quantity for lot serials. -
serialAttributeDFFs: array
serialAttributeDFFs
-
serialStandardDFFs: array
serialStandardDFFs
-
StatusId: integer
(int64)
Value that uniquely identifies the status.
-
ToSerialNumber: string
Maximum Length:
80Ending serial number in a range of serial numbers. -
TransactionTempId: integer
(int64)
Value that uniquely identifies the transaction.
-
VendorSerialNumber: string
Maximum Length:
80Serial number associated with the supplier. This value is applicable when item is under both lot and serial control.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : inventoryPicks-InvValidatedInventoryTransactionLots-lotSerials-serialAttributeDFFs-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:30Context Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
FmSerialNumber: string
Maximum Length:
80 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
TransactionTempId: integer
(int64)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : inventoryPicks-InvValidatedInventoryTransactionLots-lotSerials-serialStandardDFFs-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:30Context Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
FmSerialNumber: string
Maximum Length:
80 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
TransactionTempId: integer
(int64)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : inventoryPicks-InvValidatedInventoryTransactionLots-LotSerialSummaries-item-response
Type:
Show Source
object-
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
SerialCount: number
Read Only:
trueCount of serial controlled item entries for the transaction. -
SerialQuantitySum: number
Read Only:
trueTotal quantity of serial controlled items for the transaction.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : inventoryPicks-InvValidatedInventoryTransactionLots-lotStandardDFFs-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:30Context Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
LotNumber: string
Maximum Length:
80 -
TransactionTempId: integer
(int64)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : inventoryPicks-InvValidatedInventoryTransactionSerials-item-response
Type:
Show Source
object-
DeleteOperationFlag: boolean
Default Value:
falseDetails for the supplies and demands for an item in an organization. -
ErrorCode: string
Read Only:
trueMaximum Length:30Abbreviation that identifies the error. -
FmSerialNumber: string
Maximum Length:
80Starting serial number in a range of serial numbers. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
OriginationDate: string
(date)
Read Only:
trueDate when this lot serial originated. -
Quantity: number
Read Only:
trueValue that identifies the quantity for lot serials. -
serialAttributeDFFs: array
serialAttributeDFFs
-
serialStandardDFFs: array
serialStandardDFFs
-
StatusId: integer
(int64)
Value that uniquely identifies the status.
-
ToSerialNumber: string
Maximum Length:
80Ending serial number in a range of serial numbers. -
TransactionTempId: integer
(int64)
Value that uniquely identifies the transaction.
-
VendorSerialNumber: string
Maximum Length:
80Serial number associated with the supplier. This value is applicable when item is under both lot and serial control.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : inventoryPicks-InvValidatedInventoryTransactionSerials-serialAttributeDFFs-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:30Context Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
FmSerialNumber: string
Maximum Length:
80 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
TransactionTempId: integer
(int64)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : inventoryPicks-InvValidatedInventoryTransactionSerials-serialStandardDFFs-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:30Context Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
FmSerialNumber: string
Maximum Length:
80 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
TransactionTempId: integer
(int64)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : inventoryPicks-InvValidatedLotsSummary-item-response
Type:
Show Source
object-
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
LotsCount: number
Read Only:
trueCount of lot controlled item entries for the transaction. -
LotsQuantitySum: number
Read Only:
trueTotal quantity of lot controlled items for the transaction.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : inventoryPicks-InvValidatedSerialsSummary-item-response
Type:
Show Source
object-
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
SerialCount: number
Read Only:
trueCount of serial controlled item entries for the transaction. -
SerialQuantitySum: number
Read Only:
trueTotal quantity of serial controlled items for the transaction.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Discriminator: __FLEX_Context
Type:
objectDiscriminator: __FLEX_Context
Discriminator Values
- AP_Distribution_Sets
- AP_Invoice_Distribution
- AP_Invoice_Line
- EXM_Expense_Report
- EXM_Expense_Report_Line
- INV_Misc_Transactions
- OM_Sales_Order
- PJC_All
- PJC_Expenditure_Batch
- POR_Requisition
- POR_User_Preferences
- PO_Purchase_Order
- PO_Purchase_Order_Line
- PO_Purchase_Order_Schedule
Match One Schema
Show Source
-
AP_Distribution_Sets -
object
oracle_apps_flex_scm_inventory_materialAvailability_reservations_restModel_validatedInvTxnPJCDFF_view_ValidatedInvTxnPJCDFFAP__5FDistribution__5FSetsVO-item-response
-
AP_Invoice_Distribution -
object
oracle_apps_flex_scm_inventory_materialAvailability_reservations_restModel_validatedInvTxnPJCDFF_view_ValidatedInvTxnPJCDFFAP__5FInvoice__5FDistributionVO-item-response
-
AP_Invoice_Line -
object
oracle_apps_flex_scm_inventory_materialAvailability_reservations_restModel_validatedInvTxnPJCDFF_view_ValidatedInvTxnPJCDFFAP__5FInvoice__5FLineVO-item-response
-
EXM_Expense_Report -
object
oracle_apps_flex_scm_inventory_materialAvailability_reservations_restModel_validatedInvTxnPJCDFF_view_ValidatedInvTxnPJCDFFEXM__5FExpense__5FReportVO-item-response
-
EXM_Expense_Report_Line -
object
oracle_apps_flex_scm_inventory_materialAvailability_reservations_restModel_validatedInvTxnPJCDFF_view_ValidatedInvTxnPJCDFFEXM__5FExpense__5FReport__5FLineVO-item-response
-
INV_Misc_Transactions -
object
oracle_apps_flex_scm_inventory_materialAvailability_reservations_restModel_validatedInvTxnPJCDFF_view_ValidatedInvTxnPJCDFFINV__5FMisc__5FTransactionsVO-item-response
-
OM_Sales_Order -
object
oracle_apps_flex_scm_inventory_materialAvailability_reservations_restModel_validatedInvTxnPJCDFF_view_ValidatedInvTxnPJCDFFOM__5FSales__5FOrderVO-item-response
-
PJC_All -
object
oracle_apps_flex_scm_inventory_materialAvailability_reservations_restModel_validatedInvTxnPJCDFF_view_ValidatedInvTxnPJCDFFPJC__5FAllVO-item-response
-
PJC_Expenditure_Batch -
object
oracle_apps_flex_scm_inventory_materialAvailability_reservations_restModel_validatedInvTxnPJCDFF_view_ValidatedInvTxnPJCDFFPJC__5FExpenditure__5FBatchVO-item-response
-
POR_Requisition -
object
oracle_apps_flex_scm_inventory_materialAvailability_reservations_restModel_validatedInvTxnPJCDFF_view_ValidatedInvTxnPJCDFFPOR__5FRequisitionVO-item-response
-
POR_User_Preferences -
object
oracle_apps_flex_scm_inventory_materialAvailability_reservations_restModel_validatedInvTxnPJCDFF_view_ValidatedInvTxnPJCDFFPOR__5FUser__5FPreferencesVO-item-response
-
PO_Purchase_Order -
object
oracle_apps_flex_scm_inventory_materialAvailability_reservations_restModel_validatedInvTxnPJCDFF_view_ValidatedInvTxnPJCDFFPO__5FPurchase__5FOrderVO-item-response
-
PO_Purchase_Order_Line -
object
oracle_apps_flex_scm_inventory_materialAvailability_reservations_restModel_validatedInvTxnPJCDFF_view_ValidatedInvTxnPJCDFFPO__5FPurchase__5FOrder__5FLineVO-item-response
-
PO_Purchase_Order_Schedule -
object
oracle_apps_flex_scm_inventory_materialAvailability_reservations_restModel_validatedInvTxnPJCDFF_view_ValidatedInvTxnPJCDFFPO__5FPurchase__5FOrder__5FScheduleVO-item-response
Nested Schema : oracle_apps_flex_scm_inventory_materialAvailability_reservations_restModel_validatedInvTxnPJCDFF_view_ValidatedInvTxnPJCDFFAP__5FDistribution__5FSetsVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:40Default Value:AP_Distribution_SetsContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
_BILLABLE_FLAG: string
Title:
BillableMaximum Length:1Billable -
_BILLABLE_FLAG_Display: string
Title:
BillableBillable -
_CAPITALIZABLE_FLAG: string
Title:
CapitalizableMaximum Length:1Capitalizable -
_CAPITALIZABLE_FLAG_Display: string
Title:
CapitalizableCapitalizable -
_CONTRACT_ID: number
Title:
Contract NumberContract Number -
_CONTRACT_ID_Display: string
Title:
Contract NumberContract Number -
_EXPENDITURE_TYPE_ID: number
Title:
Expenditure TypeExpenditure Type -
_EXPENDITURE_TYPE_ID_Display: string
Title:
Expenditure TypeExpenditure Type -
_ORGANIZATION_ID: number
Title:
Expenditure OrganizationExpenditure Organization -
_ORGANIZATION_ID_Display: string
Title:
Expenditure OrganizationExpenditure Organization -
_PROJECT_ID: number
Title:
Project NumberProject Number -
_PROJECT_ID_Display: string
Title:
Project NumberProject Number -
_RESERVED_ATTRIBUTE1: string
Title:
Funding SourceMaximum Length:150Funding Source -
_RESERVED_ATTRIBUTE1_Display: string
Title:
Funding SourceFunding Source -
_TASK_ID: number
Title:
Task NumberTask Number -
_TASK_ID_Display: string
Title:
Task NumberTask Number -
_WORK_TYPE_ID: number
Title:
Work TypeWork Type -
_WORK_TYPE_ID_Display: string
Title:
Work TypeWork Type -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
TransactionTempId: integer
(int64)
Nested Schema : oracle_apps_flex_scm_inventory_materialAvailability_reservations_restModel_validatedInvTxnPJCDFF_view_ValidatedInvTxnPJCDFFAP__5FInvoice__5FDistributionVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:40Default Value:AP_Invoice_DistributionContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
_BILLABLE_FLAG: string
Title:
BillableMaximum Length:1Billable -
_BILLABLE_FLAG_Display: string
Title:
BillableBillable -
_CAPITALIZABLE_FLAG: string
Title:
CapitalizableMaximum Length:1Capitalizable -
_CAPITALIZABLE_FLAG_Display: string
Title:
CapitalizableCapitalizable -
_CONTRACT_ID: number
Title:
Contract NumberContract Number -
_CONTRACT_ID_Display: string
Title:
Contract NumberContract Number -
_EXPENDITURE_ITEM_DATE: string
(date)
Title:
Expenditure Item DateExpenditure Item Date -
_EXPENDITURE_TYPE_ID: number
Title:
Expenditure TypeExpenditure Type -
_EXPENDITURE_TYPE_ID_Display: string
Title:
Expenditure TypeExpenditure Type -
_ORGANIZATION_ID: number
Title:
Expenditure OrganizationExpenditure Organization -
_ORGANIZATION_ID_Display: string
Title:
Expenditure OrganizationExpenditure Organization -
_PROJECT_ID: number
Title:
Project NumberProject Number -
_PROJECT_ID_Display: string
Title:
Project NumberProject Number -
_RESERVED_ATTRIBUTE1: string
Title:
Funding SourceMaximum Length:150Funding Source -
_RESERVED_ATTRIBUTE1_Display: string
Title:
Funding SourceFunding Source -
_TASK_ID: number
Title:
Task NumberTask Number -
_TASK_ID_Display: string
Title:
Task NumberTask Number -
_WORK_TYPE_ID: number
Title:
Work TypeWork Type -
_WORK_TYPE_ID_Display: string
Title:
Work TypeWork Type -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
TransactionTempId: integer
(int64)
Nested Schema : oracle_apps_flex_scm_inventory_materialAvailability_reservations_restModel_validatedInvTxnPJCDFF_view_ValidatedInvTxnPJCDFFAP__5FInvoice__5FLineVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:40Default Value:AP_Invoice_LineContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
_BILLABLE_FLAG: string
Title:
BillableMaximum Length:1Billable -
_BILLABLE_FLAG_Display: string
Title:
BillableBillable -
_CAPITALIZABLE_FLAG: string
Title:
CapitalizableMaximum Length:1Capitalizable -
_CAPITALIZABLE_FLAG_Display: string
Title:
CapitalizableCapitalizable -
_CONTRACT_ID: number
Title:
Contract NumberContract Number -
_CONTRACT_ID_Display: string
Title:
Contract NumberContract Number -
_EXPENDITURE_ITEM_DATE: string
(date)
Title:
Expenditure Item DateExpenditure Item Date -
_EXPENDITURE_TYPE_ID: number
Title:
Expenditure TypeExpenditure Type -
_EXPENDITURE_TYPE_ID_Display: string
Title:
Expenditure TypeExpenditure Type -
_ORGANIZATION_ID: number
Title:
Expenditure OrganizationExpenditure Organization -
_ORGANIZATION_ID_Display: string
Title:
Expenditure OrganizationExpenditure Organization -
_PROJECT_ID: number
Title:
Project NumberProject Number -
_PROJECT_ID_Display: string
Title:
Project NumberProject Number -
_RESERVED_ATTRIBUTE1: string
Title:
Funding SourceMaximum Length:150Funding Source -
_RESERVED_ATTRIBUTE1_Display: string
Title:
Funding SourceFunding Source -
_TASK_ID: number
Title:
Task NumberTask Number -
_TASK_ID_Display: string
Title:
Task NumberTask Number -
_WORK_TYPE_ID: number
Title:
Work TypeWork Type -
_WORK_TYPE_ID_Display: string
Title:
Work TypeWork Type -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
TransactionTempId: integer
(int64)
Nested Schema : oracle_apps_flex_scm_inventory_materialAvailability_reservations_restModel_validatedInvTxnPJCDFF_view_ValidatedInvTxnPJCDFFEXM__5FExpense__5FReportVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:40Default Value:EXM_Expense_ReportContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
_BILLABLE_FLAG: string
Title:
BillableMaximum Length:1Billable -
_BILLABLE_FLAG_Display: string
Title:
BillableBillable -
_CAPITALIZABLE_FLAG: string
Title:
CapitalizableMaximum Length:1Capitalizable -
_CAPITALIZABLE_FLAG_Display: string
Title:
CapitalizableCapitalizable -
_CONTRACT_ID: number
Title:
Contract NumberContract Number -
_CONTRACT_ID_Display: string
Title:
Contract NumberContract Number -
_EXPENDITURE_ITEM_DATE: string
(date)
Title:
Expenditure Item DateExpenditure Item Date -
_EXPENDITURE_TYPE_ID: number
Title:
Expenditure TypeExpenditure Type -
_ORGANIZATION_ID: number
Title:
Expenditure OrganizationExpenditure Organization -
_ORGANIZATION_ID_Display: string
Title:
Expenditure OrganizationExpenditure Organization -
_PROJECT_ID: number
Title:
Project NumberProject Number -
_PROJECT_ID_Display: string
Title:
Project NumberProject Number -
_RESERVED_ATTRIBUTE1: string
Title:
Funding SourceMaximum Length:150Funding Source -
_RESERVED_ATTRIBUTE1_Display: string
Title:
Funding SourceFunding Source -
_TASK_ID: number
Title:
Task NumberTask Number -
_TASK_ID_Display: string
Title:
Task NumberTask Number -
_WORK_TYPE_ID: number
Title:
Work TypeWork Type -
_WORK_TYPE_ID_Display: string
Title:
Work TypeWork Type -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
TransactionTempId: integer
(int64)
Nested Schema : oracle_apps_flex_scm_inventory_materialAvailability_reservations_restModel_validatedInvTxnPJCDFF_view_ValidatedInvTxnPJCDFFEXM__5FExpense__5FReport__5FLineVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:40Default Value:EXM_Expense_Report_LineContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
_BILLABLE_FLAG: string
Title:
BillableMaximum Length:1Billable -
_BILLABLE_FLAG_Display: string
Title:
BillableBillable -
_CAPITALIZABLE_FLAG: string
Title:
CapitalizableMaximum Length:1Capitalizable -
_CAPITALIZABLE_FLAG_Display: string
Title:
CapitalizableCapitalizable -
_CONTRACT_ID: number
Title:
Contract NumberContract Number -
_CONTRACT_ID_Display: string
Title:
Contract NumberContract Number -
_EXPENDITURE_ITEM_DATE: string
(date)
Title:
Expenditure Item DateExpenditure Item Date -
_EXPENDITURE_TYPE_ID: number
Title:
Expenditure TypeExpenditure Type -
_ORGANIZATION_ID: number
Title:
Expenditure OrganizationExpenditure Organization -
_ORGANIZATION_ID_Display: string
Title:
Expenditure OrganizationExpenditure Organization -
_PROJECT_ID: number
Title:
Project NumberProject Number -
_PROJECT_ID_Display: string
Title:
Project NumberProject Number -
_RESERVED_ATTRIBUTE1: string
Title:
Funding SourceMaximum Length:150Funding Source -
_RESERVED_ATTRIBUTE1_Display: string
Title:
Funding SourceFunding Source -
_TASK_ID: number
Title:
Task NumberTask Number -
_TASK_ID_Display: string
Title:
Task NumberTask Number -
_WORK_TYPE_ID: number
Title:
Work TypeWork Type -
_WORK_TYPE_ID_Display: string
Title:
Work TypeWork Type -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
TransactionTempId: integer
(int64)
Nested Schema : oracle_apps_flex_scm_inventory_materialAvailability_reservations_restModel_validatedInvTxnPJCDFF_view_ValidatedInvTxnPJCDFFINV__5FMisc__5FTransactionsVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:40Default Value:INV_Misc_TransactionsContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
_BILLABLE_FLAG: string
Title:
BillableMaximum Length:1Billable -
_BILLABLE_FLAG_Display: string
Title:
BillableBillable -
_CAPITALIZABLE_FLAG: string
Title:
CapitalizableMaximum Length:1Capitalizable -
_CAPITALIZABLE_FLAG_Display: string
Title:
CapitalizableCapitalizable -
_CONTRACT_ID: number
Title:
Contract NumberContract Number -
_CONTRACT_ID_Display: string
Title:
Contract NumberContract Number -
_EXPENDITURE_ITEM_DATE: string
(date)
Title:
Expenditure Item DateExpenditure Item Date -
_EXPENDITURE_TYPE_ID: number
Title:
Expenditure TypeExpenditure Type -
_EXPENDITURE_TYPE_ID_Display: string
Title:
Expenditure TypeExpenditure Type -
_ORGANIZATION_ID: number
Title:
Expenditure OrganizationExpenditure Organization -
_ORGANIZATION_ID_Display: string
Title:
Expenditure OrganizationExpenditure Organization -
_PROJECT_ID: number
Title:
Project NumberProject Number -
_PROJECT_ID_Display: string
Title:
Project NumberProject Number -
_RESERVED_ATTRIBUTE1: string
Title:
Funding SourceMaximum Length:150Funding Source -
_RESERVED_ATTRIBUTE1_Display: string
Title:
Funding SourceFunding Source -
_TASK_ID: number
Title:
Task NumberTask Number -
_TASK_ID_Display: string
Title:
Task NumberTask Number -
_WORK_TYPE_ID: number
Title:
Work TypeWork Type -
_WORK_TYPE_ID_Display: string
Title:
Work TypeWork Type -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
TransactionTempId: integer
(int64)
Nested Schema : oracle_apps_flex_scm_inventory_materialAvailability_reservations_restModel_validatedInvTxnPJCDFF_view_ValidatedInvTxnPJCDFFOM__5FSales__5FOrderVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:40Default Value:OM_Sales_OrderContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
billableFlag: string
Title:
BillableMaximum Length:1Billable -
billableFlag_Display: string
Title:
BillableBillable -
capitalizableFlag: string
Title:
CapitalizableMaximum Length:1Capitalizable -
capitalizableFlag_Display: string
Title:
CapitalizableCapitalizable -
contractId: number
Title:
Contract NumberContract Number -
contractId_Display: string
Title:
Contract NumberContract Number -
expenditureItemDate: string
(date)
Title:
Expenditure Item DateExpenditure Item Date -
expenditureTypeId: number
Title:
Expenditure TypeExpenditure Type -
expenditureTypeId_Display: string
Title:
Expenditure TypeExpenditure Type -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
organizationId: number
Title:
Expenditure OrganizationExpenditure Organization -
organizationId_Display: string
Title:
Expenditure OrganizationExpenditure Organization -
projectId: number
Title:
Project NumberProject Number -
projectId_Display: string
Title:
Project NumberProject Number -
reservedAttribute1: string
Title:
Funding SourceMaximum Length:150Funding Source -
reservedAttribute1_Display: string
Title:
Funding SourceFunding Source -
taskId: number
Title:
Task NumberTask Number -
taskId_Display: string
Title:
Task NumberTask Number -
TransactionTempId: integer
(int64)
-
workTypeId: number
Title:
Work TypeWork Type -
workTypeId_Display: string
Title:
Work TypeWork Type
Nested Schema : oracle_apps_flex_scm_inventory_materialAvailability_reservations_restModel_validatedInvTxnPJCDFF_view_ValidatedInvTxnPJCDFFPJC__5FAllVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:40Default Value:PJC_AllContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
_BILLABLE_FLAG: string
Title:
BillableMaximum Length:1Billable -
_BILLABLE_FLAG_DisplayValue: string
Title:
BillableBillable -
_CAPITALIZABLE_FLAG: string
Title:
CapitalizableMaximum Length:1Capitalizable -
_CAPITALIZABLE_FLAG_DisplayValue: string
Title:
CapitalizableCapitalizable -
_CONTRACT_ID: number
Title:
Contract NumberContract Number -
_CONTRACT_ID_Display: string
Title:
Contract NumberContract Number -
_EXPENDITURE_ITEM_DATE: string
(date)
Title:
Expenditure Item DateExpenditure Item Date -
_EXPENDITURE_TYPE_ID: number
Title:
Expenditure TypeExpenditure Type -
_EXPENDITURE_TYPE_ID_Display: string
Title:
Expenditure TypeExpenditure Type -
_ORGANIZATION_ID: number
Title:
Expenditure OrganizationExpenditure Organization -
_ORGANIZATION_ID_Display: string
Title:
Expenditure OrganizationExpenditure Organization -
_PROJECT_ID: number
Title:
Project NumberProject Number -
_PROJECT_ID_Display: string
Title:
Project NumberProject Number -
_RESERVED_ATTRIBUTE1: string
Title:
Funding SourceMaximum Length:150Funding Source -
_RESERVED_ATTRIBUTE1_Display: string
Title:
Funding SourceFunding Source -
_TASK_ID: number
Title:
Task NumberTask Number -
_TASK_ID_Display: string
Title:
Task NumberTask Number -
_WORK_TYPE_ID: number
Title:
Work TypeWork Type -
_WORK_TYPE_ID_Display: string
Title:
Work TypeWork Type -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
TransactionTempId: integer
(int64)
Nested Schema : oracle_apps_flex_scm_inventory_materialAvailability_reservations_restModel_validatedInvTxnPJCDFF_view_ValidatedInvTxnPJCDFFPJC__5FExpenditure__5FBatchVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:40Default Value:PJC_Expenditure_BatchContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
_BILLABLE_FLAG: string
Title:
BillableMaximum Length:1Billable -
_BILLABLE_FLAG_Display: string
Title:
BillableBillable -
_CAPITALIZABLE_FLAG: string
Title:
CapitalizableMaximum Length:1Capitalizable -
_CAPITALIZABLE_FLAG_Display: string
Title:
CapitalizableCapitalizable -
_CONTRACT_ID: number
Title:
Contract NumberContract Number -
_CONTRACT_ID_Display: string
Title:
Contract NumberContract Number -
_EXPENDITURE_ITEM_DATE: string
(date)
Title:
Expenditure Item DateExpenditure Item Date -
_EXPENDITURE_TYPE_ID: number
Title:
Expenditure TypeExpenditure Type -
_EXPENDITURE_TYPE_ID_Display: string
Title:
Expenditure TypeExpenditure Type -
_ORGANIZATION_ID: number
Title:
Expenditure OrganizationExpenditure Organization -
_ORGANIZATION_ID_Display: string
Title:
Expenditure OrganizationExpenditure Organization -
_PROJECT_ID: number
Title:
Project NumberProject Number -
_PROJECT_ID_Display: string
Title:
Project NumberProject Number -
_RESERVED_ATTRIBUTE1: string
Title:
Funding SourceMaximum Length:150Funding Source -
_RESERVED_ATTRIBUTE1_Display: string
Title:
Funding SourceFunding Source -
_TASK_ID: number
Title:
Task NumberTask Number -
_TASK_ID_Display: string
Title:
Task NumberTask Number -
_WORK_TYPE_ID: number
Title:
Work TypeWork Type -
_WORK_TYPE_ID_Display: string
Title:
Work TypeWork Type -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
TransactionTempId: integer
(int64)
Nested Schema : oracle_apps_flex_scm_inventory_materialAvailability_reservations_restModel_validatedInvTxnPJCDFF_view_ValidatedInvTxnPJCDFFPOR__5FRequisitionVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:40Default Value:POR_RequisitionContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
_BILLABLE_FLAG: string
Title:
BillableMaximum Length:1Billable -
_BILLABLE_FLAG_Display: string
Title:
BillableBillable -
_CAPITALIZABLE_FLAG: string
Title:
CapitalizableMaximum Length:1Capitalizable -
_CAPITALIZABLE_FLAG_Display: string
Title:
CapitalizableCapitalizable -
_CONTRACT_ID: number
Title:
Contract NumberContract Number -
_CONTRACT_ID_Display: string
Title:
Contract NumberContract Number -
_EXPENDITURE_ITEM_DATE: string
(date)
Title:
Expenditure Item DateExpenditure Item Date -
_EXPENDITURE_TYPE_ID: number
Title:
Expenditure TypeExpenditure Type -
_EXPENDITURE_TYPE_ID_Display: string
Title:
Expenditure TypeExpenditure Type -
_ORGANIZATION_ID: number
Title:
Expenditure OrganizationExpenditure Organization -
_ORGANIZATION_ID_Display: string
Title:
Expenditure OrganizationExpenditure Organization -
_PROJECT_ID: number
Title:
Project NumberProject Number -
_PROJECT_ID_Display: string
Title:
Project NumberProject Number -
_RESERVED_ATTRIBUTE1: string
Title:
Funding SourceMaximum Length:150Funding Source -
_RESERVED_ATTRIBUTE1_Display: string
Title:
Funding SourceFunding Source -
_TASK_ID: number
Title:
Task NumberTask Number -
_TASK_ID_Display: string
Title:
Task NumberTask Number -
_WORK_TYPE_ID: number
Title:
Work TypeWork Type -
_WORK_TYPE_ID_Display: string
Title:
Work TypeWork Type -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
TransactionTempId: integer
(int64)
Nested Schema : oracle_apps_flex_scm_inventory_materialAvailability_reservations_restModel_validatedInvTxnPJCDFF_view_ValidatedInvTxnPJCDFFPOR__5FUser__5FPreferencesVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:40Default Value:POR_User_PreferencesContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
_CONTRACT_ID: number
Title:
Contract NumberContract Number -
_CONTRACT_ID_Display: string
Title:
Contract NumberContract Number -
_EXPENDITURE_TYPE_ID: number
Title:
Expenditure TypeExpenditure Type -
_EXPENDITURE_TYPE_ID_Display: string
Title:
Expenditure TypeExpenditure Type -
_ORGANIZATION_ID: number
Title:
Expenditure OrganizationExpenditure Organization -
_ORGANIZATION_ID_Display: string
Title:
Expenditure OrganizationExpenditure Organization -
_PROJECT_ID: number
Title:
Project NumberProject Number -
_PROJECT_ID_Display: string
Title:
Project NumberProject Number -
_RESERVED_ATTRIBUTE1: string
Title:
Funding SourceMaximum Length:150Funding Source -
_RESERVED_ATTRIBUTE1_Display: string
Title:
Funding SourceFunding Source -
_TASK_ID: number
Title:
Task NumberTask Number -
_TASK_ID_Display: string
Title:
Task NumberTask Number -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
TransactionTempId: integer
(int64)
Nested Schema : oracle_apps_flex_scm_inventory_materialAvailability_reservations_restModel_validatedInvTxnPJCDFF_view_ValidatedInvTxnPJCDFFPO__5FPurchase__5FOrderVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:40Default Value:PO_Purchase_OrderContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
_BILLABLE_FLAG: string
Title:
BillableMaximum Length:1Billable -
_BILLABLE_FLAG_Display: string
Title:
BillableBillable -
_CAPITALIZABLE_FLAG: string
Title:
CapitalizableMaximum Length:1Capitalizable -
_CAPITALIZABLE_FLAG_Display: string
Title:
CapitalizableCapitalizable -
_CONTRACT_ID: number
Title:
Contract NumberContract Number -
_CONTRACT_ID_Display: string
Title:
Contract NumberContract Number -
_EXPENDITURE_ITEM_DATE: string
(date)
Title:
Expenditure Item DateExpenditure Item Date -
_EXPENDITURE_TYPE_ID: number
Title:
Expenditure TypeExpenditure Type -
_EXPENDITURE_TYPE_ID_Display: string
Title:
Expenditure TypeExpenditure Type -
_ORGANIZATION_ID: number
Title:
Expenditure OrganizationExpenditure Organization -
_ORGANIZATION_ID_Display: string
Title:
Expenditure OrganizationExpenditure Organization -
_PROJECT_ID: number
Title:
Project NumberProject Number -
_PROJECT_ID_Display: string
Title:
Project NumberProject Number -
_RESERVED_ATTRIBUTE1: string
Title:
Funding SourceMaximum Length:150Funding Source -
_RESERVED_ATTRIBUTE1_Display: string
Title:
Funding SourceFunding Source -
_TASK_ID: number
Title:
Task NumberTask Number -
_TASK_ID_Display: string
Title:
Task NumberTask Number -
_WORK_TYPE_ID: number
Title:
Work TypeWork Type -
_WORK_TYPE_ID_Display: string
Title:
Work TypeWork Type -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
TransactionTempId: integer
(int64)
Nested Schema : oracle_apps_flex_scm_inventory_materialAvailability_reservations_restModel_validatedInvTxnPJCDFF_view_ValidatedInvTxnPJCDFFPO__5FPurchase__5FOrder__5FLineVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:40Default Value:PO_Purchase_Order_LineContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
_BILLABLE_FLAG: string
Title:
BillableMaximum Length:1Billable -
_BILLABLE_FLAG_Display: string
Title:
BillableBillable -
_CAPITALIZABLE_FLAG: string
Title:
CapitalizableMaximum Length:1Capitalizable -
_CAPITALIZABLE_FLAG_Display: string
Title:
CapitalizableCapitalizable -
_CONTRACT_ID: number
Title:
Contract NumberContract Number -
_CONTRACT_ID_Display: string
Title:
Contract NumberContract Number -
_EXPENDITURE_ITEM_DATE: string
(date)
Title:
Expenditure Item DateExpenditure Item Date -
_EXPENDITURE_TYPE_ID: number
Title:
Expenditure TypeExpenditure Type -
_EXPENDITURE_TYPE_ID_Display: string
Title:
Expenditure TypeExpenditure Type -
_ORGANIZATION_ID: number
Title:
Expenditure OrganizationExpenditure Organization -
_ORGANIZATION_ID_Display: string
Title:
Expenditure OrganizationExpenditure Organization -
_PROJECT_ID: number
Title:
Project NumberProject Number -
_PROJECT_ID_Display: string
Title:
Project NumberProject Number -
_RESERVED_ATTRIBUTE1: string
Title:
Funding SourceMaximum Length:150Funding Source -
_RESERVED_ATTRIBUTE1_Display: string
Title:
Funding SourceFunding Source -
_TASK_ID: number
Title:
Task NumberTask Number -
_TASK_ID_Display: string
Title:
Task NumberTask Number -
_WORK_TYPE_ID: number
Title:
Work TypeWork Type -
_WORK_TYPE_ID_Display: string
Title:
Work TypeWork Type -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
TransactionTempId: integer
(int64)
Nested Schema : oracle_apps_flex_scm_inventory_materialAvailability_reservations_restModel_validatedInvTxnPJCDFF_view_ValidatedInvTxnPJCDFFPO__5FPurchase__5FOrder__5FScheduleVO-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:40Default Value:PO_Purchase_Order_ScheduleContext Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
_BILLABLE_FLAG: string
Title:
BillableMaximum Length:1Billable -
_BILLABLE_FLAG_Display: string
Title:
BillableBillable -
_CAPITALIZABLE_FLAG: string
Title:
CapitalizableMaximum Length:1Capitalizable -
_CAPITALIZABLE_FLAG_Display: string
Title:
CapitalizableCapitalizable -
_CONTRACT_ID: number
Title:
Contract NumberContract Number -
_CONTRACT_ID_Display: string
Title:
Contract NumberContract Number -
_EXPENDITURE_ITEM_DATE: string
(date)
Title:
Expenditure Item DateExpenditure Item Date -
_EXPENDITURE_TYPE_ID: number
Title:
Expenditure TypeExpenditure Type -
_EXPENDITURE_TYPE_ID_Display: string
Title:
Expenditure TypeExpenditure Type -
_ORGANIZATION_ID: number
Title:
Expenditure OrganizationExpenditure Organization -
_ORGANIZATION_ID_Display: string
Title:
Expenditure OrganizationExpenditure Organization -
_PROJECT_ID: number
Title:
Project NumberProject Number -
_PROJECT_ID_Display: string
Title:
Project NumberProject Number -
_RESERVED_ATTRIBUTE1: string
Title:
Funding SourceMaximum Length:150Funding Source -
_RESERVED_ATTRIBUTE1_Display: string
Title:
Funding SourceFunding Source -
_TASK_ID: number
Title:
Task NumberTask Number -
_TASK_ID_Display: string
Title:
Task NumberTask Number -
_WORK_TYPE_ID: number
Title:
Work TypeWork Type -
_WORK_TYPE_ID_Display: string
Title:
Work TypeWork Type -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
TransactionTempId: integer
(int64)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source