DBA Data[Home] [Help]

APPS.CS_SR_SECURITY_UTIL dependencies on FND_DATA_SECURITY

Line 21: fnd_data_security.get_security_predicate (

17:
18: -- invoke the AOL API to return back the where predicate that is defined
19: -- as a Grant
20: -- Refer to script AFSCDSCS.pls for instructions on how to use the API.
21: fnd_data_security.get_security_predicate (
22: p_api_version => 1.0,
23: p_function => 'CS_SR_VIEW',
24: p_object_name => 'CS_SERVICE_REQUEST',
25: p_table_alias => 'CS_INCIDENTS_B_SEC',

Line 69: fnd_data_security.get_security_predicate (

65:
66: -- invoke the AOL API to return back the where predicate that is defined
67: -- as a Grant
68: -- Refer to script AFSCDSCS.pls for instructions on how to use the API.
69: fnd_data_security.get_security_predicate (
70: p_api_version => 1.0,
71: p_function => 'CS_SR_TYPES_SELECT_SEC',
72: p_object_name => 'CS_SR_TYPE',
73: p_grant_instance_type => 'SET',

Line 115: fnd_data_security.get_security_predicate (

111:
112: -- invoke the AOL API to return back the where predicate that is defined
113: -- as a Grant
114: -- Refer to script AFSCDSCS.pls for instructions on how to use the API.
115: fnd_data_security.get_security_predicate (
116: p_api_version => 1.0,
117: p_function => 'CS_JTF_RS_RESOURCE_EXTNS_SEC',
118: p_object_name => 'JTF_TASK_RESOURCE',
119: p_grant_instance_type => 'SET',

Line 161: fnd_data_security.get_security_predicate (

157:
158: -- invoke the AOL API to return back the where predicate that is defined
159: -- as a Grant
160: -- Refer to script AFSCDSCS.pls for instructions on how to use the API.
161: fnd_data_security.get_security_predicate (
162: p_api_version => 1.0,
163: p_function => 'CS_SR_ACCESS_RESP_SEC',
164: p_object_name => 'CS_SERVICE_REQUEST',
165: p_grant_instance_type => 'SET',