DBA Data[Home] [Help]

APPS.IGS_AS_GEN_008 dependencies on IGS_AD_ROOM

Line 202: igs_ad_room c,

198: NVL(b.description,'-')||' '||
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