DBA Data[Home] [Help]

APPS.IEM_RULES_ENGINE_PUB dependencies on STANDARD

Line 275: --Standard begin of API savepoint

271:
272: --Verify that there are document under category for Document Mapping
273: BEGIN
274:
275: --Standard begin of API savepoint
276: SAVEPOINT Auto_Process_Email_PUB;
277:
278: -- Standard call to check for call compatibility.
279: IF NOT FND_API.Compatible_API_Call(

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

274:
275: --Standard begin of API savepoint
276: SAVEPOINT Auto_Process_Email_PUB;
277:
278: -- Standard call to check for call compatibility.
279: IF NOT FND_API.Compatible_API_Call(
280: l_api_version_number,
281: p_api_version_number,
282: l_api_name,

Line 817: --Standard check of p_commit

813: --==========--
814: --End of API--
815: --==========--
816:
817: --Standard check of p_commit
818: If FND_API.To_Boolean(p_commit) then
819: COMMIT WORK;
820: End if;
821:

Line 822: --Standard call to get message count and if count is 1 then get message info

818: If FND_API.To_Boolean(p_commit) then
819: COMMIT WORK;
820: End if;
821:
822: --Standard call to get message count and if count is 1 then get message info
823: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count, p_data => x_msg_data);
824:
825: EXCEPTION
826: when NO_DATA_FOUND THEN