DBA Data[Home] [Help]

APPS.PN_CAD_IMPORT dependencies on PN_PROPERTIES_ALL

Line 1594: From Pn_Properties_all

1590: if ( p_property_id IS NOT NULL ) then
1591:
1592: Select 1
1593: Into l_number
1594: From Pn_Properties_all
1595: Where Property_Id = p_property_id ;
1596: end if;
1597:
1598: Return True;