DBA Data[Home] [Help]

APPS.PON_USER_PROFILE_PKG dependencies on PER_ALL_PEOPLE_F

Line 983: from per_all_people_f

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