DBA Data[Home] [Help]

APPS.CUG_GENERIC_WF_PKG dependencies on PER_PEOPLE_X

Line 254: SELECT person_id FROM per_people_x

250:
251: /* bug fix : 1964270 */
252:
253: CURSOR l_GetPerson_Id_csr IS
254: SELECT person_id FROM per_people_x
255: WHERE full_name = l_GetResourceName_rec.resource_name AND employee_number IS NOT NULL;
256:
257: l_person_id NUMBER;
258: /* bug fix : 1964270 */