DBA Data[Home] [Help]

APPS.FA_ASSET_DESC_PUB dependencies on FA_SRVR_MSG

Line 88: FA_SRVR_MSG.Init_Server_Message;

84:
85:
86: if (FND_API.To_Boolean(p_init_msg_list)) then
87: -- Initialize error message stack.
88: FA_SRVR_MSG.Init_Server_Message;
89:
90: -- Initialize debug message stack.
91: FA_DEBUG_PKG.Initialize;
92: end if;

Line 101: fa_srvr_msg.add_message(

97: fa_debug_pkg.add('Update_desc', 'before', l_err_stage, p_log_level_rec => g_log_level_rec);
98: end if;
99:
100: if (px_asset_hdr_rec.asset_id is NULL) then
101: fa_srvr_msg.add_message(
102: calling_fn => l_calling_fn,
103: name => 'FA_ASSET_MAINT_WRONG_PARAM', p_log_level_rec => g_log_level_rec);
104: raise pub_error;
105: end if;

Line 298: fa_srvr_msg.add_message(calling_fn => l_calling_fn, p_log_level_rec => g_log_level_rec);

294: p_asset_id => px_asset_hdr_rec.asset_id,
295: x_override_flag => l_override_flag,
296: p_log_level_rec => g_log_level_rec)) then
297:
298: fa_srvr_msg.add_message(calling_fn => l_calling_fn, p_log_level_rec => g_log_level_rec);
299: raise pub_error;
300: end if;
301:
302: if (l_override_flag = 'N') then

Line 303: fa_srvr_msg.add_message(

299: raise pub_error;
300: end if;
301:
302: if (l_override_flag = 'N') then
303: fa_srvr_msg.add_message(
304: calling_fn => l_calling_fn,
305: name => 'FA_OVERRIDE_NOT_ALLOWED',
306: token1 => 'SERIAL NUMBER', p_log_level_rec => g_log_level_rec);
307: raise pub_error;

Line 354: fa_srvr_msg.add_message(

350: x_override_flag => l_override_flag,
351: p_log_level_rec => g_log_level_rec
352: )) then
353:
354: fa_srvr_msg.add_message(
355: calling_fn => l_calling_fn, p_log_level_rec => g_log_level_rec);
356: raise pub_error;
357: end if;
358:

Line 360: fa_srvr_msg.add_message(

356: raise pub_error;
357: end if;
358:
359: if (l_override_flag = 'N') then
360: fa_srvr_msg.add_message(
361: calling_fn => l_calling_fn,
362: name => 'FA_OVERRIDE_NOT_ALLOWED',
363: token1 => 'ASSET KEY', p_log_level_rec => g_log_level_rec);
364: raise pub_error;

Line 550: fa_srvr_msg.add_message(

546: p_asset_id => px_asset_hdr_rec.asset_id,
547: x_override_flag => l_override_flag,
548: p_log_level_rec => g_log_level_rec
549: )) then
550: fa_srvr_msg.add_message(
551: calling_fn => l_calling_fn, p_log_level_rec => g_log_level_rec);
552: raise pub_error;
553: end if;
554:

Line 556: fa_srvr_msg.add_message(

552: raise pub_error;
553: end if;
554:
555: if (l_override_flag = 'N') then
556: fa_srvr_msg.add_message(
557: calling_fn => l_calling_fn,
558: name => 'FA_OVERRIDE_NOT_ALLOWED',
559: token1 => 'LEASE NUMBER', p_log_level_rec => g_log_level_rec);
560: raise pub_error;

Line 1086: fa_srvr_msg.add_message

1082: when pub_error then
1083:
1084: ROLLBACK TO do_desc_update;
1085:
1086: fa_srvr_msg.add_message
1087: (calling_fn => 'fa_asset_desc_pub.update_desc', p_log_level_rec => g_log_level_rec);
1088:
1089: FND_MSG_PUB.count_and_get (
1090: p_count => x_msg_count,

Line 1100: fa_srvr_msg.add_sql_error

1096: when others then
1097:
1098: ROLLBACK TO do_desc_update;
1099:
1100: fa_srvr_msg.add_sql_error
1101: (calling_fn => 'fa_asset_desc_pub.update_desc', p_log_level_rec => g_log_level_rec);
1102:
1103: FND_MSG_PUB.count_and_get (
1104: p_count => x_msg_count,

Line 1354: FA_SRVR_MSG.Add_Message(

1350: return TRUE;
1351:
1352: EXCEPTION
1353: when update_error then
1354: FA_SRVR_MSG.Add_Message(
1355: Calling_Fn => l_calling_fn , p_log_level_rec => p_log_level_rec);
1356:
1357: return FALSE;
1358: when others then

Line 1359: fa_srvr_msg.add_sql_error(calling_fn => l_calling_fn, p_log_level_rec => p_log_level_rec);

1355: Calling_Fn => l_calling_fn , p_log_level_rec => p_log_level_rec);
1356:
1357: return FALSE;
1358: when others then
1359: fa_srvr_msg.add_sql_error(calling_fn => l_calling_fn, p_log_level_rec => p_log_level_rec);
1360: return FALSE;
1361:
1362: END update_row;
1363:

Line 1419: fa_srvr_msg.init_server_message;

1415:
1416: -- Initialize message list if p_init_msg_list is set to TRUE.
1417: if (fnd_api.to_boolean(p_init_msg_list)) then
1418: -- initialize error message stack.
1419: fa_srvr_msg.init_server_message;
1420:
1421: -- initialize debug message stack.
1422: fa_debug_pkg.initialize;
1423: end if;

Line 1443: fa_srvr_msg.add_message

1439: fetch c_corp_book into px_asset_hdr_rec.book_type_code;
1440: close c_corp_book;
1441:
1442: if px_asset_hdr_rec.book_type_code is null then
1443: fa_srvr_msg.add_message
1444: (calling_fn => l_calling_fn,
1445: name => 'FA_EXP_GET_ASSET_INFO', p_log_level_rec => g_log_level_rec);
1446: raise inv_err;
1447: end if;

Line 1953: fa_srvr_msg.add_message

1949: WHEN inv_err THEN
1950:
1951: ROLLBACK TO do_invoice_desc_update;
1952:
1953: fa_srvr_msg.add_message
1954: (calling_fn => l_calling_fn, p_log_level_rec => g_log_level_rec);
1955:
1956: FND_MSG_PUB.count_and_get (
1957: p_count => x_msg_count,

Line 1967: fa_srvr_msg.add_sql_error

1963: WHEN OTHERS THEN
1964:
1965: ROLLBACK TO do_invoice_desc_update;
1966:
1967: fa_srvr_msg.add_sql_error
1968: (calling_fn => l_calling_fn, p_log_level_rec => g_log_level_rec);
1969:
1970: FND_MSG_PUB.count_and_get (
1971: p_count => x_msg_count,

Line 2028: fa_srvr_msg.init_server_message;

2024:
2025: -- Initialize message list if p_init_msg_list is set to TRUE.
2026: if (fnd_api.to_boolean(p_init_msg_list)) then
2027: -- initialize error message stack.
2028: fa_srvr_msg.init_server_message;
2029:
2030: -- initialize debug message stack.
2031: fa_debug_pkg.initialize;
2032: end if;

Line 2655: fa_srvr_msg.add_message

2651: WHEN ret_err THEN
2652:
2653: ROLLBACK TO do_retirement_desc_update;
2654:
2655: fa_srvr_msg.add_message
2656: (calling_fn => l_calling_fn, p_log_level_rec => g_log_level_rec);
2657:
2658: FND_MSG_PUB.count_and_get (
2659: p_count => x_msg_count,

Line 2669: fa_srvr_msg.add_sql_error

2665: WHEN OTHERS THEN
2666:
2667: ROLLBACK TO do_retirement_desc_update;
2668:
2669: fa_srvr_msg.add_sql_error
2670: (calling_fn => l_calling_fn, p_log_level_rec => g_log_level_rec);
2671:
2672: FND_MSG_PUB.count_and_get (
2673: p_count => x_msg_count,

Line 2701: fa_srvr_msg.add_message(

2697: /*
2698: if not fa_cache_pkg.fazcat(
2699: X_cat_id => px_asset_cat_rec.category_id
2700: , p_log_level_rec => p_log_level_rec) then
2701: fa_srvr_msg.add_message(
2702: calling_fn => 'fa_asset_desc_pub.initialize_category_df', p_log_level_rec => p_log_level_rec);
2703: return FALSE;
2704: end if;
2705: */

Line 2707: fa_srvr_msg.add_message(

2703: return FALSE;
2704: end if;
2705: */
2706: if not fa_cache_pkg.fazsys(g_log_level_rec) then
2707: fa_srvr_msg.add_message(
2708: calling_fn => 'fa_asset_desc_pub.initialize_category_df', p_log_level_rec => p_log_level_rec);
2709: return FALSE;
2710: end if;
2711:

Line 2725: fa_srvr_msg.add_message(

2721: p_delimiter => l_delimiter,
2722: p_segment_array => l_segment_array,
2723: p_concat_string => l_concat_string
2724: , p_log_level_rec => p_log_level_rec) then
2725: fa_srvr_msg.add_message(
2726: calling_fn => 'fa_asset_desc_pub.initialize_category_df', p_log_level_rec => p_log_level_rec);
2727: return FALSE;
2728: end if;
2729:

Line 2830: fa_srvr_msg.add_sql_error(calling_fn => 'fa_asset_desc_pub.initialize_category_df', p_log_level_rec => p_log_level_rec);

2826: return (TRUE);
2827: EXCEPTION
2828:
2829: WHEN OTHERS THEN
2830: fa_srvr_msg.add_sql_error(calling_fn => 'fa_asset_desc_pub.initialize_category_df', p_log_level_rec => p_log_level_rec);
2831: return FALSE;
2832:
2833: END;
2834: