DBA Data[Home] [Help]

APPS.JTF_TERR_SALES_PUB dependencies on STANDARD

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

250: 'jtf.plsql.jtf_terr_sales_pub.get_winningterrmembers.begin',
251: 'Start of the procedure jtf_terr_sales_pub.get_winningterrmembers');
252: END IF;
253:
254: -- Standard call to check for call compatibility.
255: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
256: p_api_version_number,
257: l_api_name,
258: G_PKG_NAME)

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

664: /* 2167091 bug fix: JDOCHERT: 01/17/02 */
665: lp_Acc_Rec JTF_TERRITORY_PUB.JTF_Account_BULK_rec_type;
666:
667: BEGIN
668: -- Standard call to check for call compatibility.
669: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
670: p_api_version_number,
671: l_api_name,
672: G_PKG_NAME)

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

758: FND_MESSAGE.Set_Name('JTF', 'JTF_TERR_WIN_ACCT_END');
759: FND_MSG_PUB.Add;
760: END IF;
761:
762: -- Standard call to get message count and if count is 1, get message info.
763: FND_MSG_PUB.Count_And_Get
764: ( p_count => x_msg_count,
765: p_data => x_msg_data
766: );