DBA Data[Home] [Help]

APPS.ITG_IP_RELEASES_ALL2_ARU dependencies on ITG_DEBUG

Line 17: ITG_Debug.setup(

13: WHERE po_header_id = p_po_header_id;
14:
15: l_doc_num VARCHAR2(100);
16: BEGIN
17: ITG_Debug.setup(
18: p_reset => TRUE,
19: p_pkg_name => 'TRIGGER',
20: p_proc_name => 'itg_ip_releases_all2_ARU');
21:

Line 44: ITG_Debug.flush_to_logfile;

40: p_rel => to_char(:new.release_num),
41: p_param1 => :new.po_release_id,
42: p_param2 => 'A');
43:
44: ITG_Debug.flush_to_logfile;
45: END;