DBA Data[Home] [Help]

APPS.IGI_IAC_ADJ_COST_REVAL_PKG dependencies on FA_SRVR_MSG

Line 1101: FA_SRVR_MSG.add_message(

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(
1102: Calling_Fn => g_calling_fn,
1103: Name => 'IGI_IAC_NO_LATEST_TRX'
1104: );
1105: RETURN FALSE;

Line 1112: FA_SRVR_MSG.add_message(

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(
1113: Calling_Fn => g_calling_fn,
1114: Name => 'IGI_IAC_NO_PERIOD_INFO'
1115: );
1116: RETURN FALSE;

Line 1123: FA_SRVR_MSG.add_message(

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(
1124: Calling_Fn => g_calling_fn,
1125: Name => 'IGI_IAC_NO_GL_INFO'
1126: );
1127: RETURN FALSE;

Line 1134: FA_SRVR_MSG.add_message(

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(
1135: Calling_Fn => g_calling_fn,
1136: Name => 'IGI_IAC_WF_FAILED_CCID'
1137: );
1138: RETURN FALSE;

Line 1145: FA_SRVR_MSG.add_message(

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(
1146: Calling_Fn => g_calling_fn,
1147: Name => 'IGI_IAC_NO_PRORATION'
1148: );
1149: RETURN FALSE;

Line 1156: FA_SRVR_MSG.add_message(

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(
1157: Calling_Fn => g_calling_fn,
1158: Name => 'IGI_IAC_ASSET_LIFE_ERR'
1159: );
1160: RETURN FALSE;

Line 1164: FA_SRVR_MSG.add_sql_error(Calling_Fn => g_calling_fn);

1160: RETURN FALSE;
1161:
1162: WHEN others THEN
1163: igi_iac_debug_pkg.debug_unexpected_msg(p_full_path => l_path_name);
1164: FA_SRVR_MSG.add_sql_error(Calling_Fn => g_calling_fn);
1165: RETURN FALSE;
1166:
1167: END Do_Cost_Revaluation;
1168: BEGIN