11.5.10 Property Manager SQL Report
Hello Oracle Gurus
I am brand new in Property Manager and I need to create an SQL report in order to get all the property information i.e. Building, Locations, Payments Terms etc.
Will you please either share with me any SQL Reports or send me any glues how to do it.
I was doing the following SQL but it seems it does not work, please send me any Property SQL Report at mkinoagu@grupobimbo.com.
Thanks
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
SELECT
pnpa.property_code ownershipno
, pnpa.property_name propertyno
, substr(ls.lease_num,5) leasenum
, pnpa.district location
FROM
apps.pn_tenancies_all pta