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

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

176<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 Date cell value from the<br />

** matching row.<br />

*/<br />

RETURN Get_Group_Date_Cell( ’TMPPART.MAXORDDATE’, fnd_row );<br />

END IF;<br />

END;

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

Saved successfully!

Ooh no, something went wrong!