DBA Data[Home] [Help]

APPS.PV_MATCH_PARTNER dependencies on STANDARD

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

69: l_api_version_number CONSTANT NUMBER := 1.0;
70:
71: begin
72:
73: -- Standard call to check for call compatibility.
74:
75: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
76: p_api_version_number,
77: l_api_name,

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

245: IF FND_API.To_Boolean ( p_commit ) THEN
246: COMMIT WORK;
247: END IF;
248:
249: -- Standard call to get message count and if count is 1, get message info.
250: fnd_msg_pub.Count_And_Get( p_encoded => FND_API.G_FALSE,
251: p_count => x_msg_count,
252: p_data => x_msg_data);
253:

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

358:
359: begin
360:
361:
362: -- Standard call to check for call compatibility.
363:
364: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
365: p_api_version_number,
366: l_api_name,

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

383: IF FND_API.To_Boolean ( p_commit ) THEN
384: COMMIT WORK;
385: END IF;
386:
387: -- Standard call to get message count and if count is 1, get message info.
388: fnd_msg_pub.Count_And_Get( p_encoded => FND_API.G_FALSE,
389: p_count => x_msg_count,
390: p_data => x_msg_data);
391: EXCEPTION

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

481: l_api_version_number CONSTANT NUMBER := 1.0;
482:
483: Begin
484:
485: -- Standard call to check for call compatibility.
486:
487: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
488: p_api_version_number,
489: l_api_name,

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

598: IF FND_API.To_Boolean ( p_commit ) THEN
599: COMMIT WORK;
600: END IF;
601:
602: -- Standard call to get message count and if count is 1, get message info.
603: fnd_msg_pub.Count_And_Get( p_encoded => FND_API.G_FALSE,
604: p_count => x_msg_count,
605: p_data => x_msg_data);
606: EXCEPTION