DBA Data[Home] [Help]

APPS.FA_IGI_EXT_PKG dependencies on IGI_IAC_DEBUG_PKG

Line 131: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

127: IF ( NOT (igi_iac_common_utils.is_iac_book(p_book_type_code))) THEN
128: Return True;
129: END IF;
130:
131: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
132: p_full_path => l_path_name,
133: p_string => 'p_asset_id = '||p_asset_id);
134:
135: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

Line 135: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

131: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
132: p_full_path => l_path_name,
133: p_string => 'p_asset_id = '||p_asset_id);
134:
135: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
136: p_full_path => l_path_name,
137: p_string => 'p_book_type_code = '||p_book_type_code);
138:
139: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

Line 139: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

135: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
136: p_full_path => l_path_name,
137: p_string => 'p_book_type_code = '||p_book_type_code);
138:
139: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
140: p_full_path => l_path_name,
141: p_string => 'p_calling_function = '||p_calling_function);
142:
143: IF IGI_IAC_COMMON_UTILS.Is_Asset_Adjustment_Done(X_book_type_code => p_book_type_code,

Line 145: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

141: p_string => 'p_calling_function = '||p_calling_function);
142:
143: IF IGI_IAC_COMMON_UTILS.Is_Asset_Adjustment_Done(X_book_type_code => p_book_type_code,
144: X_asset_id => p_asset_id) THEN
145: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
146: p_full_path => l_path_name,
147: p_string => 'Adjustment exists in the current period for the given asset');
148: fnd_message.set_name('IGI', 'IGI_IAC_NO_REINST_ADJUST');
149: fnd_msg_pub.add;

Line 152: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,

148: fnd_message.set_name('IGI', 'IGI_IAC_NO_REINST_ADJUST');
149: fnd_msg_pub.add;
150: Return False;
151: ELSE
152: igi_iac_debug_pkg.debug_other_string(p_level => g_state_level,
153: p_full_path => l_path_name,
154: p_string => 'No Adjustment exists in the current period for the given asset');
155: Return True;
156: END IF;

Line 160: igi_iac_debug_pkg.debug_other_string(p_level => g_error_level,

156: END IF;
157:
158: EXCEPTION
159: WHEN OTHERS THEN
160: igi_iac_debug_pkg.debug_other_string(p_level => g_error_level,
161: p_full_path => l_path_name,
162: p_string => 'Unexpected error SQLERRM(sqlcode) = '||SQLERRM(sqlcode));
163:
164: fnd_message.set_name('IGI', 'IGI_IAC_NO_REINST_ADJUST');