IMP: ** INVALID Package APPS.HR_PROCESS_PERSON_SS
Hi Team,
Unable to compile the below invalid.
SQL> alter PACKAGE apps.HR_PROCESS_PERSON_SS compile body;
Warning: Package Body altered with compilation errors.
SQL> show error
Errors for PACKAGE BODY APPS.HR_PROCESS_PERSON_SS:
LINE/COL ERROR
-------- -----------------------------------------------------------------
1578/5 PL/SQL: Statement ignored
1578/5 PLS-00201: identifier 'PER_FND_ATTACHMENT_PKG.UPLOAD_ATTACHMENT'
must be declared
2291/6 PL/SQL: Statement ignored
2291/25 PLS-00302: component 'IS_BASIC_DET_CHG' must be declared
2308/9 PL/SQL: Statement ignored
2308/28 PLS-00302: component 'IS_BASIC_DET_CHG'
Warning: Package Body altered with compilation errors.
SQL> show error
Errors for PACKAGE BODY APPS.HR_PROCESS_PERSON_SS:
LINE/COL ERROR
-------- -----------------------------------------------------------------
1578/5 PL/SQL: Statement ignored
1578/5 PLS-00201: identifier 'PER_FND_ATTACHMENT_PKG.UPLOAD_ATTACHMENT'
must be declared
2291/6 PL/SQL: Statement ignored
2291/25 PLS-00302: component 'IS_BASIC_DET_CHG' must be declared
2308/9 PL/SQL: Statement ignored
2308/28 PLS-00302: component 'IS_BASIC_DET_CHG'
Thanks,
Ayyappan
Tagged:
0