DBA Data[Home] [Help]

APPS.JTF_TERR_LOOKUP_PUB dependencies on STANDARD

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

100:
101:
102: FND_MSG_PUB.initialize;
103:
104: -- Standard call to check for call compatibility.
105: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
106: p_api_version_number,
107: l_api_name,
108: G_PKG_NAME)

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

410: --dbms_output.put_line('JTF_TERR_LOOKUP_PUB: Convert to bulk ');
411:
412: FND_MSG_PUB.initialize;
413:
414: -- Standard call to check for call compatibility.
415: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
416: p_api_version_number,
417: l_api_name,
418: G_PKG_NAME)

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

933: FND_MESSAGE.Set_Name('JTF', 'JTF_TERR_MEMBERS_ACCT_END');
934: FND_MSG_PUB.Add;
935: END IF;
936:
937: -- Standard call to get message count and if count is 1, get message info.
938: FND_MSG_PUB.Count_And_Get
939: ( p_count => x_msg_count,
940: p_data => x_msg_data
941: );