DBA Data[Home] [Help]

APPS.PSB_ELEMENT_POS_SET_GROUPS_PVT dependencies on STANDARD

Line 38: -- Standard Start of API savepoint

34: and pay_element_id = p_pay_element_id;
35:
36: BEGIN
37:
38: -- Standard Start of API savepoint
39:
40: SAVEPOINT INSERT_ROW_PVT;
41:
42: -- Standard call to check for call compatibility.

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

38: -- Standard Start of API savepoint
39:
40: SAVEPOINT INSERT_ROW_PVT;
41:
42: -- Standard call to check for call compatibility.
43:
44: if not FND_API.Compatible_API_Call (l_api_version,
45: p_api_version,
46: l_api_name,

Line 95: -- Standard check of p_commit.

91: raise no_data_found;
92: end if;
93: -- End of API body.
94:
95: -- Standard check of p_commit.
96:
97: if FND_API.to_Boolean (p_commit) then
98: commit work;
99: end if;

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

97: if FND_API.to_Boolean (p_commit) then
98: commit work;
99: end if;
100:
101: -- Standard call to get message count and if count is 1, get message info.
102:
103: FND_MSG_PUB.Count_And_Get (p_count => p_msg_count,
104: p_data => p_msg_data);
105:

Line 167: -- Standard Start of API savepoint

163: l_api_version CONSTANT NUMBER := 1.0;
164:
165: BEGIN
166:
167: -- Standard Start of API savepoint
168:
169: SAVEPOINT UPDATE_ROW_PVT;
170:
171: -- Standard call to check for call compatibility.

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

167: -- Standard Start of API savepoint
168:
169: SAVEPOINT UPDATE_ROW_PVT;
170:
171: -- Standard call to check for call compatibility.
172:
173: if not FND_API.Compatible_API_Call (l_api_version,
174: p_api_version,
175: l_api_name,

Line 206: -- Standard check of p_commit.

202: end if;
203:
204: -- End of API body.
205:
206: -- Standard check of p_commit.
207:
208: if FND_API.to_Boolean (p_commit) then
209: commit work;
210: end if;

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

208: if FND_API.to_Boolean (p_commit) then
209: commit work;
210: end if;
211:
212: -- Standard call to get message count and if count is 1, get message info.
213:
214: FND_MSG_PUB.Count_And_Get (p_count => p_msg_count,
215: p_data => p_msg_data);
216:

Line 275: -- Standard Start of API savepoint

271: l_api_version CONSTANT NUMBER := 1.0;
272:
273: BEGIN
274:
275: -- Standard Start of API savepoint
276:
277: SAVEPOINT DELETE_ROW_PVT;
278:
279: -- Standard call to check for call compatibility.

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

275: -- Standard Start of API savepoint
276:
277: SAVEPOINT DELETE_ROW_PVT;
278:
279: -- Standard call to check for call compatibility.
280:
281: if not FND_API.Compatible_API_Call (l_api_version,
282: p_api_version,
283: l_api_name,

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

308: if (SQL%NOTFOUND) then
309: RAISE NO_DATA_FOUND;
310: end if;
311:
312: -- Standard call to get message count and if count is 1, get message info.
313:
314: FND_MSG_PUB.Count_And_Get (p_count => p_msg_count,
315: p_data => p_msg_data);
316:

Line 317: -- Standard check of p_commit.

313:
314: FND_MSG_PUB.Count_And_Get (p_count => p_msg_count,
315: p_data => p_msg_data);
316:
317: -- Standard check of p_commit.
318:
319: if FND_API.to_Boolean (p_commit) then
320: commit work;
321: end if;