DBA Data[Home] [Help]

APPS.JTF_TERR_OKS_PUB dependencies on STANDARD

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

68: lx_rec JTF_TERR_ASSIGN_PUB.bulk_winners_rec_type;
69: BEGIN
70: --dbms_output.put_line('J_T_O_P.Get_WinningTerrMembers: BEGIN');
71:
72: -- Standard call to check for call compatibility.
73: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
74: p_api_version_number,
75: l_api_name,
76: G_PKG_NAME)

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

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.
157: FND_MSG_PUB.Count_And_Get
158: ( p_count => x_msg_count,
159: p_data => x_msg_data
160: );