Oracle Advanced Supply Chain Planning (ASCP)multi node implementation

Oracle Advanced Supply Chain Planning (ASCP) is a comprehensive, Internet-based planning solution that decides when and where supplies (for example, inventory, purchase orders and work orders) should be deployed within an extended supply chain. This is the supply planning function. Oracle ASCP addresses the following key supply planning issues:
• How do I plan my supply chain in the least amount of time possible?
• How do I minimize the number of plans and iterations?
• How do I plan my entire supply chain?
• How do I involve my trading partners?
• How can I access my plan from anywhere?
• How do I keep improving my plans?
• How can I plan all manufacturing methods?

The key capabilities of Oracle ASCP are:
Holistic Optimization, Planning, and Scheduling. Oracle ASCP can plan all supply chain facilities simultaneously. Short-term detailed scheduling and long-term aggregate planning are supported within a single plan. This single plan also supports multiple manufacturing methods, including discrete, flow, project, and process manufacturing.
Finite Capacity Planning and Scheduling. Oracle ASCP generates feasible supply chain plans that consider both resource and material constraints.
Optimization. Users can easily configure Oracle ASCP to optimize specific business criteria. No programming is necessary to access Oracle ASCP’s powerful mathematical optimization capabilities.
Backward Compatibility. Oracle ASCP’s component architecture allow it to be deployed against any combination of Oracle 11 and Oracle 11i transaction systems.
Workflow-Driven Exception Messaging. Oracle ASCP’s exception messages alert planners to critical issues across the extended supply chain. Workflows that drive these exceptions route data to and feedback from trading partners as required, thus effectively involving them in the supply chain planning process.
Global Accessibility. Oracle ASCP’s database-centric architecture stores plan data in a central planning server database. These data are accessible from Oracle Advanced Supply Chain Planning anywhere via a simple browser. It is possible for multiple planners to simultaneously access data from a single plan.
Integrated Planning and Execution. Oracle ASCP’s Advanced Planner Workbench user interface not only displays plan results, but also allows planners to execute planning recommendations. Planners do not have to move to the transaction system to perform plan execution.
Simulation Capability. Oracle ASCP allows many types of changes to supply, demand, plan options, and resource profiles to simulate changing business conditions. You can generate a plan considering all the changes that have been entered via the Planner’s Workbench. Unlimited numbers of scenarios can be simulated and compared using online planning, copy plans, and exceptions.
Objective
The objective of this document is to provide technical instructions of implementing a distributed multi node Oracle Advanced Supply Chain Planning system on your existing Oracle Application 11i System.

Assumption / Pre implementation requirements
Oracle Advanced Planning Suite has component architecture that separates the transaction data and associated processing (for example, inventory receipts and order entry) in a source instance from the planning calculations done in a destination instance. This allows planning calculations to be done on a different physical machine than the machine that performs transactions and results in better system response. It also allows planning calculations (demand planning, inventory planning, supply planning and order promising) to be applied simultaneously to information from across multiple source instances, which is useful when transaction information for a global supply chain is spread across multiple instances.

The source can be any ERP system, but out-of-the-box integration to the Oracle Advanced Planning Suite destination instance (planning server) exists if the source is Oracle Applications Release 11.0 or 11i. The planning server is an 11i instance.

Both source and destination database instances must be on the same major release of the Oracle database;

We are going to do a two machine ASCP implementation.

The basic requirement for both the machines is that of Oracle 11i E Business Suit.

Source System also called as “ERP System” and “Transaction System”.
Destination System also called as “ASCP System” and Planning System”.

Both the Oracle Applications 11i E-Business Suite are on release 11.5.10.2.
Patching the Source System (ERP System) and the Destination (ASCP system)
Task By: Apps DBA
Before beginning the functional setup of the source instance(s) and destination, the following patches must be applied that will create several new concurrent programs, flexfields, profile options, and database objects on the database.

If these patches have any prerequisite patches, you will have to apply all the prerequisite patches before applying the main patches.

Note that these patches can be applied at the same time on both the systems. Also note that most of the patches are to be applied on both the systems.

Note that we are using Oracle Applications 11.5.10.2 E Business suite and hence most of the patches may not be required to be applied. To confirm this use the following sql script connected to the Oracle Application Database as “APPS” user.

SET LINESIZE 120
COLUMN APPLICATION_SHORT_NAME FORMAT A20
SELECT
BUG_ID, APPLICATION_SHORT_NAME, BUG_NUMBER, CREATION_DATE, ARU_RELEASE_NAME
FROM AD_BUGS
WHERE BUG_NUMBER LIKE ‘%&BUG_NUMBER%’
ORDER BY 4

Pass the patch number when asked for the Bug Number and check whether the bug / patch exist in the Oracle Application database. If the query returns row (showing the presence of the patch) then you don’t require applying this patch.

Before applying patches please go through the readme files and associated notes (if present) for each patch. Before beginning the installation of the source / destination patches, count all (if any) invalid database objects. If after the patches are installed there are more invalid objects than before, there was a problem with the patch application. First try to resolve them before going to next step.

Do the required pre install steps before applying each patch and then after applying do the post-installation steps.
Patch the Source System (ERP System)
The following patches are required to be applied on the Source system:
1. 4185358
2. 2700001
3. 3551142
4. 4183434
5. 4240365
6. 4039921
7. 4392144
8. 4366346
9. 4863176

Prepare a work sheet to identify whether the patch is required to be applied on the Oracle Application Source system using above given sql script and whether it requires any pre-requisite patches.

Sr. No. Patch Note Required (Y/N) Pre-requisites
1. 4185358 Y None for 11.5.10.2
2. 2700001 N NR for 11.5.10.2
3. 3551142 Y None
4. 4183434 N NR for 11.5.10.2
5. 4240365 278055.1 Y None for 11.5.10.2
6. 4039921 N NR for 11.5.10.2
7. 4392144 278055.1 Y None for 11.5.10.2
8. 4366346 278055.1 Y 3629717
9. 3629717 Y None for 11.5.10.2
10. 4863176 Y None for 11.5.10.2

Hence the sequence of applying the patches is as follows:
1. 4185358
2. 3551142
3. 4240365
4. 4392144
5. 3629717
6. 4366346
7. 4863176

Patch the Destination (ASCP) system
The following patches are required to be applied on the Destination system:
1. 4185358
2. 4231863
3. 4210584
4. 4359934
5. 4392144
6. 4366346
7. 4392231
8. 4039921
9. 4523322

Prepare a work sheet to identify whether the patch is required to be applied on the Oracle Application Destination system using above given sql script and whether it requires any pre-requisite patches.

Sr. No. Patch Note Required (Y/N) Pre-requisites
1. 4185358 278055.1 Y None for 11.5.10.2
2. 4231863 278055.1 Y 4185358
3. 4210584 Y None
4. 4359934 278055.1 Y 4185358
5. 4392144 278055.1 Y None for 11.5.10.2
6. 4366346 278055.1 Y 3629717
7. 3629717 Y None
8. 4392231 Y None
9. 4039921 N NR for 11.5.10.2
10. 4523322 278055.1, 278052.1 Y 4392231, (4863176 on Source Side),
11. 4297568 Y None
Hence the sequence of applying the patches is as follows:
1. 4185358
2. 4231863
3. 4210584
4. 4359934
5. 4392144
6. 3629717
7. 4366346
8. 4392231
9. 4039921
10. 4523322
11. 4297568

ILOG Libraries and Executables
The patch 4297568 is for “ILOG Libraries and Executables”. Apply this patch only if you are using 11.5.10.2.

1. Log in to each concurrent processing server node as the owner of the Applications file system.

2. If the $SHT_TOP/lib/ilog/5.1 directory already exists, backup any files or directories that it contains.

3. Unzip the ilog51lib.zip file, located in the sht/lib directory of this patch, into the $SHT_TOP/lib directory. This will create the ilog/5.1 subdirectory if it doesn’t already exist.

4. Change directories to $SHT_TOP/lib/ilog/5.1/SUN_OS5.

5. Copy the library files from the current directory to the $SHT_TOP/lib/ilog/5.1 directory.
On UNIX Sun Solaris, the files are
i. libconcert.a
ii. libcplex.a
iii. libhybrid.a
iv. libilocplex.a
v. libschedule.a
vi. libsolver.a

6. Use AD Administration to relink these executables [Under DB Node]:

i. Oracle Constraint Based Option (MSO): MSONEW
ii. Oracle Inventory Optimization (MSR): MSRNEW
iii. Oracle Manufacturing Scheduling (WPS): WPCWFS
iv. Oracle Work in Process (WIP): WICDOL, WICMEX, WICMLX
Create Database link
Task By: Apps DBA
Create database link on Source system to Destination system
A database link must be established on the source instance that points to the destination (11i planning) instance. This database link will be referenced in a newly created profile option, MRP: ATP Database Link, discussed in Step 7.

This database link will also be used, along with a database link established on the destination instance, in setting up the instances on the planning server.

First make necessary entry of the Target / Destination instance Oracle Database in the tnsnames.ora file of the Source Instance Oracle Database tier (TNS_ADMIN location).

Create Database link as follows:
create database link
connect to APPS identified by
using ‘’;

APPS-TRNS1.USA.COM>select INSTANCE_NAME, HOST_NAME from v$instance;

INSTANCE_NAME HOST_NAME
—————- ———————————————————–
TRNS1 indsapp001

APPS-TRNS1.USA.COM>show user
USER is “APPS”

APPS-TRNS1.USA.COM>ed
Wrote file afiedt.buf

1 create database link coe2
2 connect to apps identified by *****
3* using ‘coe2’
APPS-TRNS1.USA.COM>/

Database link created.

APPS-TRNS1.USA.COM>select INSTANCE_NAME, HOST_NAME from v$instance@coe2;

INSTANCE_NAME HOST_NAME
—————- ———————————————————–
COE2 indapp002

APPS-TRNS1.USA.COM>select count(*) from fnd_user@coe2;

COUNT(*)
———-
101

APPS-TRNS1.USA.COM>

Note the database link name created on this source / ERP system Oracle database for connecting planning / destination server Oracle database.

Create database link on Destination system to Source system
First make necessary entry of the Source / Transaction instance Oracle Database in the tnsnames.ora file of the Target / Planning Instance Oracle Database tier (TNS_ADMIN location).

Create Database link as follows:

create database link
connect to APPS identified by
using ‘’;

APPS-COE2.USA.COM>select INSTANCE_NAME, HOST_NAME from v$instance;

INSTANCE_NAME HOST_NAME
—————- ———————————————————–
COE2 indsapp002

APPS-COE2.USA.COM>show user
USER is “APPS”
APPS-COE2.USA.COM>ed
Wrote file afiedt.buf

1 create database link trns1
2 connect to apps identified by ****
3* using ‘trns1’
APPS-COE2.USA.COM>/

Database link created.

APPS-COE2.USA.COM>select INSTANCE_NAME, HOST_NAME from v$instance@trns1
2 ;

INSTANCE_NAME HOST_NAME
—————- ———————————————————–
TRNS1 indapp001

APPS-COE2.USA.COM>select count(*) from fnd_user@trns1;

COUNT(*)
———-
100

APPS-COE2.USA.COM>

Note the database link name created on this planning / destination Oracle Database server for connecting to source / ERP system Oracle database.
Prepare the Source System
Create an Advanced Supply Chain Planner responsibility
Task By: Apps DBA

You must create a responsibility in the source (ERP) instance that conforms to the specifications.

Responsibility Name : Advanced Supply Chain Planner
Application : Oracle Manufacturing
Description : Used for running ASCP Report
Menu : SCP_TOP_4.0
Data Group Name : Standard
Application : Manufacturing
Request Group : All SCP Reports
Application : Oracle Master Scheduling/MRP
Responsibility key :

This responsibility is used to run the concurrent program Refresh Snapshot during all data collection runs.

Warning: The responsibility name must match as “Advanced Supply Chain Planner” exactly.
Check Profile Option Name
Task By: Apps DBA and Functional Consultant

The Create Planning Flexfileds concurrent program creates new segment definitions in existing descriptive flex fields to hold data that may be required for constrained and /or optimized planning. The program will not populate profile values.

• MSO: Penalty cost factor for late demands (Organization) flexfield attribute
• MSO: Penalty cost factor for exceeding material capacity (Organization) flexfield
• MSO: Penalty cost factor for exceeding resource capacity (Organization) flexfield
• MSO: Penalty cost factor for exceeding transportation capacity (Organization)
• MSO: Penalty cost factor for exceeding resource capacity (Resource) flexfield
• MSO: Penalty cost factor for exceeding transportation capacity flexfield attribute
• MSO: Penalty cost factor for late forecasts
• MSO: Penalty cost factor for late sales orders

Create APS partition on the Source System
Task By: Apps DBA

Login to Oracle Applications 11i Source System.
Select “System Administrator” responsibility.
Navigate to Security  Responsibility  Request
Enter in the query mode in the “Request Group” screen and query for “All MSC Reports” .

Place cursor in the name column, Click the plus sign (Green +) on the toolbar to create a “New” column.
In the name column select “CREATE APS PARTITIONS” (Make sure to select the correct one) and the Save the record.

Switch responsibility to “Advanced supply chain planner”.
Navigate to Other  Request

In the “Find Requests” screen click on the “Submit a New Request”  “Single Request”.
Select “Create APS Partitions” request and submit it.
Check for the successful completion of this request.

Launch the Create Planning Flexfield Report
Task By: Functional Consultant

Launch the Create Planning Flexfields report from the newly created Advanced Supply Chain Planner responsibility. The parameters that must be set for the report are the attributes that you wish to utilize for the new flexfield definitions. The list of values for each parameter lists only the available attributes in the subject descriptive flexfield.
Matter

Create the Global Order Promising flexfilds.
Task By: Functional Consultant

[Not required this step in 11.5.10 and above]

Set up source data
Task By: Functional Consultant
Set up source data with BOMs, resources, routings, supplier data, flexfields purchasing information, item masters, Oracle BIS targets, and any other data required by your plans.
[Not required this step in 11.5.10 and above] Set System Profile Values
Task By: Functional Consultant

If Global Order Promising is going to be utilized, the following two additional profile options must be set.
MRP:ATP Database Link: [Database Link Name on the Source System for the Target System] INV: External ATP : [None]

Prepare the Target System
Define the source instance to be collected from
Task By: Apps DBA

The define instances setup establishes the means of communication between the source and destination instances. It also specifies the organizations in the source database for which data will be pulled.

Logged in to the Target (ASCP) System and choose “Advanced Planning Administrator”.
Navigate to Admin  Instances. The Application Instances window appears.
Insert record for the Source (ERP) system as follows:
Instance Code : Give a new name for the Instance Code (uniquely identified).
Instance Type : Select “Discrete” (consult Functional Consultant).
Version : 11i (default, for 11i E Business Suite).
From Source to APS : Database Link created on the Source System for Target System Database.
From APS to Source : Database Link created on the Target System for Source System Database.
Check “Enable Flag”, “Allow ATP” and “Allow Release”.
GMT Difference : “-8” (this is Application location specific, consult Functional consultant).
Currency : USA (this is Application location specific, consult Functional consultant).
Assignment Set : (Kept this blank unless advised by Functional Consultant).

Save the record.
Enter the organizations on each of the instance from which to collect the Planning data and plan for on the Planning Server by clicking Organization. For this click on the “Organizations” button.

The Organizations window appears.
Select the organizations for a particular instance. Be sure to select the master organization.
Close the Organization window.
Save the Instance Definition setup.

Final Setups and Refreshing Snapshots
Setups
Task By: Apps DBA
1. Make sure the responsible name on both source & destination are the same. Eg. “Advanced Supply Chain Planner”.
2. Set Standard Manager to 15 [sysadmin  Concurrent Manager  Define] on both System and Target Application system.
3. Set MRP Manager to 1 [sysadmin  Concurrent Manager  Define] on both System and Target Application system.
4. Relink MSC,MRP module from adadmin on Target (ASCP) DB node.
5. Execute this request “Gather Schema Statistics” on Source (ERP) and Target (ASCP) node.
6. Set “MSC:Source Setup Required” to “Y” in Target (ASCP) System, set “N” in Source (ERP) System.
7. Run “Refresh Collection Snapshots” from Source (ERP) instance.
Execute the Refresh Snapshot concurrent program on the Source (ERP) System
Task By: Functional Consultant
The “Refresh Collection Snapshots” process must be run on the source (ERP) instance. This concurrent program is available in the Advanced Supply Chain Planner responsibility created earlier. The process has no parameters to be set at run time. Verify that the process completes without error.
References
Oracle Metalink.Notes

Note:226415.1: Oracle Advanced Planning and Scheduling Suite Release 11i Family Pack I About doc
Note:282678.1: About Oracle Advanced Supply Chain Planning in APS Family Pack I
Note:286852.1: Oracle Advanced Supply Chain Planning Release 11i Family Pack I About doc
Note:176030.1: APS Installation Checklist with Patchset G
Note:136734.1: Advanced Supply Chain Planning 11.5.3 Installation Checklist
Note:259322.1: About Oracle ASCP in the Oracle Supply Chain Management Family Pack J
Note:220304.1: Setting Up Instances For Data Collection Gives Partition Error ERR_GET_INSTANCES
Note:280052.1: Advanced Planning and Scheduling (APS) Implementation Notes & White Papers
Note:137293.1: How To Manage APS Partitions in the MSC Schema
Note:252108.1: How to Determine the Latest APS Rollup Patch Applied to the System
Note:209585.1: ASCP Planning Detail Report Installation and Configuration Instructions
Note:278055.1: Advanced Planning and Scheduling Requirements for 11.5.10 – Family Pack J

Note that the above mentioned notes were not necessarily used for ASCP Multi Node Installation, but they were studied. The Note required by the patches applied above are listed in its respective column.

About the Author Rajat

I am Rajat Dey and I have more than decade of Oracle experience from all major regions throughout the globe. I am well versed in most facets of Oracle, supporting database, fusion middleware and the eBusiness suite across many operating system platforms.Currently I am located in Sydney  Oracle Financials 11i and Release 12,12.2  Oracle RDBMS 7x,8i , 9i,10g and 11g  Amazon cloud .  Oracle RAC 10g and 11g  Oracle Applications Server  Oracle Web logic Server  OBIEE  Hyperion  SSO  Oracle Portal  PL/SQL  UNIX  SQL  MS-SQL 2008.  OEM 12c .  Data Guard .  Essbase .  Database backup and recovery.  Performance Tunning.  TimeSten

Leave a Comment:

43 comments
Kailash says July 2, 2008

Do you have ASCP Multinode Implementation guide for R12??

Reply
Rajat says July 2, 2008

Hi ,

As per my knowledge .. You have to take care of Patches. You dont need so many patches.You may refer metalink document for Patches in R12 . But rest of the things remain same .

Reply
Mani says August 9, 2008

Dear Mr.Rajat,

Is it possible to configure ASCP in stand alone system (laptop)? Or require separate planning server. If it is possible, please update the steps require?

Thanks in advance
Mani

Reply
mani says August 9, 2008

Dear Mr.Rajat,

Is it possible to configure Oracle ASCP in standalone system (Laptop).

If possible, could you please update the step by step configuration.

Thanks in Advance,
Mani

Reply
moshinkhan says August 20, 2008

Hi Rajat,

can you please advice me how the planners are worked in workbench.Even am working in ASCP background, could you please explain me the functional and technical over view of the ASCP that will add on my technical wise knowledge in ASCP.
Let me know the diffrence between the planners workbench and collected workbench.

If possible please provide me the screen shot also.

Thank&Regards,
Khan.

Reply
Rajat says August 20, 2008

Dear Khan ,

Unfortunately , I am working as a DBA so i have no idea about .. functional things .

Reply
Rajat says August 20, 2008

Dear Khan i have this information for you…
Collections workbench : In this workbench you can view the setup data which you have collected from the source. This workbench is only used to confirm the collection has completed successfully before you use that data in running of ASCP plan.

Planners workbench : After ASCP plan is run the output of the plan which includes planned orders, exceptions etc .. can be viewed here

Reply
Rajat says August 20, 2008

Mani ,

Sorry for delay ,I am not sure as i have not done , But i heard it is possible .

Reply
Mani says August 21, 2008

Thanks Mr.Rajat. Please try to find out.

Reply
ridhi says November 5, 2008

Hi Rajat,

I m sorry if it sounds like a silly question but if customer wants to implement at a lter stage what would be the steps? like do we need to lisence APS in the prod and do an 11i install on the planning machine and select just APS for the installation?
Here i am concerned mostly about the installation part.

Thanks

Reply
Hemant says November 6, 2008

Hi

It was very good document,

Need more such kind of document which covers some of business cycle , step by step will understand the flow from defining forecast, considering Sales order, supplier capacity , consume the forecast, consume the supplier capacity , data collection , running ODS…
checking ASCP work banch … etc..

Regards
Hemant

Reply
Rajat says November 6, 2008

Hi ,

Being a DBA i have this much information if i am able to get any more info i will pass on u

thnx
Rajat Dey

Reply
Rajat says November 6, 2008

Hi ridhi,

The product comes while installation .. as per my knowledge u need to license the product frm OAM,It would be enabled for use , while in implementation phase u can use it but moving forwrand in PROD database/instance u need to purchase license.

Reply
ridhi says November 6, 2008

Thanks for the response Rajat.So u mean u need to install that product on both the nodes?

Reply
Milind Jog says December 31, 2008

Dear Rajat,

I have a task to produce the supplier schedule through ASCP. I am getting the planning schedule from the customer through EDI. I am now abel to communicate through EDI to our ORACLE APPS application. The scenario is I am getting Planning Schedule from customer on every Monday (i.e. weekly). I need to automize this EDI data for generating FORECAST. What do you suggest, whether I should generate number of FORECASE in APPS as per the WEEK or generate one single FORECAST Designator ank keep on appending the forecast data receive through EDI. If you suggest to have one designator than I am facing one problem. In case of a change in planning data, I must have some machanizam to change the existing forecast entries automatically. Will you please suggest me the way for this .

Regards

Milind Jog

Reply
Sanjay says January 6, 2009

Dear Sir,

I want online training for Oracle Advanced Supply Chain Planning(ASCP) & Material Requirements Planning (MRP).

So,Please send course content and fee Structure + Time Duration.
Thank you,

If you have any Queries please feel free to contact on
With Regards,
Sanjay
Mobile: 9603650185

Reply
Rajat says January 6, 2009

Hi ,
Atul is the right person to tell about training .

Do u want functional training ?

Atul can you respond him .

Reply
Rajat says January 6, 2009

Hi Millind ,

Sorry for delay .. being a DBA i have done my part .. so i am sorry i wont be able to answer .But i will try to get some information .

Reply
saqib says February 11, 2009

Need to implement ASCP module but new to this module so need assitance , anybody please provide me the documents from where to start and how to see things to become a good functional consultant in ASCP .
I need step by step tutorial or flow diagrams which can clear the picture ot ASCP processes that what it take at input and what it produce and what are the tips to learn this module completly .
Hoping help from the Experts
please do mail me at :
saqibdesire@gmail.com

Reply
Venkat k.v says March 7, 2009

Good one from DBA perpective.

Need more insight where to restrict functional people from allowing whole bunch of patches which is not at all required in certain scenario.

Reply
Hemant says March 9, 2009

Its realy very good document.

Required to know more about full life cycle of the ASCP … i.e what all activities perform at source instance what all setups parts need to be take in to consideration at source instance to sucessfully run ASCP, at which stage ASCP comes into the picture. Any Technofuctional type of document.

Thanks a lot for such a good document.

Reply
jamal alzahid says July 1, 2009

Dear rajat

Can ASCP model handel item master like item creation -item template- MRO item codes -item searching-item maintenance ?????

Thanks

Reply
Sirisha says July 13, 2009

Need to implement ASCP module but new to this module so need assitance , anybody please provide me the documents from where to start and how to see things to become a good functional consultant in ASCP .
I need step by step tutorial or flow diagrams which can clear the picture ot ASCP processes that what it take at input and what it produce and what are the tips to learn this module completly .
Hoping help from the Experts
please mail me at :
nsirisha06@gmail.com

Reply
Atul says July 13, 2009

Check Guides here

http://download.oracle.com/docs/cd/B53825_02/current/html/docset.html

under section Advanced Planning and Scheduling

Reply
Sirisha says July 14, 2009

Thanks a lot.

Reply
sasikala says September 22, 2009

Hi,

Can you please provide me some test cases to test oracle ASCP implementation. Am new to this product.

Thanks in advance. please mail me at callsasi@gmail.com

Reply
Vicky says November 19, 2009

Thanks for this document! I was wondering if I have to do these steps even if we are not using ASCP in a multi-server environment.

Reply
sravanthi says February 25, 2010

How OPM routing step depandancies are considered in ASCP planning ?
Is the operation level off set inteval considered in ASCP scheduling ?

Reply
utpal says March 3, 2010

we are going to run advance supply chain plan from planners worknench.we are using single instance and multiple organization for this planning from this plan we want to generate purchase requisition and opm batches from the planners workbench. we are using oracle process manufacturing release 12. how the steps should be…

Reply
vuelos says July 22, 2010

Sorry for repeating tha question, but would it be possible toIs it possible to configure Oracle ASCP in a notebook?

Reply
Geetha says September 24, 2010

Hi, we are trying to implement ASCP r12 and planning system integrate it with current Oracle/OPM instance which is in 11i. Would we need a separate DB instance in 12i?

Reply
priyanka says June 3, 2012

Hi..
I am new to ASCP. we have to implement it. I have the user guide, but it requires more time to read. Can anyone share some simple step by step document to implement and understand ASCP ? Plz send me the document on pinks.priyankapatel@gmail.com
Thanks
Priyanka

Reply
oractrain says September 19, 2012

Hi
Am Oracle ASCP Functional consultant and I would like to provide online training. Please contact me for course details & fees.

Thanks & Regards
Abdul

Reply
sheltwnordoffcr says February 23, 2013

Please provide me with details on your ASCP training.

Reply
oractrain says February 24, 2013

Hi
Please provide your personal mail id or call me (+91-7799453568)

Regards
Abdul

Reply
Mahesh says May 8, 2013

If you have a soft copy of training material please send me

Reply
oractrain says May 8, 2013

Hi Mahesh
Please provide your email id, i will send you details of payment and soft copies of training material

Regards
Abdul

Reply
asis says July 10, 2013

Hi,

I have a scenario like below:

Currently ASCP is integrated with ORACLE EBS R12.1.3. Now we want to move this ASCP to weblogic server 10.3.6. What will be my approach.If you could guide me a overview of steps to be followed
or any oracle document ID I should follow that would be helpful.

Thanks,
Asis.

Reply
    Atul Kumar says July 10, 2013

    @ Asis,
    Where is ASCP currently running ? How was this deployed and which document was used to deploy & integrate ASCP ?

    Reply
asis says July 11, 2013

Hi Atul,

We are having centralised ASCP with VCP 12.1.3.8(patch 14247039) installed within EBS 12.1.3 (Source + Traget in the same machine).

Now we are planning to decentralise whole ASCP from EBS and deploy it on Weblogic server in another machine.

Requirement: ASCP needs to be decentralised and oracle application seerver needs to be phased out from the whole scenario.

Reply
    Saras says December 9, 2016

    Hi Asis,

    Were you able to decentralize ASCP from EBS. if so, could you please provide me some steps for the same

    Reply
Sameer says September 10, 2013

Hi,

When i run collections in VCP instance(destination), it triggers refresh snapshot collections in EBS instance(source)..my concern is that refresh mode is ‘Fast’ when running in EBS side. How can i change it such that ‘Automatic’ gets passed to EBS instance

Reply
yugesh says April 6, 2014

Hi Rajat,
Wish your doing well.thank you so much for the time you spared to share knowledge. We r in r12.1.3 it will b great help if u let me know what r the pre requisite patches.thanks in advance.

Reply
Add Your Reply

Not found