DBA Data[Home] [Help]

APPS.JTY_USAGE_SEC_POLICY_PVT dependencies on FND_DATA_SECURITY

Line 31: fnd_data_security.get_security_predicate (

27: l_status VARCHAR2(10);
28: l_sec_by_usgs_flag VARCHAR2(2);
29: BEGIN
30:
31: fnd_data_security.get_security_predicate (
32: p_api_version => 1.0,
33: p_object_name => obj_name,
34: x_predicate => l_where_clause,
35: x_return_status => l_status);