After patch 11676294 there is 2 new invalids
Hi,
After applying 11676294 patch in our DEV and TEST environments the invalid objects in the apps schema is increased by two. Below are the invalid objects
1. INV_EBI_CHANGE_ORDER_PUB
2. INV_EBI_ITEM_HELPER
While trying to compile that invalid objects it is throwing the below error
TEST1>ALTER PACKAGE INV_EBI_CHANGE_ORDER_PUB COMPILE BODY;
Warning: Package Body altered with compilation errors.
TEST1>show error;
Errors for PACKAGE BODY INV_EBI_CHANGE_ORDER_PUB:
LINE/COL ERROR
-------- -----------------------------------------------------------------
29/6 PL/SQL: Statement ignored
29/25 PLS-00306: wrong number or types of arguments in call to
'INV_EBI_ITEM_MAIN_OBJ'
After applying 11676294 patch in our DEV and TEST environments the invalid objects in the apps schema is increased by two. Below are the invalid objects
1. INV_EBI_CHANGE_ORDER_PUB
2. INV_EBI_ITEM_HELPER
While trying to compile that invalid objects it is throwing the below error
TEST1>ALTER PACKAGE INV_EBI_CHANGE_ORDER_PUB COMPILE BODY;
Warning: Package Body altered with compilation errors.
TEST1>show error;
Errors for PACKAGE BODY INV_EBI_CHANGE_ORDER_PUB:
LINE/COL ERROR
-------- -----------------------------------------------------------------
29/6 PL/SQL: Statement ignored
29/25 PLS-00306: wrong number or types of arguments in call to
'INV_EBI_ITEM_MAIN_OBJ'
Tagged:
0