DBA Data[Home] [Help]

APPS.ITG_IP_LINE_LOCATIONS_ALL_ARU dependencies on ITG_DEBUG

Line 32: ITG_Debug.setup(

28:
29: l_doc_info get_doc_info%ROWTYPE;
30: l_rel_info get_rel_info%ROWTYPE;
31: BEGIN
32: ITG_Debug.setup(
33: p_reset => TRUE,
34: p_pkg_name => 'TRIGGER',
35: p_proc_name => 'itg_ip_line_locations_all_ARU');
36: ITG_Debug.msg('LLA', 'new.cancel_flag', :new.cancel_flag);

Line 36: ITG_Debug.msg('LLA', 'new.cancel_flag', :new.cancel_flag);

32: ITG_Debug.setup(
33: p_reset => TRUE,
34: p_pkg_name => 'TRIGGER',
35: p_proc_name => 'itg_ip_line_locations_all_ARU');
36: ITG_Debug.msg('LLA', 'new.cancel_flag', :new.cancel_flag);
37: ITG_Debug.msg('LLA', 'new.po_header_id', :new.po_header_id);
38: ITG_Debug.msg('LLA', 'new.po_line_id', :new.po_line_id);
39: ITG_Debug.msg('LLA', 'new.po_release_id', :new.po_release_id);
40:

Line 37: ITG_Debug.msg('LLA', 'new.po_header_id', :new.po_header_id);

33: p_reset => TRUE,
34: p_pkg_name => 'TRIGGER',
35: p_proc_name => 'itg_ip_line_locations_all_ARU');
36: ITG_Debug.msg('LLA', 'new.cancel_flag', :new.cancel_flag);
37: ITG_Debug.msg('LLA', 'new.po_header_id', :new.po_header_id);
38: ITG_Debug.msg('LLA', 'new.po_line_id', :new.po_line_id);
39: ITG_Debug.msg('LLA', 'new.po_release_id', :new.po_release_id);
40:
41: /* Modified all CANCEL PO wf event parms:

Line 38: ITG_Debug.msg('LLA', 'new.po_line_id', :new.po_line_id);

34: p_pkg_name => 'TRIGGER',
35: p_proc_name => 'itg_ip_line_locations_all_ARU');
36: ITG_Debug.msg('LLA', 'new.cancel_flag', :new.cancel_flag);
37: ITG_Debug.msg('LLA', 'new.po_header_id', :new.po_header_id);
38: ITG_Debug.msg('LLA', 'new.po_line_id', :new.po_line_id);
39: ITG_Debug.msg('LLA', 'new.po_release_id', :new.po_release_id);
40:
41: /* Modified all CANCEL PO wf event parms:
42: p_id will always be po_header_id

Line 39: ITG_Debug.msg('LLA', 'new.po_release_id', :new.po_release_id);

35: p_proc_name => 'itg_ip_line_locations_all_ARU');
36: ITG_Debug.msg('LLA', 'new.cancel_flag', :new.cancel_flag);
37: ITG_Debug.msg('LLA', 'new.po_header_id', :new.po_header_id);
38: ITG_Debug.msg('LLA', 'new.po_line_id', :new.po_line_id);
39: ITG_Debug.msg('LLA', 'new.po_release_id', :new.po_release_id);
40:
41: /* Modified all CANCEL PO wf event parms:
42: p_id will always be po_header_id
43: p_param1 will now be po_release_id (formerly, the case code of 1-6)

Line 96: ITG_Debug.flush_to_logfile;

92: END IF;
93: END IF;
94: END IF;
95:
96: ITG_Debug.flush_to_logfile;
97: END;