Different Forms Fail with Compilation Error on Package Body APP_CUSTOM Component 'DISABLED' Must Be Declared
(Doc ID 2419476.1)
Last updated on FEBRUARY 20, 2023
Applies to:
Oracle Payroll - Version 12.1 and laterOracle Human Resources - Version 12.1.1 and later
Information in this document applies to any platform.
Symptoms
When compiling forms, via patching or adadmin, multiple forms fail with:
Generating form "forms/US/xxx.fmx" with command:
$ORACLE_HOME/bin/frmcmp_batch module=$AU_TOP/forms/US/PAYIEP45.fmb userid=APPS/***** output_file=$PRODUCT_TOP/forms/US/PAYIEP45.fmx module_type=form batch=yes compile_all=special
ERROR generating form "forms/US/xxxx.fmx" from input file
$AU_TOP/12.0.0/forms/US/xxx.fmb
Results of form generation:
(from file $AU_TOP/forms/US/PAYIEP45.err
AD Worker has deleted the original .err file)
-------------------------------------------------------------------------
Compiling package specification APP_CUSTOM...
No compilation errors.
Compiling package body APP_CUSTOM...
Compilation error on package body APP_CUSTOM:
PL/SQL ERROR 302 at line 16, column 19
component 'DISABLED' must be declared
PL/SQL ERROR 0 at line 16, column 5
Statement ignored
PL/SQL ERROR 201 at line 23, column 12
identifier 'HR_NAV.CLOSE_WINDOW' must be declared
PL/SQL ERROR 0 at line 23, column 12
Statement ignored
Compiling procedure CHANGE_WINDOW_TITLES...
Compilation error on procedure CHANGE_WINDOW_TITLES:
PL/SQL ERROR 201 at line 8, column 3
identifier 'HR_WIN.WINDOW_TITLE' must be declared
PL/SQL ERROR 0 at line 8, column 3
Statement ignored
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 |