DBA Data[Home] [Help]

APPS.QP_SECURITY dependencies on FND_MSG_PUB

Line 264: FND_MSG_PUB.initialize;

260: /* check fnd_grants table and see the access_role for the object
261: instead of calling FND_DATA_SECURITY.check_function,
262: call get_security_predicate() could improve performance
263: */
264: FND_MSG_PUB.initialize;
265: l_status := FND_DATA_SECURITY.check_function(
266: p_api_version => 1.0,
267: p_function => p_function_name,
268: p_object_name => l_object_name,