DBA Data[Home] [Help]

APPS.IEM_MOVEMSG_PVT dependencies on STANDARD

Line 71: -- Standard Start of API savepoint

67: l_frfolder varchar2(50);
68: l_tofolder varchar2(50);
69:
70: BEGIN
71: -- Standard Start of API savepoint
72: SAVEPOINT moveMessage_PVT;
73: -- Standard call to check for call compatibility.
74: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
75: p_api_version_number,

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

69:
70: BEGIN
71: -- Standard Start of API savepoint
72: SAVEPOINT moveMessage_PVT;
73: -- Standard call to check for call compatibility.
74: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
75: p_api_version_number,
76: l_api_name,
77: G_PKG_NAME)

Line 138: -- Standard Check Of p_commit.

134: x_return_status := FND_API.G_RET_STS_SUCCESS;
135: x_status := 3;
136: END IF;
137:
138: -- Standard Check Of p_commit.
139: IF FND_API.To_Boolean(p_commit) THEN
140: COMMIT WORK;
141: END IF;
142: -- Standard callto get message count and if count is 1, get message info.

Line 142: -- Standard callto get message count and if count is 1, get message info.

138: -- Standard Check Of p_commit.
139: IF FND_API.To_Boolean(p_commit) THEN
140: COMMIT WORK;
141: END IF;
142: -- Standard callto get message count and if count is 1, get message info.
143: FND_MSG_PUB.Count_And_Get
144: ( p_count => x_msg_count,
145: p_data => x_msg_data
146: );

Line 214: -- Standard Start of API savepoint

210: PRAGMA EXCEPTION_INIT(OES_DOWN , -04052);
211:
212:
213: BEGIN
214: -- Standard Start of API savepoint
215: SAVEPOINT moveMessage_PVT;
216: -- Standard call to check for call compatibility.
217: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
218: p_api_version_number,

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

212:
213: BEGIN
214: -- Standard Start of API savepoint
215: SAVEPOINT moveMessage_PVT;
216: -- Standard call to check for call compatibility.
217: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
218: p_api_version_number,
219: l_api_name,
220: G_PKG_NAME)

Line 271: -- Standard Check Of p_commit.

267: IF l_ret<>0 THEN
268: raise MOVE_MSG_FAIL;
269: END IF;
270:
271: -- Standard Check Of p_commit.
272: IF FND_API.To_Boolean(p_commit) THEN
273: COMMIT WORK;
274: END IF;
275: -- Standard callto get message count and if count is 1, get message info.

Line 275: -- Standard callto get message count and if count is 1, get message info.

271: -- Standard Check Of p_commit.
272: IF FND_API.To_Boolean(p_commit) THEN
273: COMMIT WORK;
274: END IF;
275: -- Standard callto get message count and if count is 1, get message info.
276: FND_MSG_PUB.Count_And_Get
277: ( p_count => x_msg_count,
278: p_data => x_msg_data
279: );