MSCPDP Planning Data Pull Failing To Run. Missing 'MSC_AQ_PAYLOAD' Package
(Doc ID 2007799.1)
Last updated on DECEMBER 03, 2019
Applies to:
Oracle Advanced Supply Chain Planning - Version 12.2.4 and laterInformation in this document applies to any platform.
Symptoms
We have done first upgrade test from 11i to R12 (12.2.4),
PROBLEM
----------------------
1. When running collections we get error in Planning Data Pull
MSCPDP: Planning Data Pull
04-MAY 12:31:24 : Collections method: Complete
04-MAY 12:31:26 : ORA-06508: PL/SQL: could not find program unit being called
04-MAY 12:31:26 : Error_Stack...
04-MAY 12:31:26 : ORA-04063: package body "APPS.MSC_CL_AQ_IPC" has errors
ORA-06508: PL/SQL: could not find program unit being called: "APPS.MSC_CL_AQ_IPC"
04-MAY 12:31:26 : Error_Backtrace...
04-MAY 12:31:26 : ORA-06512: at "APPS.MSC_CL_PULL", line 2858
2. When we check package APPS.MSC_CL_AQ_IPC it does not compile and shows the following error:
SQL> alter package APPS.MSC_CL_AQ_IPC compile body;
Warning: Package Body altered with compilation errors.
SQL> show errors;
Errors for PACKAGE BODY APPS.MSC_CL_AQ_IPC:
LINE/COL ERROR
-------- -----------------------------------------------------------------
449/17 PL/SQL: Item ignored
449/17 PLS-00201: identifier 'MSC_AQ_PAYLOAD' must be declared
458/30 PL/SQL: Statement ignored
458/30 PLS-00320: the declaration of the type of this expression is
incomplete or malformed
463/30 PL/SQL: Statement ignored
466/69 PLS-00320: the declaration of the type of this expression is
incomplete or malformed
469/32 PL/SQL: Statement ignored
470/40 PLS-00320: the declaration of the type of this expression is
incomplete or malformed
518/19 PL/SQL: Item ignored
518/19 PLS-00201: identifier 'MSC_AQ_PAYLOAD' must be declared
536/16 PL/SQL: Statement ignored
536/16 PLS-00320: the declaration of the type of this expression is
incomplete or malformed
552/28 PL/SQL: Statement ignored
555/54 PLS-00320: the declaration of the type of this expression is
incomplete or malformed
574/21 PL/SQL: Statement ignored
574/84 PLS-00320: the declaration of the type of this expression is
incomplete or malformed
576/22 PL/SQL: Statement ignored
576/33 PLS-00320: the declaration of the type of this expression is
incomplete or malformed
953/17 PL/SQL: Item ignored
953/17 PLS-00201: identifier 'MSC_LEG_AQ_PAYLOAD' must be declared
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |