DBA Data[Home] [Help]

APPS.JTF_TERR_OKS_PUB dependencies on FND_MESSAGE

Line 91: FND_MESSAGE.Set_Name('JTF', 'JTF_TERR_MEMBERS_KREN_START');

87:
88: -- Debug Message
89: IF FND_MSG_PUB.Check_Msg_Level (FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW)
90: THEN
91: FND_MESSAGE.Set_Name('JTF', 'JTF_TERR_MEMBERS_KREN_START');
92: FND_MSG_PUB.Add;
93: END IF;
94:
95: -------------------

Line 152: FND_MESSAGE.Set_Name('JTF', 'JTF_TERR_MEMBERS_KREN_END');

148: --
149: -- Debug Message
150: IF FND_MSG_PUB.Check_Msg_Level (FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW)
151: THEN
152: FND_MESSAGE.Set_Name('JTF', 'JTF_TERR_MEMBERS_KREN_END');
153: FND_MSG_PUB.Add;
154: END IF;
155:
156: -- Standard call to get message count and if count is 1, get message info.