DBA Data[Home] [Help]

APPS.IGI_IAC_ADJ_COST_REVAL_PKG dependencies on FND_FILE

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

1093: --rollback;
1094: RETURN TRUE;
1095: EXCEPTION
1096: WHEN e_latest_trx_not_avail THEN
1097: fnd_file.put_line(fnd_file.log, 'Latest transaction for the asset could not be retrieved');
1098: igi_iac_debug_pkg.debug_other_string(p_level => g_error_level,
1099: p_full_path => l_path_name,
1100: p_string => 'Latest transaction for the asset could not be retrieved');
1101: FA_SRVR_MSG.add_message(

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

1104: );
1105: RETURN FALSE;
1106:
1107: WHEN e_no_period_info_avail THEN
1108: fnd_file.put_line(fnd_file.log, 'No open period information available for the book');
1109: igi_iac_debug_pkg.debug_other_string(p_level => g_error_level,
1110: p_full_path => l_path_name,
1111: p_string => 'No open period information available for the book');
1112: FA_SRVR_MSG.add_message(

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

1115: );
1116: RETURN FALSE;
1117:
1118: WHEN e_no_gl_info THEN
1119: fnd_file.put_line(fnd_file.log, 'Could not retrive GL information for Book');
1120: igi_iac_debug_pkg.debug_other_string(p_level => g_error_level,
1121: p_full_path => l_path_name,
1122: p_string => 'Could not retrive GL information for Book');
1123: FA_SRVR_MSG.add_message(

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

1126: );
1127: RETURN FALSE;
1128:
1129: WHEN e_no_ccid_found THEN
1130: fnd_file.put_line(fnd_file.log, 'CCID could not be found');
1131: igi_iac_debug_pkg.debug_other_string(p_level => g_error_level,
1132: p_full_path => l_path_name,
1133: p_string => 'CCID could not be found');
1134: FA_SRVR_MSG.add_message(

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

1137: );
1138: RETURN FALSE;
1139:
1140: WHEN e_no_proration THEN
1141: fnd_file.put_line(fnd_file.log, 'Amount could not be prorated among the distributions');
1142: igi_iac_debug_pkg.debug_other_string(p_level => g_error_level,
1143: p_full_path => l_path_name,
1144: p_string => 'Amount could not be prorated among the distributions');
1145: FA_SRVR_MSG.add_message(

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

1148: );
1149: RETURN FALSE;
1150:
1151: WHEN e_asset_life_err THEN
1152: fnd_file.put_line(fnd_file.log, 'Asset life could not be checked');
1153: igi_iac_debug_pkg.debug_other_string(p_level => g_error_level,
1154: p_full_path => l_path_name,
1155: p_string => 'Asset life could not be checked');
1156: FA_SRVR_MSG.add_message(