DBA Data[Home] [Help]

APPS.IEX_SEND_XML_PVT dependencies on STANDARD

Line 264: -- Standard Start of API savepoint

260: l_document_type varchar2(240);
261:
262: BEGIN
263:
264: -- Standard Start of API savepoint
265: SAVEPOINT SEND_COPY_PUB;
266:
267: l_party_id := p_party_id;
268: l_user_id := p_user_id;

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

270:
271: WriteLog(l_msg || 'Start...');
272:
273:
274: -- Standard call to check for call compatibility.
275: IF NOT FND_API.Compatible_API_Call ( l_api_version,
276: p_api_version_number,
277: l_api_name,
278: G_PKG_NAME )

Line 684: -- Standard call to get message count and IF count is 1, get message info.

680: x_request_id := l_request_id;
681:
682: COMMIT WORK;
683:
684: -- Standard call to get message count and IF count is 1, get message info.
685: FND_MSG_PUB.Count_And_Get
686: ( p_count => x_msg_count,
687: p_data => x_msg_data );
688: