DBA Data[Home] [Help]

APPS.PQH_EMPLOYEE_SALARY dependencies on PQH_GSP_UTILITY

Line 702: hr_utility.set_location('Calling pqh_gsp_utility.PGM_TO_BASIS_CONVERSION', 80);

698: --
699: If l_continue then
700: If L_Cur_Sal is not null then
701: --
702: hr_utility.set_location('Calling pqh_gsp_utility.PGM_TO_BASIS_CONVERSION', 80);
703: --
704: p_proposed_salary := pqh_gsp_utility.PGM_TO_BASIS_CONVERSION
705: (P_Pgm_ID => l_pgm_id
706: ,P_EFFECTIVE_DATE => P_Effective_Date

Line 704: p_proposed_salary := pqh_gsp_utility.PGM_TO_BASIS_CONVERSION

700: If L_Cur_Sal is not null then
701: --
702: hr_utility.set_location('Calling pqh_gsp_utility.PGM_TO_BASIS_CONVERSION', 80);
703: --
704: p_proposed_salary := pqh_gsp_utility.PGM_TO_BASIS_CONVERSION
705: (P_Pgm_ID => l_pgm_id
706: ,P_EFFECTIVE_DATE => P_Effective_Date
707: ,P_AMOUNT => L_Cur_Sal
708: ,P_ASSIGNMENT_ID => p_assignment_id);