DBA Data[Home] [Help]

APPS.IEX_DISPUTE_PVT dependencies on STANDARD

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

66:
67: -- Initialize API return status to SUCCESS
68: x_return_status := FND_API.G_RET_STS_SUCCESS;
69:
70: -- Standard call to check for call compatibility.
71: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
72: p_api_version,
73: l_api_name,
74: G_PKG_NAME)

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

289: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
290: IEX_DEBUG_PUB.logMessage('Create_Dispute: ' || 'PVT: ' || l_api_name || ' end');
291: END IF;
292:
293: -- Standard call to get message count and if count is 1, get message info.
294: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count,
295: p_data => x_msg_data);
296: EXCEPTION
297: WHEN FND_API.G_EXC_ERROR THEN

Line 331: -- Standard Start of API savepoint

327: l_request_id NUMBER ;
328: l_status VARCHAR(20) ;
329:
330: BEGIN
331: -- Standard Start of API savepoint
332: SAVEPOINT is_delinquency_dispute_pvt;
333:
334: -- Initialize API return status to SUCCESS
335: x_return_status := FND_API.G_RET_STS_SUCCESS;

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

333:
334: -- Initialize API return status to SUCCESS
335: x_return_status := FND_API.G_RET_STS_SUCCESS;
336:
337: -- Standard call to check for call compatibility.
338: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
339: p_api_version,
340: l_api_name,
341: G_PKG_NAME)

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

398: IF (FND_LOG.LEVEL_EVENT >= PG_DEBUG) THEN
399: IEX_DEBUG_PUB.logMessage('is_delinquency_dispute: ' || 'PVT: ' || l_api_name || ' end');
400: END IF;
401:
402: -- Standard call to get message count and if count is 1, get message info.
403: FND_MSG_PUB.Count_And_Get
404: ( p_count => x_msg_count,
405: p_data => x_msg_data
406: );

Line 874: -- Standard check for p_commit

870: end if;
871:
872: END IF; --IF l_item_type IS NOT NULL THEN
873:
874: -- Standard check for p_commit
875: IF FND_API.to_Boolean( p_commit )
876: THEN
877: COMMIT WORK;
878: END IF;

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

877: COMMIT WORK;
878: END IF;
879:
880: x_return_status := l_return_status;
881: -- Standard call to get message count and if count is 1, get message info
882: FND_MSG_PUB.Count_And_Get(
883: p_encoded => FND_API.G_FALSE,
884: p_count => x_msg_count,
885: p_data => x_msg_data);