DBA Data[Home] [Help]

APPS.PV_ENTYRLS_PUB dependencies on STANDARD

Line 36: -- Standard Start of API savepoint

32: IS
33: l_api_name CONSTANT VARCHAR2(30) := 'Create_entyrls';
34: l_api_version_number CONSTANT NUMBER := 2.0;
35: BEGIN
36: -- Standard Start of API savepoint
37: SAVEPOINT CREATE_ENTYRLS_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_ENTYRLS_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_entyrls';
179: l_api_version_number CONSTANT NUMBER := 2.0;
180: BEGIN
181: -- Standard Start of API savepoint
182: SAVEPOINT UPDATE_ENTYRLS_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_ENTYRLS_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 244: -- Standard check for p_commit

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

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

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

Line 325: -- Standard Start of API savepoint

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

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

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

Line 388: -- Standard check for p_commit

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

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

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