Showing posts with label
PL/SQL
.
Show all posts
Showing posts with label
PL/SQL
.
Show all posts
How To Convert Number into Words using Oracle PL/SQL Query
›
CREATE OR REPLACE FUNCTION apps.jg_amt_in_word_f (p_num NUMBER) RETURN CHAR IS numberin FLOAT := ROUND (p...
PL/SQL statement of syntax
›
Basic PL/SQL: ALTER PACKAGE [schema.]package_name COMPILE [DEBUG PACKAGE|SPECIFICATION|BODY]; ALTER PACKAGE APPS.AD_ZD_SEED COMPILE BODY
›
Home
View web version