Oracle Value Chain Planning (VCP) Instance Setup

VCP modules can be implemented on the same instance where other modules like Order Management, Purchasing, Field Service etc are implemented. But, the regular practice is to use a distributed system. In a distributed environment we implement VCP on a separate instance (called the destination instance) and bring in the data required for VCP from another instance called the Source Instance. VCP Instance setup steps Create the source instance entry into VCP. A single VCP instance can plan for many source instances. Every source instance has a unique 'Instance Code' which we give as the entry while creating the 'Application Instances'.
Functional Setup: Navigation - Service Supply Chain Administrator --> Admin --> Instances Important Fields: Instance Code -- Unique Source Instance Code Version -- Version of Source Instance. (Ex: R12.1) From Source to APS -- Database Link to get data from source to APS (VCP is formerly called as APS -- Advanced Planning Suite) From APS to Source -- Database Link to get data from APS to Source Below figure showing the Form for setting up Instance in VCP.
Technical Details:
The entry made into the above form will get saved into the table MSC_APPS_INSTANCES Important columns: INSTANCE_CODE INSTANCE_ID A2M_DBLINK -- Database Link to get data from source to VCP M2A_DBLINK -- Database Link to get data from APS to Source SQL Query: SELECT instance_code, instance_id, a2m_dblink, m2a_dblink FROM msc_apps_instances;

Comments

Popular posts from this blog

How to drop index and before dropping it how to get the DDL.

PRVG-11250 : The check "RPM Package Manager database" was not performed because

ORA-00257:archiver error, connect internal only until freed

Verifying Daemon “Avahi-Daemon” Not Configured And Running …FAILED (PRVG-1360)

Linux OL7/RHEL7: PRVE-0421 : No entry exists in /etc/fstab for mounting /dev/shm

SKIP DNS RESLOV.CONF CHECK DURING RAC CONFIGURATION

CPU Patch Analysis

How to write to a CSV file using Oracle SQL*Plus

How to troubleshoot Long Running Concurrent Request in EBS 12.2

How To Manage Space of The FRA in the Oracle DB