Help for this page

Select Code to Download


  1. or download this
    PACKAGE Par_Reports_Pos AS
    PROCEDURE SUN_PRC_AT_I_POSM1D002(retCode OUT NUMBER, retMsg OUT VARCHA
    +R2);
    END Par_Reports_Pos;
    
  2. or download this
    use DBI;   
    my $dsn ="dbi:Oracle:$myDSN";
    ...
    
    my $outretcode = $sth->bind_param_inout('retCode', 100);
    my $outretmsg = $sth->bind_param_inout('retMsg', 100);