DBA Data[Home] [Help]

APPS.FARX_MCR dependencies on FA_SRVR_MSG

Line 209: FA_SRVR_MSG.Init_Server_Message;

205:
206: BEGIN
207:
208: -- Initialize message stacks.
209: FA_SRVR_MSG.Init_Server_Message;
210: FA_DEBUG_PKG.Initialize;
211:
212:
213: -- Initialize global variables.

Line 321: FA_SRVR_MSG.Add_Message(

317: end if;
318:
319: IF (h_review_status_d <> h_current_status_d) THEN
320: -- Re-using message for mass changes program.
321: FA_SRVR_MSG.Add_Message(
322: CALLING_FN => 'FARX_RR.Review_Change',
323: NAME => 'FA_MASSRCL_WRONG_STATUS',
324: TOKEN1 => 'CURRENT',
325: VALUE1 => h_current_status_d,

Line 545: FA_SRVR_MSG.Write_Msg_Log(

541:
542: FND_MSG_PUB.Count_And_Get(
543: p_count => h_msg_count,
544: p_data => h_msg_data);
545: FA_SRVR_MSG.Write_Msg_Log(
546: msg_count => h_msg_count,
547: msg_data => h_msg_data);
548: IF (h_debug_flag = 'YES') THEN
549: FA_DEBUG_PKG.Write_Debug_Log;

Line 576: FA_SRVR_MSG.Write_Msg_Log(

572: IF (X_RX_Flag = 'YES') THEN
573: FND_MSG_PUB.Count_And_Get(
574: p_count => h_msg_count,
575: p_data => h_msg_data);
576: FA_SRVR_MSG.Write_Msg_Log(
577: msg_count => h_msg_count,
578: msg_data => h_msg_data);
579: IF (h_debug_flag = 'YES') THEN
580: FA_DEBUG_PKG.Write_Debug_Log;

Line 586: FA_SRVR_MSG.Add_SQL_Error(CALLING_FN => 'FARX_RP.Review_Change');

582: END IF;
583: WHEN OTHERS THEN
584: retcode := 2; -- Completed with error.
585: IF SQLCODE <> 0 THEN
586: FA_SRVR_MSG.Add_SQL_Error(CALLING_FN => 'FARX_RP.Review_Change');
587: END IF;
588:
589: -- Reset global variable values.
590: a_tbl.delete;

Line 606: FA_SRVR_MSG.Write_Msg_Log(

602: IF (X_RX_Flag = 'YES') THEN
603: FND_MSG_PUB.Count_And_Get(
604: p_count => h_msg_count,
605: p_data => h_msg_data);
606: FA_SRVR_MSG.Write_Msg_Log(
607: msg_count => h_msg_count,
608: msg_data => h_msg_data);
609: IF (h_debug_flag = 'YES') THEN
610: FA_DEBUG_PKG.Write_Debug_Log;