DBA Data[Home] [Help]

APPS.PN_INDEX_RENT_UTILS dependencies on PN_TENANCIES_ALL

Line 409: FROM pn_tenancies_all PT

405:
406: CURSOR c_location_code
407: IS
408: SELECT PT.location_id
409: FROM pn_tenancies_all PT
410: , pn_locations_all PL
411: , fnd_lookups LOC_LKP
412: , fnd_lookups FLG_LKP
413: WHERE PT.location_id = PL.location_id

Line 429: FROM pn_tenancies_all PT

425:
426: CURSOR c_location_id
427: IS
428: SELECT PT.location_id
429: FROM pn_tenancies_all PT
430: , pn_locations_all PL
431: , fnd_lookups LOC_LKP
432: , fnd_lookups FLG_LKP
433: WHERE PT.location_id = PL.location_id