DBA Data[Home] [Help]

APPS.ASN_METHODOLOGY_PVT dependencies on STANDARD

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

92: END IF;
93:
94: SAVEPOINT CREATE_SALES_METH_DATA_PVT;
95:
96: -- Standard call to check for call compatibility.
97: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
98: p_api_version_number,
99: l_api_name,
100: G_PKG_NAME)

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

302: THEN
303: COMMIT WORK;
304: END IF;
305:
306: -- Standard call to get message count and if count is 1, get message info.
307: FND_MSG_PUB.Count_And_Get
308: ( p_count => x_msg_count,
309: p_data => x_msg_data
310: );