DBA Data[Home] [Help]

APPS.FARX_RR dependencies on FA_SRVR_MSG

Line 352: FA_SRVR_MSG.Init_Server_Message;

348:
349: BEGIN
350:
351: -- Initialize message stacks.
352: FA_SRVR_MSG.Init_Server_Message;
353: FA_DEBUG_PKG.Initialize;
354:
355: -- Set debug flag.
356: IF (g_print_debug) THEN

Line 402: FA_SRVR_MSG.Add_Message(

398: CLOSE get_status;
399:
400: IF (h_review_status_d <> h_current_status_d) THEN
401: -- Re-using message for mass reclass program.
402: FA_SRVR_MSG.Add_Message(
403: CALLING_FN => 'FARX_RR.Review_Reclass',
404: NAME => 'FA_MASSRCL_WRONG_STATUS',
405: TOKEN1 => 'CURRENT',
406: VALUE1 => h_current_status_d,

Line 738: FA_SRVR_MSG.Write_Msg_Log(

734: IF (X_RX_Flag = 'YES') THEN
735: FND_MSG_PUB.Count_And_Get(
736: p_count => h_msg_count,
737: p_data => h_msg_data);
738: FA_SRVR_MSG.Write_Msg_Log(
739: msg_count => h_msg_count,
740: msg_data => h_msg_data);
741: IF (h_debug_flag = 'YES') THEN
742: FA_DEBUG_PKG.Write_Debug_Log;

Line 748: FA_SRVR_MSG.Add_SQL_Error(

744: END IF;
745: WHEN OTHERS THEN
746: retcode := 2; -- Completed with error.
747: IF SQLCODE <> 0 THEN
748: FA_SRVR_MSG.Add_SQL_Error(
749: CALLING_FN => 'FARX_RP.Preview_Reclass');
750: END IF;
751:
752: -- Reset global variable values.

Line 769: FA_SRVR_MSG.Write_Msg_Log(

765: IF (X_RX_Flag = 'YES') THEN
766: FND_MSG_PUB.Count_And_Get(
767: p_count => h_msg_count,
768: p_data => h_msg_data);
769: FA_SRVR_MSG.Write_Msg_Log(
770: msg_count => h_msg_count,
771: msg_data => h_msg_data);
772: IF (h_debug_flag = 'YES') THEN
773: FA_DEBUG_PKG.Write_Debug_Log;