DBA Data[Home] [Help]

APPS.IGS_AS_GEN_008 dependencies on IGS_AD_LOCATION

Line 203: igs_ad_location d

199: NVL(c.description,'') location
200: FROM igs_ps_usec_occurs a,
201: igs_ad_building b,
202: igs_ad_room c,
203: igs_ad_location d
204: WHERE
205: a.building_code = b.building_id(+) AND
206: a.room_code = c.room_id(+) AND
207: b.location_cd = d.location_cd(+) AND