DBA Data[Home] [Help]

APPS.PV_MATCH_V3_PUB dependencies on STANDARD

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

1914: IF FND_API.To_Boolean ( p_commit ) THEN
1915: COMMIT WORK;
1916: END IF;
1917:
1918: -- Standard call to get message count and if count is 1, get message info.
1919: fnd_msg_pub.Count_And_Get( p_encoded => FND_API.G_FALSE,
1920: p_count => x_msg_count,
1921: p_data => x_msg_data);
1922:

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

2214: fnd_message.Set_Token('TEXT', 'In ' || l_api_name);
2215: fnd_msg_pub.Add;
2216: END IF;
2217:
2218: -- Standard call to check for call compatibility.
2219:
2220: IF NOT FND_API.Compatible_API_Call (l_api_version_number,
2221: p_api_version_number,
2222: l_api_name,

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

2404: IF FND_API.To_Boolean ( l_commit ) THEN
2405: COMMIT WORK;
2406: END IF;
2407:
2408: -- Standard call to get message count and if count is 1, get message info.
2409: fnd_msg_pub.Count_And_Get( p_encoded => FND_API.G_FALSE,
2410: p_count => x_msg_count,
2411: p_data => x_msg_data);
2412: