DBA Data[Home] [Help]

APPS.IGI_IAC_ADJ_COST_REVAL_PKG dependencies on FND_FILE

Line 1032: fnd_file.put_line(fnd_file.log, 'Latest transaction for the asset could not be retrieved');

1028: --rollback;
1029: RETURN TRUE;
1030: EXCEPTION
1031: WHEN e_latest_trx_not_avail THEN
1032: fnd_file.put_line(fnd_file.log, 'Latest transaction for the asset could not be retrieved');
1033: igi_iac_debug_pkg.debug_other_string(p_level => g_error_level,
1034: p_full_path => l_path_name,
1035: p_string => 'Latest transaction for the asset could not be retrieved');
1036: FA_SRVR_MSG.add_message(

Line 1043: fnd_file.put_line(fnd_file.log, 'No open period information available for the book');

1039: );
1040: RETURN FALSE;
1041:
1042: WHEN e_no_period_info_avail THEN
1043: fnd_file.put_line(fnd_file.log, 'No open period information available for the book');
1044: igi_iac_debug_pkg.debug_other_string(p_level => g_error_level,
1045: p_full_path => l_path_name,
1046: p_string => 'No open period information available for the book');
1047: FA_SRVR_MSG.add_message(

Line 1054: fnd_file.put_line(fnd_file.log, 'Could not retrive GL information for Book');

1050: );
1051: RETURN FALSE;
1052:
1053: WHEN e_no_gl_info THEN
1054: fnd_file.put_line(fnd_file.log, 'Could not retrive GL information for Book');
1055: igi_iac_debug_pkg.debug_other_string(p_level => g_error_level,
1056: p_full_path => l_path_name,
1057: p_string => 'Could not retrive GL information for Book');
1058: FA_SRVR_MSG.add_message(

Line 1065: fnd_file.put_line(fnd_file.log, 'CCID could not be found');

1061: );
1062: RETURN FALSE;
1063:
1064: WHEN e_no_ccid_found THEN
1065: fnd_file.put_line(fnd_file.log, 'CCID could not be found');
1066: igi_iac_debug_pkg.debug_other_string(p_level => g_error_level,
1067: p_full_path => l_path_name,
1068: p_string => 'CCID could not be found');
1069: FA_SRVR_MSG.add_message(

Line 1076: fnd_file.put_line(fnd_file.log, 'Amount could not be prorated among the distributions');

1072: );
1073: RETURN FALSE;
1074:
1075: WHEN e_no_proration THEN
1076: fnd_file.put_line(fnd_file.log, 'Amount could not be prorated among the distributions');
1077: igi_iac_debug_pkg.debug_other_string(p_level => g_error_level,
1078: p_full_path => l_path_name,
1079: p_string => 'Amount could not be prorated among the distributions');
1080: FA_SRVR_MSG.add_message(

Line 1087: fnd_file.put_line(fnd_file.log, 'Asset life could not be checked');

1083: );
1084: RETURN FALSE;
1085:
1086: WHEN e_asset_life_err THEN
1087: fnd_file.put_line(fnd_file.log, 'Asset life could not be checked');
1088: igi_iac_debug_pkg.debug_other_string(p_level => g_error_level,
1089: p_full_path => l_path_name,
1090: p_string => 'Asset life could not be checked');
1091: FA_SRVR_MSG.add_message(