In oracle forms i want to check in text field that is check whether user entered only number values or not for example phone number or tin number or zip code so on....
Hear is the code to check whether user entered only numeric value or not using PL/SQL code?
CREATE OR REPLACE FUNCTION NUMBER_CHECK (P_INPUT VARCHAR2)
RETURN NUMBER IS
v_i ...
Saturday, 11 October 2014
undefined
undefined
Checking NUmeric value only using PL/SQL Function in oracle forms 11g
Posted by Unknown in Oracle
2 comments
Subscribe to:
Posts (Atom)