DBA Data[Home] [Help]

APPS.AST_SEARCHURL_PVT dependencies on STANDARD

Line 80: -- Standard begin of API savepoint

76: WHERE cgi_switch_id = x_cgi_switch_id;
77:
78: BEGIN
79: --dbms_output.put_line('In Query_SearchURL ....');
80: -- Standard begin of API savepoint
81: SAVEPOINT Query_SearchURL_PVT;
82:
83: -- Standard call to check for call compatibility.
84: IF NOT FND_API.Compatible_API_Call (l_api_version,

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

79: --dbms_output.put_line('In Query_SearchURL ....');
80: -- Standard begin of API savepoint
81: SAVEPOINT Query_SearchURL_PVT;
82:
83: -- Standard call to check for call compatibility.
84: IF NOT FND_API.Compatible_API_Call (l_api_version,
85: p_api_version,
86: l_api_name,
87: G_PKG_NAME) THEN

Line 256: -- Standard check of p_commit

252: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
253: END IF;
254: END IF;
255:
256: -- Standard check of p_commit
257: IF FND_API.To_Boolean(p_commit) THEN
258: COMMIT WORK;
259: END IF;
260:

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

257: IF FND_API.To_Boolean(p_commit) THEN
258: COMMIT WORK;
259: END IF;
260:
261: -- Standard call to get message count and if count is 1, get message info
262: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count, p_data => x_msg_data);
263:
264:
265: EXCEPTION