DBA Data[Home] [Help]

APPS.PV_MATCH_V2_PUB dependencies on STANDARD

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

378: IF FND_API.To_Boolean ( p_commit ) THEN
379: COMMIT WORK;
380: END IF;
381:
382: -- Standard call to get message count and if count is 1, get message info.
383: fnd_msg_pub.Count_And_Get( p_encoded => FND_API.G_FALSE,
384: p_count => x_msg_count,
385: p_data => x_msg_data);
386:

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

549: fnd_message.Set_Token('TEXT', 'In ' || l_api_name);
550: fnd_msg_pub.Add;
551: END IF;
552:
553: -- Standard call to check for call compatibility.
554:
555: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
556: p_api_version_number,
557: l_api_name,

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

636: end if;
637: fnd_msg_pub.Add;
638: END IF;
639:
640: -- Standard call to check for call compatibility.
641: -- Form the select statement to search for partners based on received where Condition
642:
643: -- The search criteria to pick the partners is based on the following assumptions
644:

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

1438: IF FND_API.To_Boolean ( p_commit ) THEN
1439: COMMIT WORK;
1440: END IF;
1441:
1442: -- Standard call to get message count and if count is 1, get message info.
1443: fnd_msg_pub.Count_And_Get( p_encoded => FND_API.G_FALSE,
1444: p_count => x_msg_count,
1445: p_data => x_msg_data);
1446:

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

1543: fnd_message.Set_Token('TEXT', 'In ' || l_api_name);
1544: fnd_msg_pub.Add;
1545: END IF;
1546:
1547: -- Standard call to check for call compatibility.
1548: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
1549: p_api_version_number,
1550: l_api_name,
1551: G_PKG_NAME) THEN

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

1945: IF FND_API.To_Boolean ( p_commit ) THEN
1946: COMMIT WORK;
1947: END IF;
1948:
1949: -- Standard call to get message count and if count is 1, get message info.
1950: fnd_msg_pub.Count_And_Get( p_encoded => FND_API.G_FALSE,
1951: p_count => x_msg_count,
1952: p_data => x_msg_data);
1953:

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

2232: fnd_message.Set_Token('TEXT', 'In ' || l_api_name);
2233: fnd_msg_pub.Add;
2234: END IF;
2235:
2236: -- Standard call to check for call compatibility.
2237:
2238: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
2239: p_api_version_number,
2240: l_api_name,

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

2586: IF FND_API.To_Boolean ( p_commit ) THEN
2587: COMMIT WORK;
2588: END IF;
2589:
2590: -- Standard call to get message count and if count is 1, get message info.
2591: fnd_msg_pub.Count_And_Get( p_encoded => FND_API.G_FALSE,
2592: p_count => x_msg_count,
2593: p_data => x_msg_data);
2594: EXCEPTION

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

2759: fnd_message.Set_Token('TEXT', 'In ' || l_api_name || '. Lead id: ' || p_lead_id );
2760: fnd_msg_pub.Add;
2761: END IF;
2762:
2763: -- Standard call to check for call compatibility.
2764:
2765: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
2766: p_api_version_number,
2767: l_api_name,

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

3070: IF FND_API.To_Boolean ( p_commit ) THEN
3071: COMMIT WORK;
3072: END IF;
3073:
3074: -- Standard call to get message count and if count is 1, get message info.
3075: fnd_msg_pub.Count_And_Get( p_encoded => FND_API.G_FALSE,
3076: p_count => x_msg_count,
3077: p_data => x_msg_data);
3078: EXCEPTION

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

3167: fnd_message.Set_Token('TEXT', 'In ' || l_api_name || '. Lead id: ' || p_lead_id);
3168: fnd_msg_pub.Add;
3169: END IF;
3170:
3171: -- Standard call to check for call compatibility.
3172: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
3173: p_api_version_number,
3174: l_api_name,
3175: G_PKG_NAME) THEN

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

3250: IF FND_API.To_Boolean ( p_commit ) THEN
3251: COMMIT WORK;
3252: END IF;
3253:
3254: -- Standard call to get message count and if count is 1, get message info.
3255: fnd_msg_pub.Count_And_Get( p_encoded => FND_API.G_FALSE,
3256: p_count => x_msg_count,
3257: p_data => x_msg_data);
3258: EXCEPTION