DBA Data[Home] [Help]

APPS.FA_MC_UPG_CONVERT_PKG dependencies on FA_SRVR_MSG

Line 22: FA_SRVR_MSG.Init_Server_Message;

18: fa_rx_conc_mesg_pkg.log('Primary Book: ' || p_book_type_code || ' TO');
19: fa_rx_conc_mesg_pkg.log('Reporting Book: ' || p_reporting_book);
20:
21: -- Initialize server message stack
22: FA_SRVR_MSG.Init_Server_Message;
23: FA_DEBUG_PKG.Initialize;
24: -- FA_DEBUG_PKG.Set_Debug_Flag;
25:
26: -- call routine to convert assets to reporting book

Line 32: fa_srvr_msg.add_message(

28: p_book_type_code,
29: p_reporting_book,
30: p_fixed_conversion);
31:
32: fa_srvr_msg.add_message(
33: calling_fn => 'fa_mc_upg_select_pkg.main_convert',
34: name => 'FA_SHARED_END_SUCCESS',
35: token1 => 'PROGRAM',
36: value1 => 'FAMRCUPG2');

Line 56: fa_srvr_msg.add_message(

52: retcode := 0;
53:
54: EXCEPTION
55: WHEN OTHERS THEN
56: fa_srvr_msg.add_message(
57: calling_fn => 'fa_mc_upg_select_pkg.main_convert',
58: name => 'FA_SHARED_END_WITH_ERROR',
59: token1 => 'PROGRAM',
60: value1 => 'FAMRCUPG2');