DBA Data[Home] [Help]

APPS.FA_MC_UPG_CONVERT_PKG dependencies on FA_SRVR_MSG

Line 23: FA_SRVR_MSG.Init_Server_Message;

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

Line 33: fa_srvr_msg.add_message(

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

Line 57: fa_srvr_msg.add_message(

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