DBA Data[Home] [Help]

APPS.JTF_MSITE_PRTY_ACCSS_MGR_PVT dependencies on STANDARD

Line 59: -- Standard Start of API savepoint

55: AND party_id = l_c_party_id;
56:
57: BEGIN
58:
59: -- Standard Start of API savepoint
60: SAVEPOINT Associate_Parties_To_Msite_Pvt;
61:
62: -- Standard call to check for call compatibility.
63: IF NOT FND_API.Compatible_API_Call(l_api_version,

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

58:
59: -- Standard Start of API savepoint
60: SAVEPOINT Associate_Parties_To_Msite_Pvt;
61:
62: -- Standard call to check for call compatibility.
63: IF NOT FND_API.Compatible_API_Call(l_api_version,
64: p_api_version,
65: l_api_name,
66: G_PKG_NAME)

Line 136: -- Standard check of p_commit.

132:
133: --
134: -- End of main API body.
135:
136: -- Standard check of p_commit.
137: IF (FND_API.To_Boolean(p_commit)) THEN
138: COMMIT WORK;
139: END IF;
140:

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

137: IF (FND_API.To_Boolean(p_commit)) THEN
138: COMMIT WORK;
139: END IF;
140:
141: -- Standard call to get message count and if count is 1, get message info.
142: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count,
143: p_data => x_msg_data,
144: p_encoded => 'F');
145:

Line 210: -- Standard Start of API savepoint

206: l_api_version CONSTANT NUMBER := 1.0;
207:
208: BEGIN
209:
210: -- Standard Start of API savepoint
211: SAVEPOINT Update_Delete_Msite_Prty_Pvt;
212:
213: -- Standard call to check for call compatibility.
214: IF NOT FND_API.Compatible_API_Call(l_api_version,

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

209:
210: -- Standard Start of API savepoint
211: SAVEPOINT Update_Delete_Msite_Prty_Pvt;
212:
213: -- Standard call to check for call compatibility.
214: IF NOT FND_API.Compatible_API_Call(l_api_version,
215: p_api_version,
216: l_api_name,
217: G_PKG_NAME)

Line 328: -- Standard check of p_commit.

324: END;
325:
326: -- End of main API body.
327:
328: -- Standard check of p_commit.
329: IF (FND_API.To_Boolean(p_commit)) THEN
330: COMMIT WORK;
331: END IF;
332:

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

329: IF (FND_API.To_Boolean(p_commit)) THEN
330: COMMIT WORK;
331: END IF;
332:
333: -- Standard call to get message count and if count is 1, get message info.
334: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count,
335: p_data => x_msg_data,
336: p_encoded => 'F');
337:

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

492: l_criteria_value_str VARCHAR2(256);
493:
494: BEGIN
495:
496: -- Standard call to check for call compatibility.
497: IF NOT FND_API.Compatible_API_Call(l_api_version,
498: p_api_version,
499: l_api_name,
500: G_PKG_NAME)

Line 570: -- Standard check of p_commit.

566:
567: --
568: -- End of main API body.
569:
570: -- Standard check of p_commit.
571: IF (FND_API.To_Boolean(p_commit)) THEN
572: COMMIT WORK;
573: END IF;
574:

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

571: IF (FND_API.To_Boolean(p_commit)) THEN
572: COMMIT WORK;
573: END IF;
574:
575: -- Standard call to get message count and if count is 1, get message info.
576: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count,
577: p_data => x_msg_data,
578: p_encoded => 'F');
579:

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

636: l_tmp_str VARCHAR2(2000);
637:
638: BEGIN
639:
640: -- Standard call to check for call compatibility.
641: IF NOT FND_API.Compatible_API_Call(l_api_version,
642: p_api_version,
643: l_api_name,
644: G_PKG_NAME)

Line 705: -- Standard check of p_commit.

701:
702: --
703: -- End of main API body.
704:
705: -- Standard check of p_commit.
706: IF (FND_API.To_Boolean(p_commit)) THEN
707: COMMIT WORK;
708: END IF;
709:

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

706: IF (FND_API.To_Boolean(p_commit)) THEN
707: COMMIT WORK;
708: END IF;
709:
710: -- Standard call to get message count and if count is 1, get message info.
711: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count,
712: p_data => x_msg_data,
713: p_encoded => 'F');
714: