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.

178<br />

BEGIN<br />

/*<br />

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

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

** 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 NULL;<br />

ELSE<br />

/*<br />

** Get the corresponding Number cell value from the<br />

** matching row.<br />

*/<br />

RETURN Get_Group_Number_Cell( ’TMPPART.MINQTY’, fnd_row );<br />

END IF;<br />

END;

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

Saved successfully!

Ooh no, something went wrong!