Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle: Accessing Record Fields (dynamically)

Re: Oracle: Accessing Record Fields (dynamically)

From: datDude <alindie_at_gmail.com>
Date: 26 May 2005 18:12:21 -0700
Message-ID: <1117156341.272839.83140@o13g2000cwo.googlegroups.com>


updates to previous posting for the field names

if     input_rec.[collection(row_id).­field_name_1] = 100
   and input_rec.[collection(row_id).­field_name_2] = 20
   and input_rec.[collection(row_id).­field_name_3] = 80
then
  follow processing code
end if;

also the version is version 9.2.0.4 Received on Thu May 26 2005 - 20:12:21 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US