DBA Data[Home] [Help]

APPS.IGI_IAC_ADJ_COST_REVAL_PKG dependencies on FA_SRVR_MSG

Line 1036: FA_SRVR_MSG.add_message(

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(
1037: Calling_Fn => g_calling_fn,
1038: Name => 'IGI_IAC_NO_LATEST_TRX'
1039: );
1040: RETURN FALSE;

Line 1047: FA_SRVR_MSG.add_message(

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(
1048: Calling_Fn => g_calling_fn,
1049: Name => 'IGI_IAC_NO_PERIOD_INFO'
1050: );
1051: RETURN FALSE;

Line 1058: FA_SRVR_MSG.add_message(

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(
1059: Calling_Fn => g_calling_fn,
1060: Name => 'IGI_IAC_NO_GL_INFO'
1061: );
1062: RETURN FALSE;

Line 1069: FA_SRVR_MSG.add_message(

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(
1070: Calling_Fn => g_calling_fn,
1071: Name => 'IGI_IAC_WF_FAILED_CCID'
1072: );
1073: RETURN FALSE;

Line 1080: FA_SRVR_MSG.add_message(

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(
1081: Calling_Fn => g_calling_fn,
1082: Name => 'IGI_IAC_NO_PRORATION'
1083: );
1084: RETURN FALSE;

Line 1091: FA_SRVR_MSG.add_message(

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(
1092: Calling_Fn => g_calling_fn,
1093: Name => 'IGI_IAC_ASSET_LIFE_ERR'
1094: );
1095: RETURN FALSE;

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

1095: RETURN FALSE;
1096:
1097: WHEN others THEN
1098: igi_iac_debug_pkg.debug_unexpected_msg(p_full_path => l_path_name);
1099: FA_SRVR_MSG.add_sql_error(Calling_Fn => g_calling_fn);
1100: RETURN FALSE;
1101:
1102: END Do_Cost_Revaluation;
1103: BEGIN