DBA Data[Home] [Help]

APPS.CST_INVENTORY_PUB dependencies on CST_UTILITY_PUB

Line 182: l_gather_stats := CST_Utility_PUB.check_Db_Version(

178: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
179: END IF;
180:
181: l_stmt_num := 32;
182: l_gather_stats := CST_Utility_PUB.check_Db_Version(
183: p_api_version => 1.0,
184: x_return_status => x_return_status,
185: x_msg_count => x_msg_count,
186: x_msg_data => x_msg_data

Line 282: l_gather_stats := CST_Utility_PUB.check_Db_Version(

278: -- not actually gather statistics in 8i environments,
279: -- this call helps customers on 9i.
280:
281: l_stmt_num := 61;
282: l_gather_stats := CST_Utility_PUB.check_Db_Version(
283: p_api_version => 1.0,
284: x_return_status => x_return_status,
285: x_msg_count => x_msg_count,
286: x_msg_data => x_msg_data