patch 14307553:R12.OIR.B has hung on the statement PACKAGE BODY AR_IREC_APPLY_CREDITS
Hi,
We are deploying patch 14307553 to a test instance, but the deployment has hung,
our DBA has noticed that ARIAPCRB.pls has hung on the statement PACKAGE BODY AR_IREC_APPLY_CREDITS AS when it should be
CREATE OR REPLACE PACKAGE BODY AR_IREC_APPLY_CREDITS AS,
additionally once this is updated to get through the package ends with END AR_IREC_APPLY_CREDITS ;
when we would expect END AR_IREC_APPLY_CREDITS ; / COMMIT; EXIT;
Could someone please take a look at this please as I would want to ensure the patch deployment is successful without intervention before this is deployed to our production environment.