DBA Data[Home] [Help]

APPS.PSB_DEFAULT_ASSIGNMENTS_PVT dependencies on STANDARD

Line 48: -- Standard Start of API savepoint

44: and default_assignment_id = p_default_assignment_id;
45:
46: BEGIN
47:
48: -- Standard Start of API savepoint
49:
50: SAVEPOINT INSERT_ROW_PVT;
51:
52: -- Standard call to check for call compatibility.

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

48: -- Standard Start of API savepoint
49:
50: SAVEPOINT INSERT_ROW_PVT;
51:
52: -- Standard call to check for call compatibility.
53:
54: if not FND_API.Compatible_API_Call (l_api_version,
55: p_api_version,
56: l_api_name,

Line 123: -- Standard check of p_commit.

119: raise no_data_found;
120: end if;
121: -- End of API body.
122:
123: -- Standard check of p_commit.
124:
125: if FND_API.to_Boolean (p_commit) then
126: commit work;
127: end if;

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

125: if FND_API.to_Boolean (p_commit) then
126: commit work;
127: end if;
128:
129: -- Standard call to get message count and if count is 1, get message info.
130:
131: FND_MSG_PUB.Count_And_Get (p_count => p_msg_count,
132: p_data => p_msg_data);
133:

Line 205: -- Standard Start of API savepoint

201: l_api_version CONSTANT NUMBER := 1.0;
202:
203: BEGIN
204:
205: -- Standard Start of API savepoint
206:
207: SAVEPOINT UPDATE_ROW_PVT;
208:
209: -- Standard call to check for call compatibility.

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

205: -- Standard Start of API savepoint
206:
207: SAVEPOINT UPDATE_ROW_PVT;
208:
209: -- Standard call to check for call compatibility.
210:
211: if not FND_API.Compatible_API_Call (l_api_version,
212: p_api_version,
213: l_api_name,

Line 254: -- Standard check of p_commit.

250: end if;
251:
252: -- End of API body.
253:
254: -- Standard check of p_commit.
255:
256: if FND_API.to_Boolean (p_commit) then
257: commit work;
258: end if;

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

256: if FND_API.to_Boolean (p_commit) then
257: commit work;
258: end if;
259:
260: -- Standard call to get message count and if count is 1, get message info.
261:
262: FND_MSG_PUB.Count_And_Get (p_count => p_msg_count,
263: p_data => p_msg_data);
264:

Line 322: -- Standard Start of API savepoint

318: l_api_version CONSTANT NUMBER := 1.0;
319:
320: BEGIN
321:
322: -- Standard Start of API savepoint
323:
324: SAVEPOINT DELETE_ROW_PVT;
325:
326: -- Standard call to check for call compatibility.

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

322: -- Standard Start of API savepoint
323:
324: SAVEPOINT DELETE_ROW_PVT;
325:
326: -- Standard call to check for call compatibility.
327:
328: if not FND_API.Compatible_API_Call (l_api_version,
329: p_api_version,
330: l_api_name,

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

348: if (SQL%NOTFOUND) then
349: RAISE NO_DATA_FOUND;
350: end if;
351:
352: -- Standard call to get message count and if count is 1, get message info.
353:
354: FND_MSG_PUB.Count_And_Get (p_count => p_msg_count,
355: p_data => p_msg_data);
356:

Line 357: -- Standard check of p_commit.

353:
354: FND_MSG_PUB.Count_And_Get (p_count => p_msg_count,
355: p_data => p_msg_data);
356:
357: -- Standard check of p_commit.
358:
359: if FND_API.to_Boolean (p_commit) then
360: commit work;
361: end if;