I have two procs which is getting executed one below the other in a package
package1.calc_c l_bal
package1.calc_z one
This is how the procs are defined
Code:
procedure pre_decre_calc_clbal is c number; lcnt number(5); lcnt1 number; l_msg varchar2(200); l_mob varchar2(15); type string_array is table of varchar2(100)index by binary_integer;
Leave a comment: