DBA Data[Home] [Help]

APPS.PQP_RATES_HISTORY_CALC dependencies on HR_GENERAL

Line 763: l_column_name := hr_general.decode_lookup('PQP_TIME_DIMENSION_FACTORS',p_time_dimension);

759: l_proc_step := 20;
760: IF g_debug THEN
761: debug(l_proc_name,l_proc_step);
762: END IF;
763: l_column_name := hr_general.decode_lookup('PQP_TIME_DIMENSION_FACTORS',p_time_dimension);
764: ELSE
765: -- get the assignments pay frequency annualization factor
766: OPEN csr_current_pay_frequency(p_assignment_id,p_effective_date);
767: FETCH csr_current_pay_frequency INTO l_current_pay_frequency;