Get all plans
get
/fscmRestApi/resources/11.13.18.05/supplyChainPlans
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 Find plans according to the plan identifier.
Finder Variables- PlanId; integer; Value that uniquely identifies the plan.
- PrimaryKey Find plans according to the plan 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:- ArchiveTimeHierarchy; integer; Time hierarchy that the application uses to archive the plan.
- ArchiveTimeLevel; integer; Time hierarchy level that the application uses to archive the plan. The ArchiveTimeHierarchy attribute determines the values that you can use for this attribute.
- BasePlanId; integer; Value that uniquely identifies the base plan.
- BasePlanName; string; Name of the base plan that this plan was copied from.
- CreatedBy; string; User who created the plan.
- CreationDate; string; Date when the user created the plan.
- CutoffDate; string; End date of the planning horizon when planning no longer plans demand or supply.
- DeleteArchive; integer; Contains one of the following values: 1 or 2. If 1, then delete plan archives that were created before the most recent days to keep during the next plan run. If 2, then don't delete plan archives. The default value is 2.
- DemandPlanCompletionDate; string; Date and time when demand planning finished running the plan.
- DemandPlanStartDate; string; Date and time when demand planning started running the plan.
- Description; string; Description of the plan.
- EnableForArchiving; integer; Contains one of the following values: 1 or 2. If 1, then archive measure values in the plan. If 2, then don't archive these values. The default value is 2.
- EnableMultithreading; integer; Contains one of the following values: 1 or 2. If 1, then use multithreading when planning supply. If 2, then don't use multithreading. The default value is 1.
- HasRun; integer; Contains one of the following values. 1: the most recent plan run finished successfully, 0: the most recent plan run failed, or Empty: the application hasn't run the plan. This attribute doesn't have a default value.
- LastUpdateDate; string; Date when the user most recently updated the plan.
- LastUpdatedBy; string; User who performed the most recent update on the plan.
- LoadedStatus; integer; Contains one of the following values: 1 or null. If 1, then the plan is loaded in memory. If null, then the plan isn't loaded in memory. This attribute doesn't have a default value.
- MeasureCatalogForArchival; integer; Measure catalog that the application uses to archive the plan.
- MostRecentDaysToKeep; integer; Number of days to keep the archive. The application deletes each archive that's older than the current date minus Most Recent Days to Keep when it creates a new archive.
- Owner; string; Name of the user who owns the plan.
- PlanAccess; integer; Contains one of the following values: 1 or 2. If 1, then the plan is public. If 2, then the plan is private. Only the plan owner or users that the plan references can view a private plan. The default value is 1. A list of accepted values is defined in the lookup type ORA_MSC_ACCESS.
- PlanCompletionDate; string; Date and time when supply planning finished running the plan.
- PlanHorizonStartDate; string; Date when the plan starts planning demand and supply.
- PlanId; integer; Value that uniquely identifies the plan.
- PlanName; string; Name of the plan.
- PlanStartDate; string; Date and time when supply planning started running the plan.
- PlanStatus; integer; Status of the plan run that most recently completed. Contains one of the following values. 0: completed, 1: processing, 2: error, or 3: warning. A list of accepted values is defined in the lookup type ORA_MSC_PLAN_STATUS_TYPE. This attribute doesn't have a default value.
- PlanType; integer; Type of plan. A list of accepted values is defined in the lookup type ORA_MSC_PLAN_TYPE. Valid values include Demand Plan, Supply Plan, or Demand and Supply Plan. This attribute doesn't have a default value.
- ReleaseByUserOnly; integer; Contains one of the following values: 1 or 2. If 1, then only orders within the plan that were marked for release by the user submitting the release plan scheduled process will be released. If 2, then the release plan scheduled process will release all orders that have been marked for release. The default value is 2.
- SavedOption; integer; This attribute isn't currently used.
- ShortPlanId; integer; Short value that identifies the plan.
- SupplyPlanningMode; integer; Mode used for supply planning. A list of accepted values is defined in the lookup type ORA_MSC_PLANNING_MODE. Valid values are 1, 2, or 3. If 1, then the supply planning mode is constrained. If 2, then supply planning mode is unconstrained. If 3, then supply planning mode is aggregated. This attribute doesn't have a default value.
-
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:
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.
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(required):
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(required):
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 : supplyChainPlans
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:
Items
The items in the collection. -
limit(required): integer
The actual paging size used by the server.
-
links(required): array
Links
Title:
Links
The 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:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : supplyChainPlans-item-response
Type:
Show Source
object
-
Archives: array
Archives
Title:
Archives
The Archives resource manages the details that you use to archive a plan. You can use this resource to archive any plan. -
ArchiveTimeHierarchy: integer
(int64)
Time hierarchy that the application uses to archive the plan.
-
ArchiveTimeLevel: integer
(int64)
Time hierarchy level that the application uses to archive the plan. The ArchiveTimeHierarchy attribute determines the values that you can use for this attribute.
-
BasePlanId: integer
(int64)
Value that uniquely identifies the base plan.
-
BasePlanName: string
Read Only:
true
Maximum Length:30
Name of the base plan that this plan was copied from. -
CreatedBy: string
Read Only:
true
Maximum Length:64
User who created the plan. -
CreationDate: string
(date-time)
Read Only:
true
Date when the user created the plan. -
CutoffDate: string
(date)
End date of the planning horizon when planning no longer plans demand or supply.
-
DeleteArchive: integer
(int32)
Contains one of the following values: 1 or 2. If 1, then delete plan archives that were created before the most recent days to keep during the next plan run. If 2, then don't delete plan archives. The default value is 2.
-
Deletes: array
Deletes
Title:
Deletes
The Deletes resource manages the deletion of a plan. -
DemandPlanCompletionDate: string
(date-time)
Date and time when demand planning finished running the plan.
-
DemandPlanStartDate: string
(date-time)
Date and time when demand planning started running the plan.
-
Description: string
Maximum Length:
100
Description of the plan. -
Duplicates: array
Duplicates
Title:
Duplicates
The Duplicates resource manages the details that you use to copy a plan. You can use this resource to copy any plan. -
EnableForArchiving: integer
(int32)
Contains one of the following values: 1 or 2. If 1, then archive measure values in the plan. If 2, then don't archive these values. The default value is 2.
-
EnableMultithreading: integer
(int32)
Contains one of the following values: 1 or 2. If 1, then use multithreading when planning supply. If 2, then don't use multithreading. The default value is 1.
-
HasRun: integer
Contains one of the following values. 1: the most recent plan run finished successfully, 0: the most recent plan run failed, or Empty: the application hasn't run the plan. This attribute doesn't have a default value.
-
LastUpdateDate: string
(date-time)
Read Only:
true
Date when the user most recently updated the plan. -
LastUpdatedBy: string
Read Only:
true
Maximum Length:64
User who performed the most recent update on the plan. -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
LoadedStatus: integer
Contains one of the following values: 1 or null. If 1, then the plan is loaded in memory. If null, then the plan isn't loaded in memory. This attribute doesn't have a default value.
-
LoadMeasuresJobs: array
Load Measures Jobs
Title:
Load Measures Jobs
The Load Measures Jobs resource loads measures and copies selected measure data between plans or within a plan. -
MeasureCatalogForArchival: integer
(int64)
Measure catalog that the application uses to archive the plan.
-
MetadataExtracts: array
Metadata Extracts
Title:
Metadata Extracts
The Metadata Extracts resource gets metadata of business objects from Oracle Supply Chain Planning Cloud applications to enable integration with Oracle Business Intelligence Cloud Connector. -
MostRecentDaysToKeep: integer
Number of days to keep the archive. The application deletes each archive that's older than the current date minus Most Recent Days to Keep when it creates a new archive.
-
Owner: string
Maximum Length:
64
Name of the user who owns the plan. -
PlanAccess: integer
Default Value:
1
Contains one of the following values: 1 or 2. If 1, then the plan is public. If 2, then the plan is private. Only the plan owner or users that the plan references can view a private plan. The default value is 1. A list of accepted values is defined in the lookup type ORA_MSC_ACCESS. -
PlanCompletionDate: string
(date-time)
Date and time when supply planning finished running the plan.
-
PlanHorizonStartDate: string
(date)
Date when the plan starts planning demand and supply.
-
PlanId: integer
(int64)
Value that uniquely identifies the plan.
-
PlanName: string
Title:
Name
Maximum Length:30
Name of the plan. -
PlanningTables: array
Planning Tables
Title:
Planning Tables
The Planning Tables resource manages the definition of each pivot table in the Oracle Supply Chain Planning Cloud applications. -
PlanStartDate: string
(date-time)
Date and time when supply planning started running the plan.
-
PlanStatus: integer
Status of the plan run that most recently completed. Contains one of the following values. 0: completed, 1: processing, 2: error, or 3: warning. A list of accepted values is defined in the lookup type ORA_MSC_PLAN_STATUS_TYPE. This attribute doesn't have a default value.
-
PlanType: integer
Type of plan. A list of accepted values is defined in the lookup type ORA_MSC_PLAN_TYPE. Valid values include Demand Plan, Supply Plan, or Demand and Supply Plan. This attribute doesn't have a default value.
-
PublishData: array
Publish Data
Title:
Publish Data
The Publish Data resource manages the publish details of a plan. -
RefreshMeasuresJobs: array
Refresh Measures Jobs
Title:
Refresh Measures Jobs
The Refresh Measures Jobs resource refreshes data for collected measures in a plan. -
ReleaseByUserOnly: integer
Contains one of the following values: 1 or 2. If 1, then only orders within the plan that were marked for release by the user submitting the release plan scheduled process will be released. If 2, then the release plan scheduled process will release all orders that have been marked for release. The default value is 2.
-
Releases: array
Releases
Title:
Releases
The Releases resource manages the releasing of orders to the source system. -
SavedOption: integer
This attribute isn't currently used.
-
ShortPlanId: integer
Short value that identifies the plan.
-
SupplyPlanningMode: integer
Mode used for supply planning. A list of accepted values is defined in the lookup type ORA_MSC_PLANNING_MODE. Valid values are 1, 2, or 3. If 1, then the supply planning mode is constrained. If 2, then supply planning mode is unconstrained. If 3, then supply planning mode is aggregated. This attribute doesn't have a default value.
Nested Schema : Archives
Type:
array
Title:
Archives
The Archives resource manages the details that you use to archive a plan. You can use this resource to archive any plan.
Show Source
Nested Schema : Deletes
Type:
array
Title:
Deletes
The Deletes resource manages the deletion of a plan.
Show Source
Nested Schema : Duplicates
Type:
array
Title:
Duplicates
The Duplicates resource manages the details that you use to copy a plan. You can use this resource to copy any plan.
Show Source
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : Load Measures Jobs
Type:
array
Title:
Load Measures Jobs
The Load Measures Jobs resource loads measures and copies selected measure data between plans or within a plan.
Show Source
Nested Schema : Metadata Extracts
Type:
array
Title:
Metadata Extracts
The Metadata Extracts resource gets metadata of business objects from Oracle Supply Chain Planning Cloud applications to enable integration with Oracle Business Intelligence Cloud Connector.
Show Source
Nested Schema : Planning Tables
Type:
array
Title:
Planning Tables
The Planning Tables resource manages the definition of each pivot table in the Oracle Supply Chain Planning Cloud applications.
Show Source
Nested Schema : Publish Data
Type:
array
Title:
Publish Data
The Publish Data resource manages the publish details of a plan.
Show Source
Nested Schema : Refresh Measures Jobs
Type:
array
Title:
Refresh Measures Jobs
The Refresh Measures Jobs resource refreshes data for collected measures in a plan.
Show Source
Nested Schema : Releases
Type:
array
Title:
Releases
The Releases resource manages the releasing of orders to the source system.
Show Source
Nested Schema : supplyChainPlans-Archives-item-response
Type:
Show Source
object
-
ArchiveStatus: integer
(int32)
Status of the archive for the plan. Valid values include 0: success, 1: in progress, or 2: error. This attribute doesn't have a default value.
-
EndDate: string
(date-time)
Date and time when the scheduled process finished running.
-
ESSJobId: integer
(int64)
Value that uniquely identifies the scheduled process.
-
ExecutionId: integer
(int64)
Value that uniquely identifies the scheduled process.
-
ExecutionUser: string
Maximum Length:
64
Sign in that the user used when starting the scheduled process. -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
Message: string
Text of error message that occurred when running the scheduled process.
-
PlanAction: integer
(int32)
Plan action that calls the scheduled process. Value for archive action is 9: archive.
-
PlanId: integer
Value that uniquely identifies the plan.
-
StartDate: string
(date-time)
Date and time when the scheduled process started to run.
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : link
Type:
Show Source
object
-
href: string
Title:
hyperlink reference
The URI to the related resource. -
kind: string
Title:
kind
Allowed Values:[ "collection", "item", "describe", "other" ]
The kind of the related resource. -
name: string
Title:
name
The name of the link to the related resource. -
properties: object
properties
-
rel: string
Title:
relation
Allowed 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 : supplyChainPlans-Deletes-item-response
Type:
Show Source
object
-
DeleteStatus: integer
(int32)
Status of the scheduled process that deletes the plan. Valid values include 0: success, 1: in progress, or 2: error. This attribute doesn't have a default value.
-
EndDate: string
(date-time)
Date and time when the scheduled process finished running.
-
ESSJobId: integer
(int64)
Value that uniquely identifies the scheduled process.
-
ExecutionId: integer
(int64)
Value that uniquely identifies the scheduled process.
-
ExecutionUser: string
Maximum Length:
64
Login that the user used when launching the process. -
ForceDeleteFlag: boolean
Contains one of the following values: true or false. If true, then delete the plan regardless of whether there are other plans that reference the plan being deleted. If false, then delete the plan only if there aren't any other plans that reference the plan being deleted.
-
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
Message: string
Text of the error message, if any, that occurred when running the scheduled process.
-
PlanAction: integer
(int32)
Plan action that calls the scheduled process. Value for the delete action is 10.
-
PlanId: integer
Value that uniquely identifies the plan.
-
StartDate: string
(date-time)
Date and time when the scheduled process started.
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : supplyChainPlans-Duplicates-item-response
Type:
Show Source
object
-
CopyPlanType: integer
Determines the plan data to copy. Valid values include 1: copy only plan options, 2: copy plan with reference to base plan, or 3: copy all plan data with no reference to base plan. The default value is 2. A list of accepted values is defined in the lookup type ORA_MSC_COPY_PLAN_TYPES.
-
DuplicateStatus: integer
(int32)
Status of the scheduled process that duplicates the plan. Valid values include 0: success, 1: in progress, or 2: error. This attribute doesn't have a default value.
-
EndDate: string
(date-time)
Date and time when the scheduled process finished running.
-
ESSJobId: integer
(int64)
Value that uniquely identifies the scheduled process.
-
ExecutionId: integer
(int64)
Value that uniquely identifies the scheduled process.
-
ExecutionUser: string
Maximum Length:
64
Sign in that the user used when starting the scheduled process. -
IncludeArchives: string
Contains one of the following values: true or false. If true, then include archives when copying plan data without a reference to base plan. If false, then don't copy archives. The default value is false.
-
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
LoadPlanAfterCopy: string
Contains one of the following values: true or false. If true, then load the plan after the copy finishes. If false, then don't load. The default value is false.
-
Message: string
Text of the error message that occurred when running the scheduled process.
-
NewPlanAccessType: string
Contains one of the following values: 1 or 2. If 1, then the plan is public. If 2, then the plan is private. Only the plan owner or users that the plan references can view a private plan. The default value is 1. A list of accepted values is defined in the lookup type ORA_MSC_ACCESS.
-
NewPlanAccessUsers: string
List of users granted access to the new plan that the duplication process created. A comma separates each value.
-
NewPlanDescription: string
Description of the new plan that the duplication process creates.
-
NewPlanId: integer
Value that uniquely identifies the new plan that the duplication process creates.
-
NewPlanLimitedAccessUsers: string
Maximum Length:
255
List of users granted restricted access to a plan that the duplication process created. A comma separates each value. -
NewPlanName: string
Name of the new plan that the duplication process creates.
-
NewPlanOwner: string
Owner of the new plan that the duplication process creates.
-
PlanAction: integer
Plan action that calls the scheduled process. Value for duplicate action is 4: duplicate.
-
PlanId: integer
Value that uniquely identifies the plan.
-
StartDate: string
(date-time)
Date and time when the scheduled process started to run.
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : supplyChainPlans-LoadMeasuresJobs-item-response
Type:
Show Source
object
-
CreatedBy: string
User who created the load measures jobs.
-
CreateNewCombFlag: boolean
Contains one of the following values: true or false. If true, create combinations in the target plan and copy measure values from the source plan. If false, then don't create new combinations in the target. The default value is false.
-
EndDate: string
(date-time)
Date and time when the scheduled process finished running.
-
ESSJobId: integer
(int64)
Value that uniquely identifies the scheduled process.
-
ExecutionId: integer
(int64)
Value that uniquely identifies the scheduled process.
-
ExecutionUser: string
Maximum Length:
64
Login that the user used when starting the scheduled process. -
FromPlanName: string
Name of source plan that the source measure data was copied from.
-
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
LoadMeasuresStatus: integer
(int32)
Status of the load measures jobs. Valid values include 0: success, 1: in progress, 2: error or 3: Warning. This attribute doesn't have a default value.
-
MeasureCopySetName: string
Name of the measure copy set that contains at least one source measure to target measure relationship that will be referenced to copy data.
-
Message: string
Text of the error message that occurred when running the scheduled process.
-
PlanAction: integer
(int32)
Plan action that calls the scheduled process. Value for load measures action is 16: load measures.
-
PlanId: integer
(int64)
Value that uniquely identifies the target plan where the load measures process copied target measure to.
-
SrcCatalogId: string
Value that uniquely identifies the source measure catalog that has all the source plan measures.
-
StartDate: string
(date-time)
Date and time when the scheduled process started to run.
-
TargetCatalogId: string
Value that uniquely identifies the target measure catalog that has all the target plan measures.
-
TimeLevelRangeEnd: string
Maximum Length:
255
Value that identifies the ending bucket of a time range in the plan that receives measure data at the copy time level, expressed as a nonzero integer. -
TimeLevelRangeStart: string
Maximum Length:
255
Value that identifies the starting bucket of a time range in the plan that receives measure data at the copy time level, expressed as a nonzero integer. -
ToPlanId: string
Value that uniquely identifies the target plan where the load measures process copied the target measure.
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : supplyChainPlans-MetadataExtracts-item-response
Type:
Show Source
object
-
Columns: array
Columns
Title:
Columns
The Columns resource gets metadata for columns of the business objects from Oracle Supply Chain Planning Cloud applications to enable integration with Oracle Business Intelligence Cloud Connector. -
DataStoreId: string
Read Only:
true
Maximum Length:88
Value that uniquely identifies the data store that represents a business object. -
DataStoreName: string
Read Only:
true
Maximum Length:88
Name of the data store that represents a business object. -
links: array
Links
Title:
Links
The link relations associated with the resource instance.
Nested Schema : Columns
Type:
array
Title:
Columns
The Columns resource gets metadata for columns of the business objects from Oracle Supply Chain Planning Cloud applications to enable integration with Oracle Business Intelligence Cloud Connector.
Show Source
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : supplyChainPlans-MetadataExtracts-Columns-item-response
Type:
Show Source
object
-
DataLength: number
Read Only:
true
Maximum length of the column that represents a specific attribute, member value, or a measure expressed as an integer. -
DataType: string
Read Only:
true
Maximum Length:128
Data type of the column that represents a specific attribute, member value or a measure. This can contain values like NUMBER, VARCHAR, DATE, and so on. -
IsLastUpdateDate: string
Read Only:
true
Maximum Length:5
Contains one of the following values: true or false. If true, then the column contains the last update date. If false, then column doesn't contain the last update date. -
IsNaturalKey: string
Read Only:
true
Maximum Length:5
Contains one of the following values: true or false. If true, then the column is part of the natural key. If false, then the column isn't part of the natural key. -
IsPrimaryKey: string
Read Only:
true
Maximum Length:5
Contains one of the following values: true or false. If true, then the column is part of the primary key. If false, then column isn't part of a primary key. -
Label: string
Read Only:
true
Maximum Length:128
Label of the column that represents a specific attribute, member value, or a measure. -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
Name: string
Read Only:
true
Maximum Length:128
Name of the column that represents a specific attribute, member value, or a measure. -
Precision: number
Read Only:
true
Maximum precision of the column that represents a specific attribute, member value, or a measure expressed as an integer. -
Scale: number
Read Only:
true
Scale of the column that represents a specific attribute, member value, or a measure expressed as an integer. -
TableName: string
Read Only:
true
Maximum Length:128
Name of the database table that contains the data of the business object for export.
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : supplyChainPlans-PlanningTables-item-response
Type:
Show Source
object
-
Data: array
Planning Table Data
Title:
Planning Table Data
The Planning Table Data resource manages the data from each pivot table defined in the Oracle Supply Chain Planning Cloud applications. -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
PlanId: integer
Read Only:
true
Value that uniquely identifies the plan. -
TableDefinition: string
(byte)
Read Only:
true
Definition of the pivot table in XML format. Values include the measures, hierarchies, and levels. -
TableDescription: string
Read Only:
true
Maximum Length:250
Description of the pivot table. -
TableId: integer
(int64)
Read Only:
true
Value that uniquely identifies the pivot table. -
TableName: string
Read Only:
true
Maximum Length:250
Name of the pivot table.
Nested Schema : Planning Table Data
Type:
array
Title:
Planning Table Data
The Planning Table Data resource manages the data from each pivot table defined in the Oracle Supply Chain Planning Cloud applications.
Show Source
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : supplyChainPlans-PlanningTables-Data-item-response
Type:
Show Source
object
-
ESSJobId: integer
Value that uniquely identifies the scheduled process for update. This attribute is used only for the POST operation and only when the UpdateMode is Batch.
-
Filter: string
(byte)
Value that uniquely identifies a set of filter criteria. The filter criteria is used for both query and update of pivot table data. The filter criteria is expressed as a base-64 encoded string of filter conditions using any level members of the pivot table.
-
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
Message: string
Text of the error message from the table query.
-
Status: integer
(int32)
Status of the POST Data API query. Contains one of the following values. 0: success, 1: warning, or 2: error.
-
TableData: string
Hierarchy members and measure values that the pivot table contains. The text separates each unique combination of hierarchy member and measure values, and a comma separates each measure value.
-
TableDataHeader: string
List of hierarchy level names and the list of measure names that the pivot table contains. A comma separates each value.
-
TableHierarchies: string
Names of the hierarchies that the pivot table contains. A comma separates each value.
-
TableId: integer
(int64)
Read Only:
true
Value that uniquely identifies the pivot table. -
UpdateMode: string
Method used to update the data. Valid values are Interactive and Batch. The default value is Interactive. In the interactive mode, the POST operation is performed synchronously and in batch mode, it's performed asynchronously using a scheduled process. The scheduled process job identifier is returned in the response message. This attribute isn't used in the GET operation.
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : supplyChainPlans-PublishData-item-response
Type:
Show Source
object
-
AppendParentJobIdFlag: boolean
Contains one of the following values: true or false. If true, then the ID of the parent scheduled process job is appended to the name of the publish data file. If false, then the ID of the parent scheduled process job isn't appended. The default value is false.
-
EndDate: string
(date-time)
Date and time when the scheduled process completed.
-
ESSJobId: integer
(int64)
Value that uniquely identifies the scheduled process.
-
ExecutionId: integer
(int64)
Value that uniquely identifies the process.
-
ExecutionUser: string
Maximum Length:
64
Login that the user used when launching the process. -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
Message: string
Text of the error message, if any, that occurred when running the scheduled process.
-
PlanAction: integer
(int32)
Plan action that calls the scheduled process. Value for the publish data action is 7.
-
PlanId: integer
Value that uniquely identifies the plan.
-
PublishStatus: integer
(int32)
Status of the plan. Contains one of the following values. 0: completed, 1: processing, 2: error, or 3: warning. A list of accepted values is defined in the lookup type ORA_MSC_PLAN_STATUS_TYPE.
-
StartDate: string
(date-time)
Date and time when the scheduled process started.
-
SubmissionNotes: string
Comments associated with the scheduled process that's submitted.
-
TableName: string
Name of the pivot table that's used to publish plan data.
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : supplyChainPlans-RefreshMeasuresJobs-item-response
Type:
Show Source
object
-
CreatedBy: string
Maximum Length:
255
User who created the refresh measures jobs. -
EndDate: string
(date-time)
Date and time when the scheduled process completed.
-
ESSJobId: integer
(int64)
Value that uniquely identifies the scheduled process.
-
ExecutionId: integer
(int64)
Value that uniquely identifies the process.
-
ExecutionUser: string
Maximum Length:
64
Login that the user used when starting the scheduled process. -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
Message: string
Maximum Length:
255
Text of the error message, if any, that occurred when running the scheduled process. -
PlanAction: integer
(int32)
Plan action that calls the scheduled process. Value for the refresh measures action is 19.
-
PlanId: integer
(int64)
Value that uniquely identifies the plan.
-
PlanMeasureCatalog: string
Maximum Length:
255
Name that uniquely identifies the measure catalog that contains the measures to refresh. -
RefreshMeasuresStatus: integer
(int32)
Status of the refresh measures jobs. Valid values include 0: completed, 1: processing, 2: error, or 3: warning. This attribute doesn't have a default value.
-
StartDate: string
(date-time)
Date and time when the scheduled process started.
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Nested Schema : supplyChainPlans-Releases-item-response
Type:
Show Source
object
-
EndDate: string
(date-time)
Date and time when the scheduled process finished running.
-
ESSJobId: integer
(int64)
Value that uniquely identifies the scheduled process.
-
ExecutionId: integer
(int64)
Value that uniquely identifies the process.
-
ExecutionUser: string
Maximum Length:
64
Login that the user used when launching the process. -
links: array
Links
Title:
Links
The link relations associated with the resource instance. -
Message: string
Text of the error message, if any, that occurred when running the scheduled process.
-
PlanAction: integer
(int32)
Plan action that calls the scheduled process. Value for the release action is 8.
-
PlanId: integer
Value that uniquely identifies the plan.
-
ReleaseStatus: integer
(int32)
Status of the plan. Contains one of the following values. 0: completed, 1: processing, 2: error, or 3: warning. A list of accepted values is defined in the lookup type ORA_MSC_PLAN_STATUS_TYPE.
-
StartDate: string
(date-time)
Date and time when the scheduled process started.
Nested Schema : Links
Type:
array
Title:
Links
The link relations associated with the resource instance.
Show Source
Examples
This example describes how to get all plan details.
Example cURL Command
Use the following cURL command to submit a request on the REST resource:
curl -u username:password "https://servername/fscmRestApi/supplyChainPlans"
Example Response Body
The following shows an example of the response body in JSON format.
{ "items" : [ { "MeasureCatalogForArchival": 1926 "MostRecentDaysToKeep": 4, "ArchiveTimeHierarchy": 1, "ArchiveTimeLevel": 1, "BasePlanId": 300100071618784, "PlanName": "RI-Plan -B515", ... }, { ... } ], ... }