DBA Data[Home] [Help]

APPS.JTF_TERR_NAMEACC_PUB dependencies on STANDARD

Line 83: -- Standard call to check for call compatibility.

79: 'jtf.plsql.JTF_TERR_NAMEACC_PUB.Set_Winners_tbl.begin',
80: 'Start of the procedure JTF_TERR_NAMEACC_PUB.Set_Winners_tbl');
81: END IF;
82: FND_MSG_PUB.initialize;
83: -- Standard call to check for call compatibility.
84: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
85: p_api_version_number,
86: l_api_name,
87: G_PKG_NAME)

Line 311: -- Standard call to get message count and if count is 1, get message info.

307: THEN
308: FND_MESSAGE.Set_Name('JTF', G_PKG_NAME || '_END');
309: FND_MSG_PUB.Add;
310: END IF;
311: -- Standard call to get message count and if count is 1, get message info.
312: FND_MSG_PUB.Count_And_Get
313: ( p_count => x_msg_count,
314: p_data => x_msg_data
315: );