DBA Data[Home] [Help]

APPS.PSB_PAY_ELEMENTS_PVT dependencies on STANDARD

Line 78: -- Standard Start of API savepoint

74: where pay_element_id = p_pay_element_id;
75:
76: BEGIN
77:
78: -- Standard Start of API savepoint
79:
80: SAVEPOINT INSERT_ROW_PVT;
81:
82: -- Standard call to check for call compatibility.

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

78: -- Standard Start of API savepoint
79:
80: SAVEPOINT INSERT_ROW_PVT;
81:
82: -- Standard call to check for call compatibility.
83:
84: if not FND_API.Compatible_API_Call (l_api_version,
85: p_api_version,
86: l_api_name,

Line 200: -- Standard check of p_commit.

196: raise no_data_found;
197: end if;
198: -- End of API body.
199:
200: -- Standard check of p_commit.
201:
202: if FND_API.to_Boolean (p_commit) then
203: commit work;
204: end if;

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

202: if FND_API.to_Boolean (p_commit) then
203: commit work;
204: end if;
205:
206: -- Standard call to get message count and if count is 1, get message info.
207:
208: FND_MSG_PUB.Count_And_Get (p_count => p_msg_count,
209: p_data => p_msg_data);
210:

Line 305: -- Standard Start of API savepoint

301: l_api_version CONSTANT NUMBER := 1.0;
302:
303: BEGIN
304:
305: -- Standard Start of API savepoint
306:
307: SAVEPOINT UPDATE_ROW_PVT;
308:
309: -- Standard call to check for call compatibility.

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

305: -- Standard Start of API savepoint
306:
307: SAVEPOINT UPDATE_ROW_PVT;
308:
309: -- Standard call to check for call compatibility.
310:
311: if not FND_API.Compatible_API_Call (l_api_version,
312: p_api_version,
313: l_api_name,

Line 376: -- Standard check of p_commit.

372: end if;
373:
374: -- End of API body.
375:
376: -- Standard check of p_commit.
377:
378: if FND_API.to_Boolean (p_commit) then
379: commit work;
380: end if;

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

378: if FND_API.to_Boolean (p_commit) then
379: commit work;
380: end if;
381:
382: -- Standard call to get message count and if count is 1, get message info.
383:
384: FND_MSG_PUB.Count_And_Get (p_count => p_msg_count,
385: p_data => p_msg_data);
386:

Line 1202: -- Standard Start of API savepoint

1198: order by distribution_set_id;
1199:
1200: BEGIN
1201:
1202: -- Standard Start of API savepoint
1203:
1204: SAVEPOINT Copy_Pay_Elements_Pvt;
1205:
1206: -- Standard call to check for call compatibility.

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

1202: -- Standard Start of API savepoint
1203:
1204: SAVEPOINT Copy_Pay_Elements_Pvt;
1205:
1206: -- Standard call to check for call compatibility.
1207:
1208: if not FND_API.Compatible_API_Call (l_api_version,
1209: p_api_version,
1210: l_api_name,

Line 1646: -- Standard check of p_commit.

1642: End Loop;
1643:
1644: -- End of API body.
1645:
1646: -- Standard check of p_commit.
1647:
1648: if FND_API.to_Boolean (p_commit) then
1649: commit work;
1650: end if;

Line 1652: -- Standard call to get message count AND if count is 1, get message info.

1648: if FND_API.to_Boolean (p_commit) then
1649: commit work;
1650: end if;
1651:
1652: -- Standard call to get message count AND if count is 1, get message info.
1653:
1654: FND_MSG_PUB.Count_And_Get (p_count => p_msg_count,
1655: p_data => p_msg_data);
1656: