| General Information |
| Purpose |
Allows processing of clickable image input with the Oracle Web Agent |
| Source |
{ORACLE_HOME}/rdbms/admin/pubimg.sql |
| First Availability |
8.1.7 |
| Declared Variable |
NULL_POINT POINT; |
| Dependencies |
|
| Security Model |
Owned by SYS with no privs granted |
| |
| GET_X |
| Returns the X coordinate value from a point |
owa_image.get_x(p IN POINT) RETURN INTEGER; |
| TBD |
| |
| GET_Y |
| Returns the Y coordinate value from a point |
owa_image.get_y(p IN POINT) RETURN INTEGER; |
| TBD |