DBA Data[Home] [Help]

APPS.PV_SELCRIT_PUB dependencies on STANDARD

Line 35: -- Standard Start of API savepoint

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

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

34: BEGIN
35: -- Standard Start of API savepoint
36: SAVEPOINT CREATE_SELCRIT_PUB;
37:
38: -- Standard call to check for call compatibility.
39: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
40: p_api_version_number,
41: l_api_name,
42: 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_selcrit';
179: l_api_version_number CONSTANT NUMBER := 2.0;
180: BEGIN
181: -- Standard Start of API savepoint
182: SAVEPOINT UPDATE_SELCRIT_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_SELCRIT_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 324: -- Standard Start of API savepoint

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

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

323: BEGIN
324: -- Standard Start of API savepoint
325: SAVEPOINT DELETE_SELCRIT_PUB;
326:
327: -- Standard call to check for call compatibility.
328: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
329: p_api_version_number,
330: l_api_name,
331: 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: );