You are on page 1of 2

Copyright (c) 2024, Oracle. All rights reserved. Oracle Confidential.

Error ORA-20015 and ORA-06550 In Forecast Export From Demantra To ASCP (Doc ID
1276744.1)

In this Document

Goal
Solution

APPLIES TO:

Oracle Demantra Demand Management - Version 7.3.0 and later


Information in this document applies to any platform.

GOAL

When run the standard workflow to export forecast from Demantra to ASCP, I get an error in stored procedure step". The
error states:
Process ID: 780900
Schema ID: 634
Schema name: ’’EBS Upload Local Forecast’’
Step ID: ’’PopulateDenormTable’’
Step name: ’’PopulateDenormTable’’

Error description ’’Database internal error:ORA-20015: Exception:


msd_dem_upload_forecast.upload_forecast_with_app_id - ORA-06550: line 1, column 16:’’

Customer had uploaded the following:


1. version history details
2. results from apscheck.sql
3. screen shots of the integration interface
4. screen shots of workflow
5. screen shots of error
6. Package and package body "apps.msd_dem_upload_forecast.upload_forecast_with_app_id"

No errors in the db_exception_log.

SOLUTION

Issue with privileges. Please perform the following :

1. Check if 'APPS' user has the necessary privileges on Demantra schema and also check if the Demantra schema has the
necessary privileges on the APPS schema

SELECT GRANTEE, OWNER, GRANTOR, PRIVILEGE, GRANTABLE FROM DBA_TAB_PRIVS


WHERE GRANTEE = '<DEMANTRA SCHEMA>' AND GRANTOR='APPS';

SELECT GRANTEE, OWNER, GRANTOR, PRIVILEGE, GRANTABLE FROM DBA_TAB_PRIVS


WHERE GRANTEE = 'APPS' AND GRANTOR='<DEMANTRA SCHEMA>';

2. If not grant the privilege. Run the following from the EBS/ASCP/VCP application :

Run UPDATE SYNONYMS Concurrent Request

Please see the note below for more details on how to run the Update synonyms concurrent request
Update Synonyms procedure - What it does and why it is important to EBS/ASCP - Demantra implementations (Doc ID
1061331.1)

Bounce the application Server and then try running the workflow and check if it completes without error.

Didn't find what you are looking for?

You might also like