Payroll and OTL - EBS (MOSC)

MOSC Banner

Announcements for Payroll and OTL can now be found in the Announcements - Payroll and OTL - EBS (MOSC) subcategory. Follow to be sure you don't miss a thing!

ORA-00942: table or view does not exist but when I query the table it shows values

edited May 11, 2016 9:07PM in Payroll and OTL - EBS (MOSC) 4 commentsAnswered

I run the following script:

 

select count(*) from pay_us_rpt_totals;

 

I receive values.


Then I do the following:

 

If the count is greater then zero, and there is NO PAYROLL PROCESS EXECUTING

 

truncate table pay_us_rpt_totals;
commit;

 

This is when I receive the ORA-00942: table or view does not exist.


Can someone explain this?

Best Regards

Holly

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center