[Home] [Help]
770: errbuf => errbuf);
771:
772: -- retcode := 0;
773:
774: fa_whatif_deprn_pkg.g_deprn.delete;
775:
776: else -- hypothetical case
777:
778: --fa_rx_conc_mesg_pkg.log('calling whatif deprn package');
876: end if; -- NOT hypothetical case
877:
878: exception when others then
879:
880: fa_whatif_deprn_pkg.g_deprn.delete;
881:
882: if SQLCODE <> 0 then
883: fa_Rx_conc_mesg_pkg.log(SQLERRM);
884: end if;