DBA Data[Home] [Help]

APPS.FA_RETIREMENT_PUB dependencies on FA_SRVR_MSG

Line 289: fa_srvr_msg.init_server_message;

285:
286: -- initialize message list if p_init_msg_list is set to TRUE.
287: if (FND_API.to_boolean(p_init_msg_list)) then
288: -- initialize error message stack.
289: fa_srvr_msg.init_server_message;
290:
291: -- initialize debug message stack.
292: fa_debug_pkg.initialize;
293: end if;

Line 987: fa_srvr_msg.add_message(calling_fn => l_calling_fn

983:
984: x_return_status := FND_API.G_RET_STS_ERROR;
985:
986: if g_token1 is null then
987: fa_srvr_msg.add_message(calling_fn => l_calling_fn
988: ,name => g_msg_name
989: ,p_log_level_rec => g_log_level_rec);
990: else
991: fa_srvr_msg.add_message(calling_fn => l_calling_fn

Line 991: fa_srvr_msg.add_message(calling_fn => l_calling_fn

987: fa_srvr_msg.add_message(calling_fn => l_calling_fn
988: ,name => g_msg_name
989: ,p_log_level_rec => g_log_level_rec);
990: else
991: fa_srvr_msg.add_message(calling_fn => l_calling_fn
992: ,name => g_msg_name
993: ,token1 => g_token1
994: ,value1 => g_value1
995: ,p_log_level_rec => g_log_level_rec);

Line 1011: fa_srvr_msg.add_message(calling_fn => l_calling_fn

1007: ROLLBACK TO do_retirement;
1008:
1009: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1010:
1011: fa_srvr_msg.add_message(calling_fn => l_calling_fn
1012: ,p_log_level_rec => g_log_level_rec);
1013: FND_MSG_PUB.count_and_get(p_count => x_msg_count
1014: ,p_data => x_msg_data
1015: );

Line 1026: fa_srvr_msg.add_sql_error(calling_fn => l_calling_fn

1022: ROLLBACK TO do_retirement;
1023:
1024: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1025:
1026: fa_srvr_msg.add_sql_error(calling_fn => l_calling_fn
1027: ,p_log_level_rec => g_log_level_rec);
1028: FND_MSG_PUB.count_and_get(p_count => x_msg_count
1029: ,p_data => x_msg_data
1030: );

Line 1512: fa_srvr_msg.add_sql_error(calling_fn => l_calling_fn

1508: end if;
1509:
1510: if not fa_cache_pkg.fazcbc(x_book => l_asset_hdr_rec.book_type_code
1511: ,p_log_level_rec => p_log_level_rec) then
1512: fa_srvr_msg.add_sql_error(calling_fn => l_calling_fn
1513: ,p_log_level_rec => p_log_level_rec);
1514: return FALSE;
1515: end if;
1516:

Line 1543: fa_srvr_msg.add_sql_error(calling_fn => l_calling_fn

1539: fnd_client_info.set_currency_context(to_char(l_sob_tbl(l_sob_index)));
1540:
1541: if not fa_cache_pkg.fazcbcs(x_book => l_asset_hdr_rec.book_type_code
1542: ,p_log_level_rec => p_log_level_rec) then
1543: fa_srvr_msg.add_sql_error(calling_fn => l_calling_fn
1544: ,p_log_level_rec => p_log_level_rec);
1545: return FALSE;
1546: end if;
1547:

Line 1586: fa_srvr_msg.add_message(calling_fn => l_calling_fn

1582:
1583: when others then
1584:
1585: if g_token1 is null then
1586: fa_srvr_msg.add_message(calling_fn => l_calling_fn
1587: ,name => g_msg_name
1588: ,p_log_level_rec => p_log_level_rec);
1589: else
1590: fa_srvr_msg.add_message(calling_fn => l_calling_fn

Line 1590: fa_srvr_msg.add_message(calling_fn => l_calling_fn

1586: fa_srvr_msg.add_message(calling_fn => l_calling_fn
1587: ,name => g_msg_name
1588: ,p_log_level_rec => p_log_level_rec);
1589: else
1590: fa_srvr_msg.add_message(calling_fn => l_calling_fn
1591: ,name => g_msg_name
1592: ,token1 => g_token1
1593: ,value1 => g_value1
1594: ,p_log_level_rec => p_log_level_rec);

Line 1597: fa_srvr_msg.add_sql_error(calling_fn => l_calling_fn

1593: ,value1 => g_value1
1594: ,p_log_level_rec => p_log_level_rec);
1595: end if;
1596:
1597: fa_srvr_msg.add_sql_error(calling_fn => l_calling_fn
1598: ,p_log_level_rec => g_log_level_rec);
1599:
1600: return FALSE;
1601:

Line 1989: fa_srvr_msg.add_message(calling_fn => l_calling_fn

1985:
1986: when others then
1987:
1988: if g_token1 is null then
1989: fa_srvr_msg.add_message(calling_fn => l_calling_fn
1990: ,name => g_msg_name
1991: ,p_log_level_rec => p_log_level_rec);
1992: else
1993: fa_srvr_msg.add_message(calling_fn => l_calling_fn

Line 1993: fa_srvr_msg.add_message(calling_fn => l_calling_fn

1989: fa_srvr_msg.add_message(calling_fn => l_calling_fn
1990: ,name => g_msg_name
1991: ,p_log_level_rec => p_log_level_rec);
1992: else
1993: fa_srvr_msg.add_message(calling_fn => l_calling_fn
1994: ,name => g_msg_name
1995: ,token1 => g_token1
1996: ,value1 => g_value1
1997: ,p_log_level_rec => p_log_level_rec);

Line 2000: fa_srvr_msg.add_sql_error(calling_fn => l_calling_fn

1996: ,value1 => g_value1
1997: ,p_log_level_rec => p_log_level_rec);
1998: end if;
1999:
2000: fa_srvr_msg.add_sql_error(calling_fn => l_calling_fn
2001: ,p_log_level_rec => g_log_level_rec);
2002:
2003: return FALSE;
2004:

Line 2614: fa_srvr_msg.add_message(calling_fn => l_calling_fn

2610: p_period_counter => l_period_rec.period_counter,
2611: p_mrc_sob_type_code => p_mrc_sob_type_code
2612: ,p_log_level_rec => p_log_level_rec))
2613: then
2614: fa_srvr_msg.add_message(calling_fn => l_calling_fn
2615: ,p_log_level_rec => p_log_level_rec);
2616: RETURN FALSE;
2617: end if;
2618:

Line 2645: fa_srvr_msg.add_message(calling_fn =>

2641: px_new_adjusted_cost => l_adjusted_cost_new,
2642: px_new_raf => l_asset_fin_rec.rate_adjustment_factor,
2643: px_new_formula_factor => l_asset_fin_rec.formula_factor
2644: ,p_log_level_rec => p_log_level_rec)) then
2645: fa_srvr_msg.add_message(calling_fn =>
2646: 'FA_RETIREMENT_PUB.do_sub_regular_retirement'
2647: ,p_log_level_rec => p_log_level_rec);
2648: RETURN FALSE;
2649: end if;

Line 3017: fa_srvr_msg.add_message(calling_fn => l_calling_fn

3013: /*
3014: * Added for Group Asset uptake
3015: */
3016: when FND_API.G_EXC_UNEXPECTED_ERROR then
3017: fa_srvr_msg.add_message(calling_fn => l_calling_fn
3018: ,p_log_level_rec => p_log_level_rec);
3019:
3020: return FALSE;
3021: /*** End of uptake ***/

Line 3025: fa_srvr_msg.add_message(calling_fn => l_calling_fn

3021: /*** End of uptake ***/
3022: when others then
3023:
3024: if g_token1 is null then
3025: fa_srvr_msg.add_message(calling_fn => l_calling_fn
3026: ,name => g_msg_name
3027: ,p_log_level_rec => p_log_level_rec);
3028: else
3029: fa_srvr_msg.add_message(calling_fn => l_calling_fn

Line 3029: fa_srvr_msg.add_message(calling_fn => l_calling_fn

3025: fa_srvr_msg.add_message(calling_fn => l_calling_fn
3026: ,name => g_msg_name
3027: ,p_log_level_rec => p_log_level_rec);
3028: else
3029: fa_srvr_msg.add_message(calling_fn => l_calling_fn
3030: ,name => g_msg_name
3031: ,token1 => g_token1
3032: ,value1 => g_value1
3033: ,p_log_level_rec => p_log_level_rec);

Line 3036: fa_srvr_msg.add_sql_error(calling_fn => l_calling_fn

3032: ,value1 => g_value1
3033: ,p_log_level_rec => p_log_level_rec);
3034: end if;
3035:
3036: fa_srvr_msg.add_sql_error(calling_fn => l_calling_fn
3037: ,p_log_level_rec => g_log_level_rec);
3038:
3039: return FALSE;
3040:

Line 3075: fa_srvr_msg.add_message(calling_fn => l_calling_fn

3071:
3072: EXCEPTION
3073:
3074: when FND_API.G_EXC_UNEXPECTED_ERROR then
3075: fa_srvr_msg.add_message(calling_fn => l_calling_fn
3076: ,p_log_level_rec => p_log_level_rec);
3077:
3078: return FALSE;
3079:

Line 3083: fa_srvr_msg.add_message(calling_fn => l_calling_fn

3079:
3080: when others then
3081:
3082: if g_token1 is null then
3083: fa_srvr_msg.add_message(calling_fn => l_calling_fn
3084: ,name => g_msg_name
3085: ,p_log_level_rec => p_log_level_rec);
3086: else
3087: fa_srvr_msg.add_message(calling_fn => l_calling_fn

Line 3087: fa_srvr_msg.add_message(calling_fn => l_calling_fn

3083: fa_srvr_msg.add_message(calling_fn => l_calling_fn
3084: ,name => g_msg_name
3085: ,p_log_level_rec => p_log_level_rec);
3086: else
3087: fa_srvr_msg.add_message(calling_fn => l_calling_fn
3088: ,name => g_msg_name
3089: ,token1 => g_token1
3090: ,value1 => g_value1
3091: ,p_log_level_rec => p_log_level_rec);

Line 3157: fa_srvr_msg.init_server_message;

3153:
3154: -- initialize message list if p_init_msg_list is set to TRUE.
3155: if (FND_API.to_boolean(p_init_msg_list)) then
3156: -- initialize error message stack.
3157: fa_srvr_msg.init_server_message;
3158:
3159: -- initialize debug message stack.
3160: fa_debug_pkg.initialize;
3161: end if;

Line 3387: fa_srvr_msg.add_message(calling_fn => l_calling_fn

3383:
3384: x_return_status := FND_API.G_RET_STS_ERROR;
3385:
3386: if g_token1 is null then
3387: fa_srvr_msg.add_message(calling_fn => l_calling_fn
3388: ,name => g_msg_name
3389: ,p_log_level_rec => g_log_level_rec);
3390: else
3391: fa_srvr_msg.add_message(calling_fn => l_calling_fn

Line 3391: fa_srvr_msg.add_message(calling_fn => l_calling_fn

3387: fa_srvr_msg.add_message(calling_fn => l_calling_fn
3388: ,name => g_msg_name
3389: ,p_log_level_rec => g_log_level_rec);
3390: else
3391: fa_srvr_msg.add_message(calling_fn => l_calling_fn
3392: ,name => g_msg_name
3393: ,token1 => g_token1
3394: ,value1 => g_value1
3395: ,p_log_level_rec => g_log_level_rec);

Line 3411: fa_srvr_msg.add_message(calling_fn => l_calling_fn

3407: ROLLBACK TO undo_retirement;
3408:
3409: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
3410:
3411: fa_srvr_msg.add_message(calling_fn => l_calling_fn
3412: ,p_log_level_rec => g_log_level_rec);
3413: FND_MSG_PUB.count_and_get(p_count => x_msg_count
3414: ,p_data => x_msg_data
3415: );

Line 3426: fa_srvr_msg.add_sql_error(calling_fn => l_calling_fn

3422: ROLLBACK TO undo_retirement;
3423:
3424: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
3425:
3426: fa_srvr_msg.add_sql_error(calling_fn => l_calling_fn
3427: ,p_log_level_rec => g_log_level_rec);
3428: FND_MSG_PUB.count_and_get(p_count => x_msg_count
3429: ,p_data => x_msg_data
3430: );

Line 3571: fa_srvr_msg.add_sql_error(calling_fn => l_calling_fn

3567: end if;
3568:
3569: if not fa_cache_pkg.fazcbc(x_book => l_asset_hdr_rec.book_type_code
3570: ,p_log_level_rec => p_log_level_rec) then
3571: fa_srvr_msg.add_sql_error(calling_fn => l_calling_fn
3572: ,p_log_level_rec => p_log_level_rec);
3573: return FALSE;
3574: end if;
3575:

Line 3594: fa_srvr_msg.add_sql_error(calling_fn => l_calling_fn

3590: l_asset_hdr_rec.set_of_books_id := sob_rec.sob_id;
3591:
3592: if not fa_cache_pkg.fazcbcs(x_book => l_asset_hdr_rec.book_type_code
3593: ,p_log_level_rec => p_log_level_rec) then
3594: fa_srvr_msg.add_sql_error(calling_fn => l_calling_fn
3595: ,p_log_level_rec => p_log_level_rec);
3596: return FALSE;
3597: end if;
3598:

Line 3620: fa_srvr_msg.add_message(calling_fn => l_calling_fn

3616:
3617: when others then
3618:
3619: if g_token1 is null then
3620: fa_srvr_msg.add_message(calling_fn => l_calling_fn
3621: ,name => g_msg_name
3622: ,p_log_level_rec => p_log_level_rec);
3623: else
3624: fa_srvr_msg.add_message(calling_fn => l_calling_fn

Line 3624: fa_srvr_msg.add_message(calling_fn => l_calling_fn

3620: fa_srvr_msg.add_message(calling_fn => l_calling_fn
3621: ,name => g_msg_name
3622: ,p_log_level_rec => p_log_level_rec);
3623: else
3624: fa_srvr_msg.add_message(calling_fn => l_calling_fn
3625: ,name => g_msg_name
3626: ,token1 => g_token1
3627: ,value1 => g_value1
3628: ,p_log_level_rec => p_log_level_rec);

Line 4116: fa_srvr_msg.add_message(calling_fn => l_calling_fn

4112: if c_inv_trx_id%ISOPEN then
4113: CLOSE c_inv_trx_id;
4114: end if;
4115:
4116: fa_srvr_msg.add_message(calling_fn => l_calling_fn
4117: ,p_log_level_rec => p_log_level_rec);
4118: return FALSE;
4119: /*** End of uptake ***/
4120: when others then

Line 4236: fa_srvr_msg.init_server_message;

4232:
4233: -- initialize message list if p_init_msg_list is set to TRUE.
4234: if (FND_API.to_boolean(p_init_msg_list)) then
4235: -- initialize error message stack.
4236: fa_srvr_msg.init_server_message;
4237:
4238: -- initialize debug message stack.
4239: fa_debug_pkg.initialize;
4240: end if;

Line 4589: fa_srvr_msg.add_message(calling_fn => l_calling_fn

4585:
4586: x_return_status := FND_API.G_RET_STS_ERROR;
4587:
4588: if g_token1 is null then
4589: fa_srvr_msg.add_message(calling_fn => l_calling_fn
4590: ,name => g_msg_name
4591: ,p_log_level_rec => g_log_level_rec);
4592: else
4593: fa_srvr_msg.add_message(calling_fn => l_calling_fn

Line 4593: fa_srvr_msg.add_message(calling_fn => l_calling_fn

4589: fa_srvr_msg.add_message(calling_fn => l_calling_fn
4590: ,name => g_msg_name
4591: ,p_log_level_rec => g_log_level_rec);
4592: else
4593: fa_srvr_msg.add_message(calling_fn => l_calling_fn
4594: ,name => g_msg_name
4595: ,token1 => g_token1
4596: ,value1 => g_value1
4597: ,p_log_level_rec => g_log_level_rec);

Line 4613: fa_srvr_msg.add_message(calling_fn => l_calling_fn

4609: ROLLBACK TO do_reinstatement;
4610:
4611: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
4612:
4613: fa_srvr_msg.add_message(calling_fn => l_calling_fn
4614: ,p_log_level_rec => g_log_level_rec);
4615: FND_MSG_PUB.count_and_get(p_count => x_msg_count
4616: ,p_data => x_msg_data
4617: );

Line 4628: fa_srvr_msg.add_sql_error(calling_fn => l_calling_fn

4624: ROLLBACK TO do_reinstatement;
4625:
4626: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
4627:
4628: fa_srvr_msg.add_sql_error(calling_fn => l_calling_fn
4629: ,p_log_level_rec => g_log_level_rec);
4630: FND_MSG_PUB.count_and_get(p_count => x_msg_count
4631: ,p_data => x_msg_data
4632: );

Line 4828: fa_srvr_msg.add_sql_error(calling_fn => l_calling_fn

4824:
4825:
4826: if not fa_cache_pkg.fazcbc(x_book => l_asset_hdr_rec.book_type_code
4827: ,p_log_level_rec => p_log_level_rec) then
4828: fa_srvr_msg.add_sql_error(calling_fn => l_calling_fn
4829: ,p_log_level_rec => p_log_level_rec);
4830: return FALSE;
4831: end if;
4832:

Line 4851: fa_srvr_msg.add_sql_error(calling_fn => l_calling_fn

4847: l_asset_hdr_rec.set_of_books_id := sob_rec.sob_id;
4848:
4849: if not fa_cache_pkg.fazcbcs(x_book => l_asset_hdr_rec.book_type_code
4850: ,p_log_level_rec => p_log_level_rec) then
4851: fa_srvr_msg.add_sql_error(calling_fn => l_calling_fn
4852: ,p_log_level_rec => p_log_level_rec);
4853: return FALSE;
4854: end if;
4855:

Line 4935: fa_srvr_msg.add_message(calling_fn => l_calling_fn

4931:
4932: when others then
4933:
4934: if g_token1 is null then
4935: fa_srvr_msg.add_message(calling_fn => l_calling_fn
4936: ,name => g_msg_name
4937: ,p_log_level_rec => p_log_level_rec);
4938: else
4939: fa_srvr_msg.add_message(calling_fn => l_calling_fn

Line 4939: fa_srvr_msg.add_message(calling_fn => l_calling_fn

4935: fa_srvr_msg.add_message(calling_fn => l_calling_fn
4936: ,name => g_msg_name
4937: ,p_log_level_rec => p_log_level_rec);
4938: else
4939: fa_srvr_msg.add_message(calling_fn => l_calling_fn
4940: ,name => g_msg_name
4941: ,token1 => g_token1
4942: ,value1 => g_value1
4943: ,p_log_level_rec => p_log_level_rec);

Line 5175: fa_srvr_msg.add_message(calling_fn => l_calling_fn

5171:
5172: when others then
5173:
5174: if g_token1 is null then
5175: fa_srvr_msg.add_message(calling_fn => l_calling_fn
5176: ,name => g_msg_name
5177: ,p_log_level_rec => p_log_level_rec);
5178: else
5179: fa_srvr_msg.add_message(calling_fn => l_calling_fn

Line 5179: fa_srvr_msg.add_message(calling_fn => l_calling_fn

5175: fa_srvr_msg.add_message(calling_fn => l_calling_fn
5176: ,name => g_msg_name
5177: ,p_log_level_rec => p_log_level_rec);
5178: else
5179: fa_srvr_msg.add_message(calling_fn => l_calling_fn
5180: ,name => g_msg_name
5181: ,token1 => g_token1
5182: ,value1 => g_value1
5183: ,p_log_level_rec => p_log_level_rec);

Line 5494: fa_srvr_msg.add_message(calling_fn => l_calling_fn

5490: if c_inv_trx_id%ISOPEN then
5491: CLOSE c_inv_trx_id;
5492: end if;
5493:
5494: fa_srvr_msg.add_message(calling_fn => l_calling_fn
5495: ,p_log_level_rec => p_log_level_rec);
5496: return FALSE;
5497: /*** End of uptake ***/
5498: when others then

Line 5501: fa_srvr_msg.add_message(calling_fn => l_calling_fn

5497: /*** End of uptake ***/
5498: when others then
5499:
5500: if g_token1 is null then
5501: fa_srvr_msg.add_message(calling_fn => l_calling_fn
5502: ,name => g_msg_name
5503: ,p_log_level_rec => p_log_level_rec);
5504: else
5505: fa_srvr_msg.add_message(calling_fn => l_calling_fn

Line 5505: fa_srvr_msg.add_message(calling_fn => l_calling_fn

5501: fa_srvr_msg.add_message(calling_fn => l_calling_fn
5502: ,name => g_msg_name
5503: ,p_log_level_rec => p_log_level_rec);
5504: else
5505: fa_srvr_msg.add_message(calling_fn => l_calling_fn
5506: ,name => g_msg_name
5507: ,token1 => g_token1
5508: ,value1 => g_value1
5509: ,p_log_level_rec => p_log_level_rec);

Line 5584: fa_srvr_msg.init_server_message;

5580:
5581: -- initialize message list if p_init_msg_list is set to TRUE.
5582: if (FND_API.to_boolean(p_init_msg_list)) then
5583: -- initialize error message stack.
5584: fa_srvr_msg.init_server_message;
5585:
5586: -- initialize debug message stack.
5587: fa_debug_pkg.initialize;
5588: end if;

Line 5817: fa_srvr_msg.add_message(calling_fn => l_calling_fn

5813:
5814: x_return_status := FND_API.G_RET_STS_ERROR;
5815:
5816: if g_token1 is null then
5817: fa_srvr_msg.add_message(calling_fn => l_calling_fn
5818: ,name => g_msg_name
5819: ,p_log_level_rec => g_log_level_rec);
5820: else
5821: fa_srvr_msg.add_message(calling_fn => l_calling_fn

Line 5821: fa_srvr_msg.add_message(calling_fn => l_calling_fn

5817: fa_srvr_msg.add_message(calling_fn => l_calling_fn
5818: ,name => g_msg_name
5819: ,p_log_level_rec => g_log_level_rec);
5820: else
5821: fa_srvr_msg.add_message(calling_fn => l_calling_fn
5822: ,name => g_msg_name
5823: ,token1 => g_token1
5824: ,value1 => g_value1
5825: ,p_log_level_rec => g_log_level_rec);

Line 5841: fa_srvr_msg.add_message(calling_fn => l_calling_fn

5837: ROLLBACK TO undo_reinstatement;
5838:
5839: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
5840:
5841: fa_srvr_msg.add_message(calling_fn => l_calling_fn
5842: ,p_log_level_rec => g_log_level_rec);
5843: FND_MSG_PUB.count_and_get(p_count => x_msg_count
5844: ,p_data => x_msg_data
5845: );

Line 5856: fa_srvr_msg.add_sql_error(calling_fn => l_calling_fn

5852: ROLLBACK TO undo_reinstatement;
5853:
5854: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
5855:
5856: fa_srvr_msg.add_sql_error(calling_fn => l_calling_fn
5857: ,p_log_level_rec => g_log_level_rec);
5858: FND_MSG_PUB.count_and_get(p_count => x_msg_count
5859: ,p_data => x_msg_data
5860: );

Line 5996: fa_srvr_msg.add_sql_error(calling_fn => l_calling_fn

5992: end if;
5993:
5994: if not fa_cache_pkg.fazcbc(x_book => l_asset_hdr_rec.book_type_code
5995: ,p_log_level_rec => p_log_level_rec) then
5996: fa_srvr_msg.add_sql_error(calling_fn => l_calling_fn
5997: ,p_log_level_rec => p_log_level_rec);
5998: return FALSE;
5999: end if;
6000:

Line 6018: fa_srvr_msg.add_sql_error(calling_fn => l_calling_fn

6014:
6015: l_asset_hdr_rec.set_of_books_id := sob_rec.sob_id;
6016: if not fa_cache_pkg.fazcbcs(x_book => l_asset_hdr_rec.book_type_code
6017: ,p_log_level_rec => p_log_level_rec) then
6018: fa_srvr_msg.add_sql_error(calling_fn => l_calling_fn
6019: ,p_log_level_rec => p_log_level_rec);
6020: return FALSE;
6021: end if;
6022:

Line 6043: fa_srvr_msg.add_message(calling_fn => l_calling_fn

6039:
6040: when others then
6041:
6042: if g_token1 is null then
6043: fa_srvr_msg.add_message(calling_fn => l_calling_fn
6044: ,name => g_msg_name
6045: ,p_log_level_rec => p_log_level_rec);
6046: else
6047: fa_srvr_msg.add_message(calling_fn => l_calling_fn

Line 6047: fa_srvr_msg.add_message(calling_fn => l_calling_fn

6043: fa_srvr_msg.add_message(calling_fn => l_calling_fn
6044: ,name => g_msg_name
6045: ,p_log_level_rec => p_log_level_rec);
6046: else
6047: fa_srvr_msg.add_message(calling_fn => l_calling_fn
6048: ,name => g_msg_name
6049: ,token1 => g_token1
6050: ,value1 => g_value1
6051: ,p_log_level_rec => p_log_level_rec);

Line 6265: fa_srvr_msg.add_message(calling_fn => l_calling_fn

6261: if c_inv_trx_id%ISOPEN then
6262: CLOSE c_inv_trx_id;
6263: end if;
6264:
6265: fa_srvr_msg.add_message(calling_fn => l_calling_fn
6266: ,p_log_level_rec => p_log_level_rec);
6267: return FALSE;
6268: /*** End of uptake ***/
6269: when others then

Line 6397: fa_srvr_msg.add_message(

6393: p_attribute_name => 'DISTRIBUTION',
6394: p_book_type_code => l_asset_hdr_rec.book_type_code,
6395: p_asset_id => l_asset_hdr_rec.asset_id,
6396: x_override_flag => l_override_flag)) then
6397: fa_srvr_msg.add_message(
6398: calling_fn => 'FA_RETIREMENT_PUB.valid_input'
6399: ,p_log_level_rec => p_log_level_rec);
6400: return FALSE;
6401: end if;

Line 6404: fa_srvr_msg.add_message(

6400: return FALSE;
6401: end if;
6402: -- if override flag is set to No, do not allow the transfer
6403: if (l_override_flag = 'N') then
6404: fa_srvr_msg.add_message(
6405: calling_fn => 'FA_RETIREMENT_PUB.valid_input',
6406: name => 'CUA_NO_DIST_CHANGE_ALLOWED'
6407: ,p_log_level_rec => p_log_level_rec);
6408: return FALSE;

Line 6904: fa_srvr_msg.add_message(calling_fn => l_calling_fn

6900:
6901: when FND_API.G_EXC_ERROR then
6902:
6903: if g_token1 is null then
6904: fa_srvr_msg.add_message(calling_fn => l_calling_fn
6905: ,name => g_msg_name
6906: ,p_log_level_rec => p_log_level_rec);
6907: else
6908: fa_srvr_msg.add_message(calling_fn => l_calling_fn

Line 6908: fa_srvr_msg.add_message(calling_fn => l_calling_fn

6904: fa_srvr_msg.add_message(calling_fn => l_calling_fn
6905: ,name => g_msg_name
6906: ,p_log_level_rec => p_log_level_rec);
6907: else
6908: fa_srvr_msg.add_message(calling_fn => l_calling_fn
6909: ,name => g_msg_name
6910: ,token1 => g_token1
6911: ,value1 => g_value1
6912: ,p_log_level_rec => p_log_level_rec);

Line 6919: fa_srvr_msg.add_message(calling_fn => l_calling_fn

6915: return FALSE;
6916:
6917: when FND_API.G_EXC_UNEXPECTED_ERROR then
6918:
6919: fa_srvr_msg.add_message(calling_fn => l_calling_fn
6920: ,p_log_level_rec => p_log_level_rec);
6921: return FALSE;
6922:
6923: when others then

Line 6925: fa_srvr_msg.add_sql_error(calling_fn => l_calling_fn

6921: return FALSE;
6922:
6923: when others then
6924:
6925: fa_srvr_msg.add_sql_error(calling_fn => l_calling_fn
6926: ,p_log_level_rec => p_log_level_rec);
6927: return FALSE;
6928:
6929: END do_validation;