DBA Data[Home] [Help]

APPS.IGI_IAC_SUBMIT_RXI_ASSET_BAL dependencies on STANDARD

Line 83: --fa_rx_util_pkg.enable_debug; -- Does not fit within debug code standards!!!

79:
80: l_path varchar2(150) := g_path||'submit_report';
81: BEGIN
82:
83: --fa_rx_util_pkg.enable_debug; -- Does not fit within debug code standards!!!
84:
85:
86: igi_iac_debug_pkg.debug_other_string(g_state_level,l_path,'p_report_name_1 ' || p_report_name_1);
87: igi_iac_debug_pkg.debug_other_string(g_state_level,l_path,'p_report_id_1 ' || p_report_id_1);

Line 123: --fa_rx_util_pkg.debug('fa_rx_util_pkg1'); -- Does not fit within debug code standards!!!

119: l_report_desc := p_report_name_1; -- Forget it - use report short name instead!!
120: END IF;
121: CLOSE c_get_report_desc;
122:
123: --fa_rx_util_pkg.debug('fa_rx_util_pkg1'); -- Does not fit within debug code standards!!!
124:
125:
126: igi_iac_debug_pkg.debug_other_string(g_event_level,l_path,'Asset Balance Report "'
127: || l_report_desc || '"');