DBA Data[Home] [Help]

APPS.EAM_MATERIAL_REQUEST_PVT dependencies on STANDARD

Line 49: -- Standard Start of API savepoint

45: l_project_id number := p_project_id;
46: l_task_id number := p_task_id;
47:
48: BEGIN
49: -- Standard Start of API savepoint
50: SAVEPOINT ALLOCATE_EAM;
51: -- Standard call to check for call compatibility.
52: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version,
53: l_api_name, G_PKG_NAME )

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

47:
48: BEGIN
49: -- Standard Start of API savepoint
50: SAVEPOINT ALLOCATE_EAM;
51: -- Standard call to check for call compatibility.
52: IF NOT FND_API.Compatible_API_Call(l_api_version, p_api_version,
53: l_api_name, G_PKG_NAME )
54: THEN
55: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

Line 189: -- Standard check of p_commit.

185: RAISE FND_API.G_EXC_ERROR;
186: end if;
187: -- End of API body.
188:
189: -- Standard check of p_commit.
190: IF FND_API.To_Boolean( p_commit ) THEN
191: COMMIT WORK;
192: END IF;
193:

Line 194: -- Standard call to get message count and if count is 1, get message info.

190: IF FND_API.To_Boolean( p_commit ) THEN
191: COMMIT WORK;
192: END IF;
193:
194: -- Standard call to get message count and if count is 1, get message info.
195: FND_MSG_PUB.Count_And_Get(
196: p_count => x_msg_count,
197: p_data => x_msg_data);
198: if (l_pLog) then FND_LOG.STRING(FND_LOG.LEVEL_PROCEDURE, l_module,