DBA Data[Home] [Help]

APPS.FA_AMORT_PKG dependencies on FA_SRVR_MSG

Line 67: FA_SRVR_MSG.ADD_MESSAGE

63: h_category_id,
64: p_log_level_rec
65: )
66: then
67: FA_SRVR_MSG.ADD_MESSAGE
68: (CALLING_FN => 'FA_AMORT_PKG.faxiat',
69: p_log_level_rec => p_log_level_rec);
70:
71: return FALSE;

Line 120: FA_SRVR_MSG.ADD_MESSAGE

116: X_last_updated_by=>X_last_updated_by,
117: X_last_update_login=>X_last_update_login,
118: p_log_level_rec => p_log_level_rec))
119: then
120: FA_SRVR_MSG.ADD_MESSAGE
121: (CALLING_FN => 'FA_AMORT_PKG.faxiat',
122: p_log_level_rec => p_log_level_rec);
123: return FALSE;
124: end if;

Line 160: FA_SRVR_MSG.ADD_MESSAGE

156: X_last_updated_by=>X_last_updated_by,
157: X_last_update_login=>X_last_update_login,
158: p_log_level_rec => p_log_level_rec))
159: then
160: FA_SRVR_MSG.ADD_MESSAGE
161: (CALLING_FN => 'FA_AMORT_PKG.faxiat',
162: p_log_level_rec => p_log_level_rec);
163:
164: return FALSE;

Line 213: FA_SRVR_MSG.ADD_MESSAGE

209: X_last_updated_by=>X_last_updated_by,
210: X_last_update_login=>X_last_update_login,
211: p_log_level_rec => p_log_level_rec))
212: then
213: FA_SRVR_MSG.ADD_MESSAGE
214: (CALLING_FN => 'FA_AMORT_PKG.faxiat',
215: p_log_level_rec => p_log_level_rec);
216: return FALSE;
217: end if;

Line 226: FA_SRVR_MSG.ADD_MESSAGE

222: X_last_updated_by=>X_last_updated_by,
223: X_last_update_login=>X_last_update_login,
224: p_log_level_rec => p_log_level_rec))
225: then
226: FA_SRVR_MSG.ADD_MESSAGE
227: (CALLING_FN => 'FA_AMORT_PKG.faxiat',
228: p_log_level_rec => p_log_level_rec);
229: return FALSE;
230: end if;

Line 281: FA_SRVR_MSG.ADD_MESSAGE

277: X_last_updated_by=>X_last_updated_by,
278: X_last_update_login=>X_last_update_login,
279: p_log_level_rec => p_log_level_rec))
280: then
281: FA_SRVR_MSG.ADD_MESSAGE
282: (CALLING_FN => 'FA_AMORT_PKG.faxiat',
283: p_log_level_rec => p_log_level_rec);
284: return FALSE;
285: end if;

Line 294: FA_SRVR_MSG.ADD_MESSAGE

290: X_last_updated_by=>X_last_updated_by,
291: X_last_update_login=>X_last_update_login,
292: p_log_level_rec => p_log_level_rec))
293: then
294: FA_SRVR_MSG.ADD_MESSAGE
295: (CALLING_FN => 'FA_AMORT_PKG.faxiat',
296: p_log_level_rec => p_log_level_rec);
297: return FALSE;
298: end if;

Line 315: FA_SRVR_MSG.ADD_SQL_ERROR (

311: end if;
312: return TRUE;
313: exception
314: when others then
315: FA_SRVR_MSG.ADD_SQL_ERROR (
316: CALLING_FN => 'FA_AMORT_PKG.faxiat'
317: ,p_log_level_rec => p_log_level_rec);
318: return FALSE;
319: END faxiat;

Line 492: FA_SRVR_MSG.ADD_MESSAGE

488: if (not FA_CACHE_PKG.fazccmt(X_fin_info_ptr.method_code,
489: X_fin_info_ptr.life
490: ,p_log_level_rec => p_log_level_rec))
491: then
492: FA_SRVR_MSG.ADD_MESSAGE
493: (CALLING_FN => 'FA_AMORT_PKG.faxraf',
494: p_log_level_rec => p_log_level_rec);
495: return FALSE;
496: end if;

Line 553: FA_SRVR_MSG.ADD_MESSAGE

549: TRUE,
550: X_mrc_sob_type_code
551: ,p_log_level_rec => p_log_level_rec))
552: then
553: FA_SRVR_MSG.ADD_MESSAGE
554: (CALLING_FN => 'FA_AMORT_PKG.faxraf',
555: NAME=>'FA_AMT_BD_DPR_STRUCT',
556: p_log_level_rec => p_log_level_rec);
557: return FALSE;

Line 592: fa_srvr_msg.add_message (calling_fn => 'FA_AMORT_PKG.faxraf',

588: fy_name := fa_cache_pkg.fazcbc_record.fiscal_year_name;
589: if not fa_cache_pkg.fazccp (
590: h_dpr_row.calendar_type, fy_name,amortization_start_jdate,
591: amortize_per_num, amortize_fy, start_jdate, p_log_level_rec) then
592: fa_srvr_msg.add_message (calling_fn => 'FA_AMORT_PKG.faxraf',
593: p_log_level_rec => p_log_level_rec);
594: return (FALSE);
595: end if;
596: if (not((cur_fy = amortize_fy) and (cur_per_num = amortize_per_num))) then

Line 598: fa_srvr_msg.add_message (calling_fn => 'FA_AMORT_PKG.faxraf',

594: return (FALSE);
595: end if;
596: if (not((cur_fy = amortize_fy) and (cur_per_num = amortize_per_num))) then
597: if not fa_cache_pkg.fazcct (h_dpr_row.calendar_type) then
598: fa_srvr_msg.add_message (calling_fn => 'FA_AMORT_PKG.faxraf',
599: p_log_level_rec => p_log_level_rec);
600: return (FALSE);
601: end if;
602: pers_per_yr := fa_cache_pkg.fazcct_record.number_per_fiscal_year;

Line 657: FA_SRVR_MSG.ADD_MESSAGE

653: h_dpr_out,
654: running_mode
655: ,p_log_level_rec => p_log_level_rec)) and (use_override)
656: then
657: FA_SRVR_MSG.ADD_MESSAGE
658: (CALLING_FN => 'FA_AMORT_PKG.faxraf',
659: NAME=>'FA_AMT_CAL_DP_EXP',
660: p_log_level_rec => p_log_level_rec);
661: if (p_log_level_rec.statement_level)

Line 787: FA_SRVR_MSG.ADD_MESSAGE

783: h_rule_out,
784: X_fin_info_ptr.amortization_start_date
785: ,p_log_level_rec => p_log_level_rec))
786: then
787: FA_SRVR_MSG.ADD_MESSAGE
788: (CALLING_FN=>'FA_AMORT_PKG.faxraf',
789: NAME=>'FA_AMT_CAL_DP_EXP',
790: p_log_level_rec => p_log_level_rec);
791: return false;

Line 927: FA_SRVR_MSG.ADD_MESSAGE

923: h_current_ytd,
924: X_new_adj_cost
925: ,p_log_level_rec => p_log_level_rec))
926: then
927: FA_SRVR_MSG.ADD_MESSAGE
928: (CALLING_FN=>'FA_AMORT_PKG.faxraf',
929: NAME=>'FA_AMT_CAL_DP_EXP',
930: p_log_level_rec => p_log_level_rec);
931: return false;

Line 956: FA_SRVR_MSG.ADD_MESSAGE

952: d_new_deprn_rsv := h_dpr_out.new_deprn_rsv;
953: end if;
954: if (X_new_raf < 0 OR X_new_raf > 1)
955: then
956: FA_SRVR_MSG.ADD_MESSAGE
957: (CALLING_FN => 'FA_AMORT_PKG.faxraf',
958: NAME=>'FA_AMT_RAF_OUT_OF_RANGE',
959: p_log_level_rec => p_log_level_rec);
960: return FALSE;

Line 1103: fa_srvr_msg.add_message (calling_fn => 'FA_AMORT_PKG.faxraf',

1099: x_mrc_sob_type_code,
1100: h_deprn_rsv,
1101: h_bonus_deprn_rsv,
1102: p_log_level_rec)) then
1103: fa_srvr_msg.add_message (calling_fn => 'FA_AMORT_PKG.faxraf',
1104: p_log_level_rec => p_log_level_rec);
1105: return FALSE;
1106: end if;
1107:

Line 1140: fa_srvr_msg.add_message (calling_fn => 'FA_AMORT_PKG.faxraf',

1136: -1,
1137: p_log_level_rec);
1138:
1139: if not (h_dummy_bool) then
1140: fa_srvr_msg.add_message (calling_fn => 'FA_AMORT_PKG.faxraf',
1141: p_log_level_rec => p_log_level_rec);
1142: return (FALSE);
1143: end if;--if not (h_dummy_bool)
1144: end if;

Line 1294: FA_SRVR_MSG.ADD_MESSAGE

1290: h_rule_out,
1291: X_fin_info_ptr.amortization_start_date
1292: ,p_log_level_rec => p_log_level_rec))
1293: then
1294: FA_SRVR_MSG.ADD_MESSAGE
1295: (CALLING_FN=>'FA_AMORT_PKG.faxraf',
1296: NAME=>'FA_AMT_CAL_DP_EXP',
1297: p_log_level_rec => p_log_level_rec);
1298: return false;

Line 1355: FA_SRVR_MSG.ADD_MESSAGE

1351: deprn_summary.ytd_deprn,
1352: h_dpr_row.adj_cost
1353: ,p_log_level_rec => p_log_level_rec))
1354: then
1355: FA_SRVR_MSG.ADD_MESSAGE
1356: (CALLING_FN=>'FA_AMORT_PKG.faxraf',
1357: NAME=>'FA_AMT_CAL_DP_EXP',
1358: p_log_level_rec => p_log_level_rec);
1359: return false;

Line 1367: FA_SRVR_MSG.ADD_MESSAGE

1363: --fix for 2197401. error out if new nbv result in
1364: -- opposite sign of new recoverable cost
1365: if (sign(X_fin_info_ptr.rec_cost)<>sign(h_dpr_row.adj_cost))
1366: then
1367: FA_SRVR_MSG.ADD_MESSAGE
1368: (CALLING_FN => 'FA_AMORT_PKG.faxraf',
1369: NAME=>'FA_WRONG_REC_COST',
1370: p_log_level_rec => p_log_level_rec);
1371: return FALSE;

Line 1406: FA_SRVR_MSG.ADD_MESSAGE

1402: h_dpr_out,
1403: running_mode
1404: ,p_log_level_rec => p_log_level_rec))
1405: then
1406: FA_SRVR_MSG.ADD_MESSAGE
1407: (CALLING_FN => 'FA_AMORT_PKG.faxraf',
1408: NAME=>'FA_AMT_CAL_DP_EXP',
1409: p_log_level_rec => p_log_level_rec);
1410: return FALSE;

Line 1499: FA_SRVR_MSG.ADD_MESSAGE

1495: h_rule_out,
1496: X_fin_info_ptr.amortization_start_date
1497: ,p_log_level_rec => p_log_level_rec))
1498: then
1499: FA_SRVR_MSG.ADD_MESSAGE
1500: (CALLING_FN=>'FA_AMORT_PKG.faxraf',
1501: NAME=>'FA_AMT_CAL_DP_EXP',
1502: p_log_level_rec => p_log_level_rec);
1503: return false;

Line 1628: FA_SRVR_MSG.ADD_SQL_ERROR

1624:
1625: return TRUE;
1626: exception
1627: when others then
1628: FA_SRVR_MSG.ADD_SQL_ERROR
1629: (CALLING_FN => 'FA_AMORT_PKG.faxraf'
1630: ,p_log_level_rec => p_log_level_rec);
1631: return FALSE;
1632: end faxraf;

Line 1661: FA_SRVR_MSG.ADD_MESSAGE

1657: X_bonus_deprn_exp := 0;
1658:
1659: if (X_fin_info_ptr.asset_type='CIP')
1660: then
1661: FA_SRVR_MSG.ADD_MESSAGE
1662: (CALLING_FN => 'FA_AMORT_PKG.faxama',
1663: NAME=>'FA_AMT_CIP_NOT_ALLOWED',
1664: p_log_level_rec => p_log_level_rec);
1665: return FALSE;

Line 1690: FA_SRVR_MSG.ADD_MESSAGE

1686: X_bonus_deprn_exp,
1687: X_mrc_sob_type_code
1688: ,p_log_level_rec => p_log_level_rec))
1689: then
1690: FA_SRVR_MSG.ADD_MESSAGE
1691: (CALLING_FN => 'FA_AMORT_PKG.faxama',
1692: p_log_level_rec => p_log_level_rec);
1693: return FALSE;
1694: end if;

Line 1752: FA_SRVR_MSG.ADD_MESSAGE

1748: X_last_update_login,
1749: X_mrc_sob_type_code
1750: ,p_log_level_rec => p_log_level_rec))
1751: then
1752: FA_SRVR_MSG.ADD_MESSAGE
1753: (CALLING_FN => 'FA_AMORT_PKG.faxama',
1754: NAME=>h_err_string,
1755: p_log_level_rec => p_log_level_rec);
1756: return FALSE;

Line 1762: FA_SRVR_MSG.ADD_SQL_ERROR

1758: end if; -- cost = old cost
1759: return TRUE;
1760: exception
1761: when others then
1762: FA_SRVR_MSG.ADD_SQL_ERROR
1763: (CALLING_FN => 'FA_AMORT_PKG.faxama'
1764: ,p_log_level_rec => p_log_level_rec);
1765:
1766: return FALSE;

Line 2008: fa_srvr_msg.add_message (calling_fn => 'FA_AMORT_PKG.get_reserve',

2004: l_fin_info.deprn_start_date := bk_rec.deprn_start_date;
2005: l_fin_info.date_placed_in_svc := bk_rec.date_placed_in_service;
2006:
2007: if not (FA_EXP_PKG.faxbds(l_fin_info, l_dpr_row, dummy_var,dummy_num,FALSE,X_mrc_sob_type_code, p_log_level_rec)) then
2008: fa_srvr_msg.add_message (calling_fn => 'FA_AMORT_PKG.get_reserve',
2009: p_log_level_rec => p_log_level_rec);
2010: return FALSE;
2011: end if;
2012: if (x_amortize_per_num = 1) then

Line 2032: FA_SRVR_MSG.ADD_MESSAGE

2028: l_dpr_out,
2029: running_mode
2030: ,p_log_level_rec => p_log_level_rec)) then
2031: -- FA_STD_TYPES.FA_DPR_NORMAL)) then
2032: FA_SRVR_MSG.ADD_MESSAGE
2033: (CALLING_FN => 'FA_AMORT_PKG.get_reserve',
2034: NAME=>'FA_AMT_CAL_DP_EXP',
2035: p_log_level_rec => p_log_level_rec);
2036:

Line 2057: FA_SRVR_MSG.ADD_SQL_ERROR

2053: return TRUE;
2054:
2055: exception
2056: when others then
2057: FA_SRVR_MSG.ADD_SQL_ERROR
2058: (CALLING_FN => 'FA_AMORT_PKG.get_reserve'
2059: ,p_log_level_rec => p_log_level_rec);
2060: return FALSE;
2061:

Line 2106: fa_srvr_msg.add_message(calling_fn => 'FA_AMORT_PKG.faxnac',

2102: if h_deprn_basis_formula = 'STRICT_FLAT' then
2103: if ( not fa_cache_pkg.fazccmt(x_method_code,
2104: x_life
2105: ,p_log_level_rec => p_log_level_rec)) then
2106: fa_srvr_msg.add_message(calling_fn => 'FA_AMORT_PKG.faxnac',
2107: p_log_level_rec => p_log_level_rec);
2108: return false;
2109: end if;
2110:

Line 2116: fa_srvr_msg.add_message(calling_fn => 'FA_AMORT_PKG.faxnac',

2112: h_deprn_basis_rule := fa_cache_pkg.fazccmt_record.deprn_basis_rule;
2113:
2114: if h_rate_source_rule = FA_STD_TYPES.FAD_RSR_FLAT and h_deprn_basis_rule = FA_STD_TYPES.FAD_DBR_COST then
2115: if x_rec_cost is null then
2116: fa_srvr_msg.add_message(calling_fn => 'FA_AMORT_PKG.faxnac',
2117: p_log_level_rec => p_log_level_rec);
2118: return false;
2119: end if;
2120:

Line 2128: fa_srvr_msg.add_message(calling_fn => 'FA_AMORT_PKG.faxnac',

2124:
2125: if x_rec_cost is null or
2126: not ( (x_prior_fy_exp is not null) or
2127: (x_deprn_rsv is not null and x_ytd_deprn is not null)) then
2128: fa_srvr_msg.add_message(calling_fn => 'FA_AMORT_PKG.faxnac',
2129: p_log_level_rec => p_log_level_rec);
2130: return false;
2131: end if;
2132: