138: ,NVL(to_char(ppf.effective_end_date,'MM/DD/YYYY'),'12/31/4712') e_e_d
139: ,substr(ppt.user_person_type,1,15) u_p_t
140: ,substr(ppt.system_person_type,1,7) p_t_id
141: ,ppf.party_id p_id
142: from per_people_f ppf
143: ,per_person_types ppt
144: where ppf.person_id = p_person_id
145: and ppf.person_type_id = ppt.person_type_id
146: order by ppf.effective_start_date
378: -- person information
379:
380: l_body := '
Person Details - per_people_f | |||
' || 'Full Name' || ' | '' || 'Effective Start Date' || ' | '