11.01.2013 Views

Oracle Forms Developer – Form Builder Reference, Volume 1

Oracle Forms Developer – Form Builder Reference, Volume 1

Oracle Forms Developer – Form Builder Reference, Volume 1

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

378<br />

new_date DATE ) IS<br />

fnd_row NUMBER;<br />

BEGIN<br />

/*<br />

** Try to lookup the part number among the temporary part list<br />

** record group named ’TMPPART’ in its ’PARTNO’ column.<br />

*/<br />

fnd_row := Is_Value_In_List( part_no, ’TMPPART’, ’PARTNO’);<br />

IF fnd_row = 0 THEN<br />

Message(’Part Number ’||part_no||’ not found.’);<br />

RETURN;<br />

ELSE<br />

/*<br />

** Set the corresponding Date cell value from the<br />

** matching row.<br />

*/<br />

Set_Group_Date_Cell(’TMPPART.MAXORDDATE’,fnd_row,new_date );<br />

END IF;<br />

END;

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!