Could not find PA_SELF_SERVICE_PVT.UPLOAD_SS_TIMECARDS
To process Self Service Time against my projects, when I run PRC:Import Trsanactions in DEV I get error saying …
MSG-20002: ORA-20002: pre_import:ORA-06550: line 1, column 7:
PLS-00201: identifier 'PA_SELF_SERVICE_PVT.UPLOAD_SS_TIMECARDS' must be declared
ORA-06550: line 1, column 7:
PL/SQL: Statement ignored
ORA-06512: at "APPS.PA_TRX_IMPORT", line 9479
In projects setup on DEV there is an extension(i.e. db procedure to be called) defined in the screen but no such procedure exists in the DB (unless I can’t see it)
SQL> select owner, object_name, subobject_name, object_id, object_type from dba_objects where object_name='PA_SELF_SERVICE_PVT';