DBA Data[Home] [Help]

APPS.IGI_IAC_RETIREMENT dependencies on IGI_IAC_DEBUG_PKG

Line 256: igi_iac_debug_pkg.debug_other_string( p_level =>p_level,

252: PROCEDURE debug (p_level IN NUMBER,
253: p_full_path IN VARCHAR2,
254: p_string IN VARCHAR2) IS
255: BEGIN
256: igi_iac_debug_pkg.debug_other_string( p_level =>p_level,
257: p_Full_path =>P_full_path,
258: p_string =>p_string);
259:
260: END;

Line 371: igi_iac_debug_pkg.debug_other_string(g_error_level,l_path_name,'*** Error in fetching the latest transaction');

367: l_adjustment_id_out,
368: l_prev_adjustment_id,
369: l_Adjustment_Status )
370: ) THEN
371: igi_iac_debug_pkg.debug_other_string(g_error_level,l_path_name,'*** Error in fetching the latest transaction');
372: RETURN FALSE;
373: END IF;
374:
375: debug(g_state_level,l_path_name,'got latest transaction');

Line 1330: igi_iac_debug_pkg.debug_other_string(g_error_level,l_path_name,'*** Error in fetching the latest transaction');

1326: l_adjustment_id_out,
1327: l_prev_adjustment_id,
1328: l_Adjustment_Status )
1329: ) THEN
1330: igi_iac_debug_pkg.debug_other_string(g_error_level,l_path_name,'*** Error in fetching the latest transaction');
1331: RETURN FALSE;
1332: END IF;
1333:
1334: debug(g_state_level,l_path_name,'got latest transaction');

Line 2051: igi_iac_debug_pkg.debug_other_string(g_error_level,l_path_name,'*** Error in fetching the latest transaction');

2047: l_adjustment_id_out,
2048: l_prev_adjustment_id,
2049: l_Adjustment_Status )
2050: ) THEN
2051: igi_iac_debug_pkg.debug_other_string(g_error_level,l_path_name,'*** Error in fetching the latest transaction');
2052: RETURN FALSE;
2053: END IF;
2054:
2055:

Line 3343: igi_iac_debug_pkg.debug_other_string(g_error_level,l_path_name,'*** Error in fetching the latest transaction');

3339: l_Mass_Reference_ID ,
3340: l_adjustment_id_out,
3341: l_prev_adjustment_id,
3342: l_Adjustment_Status )) THEN
3343: igi_iac_debug_pkg.debug_other_string(g_error_level,l_path_name,'*** Error in fetching the latest transaction');
3344: RETURN FALSE;
3345: END IF;
3346:
3347: debug(g_state_level,l_path_name,'got latest transaction');

Line 4509: igi_iac_debug_pkg.debug_unexpected_msg( g_path_name);

4505: FA_SRVR_MSG.add_message(Calling_Fn => g_calling_fn,Name=> 'IGI_IAC_NO_ASSET_BALS');
4506: RETURN FALSE ;
4507:
4508: WHEN OTHERS THEN
4509: igi_iac_debug_pkg.debug_unexpected_msg( g_path_name);
4510: -- close any open cursors
4511: IF c_asset_balances%ISOPEN THEN
4512: CLOSE c_asset_balances ;
4513: END IF ;