DBA Data[Home] [Help]

APPS.FND_GENERIC_POLICY dependencies on FND_DATA_SECURITY

Line 20: fnd_data_security.get_security_predicate(

16: from fnd_objects o, fnd_form_functions f
17: where f.function_name = p_object
18: and o.object_id = f.object_id;
19:
20: fnd_data_security.get_security_predicate(
21: p_api_version => 1.0,
22: p_function => p_object,
23: p_object_name => l_object_name,
24: p_statement_type => 'VPD',