DBA Data[Home] [Help]

APPS.PQP_GB_PSI_SALARY_HISTORY dependencies on STANDARD

Line 630: and NVL(pps.last_standard_process_date,c_highest_date);

626: between per.effective_start_date
627: and NVL(per.effective_end_date,c_highest_date)
628: and g_effective_date
629: between pps.date_start
630: and NVL(pps.last_standard_process_date,c_highest_date);
631:
632: l_proc varchar2(72) := g_package||'.get_salary_start_date';
633: l_hire_date DATE := NULL;
634: l_error NUMBER;