DBA Data[Home] [Help]

APPS.PON_USER_PROFILE_PKG dependencies on PER_ALL_PEOPLE_F

Line 982: from per_all_people_f

978:
979: begin
980: select email_address
981: into x_user_email
982: from per_all_people_f
983: where person_id = l_employee_id
984: and effective_start_date < sysdate
985: and nvl(effective_end_date,sysdate) >= sysdate;
986: EXCEPTION