DBA Data[Home] [Help]

APPS.OE_PC_CONC_REQUESTS dependencies on OE_PC_VTMPLTS_VL

Line 193: FROM oe_pc_vtmplts_vl vt,

189: vt.validation_tmplt_display_name,
190: rs.record_set_id,
191: rs.record_set_short_name,
192: rs.record_set_display_name
193: FROM oe_pc_vtmplts_vl vt,
194: oe_pc_rsets_vl rs,
195: oe_pc_ventities_v ve
196: WHERE ve.validation_entity_id = vt.entity_id
197: AND vt.validation_type <> 'API'