DBA Data[Home] [Help]

APPS.ITG_IP_LINE_LOCATIONS_ALL_ARU dependencies on ITG_DEBUG

Line 33: ITG_Debug.setup(

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

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

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

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

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

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

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

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

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

Line 97: ITG_Debug.flush_to_logfile;

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