SQL Query to Retrieve System Person Types, User Person Types, and Status

SELECT 
    pptv.system_person_type,
    pptv.user_person_type,
    pptv.active_flag,
    pptv.default_flag
FROM 
    per_person_types_vl pptv;

I hope this blog post was helpful for you. If you have any questions or feedback, please leave a comment below.

SQL Queries (SQLQ)
Posted by : Mohammad