DBA Data[Home] [Help]

APPS.DPP_BUSINESSEVENTS_PVT dependencies on STANDARD

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

69: BEGIN
70:
71: SAVEPOINT SEND_CANCEL_NOTIF;
72:
73: -- Standard call to check for call compatibility.
74: IF NOT FND_API.COMPATIBLE_API_CALL (L_API_VERSION, P_API_VERSION, L_API_NAME, G_PKG_NAME)
75: THEN
76: DPP_UTILITY_PVT.DEBUG_MESSAGE(FND_LOG.LEVEL_STATEMENT, l_module, L_API_NAME || ' : Not a compatible API call.');
77: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

Line 161: -- Standard call to get message count and if count=1, get the message

157: EXCEPTION
158: WHEN FND_API.G_EXC_ERROR THEN
159: ROLLBACK TO SEND_CANCEL_NOTIF;
160: X_RETURN_STATUS := FND_API.G_RET_STS_ERROR;
161: -- Standard call to get message count and if count=1, get the message
162: FND_MSG_PUB.COUNT_AND_GET (P_ENCODED => FND_API.G_FALSE, P_COUNT => X_MSG_COUNT, P_DATA => X_MSG_DATA);
163: IF X_MSG_COUNT > 1 THEN
164: FOR I IN 1..X_MSG_COUNT LOOP
165: X_MSG_DATA := SUBSTR((x_msg_data||' '|| FND_MSG_PUB.GET(P_MSG_INDEX => I, P_ENCODED => 'F')), 1, 4000);

Line 171: -- Standard call to get message count and if count=1, get the message

167: END IF;
168: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
169: ROLLBACK TO SEND_CANCEL_NOTIF;
170: X_RETURN_STATUS := FND_API.G_RET_STS_UNEXP_ERROR;
171: -- Standard call to get message count and if count=1, get the message
172: FND_MSG_PUB.COUNT_AND_GET (P_ENCODED => FND_API.G_FALSE, P_COUNT => X_MSG_COUNT, P_DATA => X_MSG_DATA);
173: IF X_MSG_COUNT > 1 THEN
174: FOR I IN 1..X_MSG_COUNT LOOP
175: X_MSG_DATA := SUBSTR((x_msg_data||' '|| FND_MSG_PUB.GET(P_MSG_INDEX => I, P_ENCODED => 'F')), 1, 4000);

Line 195: -- Standard call to get message count and if count=1, get the message

191: IF FND_MSG_PUB.CHECK_MSG_LEVEL ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR )
192: THEN
193: FND_MSG_PUB.ADD_EXC_MSG(G_PKG_NAME, L_API_NAME);
194: END IF;
195: -- Standard call to get message count and if count=1, get the message
196: FND_MSG_PUB.COUNT_AND_GET (P_ENCODED => FND_API.G_FALSE, P_COUNT => X_MSG_COUNT, P_DATA => X_MSG_DATA);
197: IF X_MSG_COUNT > 1 THEN
198: FOR I IN 1..X_MSG_COUNT LOOP
199: X_MSG_DATA := SUBSTR((x_msg_data||' '|| FND_MSG_PUB.GET(P_MSG_INDEX => I, P_ENCODED => 'F')), 1, 4000);

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

231: BEGIN
232:
233: SAVEPOINT RAISE_BUS_EVT_FOR_PROC;
234:
235: -- Standard call to check for call compatibility.
236: IF NOT FND_API.COMPATIBLE_API_CALL (L_API_VERSION, P_API_VERSION, L_API_NAME, G_PKG_NAME)
237: THEN
238: DPP_UTILITY_PVT.DEBUG_MESSAGE(FND_LOG.LEVEL_STATEMENT, l_module, L_API_NAME || ' : Not a compatible API call.');
239: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

Line 290: -- Standard call to get message count and if count=1, get the message

286: EXCEPTION
287: WHEN FND_API.G_EXC_ERROR THEN
288: ROLLBACK TO RAISE_BUS_EVT_FOR_PROC;
289: X_RETURN_STATUS := FND_API.G_RET_STS_ERROR;
290: -- Standard call to get message count and if count=1, get the message
291: FND_MSG_PUB.COUNT_AND_GET (P_ENCODED => FND_API.G_FALSE, P_COUNT => X_MSG_COUNT, P_DATA => X_MSG_DATA);
292: IF X_MSG_COUNT > 1 THEN
293: FOR I IN 1..X_MSG_COUNT LOOP
294: X_MSG_DATA := SUBSTR((x_msg_data||' '|| FND_MSG_PUB.GET(P_MSG_INDEX => I, P_ENCODED => 'F')), 1, 4000);

Line 300: -- Standard call to get message count and if count=1, get the message

296: END IF;
297: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
298: ROLLBACK TO RAISE_BUS_EVT_FOR_PROC;
299: X_RETURN_STATUS := FND_API.G_RET_STS_UNEXP_ERROR;
300: -- Standard call to get message count and if count=1, get the message
301: FND_MSG_PUB.COUNT_AND_GET (P_ENCODED => FND_API.G_FALSE, P_COUNT => X_MSG_COUNT, P_DATA => X_MSG_DATA);
302: IF X_MSG_COUNT > 1 THEN
303: FOR I IN 1..X_MSG_COUNT LOOP
304: X_MSG_DATA := SUBSTR((x_msg_data||' '|| FND_MSG_PUB.GET(P_MSG_INDEX => I, P_ENCODED => 'F')), 1, 4000);

Line 324: -- Standard call to get message count and if count=1, get the message

320: IF FND_MSG_PUB.CHECK_MSG_LEVEL ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR )
321: THEN
322: FND_MSG_PUB.ADD_EXC_MSG(G_PKG_NAME, L_API_NAME);
323: END IF;
324: -- Standard call to get message count and if count=1, get the message
325: FND_MSG_PUB.COUNT_AND_GET (P_ENCODED => FND_API.G_FALSE, P_COUNT => X_MSG_COUNT, P_DATA => X_MSG_DATA);
326: IF X_MSG_COUNT > 1 THEN
327: FOR I IN 1..X_MSG_COUNT LOOP
328: X_MSG_DATA := SUBSTR((x_msg_data||' '|| FND_MSG_PUB.GET(P_MSG_INDEX => I, P_ENCODED => 'F')), 1, 4000);

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

361: BEGIN
362:
363: SAVEPOINT START_WF_ON_EFF_DATE;
364:
365: -- Standard call to check for call compatibility.
366: IF NOT FND_API.COMPATIBLE_API_CALL (L_API_VERSION, P_API_VERSION, L_API_NAME, G_PKG_NAME)
367: THEN
368: DPP_UTILITY_PVT.DEBUG_MESSAGE(FND_LOG.LEVEL_STATEMENT, l_module, L_API_NAME || ' : Not a compatible API call.');
369: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

Line 1696: -- Standard check for p_commit

1692: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1693: END IF;
1694: x_return_status:= l_return_status;
1695:
1696: -- Standard check for p_commit
1697: IF FND_API.to_Boolean( p_commit )
1698: THEN
1699: COMMIT;
1700: END IF;