I have a procedure Check_Suspend and it calls another
procedure Check_Limit.
Check_Limit procedure is basically just a select statement
base on its 'IN parameter' to add the total of a field 'sum(a).
How can Check_Suspend
1. call Check_Limit
2. get the value of sum(a) from Check_Limit?
procedure Check_Limit.
Check_Limit procedure is basically just a select statement
base on its 'IN parameter' to add the total of a field 'sum(a).
How can Check_Suspend
1. call Check_Limit
2. get the value of sum(a) from Check_Limit?