DBA Data[Home] [Help]

APPS.IBE_WF_MSG_MAPPING_PVT dependencies on IBE_UTIL

Line 17: IBE_UTIL.debug(p_msg);

13:
14: if( debug_mode = TRUE) then
15: --dbms_output.put_line(p_msg);
16: IF (l_debug = 'Y') THEN
17: IBE_UTIL.debug(p_msg);
18: END IF;
19: end if;
20: end;
21: