DBA Data[Home] [Help]

APPS.FEM_CHECK_BR_DIS_MBRS_PKG dependencies on FND_MESSAGE

Line 1997: -- Checks the FND Message stack and posts any messages from the stack

1993: -- PROCEDURE
1994: -- Get_Put_Messages
1995: --
1996: -- DESCRIPTION
1997: -- Checks the FND Message stack and posts any messages from the stack
1998: -- into the concurrent program log.
1999: --
2000: -------------------------------------------------------------------------------
2001: PROCEDURE Get_Put_Messages

Line 2036: FND_MESSAGE.Set_Encoded(v_msg_data);

2032: -- If there is only one message, it would be returned in v_msg_data
2033: -- so just decode and output it.
2034: -- Otherwise, loop through the message stack to get each message.
2035: IF (v_msg_count = 1) THEN
2036: FND_MESSAGE.Set_Encoded(v_msg_data);
2037: v_message := FND_MESSAGE.Get;
2038:
2039: FEM_ENGINES_PKG.User_Message(p_msg_text => v_message);
2040:

Line 2037: v_message := FND_MESSAGE.Get;

2033: -- so just decode and output it.
2034: -- Otherwise, loop through the message stack to get each message.
2035: IF (v_msg_count = 1) THEN
2036: FND_MESSAGE.Set_Encoded(v_msg_data);
2037: v_message := FND_MESSAGE.Get;
2038:
2039: FEM_ENGINES_PKG.User_Message(p_msg_text => v_message);
2040:
2041: IF FND_LOG.level_statement >= FND_LOG.G_CURRENT_RUNTIME_LEVEL THEN