DBA Data[Home] [Help]

APPS.PV_ENTYATTMAP_PUB dependencies on STANDARD

Line 36: -- Standard Start of API savepoint

32: IS
33: l_api_name CONSTANT VARCHAR2(30) := 'Create_entyattmap';
34: l_api_version_number CONSTANT NUMBER := 2.0;
35: BEGIN
36: -- Standard Start of API savepoint
37: SAVEPOINT CREATE_ENTYATTMAP_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_ENTYATTMAP_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 102: -- Standard check for p_commit

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

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

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

Line 181: -- Standard Start of API savepoint

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

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

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

Line 245: -- Standard check for p_commit

241: --
242: -- End of API body
243: --
244:
245: -- Standard check for p_commit
246: IF FND_API.to_Boolean( p_commit )
247: THEN
248: COMMIT WORK;
249: END IF;

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

262: AS_UTILITY_PVT.Debug_Message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, 'End time:' || TO_CHAR(SYSDATE, 'HH24:MI:SSSSS'));
263:
264: END IF;
265:
266: -- Standard call to get message count and if count is 1, get message info.
267: FND_MSG_PUB.Count_And_Get
268: ( p_count => x_msg_count,
269: p_data => x_msg_data
270: );

Line 326: -- Standard Start of API savepoint

322: IS
323: l_api_name CONSTANT VARCHAR2(30) := 'Delete_entyattmap';
324: l_api_version_number CONSTANT NUMBER := 2.0;
325: BEGIN
326: -- Standard Start of API savepoint
327: SAVEPOINT DELETE_ENTYATTMAP_PUB;
328:
329: -- Standard call to check for call compatibility.
330: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

325: BEGIN
326: -- Standard Start of API savepoint
327: SAVEPOINT DELETE_ENTYATTMAP_PUB;
328:
329: -- Standard call to check for call compatibility.
330: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
331: p_api_version_number,
332: l_api_name,
333: G_PKG_NAME)

Line 389: -- Standard check for p_commit

385: --
386: -- End of API body
387: --
388:
389: -- Standard check for p_commit
390: IF FND_API.to_Boolean( p_commit )
391: THEN
392: COMMIT WORK;
393: END IF;

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

406: AS_UTILITY_PVT.Debug_Message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, 'End time:' || TO_CHAR(SYSDATE, 'HH24:MI:SSSSS'));
407:
408: END IF;
409:
410: -- Standard call to get message count and if count is 1, get message info.
411: FND_MSG_PUB.Count_And_Get
412: ( p_count => x_msg_count,
413: p_data => x_msg_data
414: );