DBA Data[Home] [Help]

APPS.FA_MC_BOOK_CONTROLS_PKG dependencies on FA_SRVR_MSG

Line 70: fa_srvr_msg.init_server_message;

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

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

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

Line 158: fa_srvr_msg.add_sql_error(

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

Line 216: fa_srvr_msg.init_server_message;

212:
213: -- Initialize message list if p_init_msg_list is set to TRUE.
214: if (fnd_api.to_boolean(p_init_msg_list)) then
215: -- initialize error message stack.
216: fa_srvr_msg.init_server_message;
217:
218: -- initialize debug message stack.
219: fa_debug_pkg.initialize;
220: end if;

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

327:
328: when error_found then
329: ROLLBACK TO create_mc_bc;
330:
331: fa_srvr_msg.add_message(calling_fn => l_calling_fn);
332:
333: FND_MSG_PUB.count_and_get (
334: p_count => x_msg_count,
335: p_data => x_msg_data

Line 343: fa_srvr_msg.add_sql_error(

339:
340: when others then
341: ROLLBACK TO create_mc_bc;
342:
343: fa_srvr_msg.add_sql_error(
344: calling_fn => l_calling_fn);
345:
346: FND_MSG_PUB.count_and_get (
347: p_count => x_msg_count,

Line 415: fa_srvr_msg.add_message

411: where book_type_code = p_book_type_code
412: and deprn_status = 'C';
413: EXCEPTION
414: WHEN OTHERS THEN
415: fa_srvr_msg.add_message
416: (calling_fn => l_calling_fn,
417: name => 'FA_TRXAPP_DEPRN_IS_RUNNING',
418: token1 => 'BOOK',
419: value1 => p_book_type_code);

Line 433: fa_srvr_msg.add_message

429: for update of mass_request_id
430: NOWAIT;
431: EXCEPTION
432: WHEN OTHERS THEN
433: fa_srvr_msg.add_message
434: (calling_fn => l_calling_fn,
435: name => 'FA_TRXAPP_LOCK_FAILED',
436: token1 => 'BOOK',
437: value1 => p_book_type_code);

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

685: return true;
686:
687: EXCEPTION
688: WHEN ERROR_FOUND THEN
689: fa_srvr_msg.add_message(calling_fn => l_calling_fn);
690: return FALSE;
691:
692: WHEN OTHERS THEN
693: fa_srvr_msg.add_sql_error(calling_fn => l_calling_fn);

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

689: fa_srvr_msg.add_message(calling_fn => l_calling_fn);
690: return FALSE;
691:
692: WHEN OTHERS THEN
693: fa_srvr_msg.add_sql_error(calling_fn => l_calling_fn);
694: return FALSE;
695:
696: END insert_record;
697:

Line 733: fa_srvr_msg.init_server_message;

729:
730: -- Initialize message list if p_init_msg_list is set to TRUE.
731: if (fnd_api.to_boolean(p_init_msg_list)) then
732: -- initialize error message stack.
733: fa_srvr_msg.init_server_message;
734:
735: -- initialize debug message stack.
736: fa_debug_pkg.initialize;
737: end if;

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

796:
797: when error_found then
798: ROLLBACK TO update_mc_bc;
799:
800: fa_srvr_msg.add_message(calling_fn => l_calling_fn);
801:
802: FND_MSG_PUB.count_and_get (
803: p_count => x_msg_count,
804: p_data => x_msg_data

Line 812: fa_srvr_msg.add_sql_error(

808:
809: when others then
810: ROLLBACK TO update_mc_bc;
811:
812: fa_srvr_msg.add_sql_error(
813: calling_fn => l_calling_fn);
814:
815: FND_MSG_PUB.count_and_get (
816: p_count => x_msg_count,