DBA Data[Home] [Help]

APPS.FA_MC_BOOK_CONTROLS_PKG dependencies on FA_SRVR_MSG

Line 68: fa_srvr_msg.init_server_message;

64:
65: -- Initialize message list if p_init_msg_list is set to TRUE.
66: if (fnd_api.to_boolean(p_init_msg_list)) then
67: -- initialize error message stack.
68: fa_srvr_msg.init_server_message;
69:
70: -- initialize debug message stack.
71: fa_debug_pkg.initialize;
72: end if;

Line 144: fa_srvr_msg.add_message(calling_fn => l_calling_fn);

140:
141: when error_found then
142: ROLLBACK TO create_mc_bc;
143:
144: fa_srvr_msg.add_message(calling_fn => l_calling_fn);
145:
146: FND_MSG_PUB.count_and_get (
147: p_count => x_msg_count,
148: p_data => x_msg_data

Line 156: fa_srvr_msg.add_sql_error(

152:
153: when others then
154: ROLLBACK TO create_mc_bc;
155:
156: fa_srvr_msg.add_sql_error(
157: calling_fn => l_calling_fn);
158:
159: FND_MSG_PUB.count_and_get (
160: p_count => x_msg_count,

Line 204: fa_srvr_msg.init_server_message;

200:
201: -- Initialize message list if p_init_msg_list is set to TRUE.
202: if (fnd_api.to_boolean(p_init_msg_list)) then
203: -- initialize error message stack.
204: fa_srvr_msg.init_server_message;
205:
206: -- initialize debug message stack.
207: fa_debug_pkg.initialize;
208: end if;

Line 292: fa_srvr_msg.add_message(calling_fn => l_calling_fn);

288:
289: when error_found then
290: ROLLBACK TO create_mc_bc;
291:
292: fa_srvr_msg.add_message(calling_fn => l_calling_fn);
293:
294: FND_MSG_PUB.count_and_get (
295: p_count => x_msg_count,
296: p_data => x_msg_data

Line 304: fa_srvr_msg.add_sql_error(

300:
301: when others then
302: ROLLBACK TO create_mc_bc;
303:
304: fa_srvr_msg.add_sql_error(
305: calling_fn => l_calling_fn);
306:
307: FND_MSG_PUB.count_and_get (
308: p_count => x_msg_count,

Line 374: fa_srvr_msg.add_message

370: where book_type_code = p_book_type_code
371: and deprn_status = 'C';
372: EXCEPTION
373: WHEN OTHERS THEN
374: fa_srvr_msg.add_message
375: (calling_fn => l_calling_fn,
376: name => 'FA_TRXAPP_DEPRN_IS_RUNNING',
377: token1 => 'BOOK',
378: value1 => p_book_type_code);

Line 392: fa_srvr_msg.add_message

388: for update of mass_request_id
389: NOWAIT;
390: EXCEPTION
391: WHEN OTHERS THEN
392: fa_srvr_msg.add_message
393: (calling_fn => l_calling_fn,
394: name => 'FA_TRXAPP_LOCK_FAILED',
395: token1 => 'BOOK',
396: value1 => p_book_type_code);

Line 646: fa_srvr_msg.add_message(calling_fn => l_calling_fn);

642: return true;
643:
644: EXCEPTION
645: WHEN ERROR_FOUND THEN
646: fa_srvr_msg.add_message(calling_fn => l_calling_fn);
647: return FALSE;
648:
649: WHEN OTHERS THEN
650: fa_srvr_msg.add_sql_error(calling_fn => l_calling_fn);

Line 650: fa_srvr_msg.add_sql_error(calling_fn => l_calling_fn);

646: fa_srvr_msg.add_message(calling_fn => l_calling_fn);
647: return FALSE;
648:
649: WHEN OTHERS THEN
650: fa_srvr_msg.add_sql_error(calling_fn => l_calling_fn);
651: return FALSE;
652:
653: END insert_record;
654:

Line 690: fa_srvr_msg.init_server_message;

686:
687: -- Initialize message list if p_init_msg_list is set to TRUE.
688: if (fnd_api.to_boolean(p_init_msg_list)) then
689: -- initialize error message stack.
690: fa_srvr_msg.init_server_message;
691:
692: -- initialize debug message stack.
693: fa_debug_pkg.initialize;
694: end if;

Line 757: fa_srvr_msg.add_message(calling_fn => l_calling_fn);

753:
754: when error_found then
755: ROLLBACK TO update_mc_bc;
756:
757: fa_srvr_msg.add_message(calling_fn => l_calling_fn);
758:
759: FND_MSG_PUB.count_and_get (
760: p_count => x_msg_count,
761: p_data => x_msg_data

Line 769: fa_srvr_msg.add_sql_error(

765:
766: when others then
767: ROLLBACK TO update_mc_bc;
768:
769: fa_srvr_msg.add_sql_error(
770: calling_fn => l_calling_fn);
771:
772: FND_MSG_PUB.count_and_get (
773: p_count => x_msg_count,