You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Invalid Number Error in fetching Basic Salary Component

Accepted answer
51
Views
2
Comments

Summary:

We are writing an oracle sql query to fetch different components in the salary for inactive employees. But it keeps showing below error on runtime.

ORA-01722: invalid number

Content (required):

FGBF.GLOBAL_VALUE and PEVF.SCREEN_ENTRY_VALUE both are character value so we are trying to convert it to Integer value so multiplication/division can be used on it. But the sql query is giving Invalid Number error.

Version (include the version you are using, if applicable):


Code Snippet (add any code snippets that support your topic, if applicable):

select

PEVF.SCREEN_ENTRY_VALUE,

CMP.SALARY_AMOUNT,

pevf.element_entry_id id1,

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!