DBA Data[Home] [Help]

APPS.IEX_WEBDIR_PKG dependencies on STANDARD

Line 49: -- Standard begin of API savepoint

45: l_web_assist_rec web_assist_rec_type;
46: l_web_search_rec web_search_rec_type;
47: l_query_string_rec query_string_rec_type;
48: BEGIN
49: -- Standard begin of API savepoint
50: SAVEPOINT Create_WebAssist_PVT;
51:
52: -- Standard call to check FOR call compatibility.
53: IF NOT FND_API.Compatible_API_Call (l_api_version,

Line 52: -- Standard call to check FOR call compatibility.

48: BEGIN
49: -- Standard begin of API savepoint
50: SAVEPOINT Create_WebAssist_PVT;
51:
52: -- Standard call to check FOR call compatibility.
53: IF NOT FND_API.Compatible_API_Call (l_api_version,
54: p_api_version,
55: l_api_name,
56: G_PKG_NAME)

Line 281: -- Standard check of p_commit.

277: );
278: END IF;
279: END IF;
280:
281: -- Standard check of p_commit.
282: IF FND_API.To_Boolean ( p_commit ) THEN
283: COMMIT WORK;
284: END IF;
285:

Line 286: -- Standard call to get message count AND IF count is 1, get message info.

282: IF FND_API.To_Boolean ( p_commit ) THEN
283: COMMIT WORK;
284: END IF;
285:
286: -- Standard call to get message count AND IF count is 1, get message info.
287: FND_MSG_PUB.Count_And_Get ( p_count => x_msg_count,
288: p_data => x_msg_data );
289:
290:

Line 343: -- Standard begin of API savepoint

339: l_query_string_rec query_string_rec_type;
340:
341: BEGIN
342:
343: -- Standard begin of API savepoint
344: SAVEPOINT Lock_WebAssist_PVT;
345:
346: -- Standard call to check FOR call compatibility.
347: IF NOT FND_API.Compatible_API_Call (l_api_version,

Line 346: -- Standard call to check FOR call compatibility.

342:
343: -- Standard begin of API savepoint
344: SAVEPOINT Lock_WebAssist_PVT;
345:
346: -- Standard call to check FOR call compatibility.
347: IF NOT FND_API.Compatible_API_Call (l_api_version,
348: p_api_version,
349: l_api_name,
350: G_PKG_NAME)

Line 403: -- Standard check of p_commit.

399: END;
400:
401: -- ENDof API body
402:
403: -- Standard check of p_commit.
404: IF FND_API.To_Boolean ( p_commit ) THEN
405: COMMIT WORK;
406: END IF;
407:

Line 408: -- Standard call to get message count AND IF count is 1, get message info.

404: IF FND_API.To_Boolean ( p_commit ) THEN
405: COMMIT WORK;
406: END IF;
407:
408: -- Standard call to get message count AND IF count is 1, get message info.
409:
410: FND_MSG_PUB.Count_And_Get ( p_count => x_msg_count,
411: p_data => x_msg_data );
412:

Line 466: -- Standard begin of API savepoint

462: l_web_search_rec web_search_rec_type;
463: l_query_string_rec query_string_rec_type;
464:
465: BEGIN
466: -- Standard begin of API savepoint
467: SAVEPOINT Update_WebAssist_PVT;
468: -- Standard call to check FOR call compatibility.
469: IF NOT FND_API.Compatible_API_Call (l_api_version,
470: p_api_version,

Line 468: -- Standard call to check FOR call compatibility.

464:
465: BEGIN
466: -- Standard begin of API savepoint
467: SAVEPOINT Update_WebAssist_PVT;
468: -- Standard call to check FOR call compatibility.
469: IF NOT FND_API.Compatible_API_Call (l_api_version,
470: p_api_version,
471: l_api_name,
472: G_PKG_NAME)

Line 575: -- Standard check of p_commit.

571: attribute14 = p_query_string_rec.attribute14,
572: attribute15 = p_query_string_rec.attribute15
573: WHERE query_string_id = p_query_string_rec.query_string_id;
574:
575: -- Standard check of p_commit.
576: IF FND_API.To_Boolean ( p_commit ) THEN
577: COMMIT WORK;
578: END IF;
579:

Line 580: -- Standard call to get message count AND IF count is 1, get message info.

576: IF FND_API.To_Boolean ( p_commit ) THEN
577: COMMIT WORK;
578: END IF;
579:
580: -- Standard call to get message count AND IF count is 1, get message info.
581: FND_MSG_PUB.Count_And_Get ( p_count => x_msg_count,
582: p_data => x_msg_data );
583:
584:

Line 646: -- Standard begin of API savepoint

642: l_web_search_rec web_search_rec_type;
643: l_query_string_rec query_string_rec_type;
644:
645: BEGIN
646: -- Standard begin of API savepoint
647: SAVEPOINT Delete_WebAssist_PVT;
648:
649: -- Standard call to check FOR call compatibility.
650: IF NOT FND_API.Compatible_API_Call (l_api_version,

Line 649: -- Standard call to check FOR call compatibility.

645: BEGIN
646: -- Standard begin of API savepoint
647: SAVEPOINT Delete_WebAssist_PVT;
648:
649: -- Standard call to check FOR call compatibility.
650: IF NOT FND_API.Compatible_API_Call (l_api_version,
651: p_api_version,
652: l_api_name,
653: G_PKG_NAME)

Line 691: -- Standard check of p_commit.

687: WHERE web_assist_id = p_web_assist_rec.web_assist_id;
688: END IF;
689:
690:
691: -- Standard check of p_commit.
692: IF FND_API.To_Boolean ( p_commit ) THEN
693: commit work;
694: END IF;
695: -- ENDof API body

Line 697: -- Standard call to get message count AND IF count is 1, get message info.

693: commit work;
694: END IF;
695: -- ENDof API body
696:
697: -- Standard call to get message count AND IF count is 1, get message info.
698: FND_MSG_PUB.Count_And_Get ( p_count => x_msg_count,
699: p_data => x_msg_data );
700:
701: