follows an excerpt that I have seen long ago and, I decided to post:
begin
default_value('0','global.cod_empregado');
if :global.cod_empregado <> '0' then
p_popula_empregado;
end if;
end;
Populate the employee?
![Smile :)](./images/smilies/icon_smile.gif)
Personal, only 1 information ...
There are no global calls in this case, so I posted it here.
Otherwise, the default_value would be replaced by the supplied value, okay?.