DBA Data[Home] [Help]

APPS.PQH_EMPLOYEE_SALARY dependencies on FND_NUMBER

Line 212: p_salary:=fnd_number.canonical_to_number(l_salary);

208: if l_Input_Value_id is Not NULL Then
209: Open Sal;
210: Fetch Sal into l_salary,p_currency;
211: Close Sal;
212: p_salary:=fnd_number.canonical_to_number(l_salary);
213: --
214: -- Step 5: Find the payroll frequency and the annual salary.
215: --
216: If l_payroll_id IS NOT NULL then