DBA Data[Home] [Help]

APPS.ITG_IP_REQUISITION_LINES_ARU dependencies on ITG_DEBUG

Line 20: ITG_Debug.setup(

16: AND requisition_header_id = :new.requisition_header_id;
17: l_docno po_requisition_headers_all.segment1%TYPE;
18: l_found BOOLEAN;
19: BEGIN
20: ITG_Debug.setup(
21: p_reset => TRUE,
22: p_pkg_name => 'TRIGGER',
23: p_proc_name => 'itg_ip_requisition_lines_ARU');
24: ITG_Debug.msg('RL', 'new.cancel_flag', :new.cancel_flag);

Line 24: ITG_Debug.msg('RL', 'new.cancel_flag', :new.cancel_flag);

20: ITG_Debug.setup(
21: p_reset => TRUE,
22: p_pkg_name => 'TRIGGER',
23: p_proc_name => 'itg_ip_requisition_lines_ARU');
24: ITG_Debug.msg('RL', 'new.cancel_flag', :new.cancel_flag);
25:
26: IF UPPER(NVL(:new.cancel_flag, 'N')) = 'Y' THEN
27: OPEN checkHeader;
28: FETCH checkHeader INTO l_docno;

Line 43: ITG_Debug.flush_to_logfile;

39: p_param1 => '1',
40: p_param2 => :new.requisition_line_id);
41: END IF;
42: END IF;
43: ITG_Debug.flush_to_logfile;
44: END;