DBA Data[Home] [Help]

APPS.IEX_SEND_FFM_PVT dependencies on STANDARD

Line 212: -- Standard Start of API savepoint

208: l_content_xml VARCHAR2(32767);
209:
210: BEGIN
211:
212: -- Standard Start of API savepoint
213: SAVEPOINT SEND_FFM_PUB;
214:
215: l_content_tbl := p_content_tbl;
216: l_content_nm := TO_NUMBER(p_content_nm);

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

218: l_user_id := p_user_id;
219: l_server_id := p_server_id;
220: l_subject := p_subject;
221:
222: -- Standard call to check for call compatibility.
223: IF NOT FND_API.Compatible_API_Call ( l_api_version,
224: p_api_version_number,
225: l_api_name,
226: G_PKG_NAME )

Line 609: -- Standard check for p_commit

605: --
606: -- END of API body
607: --
608:
609: -- Standard check for p_commit
610: IF FND_API.to_Boolean( p_commit )
611: THEN
612: COMMIT WORK;
613: END IF;

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

613: END IF;
614:
615: -- Debug Message
616:
617: -- Standard call to get message count and IF count is 1, get message info.
618: FND_MSG_PUB.Count_And_Get
619: ( p_count => x_msg_count,
620: p_data => x_msg_data );
621: