DBA Data[Home] [Help]

APPS.PSB_DEFAULTS_PVT dependencies on STANDARD

Line 45: -- Standard Start of API savepoint

41: where default_rule_id = p_default_rule_id;
42:
43: BEGIN
44:
45: -- Standard Start of API savepoint
46:
47: SAVEPOINT INSERT_ROW_PVT;
48:
49: -- Standard call to check for call compatibility.

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

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

Line 116: -- Standard check of p_commit.

112: RAISE FND_API.G_EXC_ERROR ;
113: end if;
114: -- End of API body.
115:
116: -- Standard check of p_commit.
117:
118: if FND_API.to_Boolean (p_commit) then
119: commit work;
120: end if;

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

118: if FND_API.to_Boolean (p_commit) then
119: commit work;
120: end if;
121:
122: -- Standard call to get message count and if count is 1, get message info.
123:
124: FND_MSG_PUB.Count_And_Get (p_count => p_msg_count,
125: p_data => p_msg_data);
126:

Line 196: -- Standard Start of API savepoint

192: l_api_version CONSTANT NUMBER := 1.0;
193:
194: BEGIN
195:
196: -- Standard Start of API savepoint
197:
198: SAVEPOINT UPDATE_ROW_PVT;
199:
200: -- Standard call to check for call compatibility.

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

196: -- Standard Start of API savepoint
197:
198: SAVEPOINT UPDATE_ROW_PVT;
199:
200: -- Standard call to check for call compatibility.
201:
202: if not FND_API.Compatible_API_Call (l_api_version,
203: p_api_version,
204: l_api_name,

Line 244: -- Standard check of p_commit.

240: end if;
241:
242: -- End of API body.
243:
244: -- Standard check of p_commit.
245:
246: if FND_API.to_Boolean (p_commit) then
247: commit work;
248: end if;

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

246: if FND_API.to_Boolean (p_commit) then
247: commit work;
248: end if;
249:
250: -- Standard call to get message count and if count is 1, get message info.
251:
252: FND_MSG_PUB.Count_And_Get (p_count => p_msg_count,
253: p_data => p_msg_data);
254:

Line 317: -- Standard Start of API savepoint

313: l_api_version CONSTANT NUMBER := 1.0;
314:
315: BEGIN
316:
317: -- Standard Start of API savepoint
318:
319: SAVEPOINT DELETE_ROW_PVT;
320:
321: -- Standard call to check for call compatibility.

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

317: -- Standard Start of API savepoint
318:
319: SAVEPOINT DELETE_ROW_PVT;
320:
321: -- Standard call to check for call compatibility.
322:
323: if not FND_API.Compatible_API_Call (l_api_version,
324: p_api_version,
325: l_api_name,

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

391: END IF;*/
392: END IF;
393: /* Bug 1308558 End */
394:
395: -- Standard call to get message count and if count is 1, get message info.
396:
397: FND_MSG_PUB.Count_And_Get (p_count => p_msg_count,
398: p_data => p_msg_data);
399:

Line 400: -- Standard check of p_commit.

396:
397: FND_MSG_PUB.Count_And_Get (p_count => p_msg_count,
398: p_data => p_msg_data);
399:
400: -- Standard check of p_commit.
401:
402: if FND_API.to_Boolean (p_commit) then
403: commit work;
404: end if;