DBA Data[Home] [Help]

APPS.EGO_CHANGE_PEOPLE_IMPORT_PKG dependencies on FND_USER

Line 1127: FROM per_all_people_f employee, fnd_user users

1123: --is always Internal user. So, can join with PER_ALL_PEOPLE_F to figure
1124: --out the party id.
1125: CURSOR c_user_party_id (cp_user_id IN NUMBER) IS
1126: SELECT employee.party_id, first_name ||' '|| last_name name
1127: FROM per_all_people_f employee, fnd_user users
1128: WHERE users.user_id = cp_user_id
1129: AND employee.person_id = users.employee_id;
1130:
1131: CURSOR c_count_cpi_lines (cp_data_set_id IN NUMBER) IS