DBA Data[Home] [Help]

APPS.FARX_RR dependencies on FA_SRVR_MSG

Line 358: FA_SRVR_MSG.Init_Server_Message;

354:
355: BEGIN
356:
357: -- Initialize message stacks.
358: FA_SRVR_MSG.Init_Server_Message;
359: FA_DEBUG_PKG.Initialize;
360:
361: -- Set debug flag.
362: IF (g_print_debug) THEN

Line 417: FA_SRVR_MSG.Add_Message(

413: CLOSE get_status;
414:
415: IF (h_review_status_d <> h_current_status_d) THEN
416: -- Re-using message for mass reclass program.
417: FA_SRVR_MSG.Add_Message(
418: CALLING_FN => 'FARX_RR.Review_Reclass',
419: NAME => 'FA_MASSRCL_WRONG_STATUS',
420: TOKEN1 => 'CURRENT',
421: VALUE1 => h_current_status_d,

Line 758: FA_SRVR_MSG.Write_Msg_Log(

754: IF (X_RX_Flag = 'YES') THEN
755: FND_MSG_PUB.Count_And_Get(
756: p_count => h_msg_count,
757: p_data => h_msg_data);
758: FA_SRVR_MSG.Write_Msg_Log(
759: msg_count => h_msg_count,
760: msg_data => h_msg_data);
761: IF (h_debug_flag = 'YES') THEN
762: FA_DEBUG_PKG.Write_Debug_Log;

Line 768: FA_SRVR_MSG.Add_SQL_Error(

764: END IF;
765: WHEN OTHERS THEN
766: retcode := 2; -- Completed with error.
767: IF SQLCODE <> 0 THEN
768: FA_SRVR_MSG.Add_SQL_Error(
769: CALLING_FN => 'FARX_RP.Preview_Reclass');
770: END IF;
771:
772: -- Reset global variable values.

Line 789: FA_SRVR_MSG.Write_Msg_Log(

785: IF (X_RX_Flag = 'YES') THEN
786: FND_MSG_PUB.Count_And_Get(
787: p_count => h_msg_count,
788: p_data => h_msg_data);
789: FA_SRVR_MSG.Write_Msg_Log(
790: msg_count => h_msg_count,
791: msg_data => h_msg_data);
792: IF (h_debug_flag = 'YES') THEN
793: FA_DEBUG_PKG.Write_Debug_Log;