Patch 12678526:R12.FND.B; 13545598:R12.PO.B; 13111240:R12.ICX.B - Invalid PO Packages After Applying
PO_VALIDATIONS; PO_PDOI_LINE_LOC_PROCESS_PVT; PO_PDOI_MOVE_TO_DRAFT_TABS_PVT.
When trying to compile the packages manually, the following errors occur. The errors are different for each package:
SQL> alter package PO_VALIDATIONS compile body;
Warning: Package Body altered with compilation errors.
TEXT
--------------------------------------------------------------------------------
PLS-00302: component 'SHIP_VIA_LOOKUP_CODE_VALID' must be declared
PL/SQL: Statement ignored
PLS-00302: component 'COMPLEX_PO_ATTRIBUTES_CHECK' must be declared
........
SQL> alter package PO_PDOI_LINE_LOC_PROCESS_PVT compile body;