DBA Data[Home] [Help]

APPS.CS_CORE_UTIL dependencies on PER_WORKFORCE_X

Line 1065: FROM per_workforce_x hr

1061: -- employees assigned to the business group stored in
1062: -- financials_system_parameters
1063:
1064: SELECT 'X' INTO l_dummy
1065: FROM per_workforce_x hr
1066: WHERE hr.person_id = p_employee_id
1067: AND NVL(hr.termination_date,SYSDATE) >= SYSDATE ;
1068:
1069: /**** commented and replaced by the sql statement above for bug # 5201278