DBA Data[Home] [Help]

APPS.PV_SELATTVAL_PUB dependencies on STANDARD

Line 36: -- Standard Start of API savepoint

32: IS
33: l_api_name CONSTANT VARCHAR2(30) := 'Create_selattval';
34: l_api_version_number CONSTANT NUMBER := 2.0;
35: BEGIN
36: -- Standard Start of API savepoint
37: SAVEPOINT CREATE_SELATTVAL_PUB;
38:
39: -- Standard call to check for call compatibility.
40: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

35: BEGIN
36: -- Standard Start of API savepoint
37: SAVEPOINT CREATE_SELATTVAL_PUB;
38:
39: -- Standard call to check for call compatibility.
40: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
41: p_api_version_number,
42: l_api_name,
43: G_PKG_NAME)

Line 101: -- Standard check for p_commit

97: --
98: -- End of API body.
99: --
100:
101: -- Standard check for p_commit
102: IF FND_API.to_Boolean( p_commit )
103: THEN
104: COMMIT WORK;
105: END IF;

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

118: AS_UTILITY_PVT.Debug_Message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, 'End time:' || TO_CHAR(SYSDATE, 'HH24:MI:SSSSS'));
119:
120: END IF;
121:
122: -- Standard call to get message count and if count is 1, get message info.
123: FND_MSG_PUB.Count_And_Get
124: ( p_count => x_msg_count,
125: p_data => x_msg_data
126: );

Line 180: -- Standard Start of API savepoint

176: IS
177: l_api_name CONSTANT VARCHAR2(30) := 'Update_selattval';
178: l_api_version_number CONSTANT NUMBER := 2.0;
179: BEGIN
180: -- Standard Start of API savepoint
181: SAVEPOINT UPDATE_SELATTVAL_PUB;
182:
183: -- Standard call to check for call compatibility.
184: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

179: BEGIN
180: -- Standard Start of API savepoint
181: SAVEPOINT UPDATE_SELATTVAL_PUB;
182:
183: -- Standard call to check for call compatibility.
184: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
185: p_api_version_number,
186: l_api_name,
187: G_PKG_NAME)

Line 239: -- Standard check for p_commit

235: --
236: -- End of API body
237: --
238:
239: -- Standard check for p_commit
240: IF FND_API.to_Boolean( p_commit )
241: THEN
242: COMMIT WORK;
243: END IF;

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

256: AS_UTILITY_PVT.Debug_Message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, 'End time:' || TO_CHAR(SYSDATE, 'HH24:MI:SSSSS'));
257:
258: END IF;
259:
260: -- Standard call to get message count and if count is 1, get message info.
261: FND_MSG_PUB.Count_And_Get
262: ( p_count => x_msg_count,
263: p_data => x_msg_data
264: );

Line 319: -- Standard Start of API savepoint

315: IS
316: l_api_name CONSTANT VARCHAR2(30) := 'Delete_selattval';
317: l_api_version_number CONSTANT NUMBER := 2.0;
318: BEGIN
319: -- Standard Start of API savepoint
320: SAVEPOINT DELETE_SELATTVAL_PUB;
321:
322: -- Standard call to check for call compatibility.
323: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

318: BEGIN
319: -- Standard Start of API savepoint
320: SAVEPOINT DELETE_SELATTVAL_PUB;
321:
322: -- Standard call to check for call compatibility.
323: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
324: p_api_version_number,
325: l_api_name,
326: G_PKG_NAME)

Line 383: -- Standard check for p_commit

379: --
380: -- End of API body
381: --
382:
383: -- Standard check for p_commit
384: IF FND_API.to_Boolean( p_commit )
385: THEN
386: COMMIT WORK;
387: END IF;

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

400: AS_UTILITY_PVT.Debug_Message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, 'End time:' || TO_CHAR(SYSDATE, 'HH24:MI:SSSSS'));
401:
402: END IF;
403:
404: -- Standard call to get message count and if count is 1, get message info.
405: FND_MSG_PUB.Count_And_Get
406: ( p_count => x_msg_count,
407: p_data => x_msg_data
408: );