DBA Data[Home] [Help]

APPS.AS_LLOG_SUMMARY_PKG dependencies on FND_MSG_PUB

Line 11: AS_UTILITY_PVT.Debug_Message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, p_mssg);

7: BEGIN
8: /*
9: --IF G_Debug AND p_debug_source = G_DEBUG_TRIGGER THEN
10: -- Write debug message to message stack
11: AS_UTILITY_PVT.Debug_Message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, p_mssg);
12: --END IF;
13: */
14: IF fnd_msg_pub.Check_Msg_Level (fnd_msg_pub.G_MSG_LVL_DEBUG_LOW) THEN
15: fnd_message.Set_Name('AS', 'AS_DEBUG_MESSAGE');

Line 14: IF fnd_msg_pub.Check_Msg_Level (fnd_msg_pub.G_MSG_LVL_DEBUG_LOW) THEN

10: -- Write debug message to message stack
11: AS_UTILITY_PVT.Debug_Message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, p_mssg);
12: --END IF;
13: */
14: IF fnd_msg_pub.Check_Msg_Level (fnd_msg_pub.G_MSG_LVL_DEBUG_LOW) THEN
15: fnd_message.Set_Name('AS', 'AS_DEBUG_MESSAGE');
16: fnd_message.Set_Token('TEXT', p_mssg );
17: fnd_msg_pub.Add;
18: END IF;

Line 17: fnd_msg_pub.Add;

13: */
14: IF fnd_msg_pub.Check_Msg_Level (fnd_msg_pub.G_MSG_LVL_DEBUG_LOW) THEN
15: fnd_message.Set_Name('AS', 'AS_DEBUG_MESSAGE');
16: fnd_message.Set_Token('TEXT', p_mssg );
17: fnd_msg_pub.Add;
18: END IF;
19:
20:
21: IF p_debug_source = G_DEBUG_CONCURRENT THEN