DBA Data[Home] [Help]

APPS.IGI_IAC_REVAL_IMPL_CRUD dependencies on IGI_IAC_REVAL_UTILITIES

Line 29: if IGI_IAC_REVAL_UTILITIES.debug then

25: and book_type_code = cp_book_type_code
26: ;
27: procedure do_commit is
28: begin
29: if IGI_IAC_REVAL_UTILITIES.debug then
30: rollback;
31: else
32: commit;
33: end if;