Get all organizations
get
/fscmRestApi/resources/11.13.18.05/inventoryOrganizations
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:- OrganizationIdFinder: Finds inventory organizations according to the unique organization identification.
Finder Variables:- OrganizationId; integer; Value that uniquely identifies the organization. It is a primary key that the application generates when it creates an item. This attribute is required.
- PrimaryKey: Finds inventory organizations according to the unique organization identification.
Finder Variables:- OrganizationId; integer; Value that uniquely identifies the organization. It is a primary key that the application generates when it creates an item. This attribute is required.
- activeOrgs: Finds active organizations.
Finder Variables: - inventoryOrgs: Finds inventory organizations.
Finder Variables:- Status; string; Active inventory organizations according to status.
- itemOrgs: Finds item organizations.
Finder Variables:- Status; string; Active item organizations according to status.
- maintenanceOrgs: Finds inventory organizations that are enabled for maintenance.
Finder Variables:- Status; string; Active inventory organizations according to status.
- manufacturingOrgs: Finds inventory organizations that are enabled for manufacturing.
Finder Variables:- Status; string; Active inventory organizations according to status.
- OrganizationIdFinder: Finds inventory organizations according to the unique organization identification.
-
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:- ContractManufacturingFlag; boolean; Contains one of the following values: true or false. If true, then the organization is a contract manufacturing plant, and it supports warehouse operations. If false, then the organization isn't a contract manufacturing plant, but it does support warehouse operations. The default value is false.
- CreatedBy; string; User who created the record.
- CreationDate; string; Date and time when the user created the record.
- FixedAssetCorporateBookTypeCode; string; Value indicating whether the fixed assets in this inventory organization defined in Oracle Fusion Cloud Maintenance are associated with a corporate book in Oracle Fusion Financials.
- IntegratedSystemType; string; Specifies the integration relationship for the organization that manages material. The default value is null. Valid values are Warehouse Management System, Third Party Logistics, or Coexistence Integration.
- InventoryFlag; boolean; Contains one of the following values: true or false. If true, then the object is an inventory organization. An inventory application can use the organization. If false, then the object is an item organization. An inventory application can't use the organization. This attribute doesn't have a default value. This attribute must be supplied when creating an organization.
- ItemDefinitionOrganizationCode; string; User-supplied short code that uniquely identifies the definition organization. The value of this attribute may be the same as the OrganizationCode.
- ItemDefinitionOrganizationId; integer; Value that uniquely identifies the definition organization. The application uses this attribute only when the item grouping code indicates that the organization is a reference organization, which requires that the definition get all item attribute values from another organization.
- ItemDefinitionOrganizationName; string; Name of the definition organization.
- ItemGroupingCode; string; Value that specifies how the application assigns items to the organization. Definition organizations specify their attributes for every item assigned to the organization. Reference organizations specify another definition organization, which provides the definition of all attribute values for the items assigned to this reference organization.
- LastUpdateDate; string; Date and time when the user most recently updated the record.
- LastUpdatedBy; string; User who most recently updated the record.
- LegalEntityId; integer; Value that uniquely identifies the legal entity that the organization references. If the organization isn't an item organization and is an inventory organization, then this attribute is required.
- LegalEntityName; string; Name of the legal entity that the organization references.
- LocationCode; string; This attribute is obsolete. Do not use it.
- LocationId; integer; Value that uniquely identifies the inventory location that this organization references.
- MaintenanceEnabledFlag; boolean; Contains one of the following values: true or false. If true, then the organization performs maintenance and it supports warehouse operations. If false, then the organization doesn't perform maintenance, but it does support warehouse operations. The default value is false.
- MaintenanceTechnicianWorkbenchEnabledFlag; boolean; Contains one of the following values: true or false. If true, then the organization is available in the list of values for the organization picker in the maintenance technician workbench, if the user also has data security access to the organization. If false, the organization won't appear in the organization picker as a choice. The default value is false.
- ManagementBusinessUnitId; integer; Value that uniquely identifies the management business unit that the organization references. If the organization isn't an item organization and is an inventory organization, then this attribute is required.
- ManagementBusinessUnitName; string; Name of the management business unit that the organization references.
- ManufacturingParametersExistFlag; boolean; Contains one of the following values: true or false. If true, then the application finished setup for the organization and saved parameter data for plant operations. You can use this organization for manufacturing or maintenance. If false, then the application finished only part of the setup. You must not use this organization for manufacturing or maintenance until setup is complete. The default value depends upon whether the Manage Plant Parameters task has been saved for this organization, or whether the plantParameters child resource has been successfully created.
- ManufacturingPlantFlag; boolean; Contains one of the following values: true or false. If true, then the organization is a manufacturing plant and it supports warehouse operations. If false, then the organization isn't a manufacturing plant but it does support warehouse operations. The default value is false.
- MasterOrganizationId; integer; Value that identifies the parent organization or the master organization. This attribute is required.
- OrganizationCode; string; User-supplied short code that uniquely identifies the organization. This attribute is required.
- OrganizationId; integer; Value that uniquely identifies the item or inventory organization. It is a primary key that the application generates when it creates an item or inventory organization.
- OrganizationName; string; Name of the organization that the user provides when creating a transaction. This attribute is required.
- ProfitCenterBusinessUnitId; integer; Value that uniquely identifies the business unit that operates as a profit center. The organization references this business unit.
- ProfitCenterBusinessUnitName; string; Name of the business unit that operates as a profit center. The organization references this business unit.
- Status; string; Status that indicates whether or not this organization is active.
-
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 : inventoryOrganizations
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 : inventoryOrganizations-item-response
Type:
Show Source
object-
ContractManufacturingFlag: boolean
Title:
Organization represents a contract manufacturerMaximum Length:1Contains one of the following values: true or false. If true, then the organization is a contract manufacturing plant, and it supports warehouse operations. If false, then the organization isn't a contract manufacturing plant, but it does support warehouse operations. The default value is false. -
CreatedBy: string
Read Only:
trueMaximum Length:64User who created the record. -
CreationDate: string
(date-time)
Read Only:
trueDate and time when the user created the record. -
FixedAssetCorporateBookTypeCode: string
Title:
Fixed Asset Corporate BookMaximum Length:30Value indicating whether the fixed assets in this inventory organization defined in Oracle Fusion Cloud Maintenance are associated with a corporate book in Oracle Fusion Financials. -
IntegratedSystemType: string
Title:
Integrated System TypeMaximum Length:25Specifies the integration relationship for the organization that manages material. The default value is null. Valid values are Warehouse Management System, Third Party Logistics, or Coexistence Integration. -
InventoryFlag: boolean
Title:
UsageMaximum Length:1Contains one of the following values: true or false. If true, then the object is an inventory organization. An inventory application can use the organization. If false, then the object is an item organization. An inventory application can't use the organization. This attribute doesn't have a default value. This attribute must be supplied when creating an organization. -
invOrgParameters: array
Parameters
Title:
ParametersThe Parameters resource manages the default values for the warehouse transaction or inventory transaction for each inventory organization. -
ItemDefinitionOrganizationCode: string
User-supplied short code that uniquely identifies the definition organization. The value of this attribute may be the same as the OrganizationCode.
-
ItemDefinitionOrganizationId: integer
(int64)
Title:
Item Definition OrganizationValue that uniquely identifies the definition organization. The application uses this attribute only when the item grouping code indicates that the organization is a reference organization, which requires that the definition get all item attribute values from another organization. -
ItemDefinitionOrganizationName: string
Name of the definition organization.
-
ItemGroupingCode: string
Title:
Item Grouping BehaviorMaximum Length:20Value that specifies how the application assigns items to the organization. Definition organizations specify their attributes for every item assigned to the organization. Reference organizations specify another definition organization, which provides the definition of all attribute values for the items assigned to this reference organization. -
LastUpdateDate: string
(date-time)
Read Only:
trueDate and time when the user most recently updated the record. -
LastUpdatedBy: string
Read Only:
trueMaximum Length:64User who most recently updated the record. -
LegalEntityId: integer
(int64)
Value that uniquely identifies the legal entity that the organization references. If the organization isn't an item organization and is an inventory organization, then this attribute is required.
-
LegalEntityName: string
Title:
Legal Entity NameRead Only:trueMaximum Length:240Name of the legal entity that the organization references. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
LocationCode: string
Title:
NameRead Only:trueMaximum Length:60This attribute is obsolete. Do not use it. -
LocationId: integer
(int64)
Value that uniquely identifies the inventory location that this organization references.
-
MaintenanceEnabledFlag: boolean
Title:
Organization performs maintenance activitiesMaximum Length:1Contains one of the following values: true or false. If true, then the organization performs maintenance and it supports warehouse operations. If false, then the organization doesn't perform maintenance, but it does support warehouse operations. The default value is false. -
MaintenanceTechnicianWorkbenchEnabledFlag: boolean
Maximum Length:
1Contains one of the following values: true or false. If true, then the organization is available in the list of values for the organization picker in the maintenance technician workbench, if the user also has data security access to the organization. If false, the organization won't appear in the organization picker as a choice. The default value is false. -
ManagementBusinessUnitId: integer
(int64)
Title:
Management Business UnitValue that uniquely identifies the management business unit that the organization references. If the organization isn't an item organization and is an inventory organization, then this attribute is required. -
ManagementBusinessUnitName: string
Title:
Business UnitRead Only:trueMaximum Length:240Name of the management business unit that the organization references. -
ManufacturingParametersExistFlag: boolean
Contains one of the following values: true or false. If true, then the application finished setup for the organization and saved parameter data for plant operations. You can use this organization for manufacturing or maintenance. If false, then the application finished only part of the setup. You must not use this organization for manufacturing or maintenance until setup is complete. The default value depends upon whether the Manage Plant Parameters task has been saved for this organization, or whether the plantParameters child resource has been successfully created.
-
ManufacturingPlantFlag: boolean
Title:
Organization is a manufacturing plantMaximum Length:1Contains one of the following values: true or false. If true, then the organization is a manufacturing plant and it supports warehouse operations. If false, then the organization isn't a manufacturing plant but it does support warehouse operations. The default value is false. -
MasterOrganizationCode: string
User-supplied short code that uniquely identifies the parent organization or the master organization. The value of this attribute may be the same as the OrganizationCode.
-
MasterOrganizationId: integer
(int64)
Title:
Item Master OrganizationValue that identifies the parent organization or the master organization. This attribute is required. -
MasterOrganizationName: string
Name of the parent organization or the master organization.
-
OrganizationCode: string
Maximum Length:
18User-supplied short code that uniquely identifies the organization. This attribute is required. -
OrganizationId: integer
(int64)
Value that uniquely identifies the item or inventory organization. It is a primary key that the application generates when it creates an item or inventory organization.
-
OrganizationName: string
Title:
NameMaximum Length:240Name of the organization that the user provides when creating a transaction. This attribute is required. -
plantParameters: array
Plant Parameters
Title:
Plant ParametersThe Plant Parameters resource manages the plant default values for each manufacturing organization or maintenance organization. -
ProfitCenterBusinessUnitId: integer
(int64)
Title:
Profit Center Business UnitValue that uniquely identifies the business unit that operates as a profit center. The organization references this business unit. -
ProfitCenterBusinessUnitName: string
Title:
Business UnitRead Only:trueMaximum Length:240Name of the business unit that operates as a profit center. The organization references this business unit. -
Status: string
Title:
StatusMaximum Length:30Status that indicates whether or not this organization is active.
Nested Schema : Parameters
Type:
arrayTitle:
ParametersThe Parameters resource manages the default values for the warehouse transaction or inventory transaction for each inventory organization.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Plant Parameters
Type:
arrayTitle:
Plant ParametersThe Plant Parameters resource manages the plant default values for each manufacturing organization or maintenance organization.
Show Source
Nested Schema : inventoryOrganizations-invOrgParameters-item-response
Type:
Show Source
object-
AcceptSubstituteItemsFlag: boolean
Title:
Warehouse accepts substitute itemsMaximum Length:1Contains one of the following values: true or false. If true, then the warehouse accepts substitute items in place of ordered items. If false, then the warehouse doesn't accept substitute items. The default value is false. -
AllowDifferentLotStatus: number
Title:
Allow Different Lot StatusDetermines whether or not the lot status can change when transferring material that the lot controls. -
AllowNegativeOnhandTransactionsFlag: boolean
Title:
Allow negative on-hand transactionsMaximum Length:1Contains one of the following values: true or false. If true, then allow each transaction that occurs during the cycle count to result in a negative quantity in inventory. If false, then do not allow each transaction that occurs during the cycle count to result in a negative quantity in inventory. The default value is false. -
AutoLotAlphaPrefix: string
Title:
PrefixMaximum Length:80Alphanumeric text to add as a prefix to the lot number when creating the lot number. -
AutomaticallyCreateLotUOMConversion: number
Title:
Automatically Create Lot UOM ConversionDetermines whether or not to convert the unit of measure that the lot references. -
AutomaticallyDeleteAllocationsFlag: boolean
Title:
Automatically delete picks when movement requests are canceledMaximum Length:1Contains one of the following values: true or false. If true, then if the movement request cancels, then cancel the pick. If false, then if the movement request cancels, then do not cancel the pick. The default value is false. -
AutoSerialAlphaPrefix: string
Title:
PrefixMaximum Length:80Alphanumeric text to add as a prefix to the serial number when creating the serial number. -
CapturePickingExceptionsFlag: boolean
Title:
Capture picking exceptionsMaximum Length:1Contains one of the following values: true or false. If true, then capture the exception for each deviation when picking. If false, then do not capture the exception for each deviation when picking. The default value is true. -
ChildLotControlFormatValidationFlag: boolean
Title:
Format validationMaximum Length:1Contains one of the following values: true or false. If true, then validate the format of the lot number. If false, then do not validate this format. The default value is false. -
ChildLotControlPrefix: string
Title:
PrefixMaximum Length:80Prefix to add to the child lot number when creating the child lot number. -
ChildLotControlTotalLength: number
Title:
Total LengthValue of the total length of the child lot number. -
ChildLotControlZeroPaddingFlag: boolean
Title:
Zero pad suffixMaximum Length:1Contains one of the following values: true or false. If true, then pad the child lot number with zeros. If false, then do not pad the child lot number with zeros. The default value is false. -
ContractManufacturingFlag: boolean
Title:
Organization represents a contract manufacturerMaximum Length:1Contains one of the following values: true or false. If true, then the organization is a contract manufacturing plant, and it also supports warehouse operations. If false, then the organization isn't a contract manufacturing plant, but it does support warehouse operations. The default value is false. -
CopyLotAttributeFlag: boolean
Title:
Copy lot attributesMaximum Length:1Contains one of the following values: true or false. If true, then the child lot inherits attributes from the parent. If false, then the child lot doesn'tinherit attributes from the parent. The default value is false. -
CreatedBy: string
Read Only:
trueMaximum Length:64User who created the record. -
CreationDate: string
(date-time)
Read Only:
trueDate and time when the user created the record. -
DefaultLocatorOrderValue: number
Title:
Locator OrderDefault picking order assigned to each locator when creating the work order. -
DefaultPickingRuleId: integer
(int64)
Title:
RuleValue that identifies the default picking rule to use when selecting material. -
DefaultSubinventoryOrderValue: number
Title:
Subinventory OrderDefault picking order assigned to each subinventory when creating the work order. -
DistributedOrganizationFlag: boolean
Title:
Logistics services organizationMaximum Length:1Contains one of the following values: true or false. If true, then use the organization to provide logistics services, such as warehousing or shipping. If false, then do not use the organization to provide logistics services. The default value is false. -
EnforceLocatorAliasUniquenessFlag: boolean
Title:
Enforce locator alias uniquenessMaximum Length:1This attribute isn't currently used. -
ExpiredLotQuarantineLocator: integer
(int64)
Title:
Quarantine LocatorDefault value of the locator to use for expired lot quarantine operations in materials management. -
ExpiredLotQuarantineSubinventory: string
Title:
Quarantine SubinventoryMaximum Length:10Default value of the subinventory to use for expired lot quarantine operations in materials management. -
FillKillMoveOrderFlag: boolean
Title:
Close movement request lines at pick confirmationMaximum Length:1Contains one of the following values: true or false. If true, then allow the request line of a replenishment movement request that's only partially picked to be canceled. If false, then do not allow canceling. The default value is false. -
FillKillSalesOrderFlag: boolean
Title:
Automatically cancel sales order backordersMaximum Length:1Contains one of the following values: true or false. If true, then automatically cancel the remaining quantities on sales order backorder lines during pick release, pick confirm, or ship confirm. If false, then don't cancel. The default value is false. -
FillKillTransferOrdersFlag: boolean
Title:
Automatically cancel transfer order backordersMaximum Length:1Contains one of the following values: true or false. If true, then cancel the remaining quantities on transfer order lines during pick release, pick confirm, or ship confirm. If false, then do not allow this cancelation. The default value is false. -
GS1128Flag: boolean
Title:
GS1-128Maximum Length:1Contains one of the following values: true or false. If true, then enable GS1-128. If false, then do not enable GS1-128. The default value is false. If you enable GS1-128, then the work order uses the international barcode standard. This standard uses the Code 128 barcode specification to identify data and data formats. -
IntegrateWmsWithManufacturingAndMaintenanceFlag: boolean
Title:
Integrate manufacturing and maintenance with WMSMaximum Length:1Contains one of the following values: true or false. If true, then the plant is integrated into the warehouse management system (WMS) for manufacturing or maintenance. If false, then the plant is not integrated into the WMS. The default value is false. -
InternalCustomerAccountNumber: string
Title:
Account NumberMaximum Length:30Account number associated with the customer when the warehouse is the destination inventory organization. -
InternalCustomerFlag: boolean
Maximum Length:
1Contains one of the following values: true or false. If true, then the organization is a destination inventory organization, and it has an associated customer and account number. If false, then the organization isn't a destination organization. The default value is false. -
InternalCustomerId: integer
(int64)
Title:
Customer NameValue that identifies the customer when the warehouse is the destination inventory organization. -
InternalCustomerName: string
Read Only:
trueName of the associated customer when the warehouse is a destination inventory organization. This attribute cannot be used to uniquely identify a customer for the destination inventory organization, and is ignored in PATCH and POST operations. -
ItemDefinitionOrganizationId: integer
(int64)
Title:
Item Definition OrganizationValue that uniquely identifies the definition organization. The application uses this attribute only when the item grouping code indicates that the organization is a reference organization, which requires that the definition get all item attribute values from another organization. -
ItemGroupingCode: string
Title:
Item Grouping BehaviorMaximum Length:20Specifies how the application assigns items to the organization. Definition organizations specify their attributes for every item assigned to the organization. Reference organizations specify another definition organization, which provides the definition of all attribute values for the items assigned to this reference organization. -
KanbanCardPrefix: string
Maximum Length:
20Value for the card prefix. The default is the organization code followed by a dash, for example BOSWHS-. It's used to construct the document sequence that provides unique card numbers for Inventory and Manufacturing use if Kanban is enabled. -
KanbanCardStartNumber: integer
(int64)
Value for the card starting number. The default is null for all organizations and indicates that Kanban isn't in use. Saving a value enables Kanban and constructs the document sequence. which provides unique card numbers for Inventory and Manufacturing use.
-
LastUpdateDate: string
(date-time)
Read Only:
trueDate and time when the user most recently updated the record. -
LastUpdatedBy: string
Read Only:
trueMaximum Length:64User who most recently updated the record. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
LotNumberGeneration: string
Title:
GenerationMaximum Length:30Control level to use when creating each lot number for the organization. -
LotNumberLength: integer
Title:
Total LengthValue of the total length of the lot number. -
LotNumberUniqueness: string
Title:
UniquenessMaximum Length:30Control level to use that makes sure each lot number is unique when creating the lot number. -
LotNumberZeroPaddingFlag: boolean
Title:
Zero pad suffixMaximum Length:30Contains one of the following values: true or false. If true, then pad the lot number with zeros. If false, then don't pad the lot number with zeros. The default value is false. -
MaintenanceEnabledFlag: boolean
Title:
Organization performs maintenance activitiesMaximum Length:1Contains one of the following values: true or false. If true, then the organization performs maintenance, and it also supports warehouse operations. If false, then the organization doesn'tperform maintenance, but it does support warehouse operations. The default value is false. -
MaintenanceTechnicianWorkbenchEnabledFlag: boolean
Maximum Length:
1Contains one of the following values: true or false. If true, then the organization is available in the list of values for the organization picker in the maintenance technician workbench, if the user also has data security access to the organization. If false, the organization won't appear in the organization picker as a choice. The default value is false. -
ManufacturingPlantFlag: boolean
Title:
Organization is a manufacturing plantMaximum Length:1Contains one of the following values: true or false. If true, then the organization is a manufacturing plant, and it also supports warehouse operations. If false, then the organization isn't a manufacturing plant but it does support warehouse operations. The default value is false. -
MasterOrganizationId: integer
(int64)
Title:
Item Master OrganizationValue that identifies the parent organization or the master organization. This attribute is required. -
NegativeInvReceiptFlag: boolean
Title:
Allow negative balancesContains one of the following values: true or false. If true, then the organization allows negative balances in inventory. If false, then the organization doesn't allow negative balances in inventory. The default value is true. -
OrganizationId: integer
(int64)
Value that uniquely identifies the organization. It is a primary key that the application generates when it creates an organization. This attribute is required.
-
organizationParameterDFF: array
Flexfields for Organization Parameters
Title:
Flexfields for Organization ParametersThe Flexfields for Organization Parameters resource manages the descriptive flexfields for the inventory organization. -
OverpickForSpecialHandlingFlag: boolean
Maximum Length:
1Contains one of the following values: true or false. If true, then the warehouse supports overpicking and staging to accommodate material movements requiring special handling. If false, the warehouse won't support special handling. The default value is false. -
OverpickTransferOrdersFlag: boolean
Title:
Overpicking for movement requests enabledMaximum Length:1Contains one of the following values: true or false. If true, then inventory management allows you to overpick the movement request. If false, then inventory management doesn'tallow you to overpick the movement request. The default value is false. -
PackingUnitPrefix: string
Title:
PrefixMaximum Length:10Prefix to add to the string when creating the packing unit string. -
PackingUnitStartingNumber: number
Title:
Starting Packing UnitSmallest number to use as the packing unit number when creating the packing unit. -
PackingUnitSuffix: string
Title:
SuffixMaximum Length:10Suffix to add to the string when creating the packing unit string. -
PackingUnitTotalLength: number
Title:
Total LengthValue of the total length of the packing unit string. -
ParentChildGeneration: string
Title:
GenerationMaximum Length:1Control level to use when creating each child lot number for the organization. -
PickConfirmationRequiredFlag: boolean
Title:
Pick confirmation requiredContains one of the following values: true or false. If true, then inventory management requires that you manually confirm each pick. If false, then inventory management doesn'trequire you to manually confirm each pick. The default value is false. -
PickQuantityDefaultReasonId: integer
(int64)
Title:
Quantity Exception ReasonReason applied for picking quantity exceptions, by default. This attribute is optional. -
PickSlipBatchSize: integer
(int64)
Title:
Pick Slip Batch SizeNumber of movement request lines that inventory management processes together when it allocates material. -
PreFillPickedQuantityFlag: boolean
Title:
Automatically populate picked quantity during pick confirmMaximum Length:1Contains one of the following values: true or false. If true, then populate each picked quantity when confirming the pick slip. If false, then do not populate each picked quantity when confirming the pick slip. The default value is false. -
PurchasingByRevisionFlag: boolean
Title:
Purchasing by revisionMaximum Length:1Contains one of the following values: true or false. If true, then the purchase order or the requisition must include the revision when restocking. If false, then the purchase order or the requisition can include the revision as an option when restocking. The default value is false. -
ReplenishmentMovementRequestGrouping: integer
(int32)
Title:
Replenishment Movement Request GroupingThreshold to use when grouping movement request lines so that inventory management can replenish inventory. -
RoundReorderQuantityFlag: boolean
Title:
Round reorder quantityMaximum Length:1Contains one of the following values: true or false. If true, then round up the reorder quantity to minimize or maximize planning. If false, then do not round up the reorder quantity to minimize or maximize planning. The default value is false. -
ScheduleId: integer
(int64)
Title:
ScheduleValue that uniquely identifies the work day calendar for the organization. This attribute is required. -
ScheduleName: string
Name of the work day calendar for the organization.
-
SerialNumberGeneration: string
Title:
GenerationMaximum Length:30Control level to use when creating each serial number for the organization. -
SerialNumberType: string
Title:
UniquenessMaximum Length:30Control level to use that makes sure each serial number is unique when creating the serial number. -
SourceOrganizationCode: string
Short code of the replenishment organization if the source type is Organization.
-
SourceOrganizationId: integer
(int64)
Value that uniquely identifies the replenishment organization if the source type is Organization.
-
SourceOrganizationName: string
Name of the replenishment organization if the source type is Organization.
-
SourceSubinventory: string
Title:
SubinventoryMaximum Length:10Value of the replenishment sub inventory if the source type is Organization. -
SourceType: string
Title:
TypeMaximum Length:30Source type to use when replenishing an item. -
StartAutoSerialNumber: string
Title:
Starting Serial NumberMaximum Length:80Smallest number to use as the serial number when creating the serial number. -
StartingRevision: string
Title:
Starting RevisionMaximum Length:18Starting revision to use for the new item by default. -
StockLocatorControl: string
Title:
Locator ControlMaximum Length:30Default locator control for subinventories, such as predefined, dynamic, or none. -
SupplierId: integer
(int64)
Title:
SupplierValue that uniquely identifies the supplier that the contract manufacturing organization references. If ContractManufacturingFlag is true, then SupplierId is required. -
SupplierSiteId: integer
(int64)
Title:
Supplier SiteValue that uniquely identifies the supplier site that the contract manufacturing organization references. If ContractManufacturingFlag is true, then SupplierId is required. -
SystemSelectsSerialNumberFlag: boolean
Title:
System Selects Serial NumbersMaximum Length:1Contains one of the following values: true or false. If true, then the application selects each serial number. If false, then the user selects each serial number. The default value is false. -
Timezone: string
Maximum Length:
50Time zone that the organization uses. -
TrackByCountryOfOriginFlag: boolean
Title:
Enable inventory tracking by country of originMaximum Length:1Contains one of the following values: true or false. If true, then tracking by country of origin is enabled on this inventory organization and materials management transactions can gather these details. If false, then tracking by country of origin isn't enabled on the organization. The default value is false. -
TrackByProjectFlag: boolean
Title:
Enable inventory tracking by projectContains one of the following values: true or false. If true, then Oracle Project Portfolio Management Cloud integration is enabled on this inventory organization and materials management transactions and manufacturing transactions can gather project details. If false, then project tracking isn't enabled on the organization. The default value is false. -
UseCurrentItemCostFlag: boolean
Maximum Length:
1Contains one of the following values: true or false. If true, then the warehouse will default to use the current item cost in the Create Miscellaneous Transaction task. If false, the warehouse will default to not use the current item cost. The default value is false. -
UseOriginalReceiptDateFlag: boolean
Title:
Use original receipt dateMaximum Length:1Contains one of the following values: true or false. If true, then use the original receipt date for on-hand quantity during the transaction. If false, then do not use the original receipt date for on-hand quantity during the transaction. The default value is false.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Flexfields for Organization Parameters
Type:
arrayTitle:
Flexfields for Organization ParametersThe Flexfields for Organization Parameters resource manages the descriptive flexfields for the inventory organization.
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 : inventoryOrganizations-invOrgParameters-organizationParameterDFF-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
ContextMaximum Length:30Descriptive flexfield context name for inventory organizations. -
__FLEX_Context_DisplayValue: string
Title:
ContextContext -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
OrganizationId: integer
(int64)
Value that uniquely identifies the item or inventory organization. It is a primary key that the application generates when it creates an item or inventory organization.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : inventoryOrganizations-plantParameters-item-response
Type:
Show Source
object-
AllowDirectPurchasesForWorkOrdersFlag: boolean
Title:
Allow direct purchases for work ordersMaximum Length:1Contains one of the following values: true or false. If true, then allow a work definition to access self-service procurement. If false, then do not allow this access. The default value is false. -
AllowNegativeIssueWithoutSerialNumberEntryFlag: boolean
Title:
Allow negative issue without serial number entryMaximum Length:1Contains one of the following values: true or false. If true, then removing a part from a procured finished good will not require the user to specify the serial number of the part. If false, then removing a part from a procured finished good will require the user to specify the serial number of the part. The default value is false. -
AllowReservationsOnWorkOrdersFlag: boolean
Title:
Allow reservations for work order materialsMaximum Length:1Contains one of the following values: true or false. If true, then the work order allows reservations on specified materials. If false, then reservations are not permitted. The default value is false. -
AutoAssociateSerialNumberWorkOrderImportFlag: boolean
Title:
Automatically associate serial numbers during work order importMaximum Length:1Default Value:trueContains one of the following values: true or false. If true, then create serial numbers and associate them with a job. If false, then do not create serial numbers. The default value is true. -
BackflushLotSelection: string
Title:
Lot Selection During BackflushMaximum Length:30Default Value:ORA_RCS_BFL_MANUALDetermines the lots to use when performing a backflush. Valid values include Manual, First In First Out, or First Expiration First Out. -
CreatedBy: string
Read Only:
trueMaximum Length:64User who created the record. -
CreationDate: string
(date-time)
Read Only:
trueDate and time when the user created the record. -
DefaultCompletionLocator: integer
(int64)
Title:
Default Completion LocatorLocator to use to store the product upon completion if the default isn't defined. The default completion subinventory controls whether or not the locator is required. -
DefaultCompletionSubinventory: string
Title:
Default Completion SubinventoryMaximum Length:10Subinventory to use to store the product upon completion if the default isn't defined. -
DefaultIncludeInPlanningForBulkSupplyTypeFlag: boolean
Title:
BulkMaximum Length:1Contains one of the following values: true or false. If true, then the default behavior is to include an operation item in planning when the operation item supply type is bulk. If false, then it's not. The default value is true. -
DefaultIncludeInPlanningForSupplierSupplyTypeFlag: boolean
Title:
SupplierMaximum Length:1Contains one of the following values: true or false. If true, then the default behavior is to include an operation item in planning when the operation item supply type is supplier. If false, then it's not. The default value is true. -
DefaultLabelTemplate: string
Maximum Length:
400Layout template to use when printing labels. -
DefaultLotNumberBehavior: string
Title:
Default Lot Number Used for Product CompletionMaximum Length:30Default Value:ORA_RCS_DLN_NO_DEFValue that indicates the defaulting method to use to populate the lot number for the finished product. Valid values include No default and Work order number. The default value is No default. -
DefaultMaterialReviewBoardLocator: integer
(int64)
Title:
Default Locator for Material Review BoardDefault value of the locator to use when returning defective or unserviceable components while performing maintenance. -
DefaultMaterialReviewBoardSubinventory: string
Title:
Default Subinventory for Material Review BoardMaximum Length:10Default value of the subinventory to use when returning defective or unserviceable components while performing maintenance. -
DefaultOvercompletionTolerance: number
Title:
Default Overcompletion Tolerance PercentagePercent of assemblies that you can overcomplete for each job or schedule. -
DefaultPickSlipGroupingRule: integer
(int64)
Title:
Default Pick Slip Grouping RuleDetermines the grouping rule to use as the default for the pick slip in each manufacturing work order. The application shares the set of values with the Picking Rule inventory organization parameter in the Item Sourcing Details tab of the Manage Inventory Organization Parameters page. -
DefaultSupplyLocator: integer
(int64)
Title:
Default Supply LocatorLocator to use when performing a backflushing operation that pulls and assembles components, and that doesn'thave default values defined. The default supply subinventory controls whether or not the locator is required. -
DefaultSupplySubinventory: string
Title:
Default Supply SubinventoryMaximum Length:10Subinventory to use when performing a backflushing operation that pulls and assembles components, and that doesn'thave default values defined. -
DefaultTransactionMode: string
Title:
Default Transaction ModeMaximum Length:1Default Value:1Specifies whether to allow inventory management to default the transaction quantity to the required quantity during a material transaction or resource transaction in the work order. -
DefaultTransactionQuantity: string
Title:
Default Transaction QuantityMaximum Length:1Default Value:4Enables the default transaction mode. If the user chooses All Mode All Components, then inventory management defaults the resources that it uses for the operation, and the user can create a transaction that uses these resources. -
DefaultUndercompletionTolerance: number
Title:
Default Undercompletion Tolerance PercentagePercent of assemblies that you can undercomplete for each job or schedule. -
DefaultWorkMethod: string
Title:
Default Work MethodMaximum Length:30Value that determines which manufacturing method will be the default when defining the work definition. Valid values include Discrete or Process. -
DefaultWorkOrderTravelerTemplate: string
Maximum Length:
400Layout template to use when printing the work order traveler. -
EnableIotFlag: boolean
Title:
Enable synchronization to IoT Production MonitoringMaximum Length:1Contains one of the following values: true or false. If true, then the plant is synchronized to Oracle Internet of Things Cloud Service. If false, then the plant isn't synchronized. The default value is false. -
EnableProcessManufacturingFlag: boolean
Title:
Enable process manufacturingMaximum Length:1Contains one of the following values: true or false. If true, then the plant supports process manufacturing. If false, then the plant only supports discrete manufacturing. The default value is false. -
EnableRoboticsFlag: boolean
Title:
Automate manufacturing execution with robotic and industrial equipmentMaximum Length:1Contains one of the following values: true or false. If true, then the plant uses robotic resources. If false, then the plant doesn't use robotic resources. The default value is false. -
ForecastHorizon: integer
(int32)
Title:
Forecast Horizon in DaysMaximum number of days that the Maintenance Forecast scheduled process calculates. The value for this attribute must be a positive integer. The default value is 30. -
GenerateWorkOrdersHorizon: integer
(int32)
Title:
Generate Work Orders Horizon in DaysMaximum number of days that the Generate Work Order scheduled process calculates. The value for this attribute must be a positive integer. The default value is 7. -
HCMSchedulerEnabledFlag: boolean
Maximum Length:
1Contains one of the following values: true or false. If true, then the plant or maintenance facility is enabled to use the HCM workforce scheduler. If false, then the facility isn't enabled. The default value is false. -
IncludeComponentYieldFlag: boolean
Title:
Include component yield in material requirementsMaximum Length:1Contains one of the following values: true or false. If true, then do not round each decimal quantity. If false, then round each decimal quantity. The default value is false. -
IncludeOperationYieldFlag: boolean
Maximum Length:
1Contains one of the following values: true or false. If true, then the material and resource requirements in a work order are calculated based on the operation yield values, if these are specified in the work definition. If false, then the operation yield values aren't used in these calculations for this plant. The default value is false. -
IncludeOperationYieldForProcessFlag: boolean
Maximum Length:
1Contains one of the following values: true or false. If true, the operation yield values are included when calculating the material, resource, and output requirements for the process work order. If false, the operation yield values are excluded. The default value is false. -
IncludePullComponentsFlag: boolean
Title:
Include pull components for pick releaseMaximum Length:1Contains one of the following values: true or false. If true, then pick components that use the supply type operation pull or assembly pull in the work order. If false, then do not pick these components. The default value is false. -
InspectionPlanType: string
Title:
Inspection Plan TypeMaximum Length:30Value of the default inspection plan for the maintenance facility. -
IssuePushComponentsFlag: boolean
Title:
Issue push components on pick releaseMaximum Length:1Contains one of the following values: true or false. If true, then push components that the application issues directly to the work order. If false, then don't push these components. The default value is false. -
LastUpdateDate: string
(date-time)
Read Only:
trueDate and time when the user most recently updated the record. -
LastUpdatedBy: string
Read Only:
trueMaximum Length:64User who most recently updated the record. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ManuallyIssueAssemblyToReworkWorkOrderFlag: boolean
Title:
Manually issue assembly to rework work orderMaximum Length:1Contains one of the following values: true or false. If true, then the assembly must be manually issued for rework. If false, then retain the automatic issuing behavior in the plant. The default value is false. -
ManufacturingCalendarId: integer
(int64)
Title:
Manufacturing CalendarValue that uniquely identifies the schedule that the organization references as the manufacturing calendar. This attribute is required. -
ManufacturingCalendarName: string
The name of the schedule that the organization references as the manufacturing calendar.
-
MaterialReportingLevel: string
Title:
Material Reporting Level for Serialization OperationsMaximum Length:30Determines the level when the dispatch list displays material reporting icons. -
MaximumSchedulingDurationInMonths: integer
(int32)
Title:
Maximum Scheduling Duration in MonthsDefault Value:12Maximum allowed duration in months to use when scheduling a work order. The minimum value is 3 months and the maximum value is 48 months. The default value is 12 months. -
OperationSequenceIncrement: integer
(int64)
Title:
Operation Sequence IncrementDefault Value:10Value that increments the sequence number for each new operation added in the work definition. -
OrganizationId: integer
(int64)
Value that uniquely identifies the item or inventory organization. It is a primary key that the application generates when it creates an item or inventory organization.
-
PhantomOperationInherit: string
Title:
Phantom Operation InheritanceMaximum Length:18Default Value:1Determines whether to charge the components, resources, and overhead from the phantom work definition, or to get them from the operation sequence that's defined for the parent work item. -
PrintLabelExternallyFlag: boolean
Title:
Print product labels using external applicationsMaximum Length:1Contains one of the following values: true or false. If true, then call a business event that uses an application outside of Oracle Fusion applications to print the label. If false, then use an Oracle Fusion Application to print the label. The default value is false. -
PrintPickSlipsFlag: boolean
Title:
Print pick slipsMaximum Length:1Contains one of the following values: true or false. If true, then print the pick slips. If false, then do not print the pick slips. The default value is false. -
ProcessWorkOrderOperationCompletionFlag: boolean
Maximum Length:
1Contains one of the following values: true or false. If true, manufacturing will report completions for process work order operations. If false, no reporting will occur. The default value is false. -
PurchaseRequisitionCreationTime: string
Title:
Purchase Requisition TriggerMaximum Length:30Threshold to use when creating purchase requisitions for a work order that involves a supplier operation, and that requires outside processing. -
QuantityChangeBackflush: string
Title:
Allow Quantity Changes During BackflushMaximum Length:1Default Value:1Determines whether or not Oracle Inventory Management Cloud allows a change to the transaction quantity in the work order. -
RestrictLotsDuringReturnsFlag: boolean
Title:
Restrict lot numbers during returnsMaximum Length:1Contains one of the following values: true or false. If true, then during returns, the choices for the lot are restricted to only those that have been transacted for the manufactured item. If false, then any lot can be selected. The default value is false. -
StartingOperationSequence: integer
(int64)
Title:
Starting Operation SequenceDefault Value:10Default sequence number for the first operation in a new work definition. -
StartStopCaptureLevel: string
Maximum Length:
30Determines how to capture time for each serial operation that occurs when performing the work order. Valid values include Operation Serial or Item Serial. -
WorkOrderPrefix: string
Title:
Work Order PrefixMaximum Length:30Alphanumeric text to add as a prefix to the work order name when creating the work order name. -
WorkOrderStartingNumber: integer
(int64)
Default Value:
1000The starting numeric value to use in the document sequence when creating each work order number at the plant.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Links
- copyInventoryOrganizations
-
Operation: /fscmRestApi/resources/11.13.18.05/inventoryOrganizations/action/copyInventoryOrganizationsCopy an inventory organization and specified dependent setup data. A source organization is specified along with additional setup data copied for that organization. You can create new organizations as duplicates of the source inventory organization by specifying a new name, code, and location. The duplicate copies use source organization settings.
Examples
This example describes how to get all inventory organizations.
Example cURL Command
Use the following cURL command to submit a request on the REST resource:
curl -u username:password "https://servername/fscmRestApi/resources/version/inventoryOrganizations/?finder=inventoryOrgs;Status=Active"
Example Response Body
The following example includes the contents of the response body in JSON format:
{
"items" : [ {
"OrganizationId" : 204,
"OrganizationCode" : "V1",
"OrganizationName" : "Vision Operations",
"ManagementBusinessUnitId" : 204,
"ManagementBusinessUnitName" : "Vision Operations",
"LegalEntityId" : 204,
"LegalEntityName" : "Vision Operations",
"ProfitCenterBusinessUnitId" : 204,
"ProfitCenterBusinessUnitName" : "Vision Operations",
"Status" : "Active",
"LocationId" : 204,
"LocationCode" : "V1 Ship Site A",
"InventoryFlag" : true,
"ManufacturingPlantFlag" : true,
"ContractManufacturingFlag" : false,
"MaintenanceFlag" : false,
"MaintenanceEnabledFlag" : false,
...
}, {
...
} ],
...
}