DBA Data[Home] [Help]

APPS.PV_DIRECT_ASSIGN_WRAPPER_PUB dependencies on STANDARD

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

66:
67: Begin
68: SAVEPOINT Create_Assignment_Wrapper;
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_number,
73: l_api_name,
74: G_PKG_NAME) THEN

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

177: IF FND_API.To_Boolean ( p_commit ) THEN
178: COMMIT WORK;
179: END IF;
180:
181: -- Standard call to get message count and if count is 1, get message info.
182: fnd_msg_pub.Count_And_Get( p_encoded => FND_API.G_FALSE,
183: p_count => x_msg_count,
184: p_data => x_msg_data);
185: