DBA Data[Home] [Help]

APPS.IEX_PROMISES_PUB dependencies on STANDARD

Line 51: -- Standard start of API savepoint

47: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
48: iex_debug_pub.LogMessage(G_PKG_NAME || '.' || l_api_name || ': start');
49: END IF;
50:
51: -- Standard start of API savepoint
52: SAVEPOINT SHOW_IN_UWQ_PVT;
53:
54: -- Standard call to check for call compatibility
55: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN

Line 54: -- Standard call to check for call compatibility

50:
51: -- Standard start of API savepoint
52: SAVEPOINT SHOW_IN_UWQ_PVT;
53:
54: -- Standard call to check for call compatibility
55: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
56: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
57: END IF;
58:

Line 206: -- Standard check of p_commit.

202: end if;
203:
204: -- END OF BODY OF API
205:
206: -- Standard check of p_commit.
207: IF FND_API.To_Boolean( p_commit ) THEN
208: COMMIT WORK;
209: END IF;
210:

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

208: COMMIT WORK;
209: END IF;
210:
211: x_return_status := l_return_status;
212: -- Standard call to get message count and if count is 1, get message info
213: FND_MSG_PUB.Count_And_Get(
214: p_encoded => FND_API.G_FALSE,
215: p_count => x_msg_count,
216: p_data => x_msg_data);

Line 1090: -- Standard start of API savepoint

1086:
1087: BEGIN
1088: l_promise_state := 'PROMISE';
1089:
1090: -- Standard start of API savepoint
1091: SAVEPOINT INSERT_PROMISE_PVT;
1092:
1093: -- Standard call to check for call compatibility
1094: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN

Line 1093: -- Standard call to check for call compatibility

1089:
1090: -- Standard start of API savepoint
1091: SAVEPOINT INSERT_PROMISE_PVT;
1092:
1093: -- Standard call to check for call compatibility
1094: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
1095: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1096: END IF;
1097:

Line 1346: -- Standard check of p_commit.

1342: */
1343:
1344: -- END OF BODY OF API
1345:
1346: -- Standard check of p_commit.
1347: IF FND_API.To_Boolean( p_commit ) THEN
1348: COMMIT WORK;
1349: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
1350: iex_debug_pub.LogMessage(G_PKG_NAME || '.' || l_api_name || ': commited');

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

1351: END IF;
1352: END IF;
1353:
1354: x_return_status := l_return_status;
1355: -- Standard call to get message count and if count is 1, get message info
1356: FND_MSG_PUB.Count_And_Get(
1357: p_encoded => FND_API.G_FALSE,
1358: p_count => x_msg_count,
1359: p_data => x_msg_data);

Line 1704: -- Standard start of API savepoint

1700: Type refCur is Ref Cursor;
1701: l_cursor refCur;
1702:
1703: BEGIN
1704: -- Standard start of API savepoint
1705: SAVEPOINT UPDATE_PROMISE_PVT;
1706:
1707: -- Standard call to check for call compatibility
1708: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN

Line 1707: -- Standard call to check for call compatibility

1703: BEGIN
1704: -- Standard start of API savepoint
1705: SAVEPOINT UPDATE_PROMISE_PVT;
1706:
1707: -- Standard call to check for call compatibility
1708: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
1709: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1710: END IF;
1711:

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

1900:
1901: -- END OF BODY OF API
1902:
1903: x_return_status := l_return_status;
1904: -- Standard call to get message count and if count is 1, get message info
1905: FND_MSG_PUB.Count_And_Get(
1906: p_encoded => FND_API.G_FALSE,
1907: p_count => x_msg_count,
1908: p_data => x_msg_data);

Line 2013: -- Standard start of API savepoint

2009:
2010: BEGIN
2011: l_promise_status := 'CANCELLED';
2012:
2013: -- Standard start of API savepoint
2014: SAVEPOINT CANCEL_PROMISE_PVT;
2015:
2016: -- Standard call to check for call compatibility
2017: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN

Line 2016: -- Standard call to check for call compatibility

2012:
2013: -- Standard start of API savepoint
2014: SAVEPOINT CANCEL_PROMISE_PVT;
2015:
2016: -- Standard call to check for call compatibility
2017: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
2018: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
2019: END IF;
2020:

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

2171:
2172: -- END OF BODY OF API
2173:
2174: x_return_status := l_return_status;
2175: -- Standard call to get message count and if count is 1, get message info
2176: FND_MSG_PUB.Count_And_Get(
2177: p_encoded => FND_API.G_FALSE,
2178: p_count => x_msg_count,
2179: p_data => x_msg_data);

Line 2407: -- Standard start of API savepoint

2403:
2404:
2405: BEGIN
2406:
2407: -- Standard start of API savepoint
2408: SAVEPOINT MASS_PROMISE_PVT;
2409:
2410: -- Standard call to check for call compatibility
2411: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN

Line 2410: -- Standard call to check for call compatibility

2406:
2407: -- Standard start of API savepoint
2408: SAVEPOINT MASS_PROMISE_PVT;
2409:
2410: -- Standard call to check for call compatibility
2411: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
2412: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
2413: END IF;
2414:

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

2804:
2805: -- END OF BODY OF API
2806:
2807: x_return_status := l_return_status;
2808: -- Standard call to get message count and if count is 1, get message info
2809: FND_MSG_PUB.Count_And_Get(
2810: p_encoded => FND_API.G_FALSE,
2811: p_count => x_msg_count,
2812: p_data => x_msg_data);